@charset "UTF-8";
/**
 * style.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/* Bootstrap 4 Styles */
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

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

  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;
  }
}
html {
  box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Proxima-Nova", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #606161;
  background-color: #f1f1f1;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #69ac40;
  text-decoration: none;
}
a:focus, a:hover {
  color: #47742b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a6a6a6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

.h1 {
  font-size: 2.6rem;
}

.h2 {
  font-size: 2.4rem;
}

.h3 {
  font-size: 2.2rem;
}

.h4 {
  font-size: 2rem;
}

.h5 {
  font-size: 1.8rem;
}

.h6 {
  font-size: 1.6rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.dl-horizontal {
  margin-right: -3rem;
  margin-left: -3rem;
}
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  border-left: 0.25rem solid #e4e4e4;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.2;
  color: #a6a6a6;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e4e4e4;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2.5rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.2;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #a6a6a6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.3rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.2;
  color: #454545;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

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

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

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

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

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

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

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

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

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

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

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

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

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

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

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e4e4;
}
.table tbody + tbody {
  border-top: 2px solid #e4e4e4;
}
.table .table {
  background-color: #f1f1f1;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e4e4e4;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e4e4e4;
}
.table-bordered thead th,
.table-bordered thead 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-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #454545;
}

.thead-default th {
  color: #606161;
  background-color: #e4e4e4;
}

.table-inverse {
  color: #e4e4e4;
  background-color: #454545;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #606161;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #e4e4e4;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #e4e4e4;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.1rem 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #606161;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: none;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: 1.1rem 1rem;
  margin-bottom: 0;
}

@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: 3.88rem;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 2.35rem;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 3.9rem;
  }
}
.form-control-static {
  min-height: 3.88rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  border-radius: 2.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

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

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

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

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 3rem;
  background-repeat: no-repeat;
  background-position: center right 0.97rem;
  background-size: 2.522rem 2.522rem;
}

.has-success .text-help,
.has-success .form-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: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-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: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-danger .form-control-feedback {
  color: #d9534f;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .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 .form-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;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.9rem 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0.3rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

.btn-primary {
  color: #fff;
  background-color: #69ac40;
  border-color: #69ac40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #528732;
  border-color: #4e7f2f;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #528732;
  border-color: #4e7f2f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #528732;
  border-color: #4e7f2f;
  background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #426d28;
  border-color: #304f1d;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #69ac40;
  border-color: #69ac40;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #69ac40;
  border-color: #69ac40;
}

.btn-secondary {
  color: #454545;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #454545;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #454545;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #69ac40;
  background-image: none;
  background-color: transparent;
  border-color: #69ac40;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #69ac40;
  border-color: #69ac40;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #69ac40;
  border-color: #69ac40;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: #a0d082;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #a0d082;
}

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: white;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: white;
}

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: #b0e1ef;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #b0e1ef;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #a3d7a3;
}
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f8d9ac;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #eba5a3;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #69ac40;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #47742b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #a6a6a6;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.35rem 2rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  border-radius: 2.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.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;
  font-size: 1.4rem;
  color: #606161;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #454545;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #383838;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #69ac40;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #a6a6a6;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #a6a6a6;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.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:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  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::after {
  content: "";
  display: table;
  clear: both;
}
.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-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.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::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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 .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.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: 1.1rem 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #606161;
  text-align: center;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.8rem;
  border-radius: 2.5rem;
}
.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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.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;
}
.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}
.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
  border-radius: 50%;
}
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}
.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #606161;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #e4e4e4;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.c-select::-ms-expand {
  opacity: 0;
}

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

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

.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #a6a6a6;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.3rem 0.3rem 0 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e4e4e4 #e4e4e4 #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #a6a6a6;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #606161;
  background-color: #f1f1f1;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.3rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #69ac40;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

.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;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.3rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.8rem;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.8rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
}

.card-block {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.3rem 0.3rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.3rem 0.3rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.card-header:first-child {
  border-radius: 0.3rem 0.3rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.card-footer:last-child {
  border-radius: 0 0 0.3rem 0.3rem;
}

.card-primary {
  background-color: #69ac40;
  border-color: #69ac40;
}

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

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #69ac40;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.3rem 0.3rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.3rem 0.3rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e4e4e4;
  border-radius: 0.3rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb > li {
  float: left;
}
.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #a6a6a6;
  content: "/";
}
.breadcrumb > .active {
  color: #a6a6a6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
}

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #69ac40;
  border-color: #69ac40;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.2;
  color: #69ac40;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #47742b;
  background-color: #e4e4e4;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 2.5rem;
  border-top-left-radius: 2.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}
.pager::after {
  content: "";
  display: table;
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #e4e4e4;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: #fff;
}
.pager .disabled > span {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next > a,
.pager-next > span {
  float: right;
}

.pager-prev > a,
.pager-prev > span {
  float: left;
}

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3rem;
}
.label:empty {
  display: none;
}

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

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

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

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

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

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

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e4e4;
  border-radius: 2.5rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.3rem;
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.3rem;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }

  .progress[width^="0"] {
    min-width: 2rem;
    color: #a6a6a6;
    background-color: transparent;
    background-image: none;
  }

  .progress[width="100%"] {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  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: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  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: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    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: 1rem 1rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: #e4e4e4;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #a6a6a6;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #69ac40;
  border-color: #69ac40;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #d8eccc;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
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:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

.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-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  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: #003c64;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
  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;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Proxima-Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  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: 1.2rem;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Proxima-Nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  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: 1.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  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 {
  right: 0;
  left: auto;
  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:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #a6a6a6;
}

.text-primary {
  color: #69ac40 !important;
}

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

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e !important;
}

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

.text-danger {
  color: #d9534f !important;
}

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

.bg-inverse {
  color: #e4e4e4;
  background-color: #454545;
}

.bg-faded {
  background-color: #f1f1f1;
}

.bg-primary {
  color: #fff !important;
  background-color: #69ac40 !important;
}

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

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

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

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

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

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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;
  }
}

/* Custom Styles */
/**
 * modules/variables
 * ---
 * Declare variables here
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
    font-family: "Font-Name";
    src: url("fonts/font-name.eot");
    src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
        url("fonts/font-name.woff") format("woff"),
        url("fonts/font-name.ttf") format("truetype"),
        url("fonts/font-name.svg#font-name") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Proxima-Nova';
  src: url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Light.eot");
  src: local("☺"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Light.woff") format("woff"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Light.ttf") format("truetype"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Regular.eot");
  src: local("☺"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Regular.woff") format("woff"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Regular.ttf") format("truetype"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Semibold.eot");
  src: local("☺"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Semibold.woff") format("woff"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Semibold.ttf") format("truetype"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Bold.eot");
  src: local("☺"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Bold.woff") format("woff"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Bold.ttf") format("truetype"), url("https://bluemodus.github.io/dairyhub-2016/fonts/Proxima-Nova-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/**
 * partials/base
 * ---
 * Declare Base/Global/Module Over-Rides styles here
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.noscroll {
  overflow: hidden;
}

a:focus, a:active {
  text-decoration: none;
}

a sup {
  display: inline-block;
  text-decoration: none;
}

sup {
  top: -0.3em;
}

h1, h2, h3, h4, h5, h6 {
  color: #69ac40;
}

p {
  margin-bottom: 2.5rem;
}

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

::selection {
  background: #69ac40;
  color: #ffffff;
}

::-moz-selection {
  background: #69ac40;
  color: #ffffff;
}

.text--center {
  text-align: center;
}

.color--default {
  color: #606161;
}

.color--brand {
  color: #69ac40;
}

.form-control {
  font-size: 1.4rem;
}
.form-control.fc--white {
  border: 1px solid #fff;
}

.arrow--right {
  position: relative;
  display: inline;
}
.arrow--right:after {
  display: block;
  content: "";
  position: absolute;
  right: -1.6rem;
  top: 0.5rem;
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.8rem solid #69ac40;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.negative--indent {
  text-indent: -1rem;
}

.mt-3 {
  margin-top: 3rem;
}

.btn {
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.6rem;
}
.btn-lg .arrow--right, .btn-group-lg > .btn .arrow--right {
  margin-right: 1.6rem;
}

.btn-primary {
  font-weight: 600;
}
.btn-primary.btn--upload {
  padding-left: 4rem;
}
.btn-primary.btn--upload img, .btn-primary.btn--upload svg {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  fill: #ffffff !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-primary.btn--iconleft {
  padding-left: 4rem;
  padding-right: 2rem;
}
.btn-primary.btn--iconleft img, .btn-primary.btn--iconleft svg {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  left: 2rem;
  top: 1rem;
  fill: #ffffff !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-primary:hover {
  color: #69ac40;
  background: none;
  border-color: #69ac40;
}
.btn-primary:hover .arrow--right:after {
  border-left: 0.8rem solid #69ac40;
}
.btn-primary:hover.btn--upload img, .btn-primary:hover.btn--upload svg {
  fill: #69ac40 !important;
}
.btn-primary:hover.btn--iconleft img, .btn-primary:hover.btn--iconleft svg {
  fill: #69ac40 !important;
}

.btn-gray {
  background: #a6a6a6;
  color: #ffffff;
}
.btn-gray.btn--follow {
  background: url(../img/svg/user-add.svg) no-repeat top 0.2rem left 1rem #f1f1f1;
  background-size: 1.7rem 1.7rem;
  padding-left: 3rem;
  color: #a6a6a6;
}
.btn-gray.btn--iconleft {
  padding-left: 4rem;
  padding-right: 2rem;
}
.btn-gray.btn--iconleft img, .btn-gray.btn--iconleft svg {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  left: 2rem;
  top: 1rem;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-gray:hover {
  color: #a6a6a6;
  background: none;
  border-color: #a6a6a6;
}
.btn-gray:hover .arrow--right:after {
  border-left: 0.8rem solid #69ac40;
}
.btn-gray:hover.btn--upload img, .btn-gray:hover.btn--upload svg {
  fill: #a6a6a6 !important;
}
.btn-gray:hover.btn--iconleft img, .btn-gray:hover.btn--iconleft svg {
  fill: #a6a6a6 !important;
}

.btn-white {
  background: #ffffff;
  color: #7d7d7d;
}
.btn-white.btn--iconleft {
  padding-left: 4rem;
  padding-right: 2rem;
}
.btn-white.btn--iconleft img, .btn-white.btn--iconleft svg {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  left: 2rem;
  top: 1rem;
  fill: #7d7d7d !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-white:hover {
  color: #a6a6a6;
  background: none;
  border-color: #a6a6a6;
}
.btn-white:hover.btn--iconleft img, .btn-white:hover.btn--iconleft svg {
  fill: #7d7d7d !important;
}

.btn-lightgray {
  background: #f1f1f1;
  min-height: 2.5rem;
}
.btn-lightgray.btn--iconleft {
  padding-left: 3rem;
  padding-right: 1rem;
}
.btn-lightgray.btn--iconleft img, .btn-lightgray.btn--iconleft svg {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: 1rem;
  top: 0;
  fill: #606161 !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-lightgray:hover {
  color: #a6a6a6;
  background: none;
  border-color: #a6a6a6;
}
.btn-lightgray:hover .arrow--right:after {
  border-left: 0.8rem solid #69ac40;
}
.btn-lightgray:hover.btn--iconleft img, .btn-lightgray:hover.btn--iconleft svg {
  fill: #a6a6a6 !important;
}

.form-control--writecomment {
  padding-right: 4rem;
  background: url(../img/svg/data-upload-8.svg) no-repeat right 1rem center #fff;
  background-size: 1.4rem 1.4rem;
}

.size--20 {
  font-size: 2.0rem !important;
}

.size--18 {
  font-size: 1.8rem;
}

.size--16 {
  font-size: 1.6rem;
}

.size--14 {
  font-size: 1.4rem;
}

.size--12 {
  font-size: 1.2rem;
}

.size--10 {
  font-size: 1rem;
}

.small--caps {
  font-variant: small-caps;
}

.img--scale {
  width: 100%;
  height: auto;
}

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

.modal-content {
  margin-top: 3rem;
  border-radius: 0;
}

.modal-close {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 3rem;
  height: 3rem;
  background: #69ac40;
  cursor: pointer;
}
.modal-close:after {
  display: block;
  content: '\00D7';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 5rem;
  line-height: 0.4;
}

.modal-video {
  margin-bottom: 4rem;
}

.dropdown-menu {
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  font-size: 1.6rem;
}
.dropdown-menu li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
.dropdown-menu li a {
  margin-left: 0.2rem;
  font-weight: 600;
  text-decoration: none;
}
.dropdown-menu li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e4e4e4;
}

.video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .text--center--md--up {
    text-align: center;
  }

  .modal-content {
    margin-top: 0;
  }

  .modal-close {
    right: -3rem;
    top: 0;
    z-index: 1000;
  }

  .modal {
    text-align: center;
    padding: 0 !important;
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .touch .modal-video {
    margin-bottom: 0;
  }

  .touch .video-js.vjs-static-controls .vjs-control-bar {
    display: none !important;
  }

  .btc-item .share {
    margin: 0 !important;
  }
  .btc-item .share .btn-primary.btn--iconleft img, .btc-item .share .btn-primary.btn--iconleft svg {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    top: 0.3rem;
    left: 0;
    right: 0;
    padding-right: 4rem;
  }
  .btc-item .share .list-iconshare {
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
svg {
  /* icon defaults */
  fill: #a6a6a6;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* filetype colors */
  /* swap line and filled versions on hover */
}
svg.file-doc-color {
  fill: #013474;
}
svg.file-xls-color {
  fill: #6bac42;
}
svg.file-ppt-color {
  fill: #e7a900;
}
svg.file-pdf-color {
  fill: #c00000;
}
svg.icon-line {
  display: block;
}
svg.icon-solid {
  display: none;
}
svg:hover, svg.active {
  fill: #e7a900 !important;
}
svg:hover.icon-line, svg.active.icon-line {
  display: none;
}
svg:hover.icon-solid, svg.active.icon-solid {
  display: block;
}

.favorite .icon-line, .upload .icon-line {
  display: block;
}
.favorite .icon-solid, .upload .icon-solid {
  display: none;
}
.favorite:hover img, .favorite:hover svg, .favorite.active img, .favorite.active svg, .upload:hover img, .upload:hover svg, .upload.active img, .upload.active svg {
  fill: #e7a900 !important;
}
.favorite:hover .icon-line, .favorite.active .icon-line, .upload:hover .icon-line, .upload.active .icon-line {
  display: none;
}
.favorite:hover .icon-solid, .favorite.active .icon-solid, .upload:hover .icon-solid, .upload.active .icon-solid {
  display: block;
}

/**
 * partials/left-channel
 * ---
 *
 */
.left-channel {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.left-channel .lc-header {
  position: relative;
  width: 100%;
  height: 6.5rem;
  padding: 22px 30px;
  background: #606161;
  box-sizing: border-box;
  text-align: center;
}
.left-channel .lc-header .logo {
  width: 119px;
  height: auto;
  display: inline-block;
}
.left-channel .lc-header .imglogo {
  display: inline-block;
}
.left-channel .lc-header .menu {
  position: absolute;
  left: 2.4rem;
  top: 2.2rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}
.left-channel .lc-header .menu img, .left-channel .lc-header .menu svg {
  width: 100%;
  height: auto;
  fill: #f1f1f1 !important;
}
.left-channel .lc-nav {
  background: #454545;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: -6.5rem;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid yellow inset;
  z-index: 100;
}
@media (max-width: 767px) {
  .left-channel .lc-nav {
    transition: all 0.5s ease;
    width: 0%;
    opacity: 0;
  }
}
.left-channel .lc-nav .nav-group:not(:first-of-type) {
  border-top: 1px solid #606161;
  padding-top: 3rem;
}
.left-channel .menu-close, .left-channel .search-close {
  position: absolute;
  right: 2.4rem;
  top: 2.2rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}
.left-channel .menu-close img, .left-channel .menu-close svg, .left-channel .search-close img, .left-channel .search-close svg {
  width: 100%;
  height: 100%;
  fill: #a6a6a6;
}
.left-channel .lc-bottom {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
.left-channel .lc-search .lcs-icon {
  position: absolute;
  right: 1.5rem;
  top: 1.6rem;
  width: 4rem;
}
.left-channel .lc-search .lcs-icon img, .left-channel .lc-search .lcs-icon svg {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  fill: #e4e4e4 !important;
}
.left-channel .lc-search .lcs-box {
  background: #454545;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0rem;
  right: 0%;
  opacity: 0;
}
@media (max-width: 767px) {
  .left-channel .lc-search .lcs-box {
    transition: all 0.5s ease;
    width: 0%;
    opacity: 0;
  }
}
.left-channel .lc-search .lcs-box .search {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.left-channel .lc-search.active .lcs-box {
  height: calc(100vh - 0rem);
  padding: 35px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .left-channel .lc-search.active .lcs-box {
    width: 100%;
    opacity: 1;
  }
}
.left-channel.active .lc-nav {
  height: calc(100vh - 7.8rem);
  padding: 35px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .left-channel.active .lc-nav {
    width: 100%;
    opacity: 1;
  }
}
.left-channel.active .lc-nav.lc-nav--long {
  height: calc(100vh - 5.4rem);
}
.left-channel.active .lc-bottom {
  display: block;
}

.nav-group {
  position: relative;
  font-weight: 600;
  padding-bottom: 0.6rem;
}
.nav-group .ng-heading {
  color: #69ac40;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.list-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-nav li {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  *zoom: 1;
}
.list-nav li:before {
  content: " ";
  display: table;
}
.list-nav li:after {
  content: " ";
  display: table;
  clear: both;
}
.list-nav li a {
  display: inline-block;
  color: #aeaeae;
}
.list-nav li.active a {
  color: #fff;
}
.list-nav li .tag {
  position: relative;
  top: -0.2rem;
  float: right;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  height: 1.8rem;
  line-height: 1.8rem;
  background: #69ac40;
  padding: 0 1rem;
  margin-left: 1.5rem;
  border-radius: 0.3rem;
}
.list-nav li .count {
  position: relative;
  top: -0.6rem;
  float: right;
  height: 2.4rem;
  margin-left: 1.5rem;
  padding: 0 1rem;
  border-radius: 1.2rem;
  background: #e7a900;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  min-width: 3.2rem;
}
.list-nav li .dotted {
  border-bottom: 1px dotted #999;
  text-decoration: none;
}

.list-navbottom {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list-navbottom li {
  display: inline-block;
  height: 5.4rem;
  width: 33.333%;
  border-left: 1px solid #454545;
  border-top: 1px solid #454545;
}
.list-navbottom li:nth-child(1), .list-navbottom li:nth-child(2) {
  width: 50%;
}
.list-navbottom li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #69ac40;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.list-navbottom li a .icon {
  display: block;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.list-navbottom li a .icon img, .list-navbottom li a .icon svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #fff;
}
.list-navbottom li a:hover {
  background: #528732;
  text-decoration: none;
}
.list-navbottom li a.active {
  background: #454545;
}

.list-navbottom.list-navbottom--4 li {
  width: 25%;
}
.list-navbottom.list-navbottom--4 li:nth-child(1), .list-navbottom.list-navbottom--4 li:nth-child(2) {
  width: 25%;
}

.left-channel .lc-header svg {
  position: absolute;
  left: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  top: 1.5rem;
  fill: #f1f1f1 !important;
  stroke: #f1f1f1 !important;
  fill: #f1f1f1 !important;
}

@media (min-width: 544px) {
  .left-channel .lc-header svg {
    position: absolute;
    right: auto;
    height: 3.5rem;
    width: 3.5rem;
    top: 1.5rem;
    left: 2rem;
    fill: #e4e4e4;
    stroke: #e4e4e4;
    fill: #f1f1f1 !important;
  }
  .left-channel .lc-search .lcs-icon svg {
    position: absolute;
    right: 2rem;
    height: 3.5rem;
    width: 3.5rem;
    top: 0;
    fill: #a6a6a6;
  }
}
@media (min-width: 768px) {
  .left-channel {
    position: fixed;
    width: 21.5rem;
    overflow: visible;
    z-index: 110;
  }
  .left-channel .lc-header {
    height: 7rem;
    text-align: left;
  }
  .left-channel .lc-header .menu {
    display: none;
  }
  .left-channel .lc-header svg {
    position: absolute;
    right: 2rem;
    height: 3.5rem;
    width: 3.5rem;
    top: 1.5rem;
    left: auto;
  }
  .left-channel .lc-header svg path {
    stroke: #e4e4e4;
  }
  .left-channel .lc-nav {
    top: -7rem;
    width: 36rem;
  }
  .left-channel .lc-bottom {
    width: 36rem;
  }
}
@media (min-width: 992px) {
  .left-channel {
    position: fixed;
    width: 36rem;
    height: 100vh;
  }
  .left-channel .lc-header .logo {
    width: 119px;
    height: auto;
  }
  .left-channel .lc-header .imglogo {
    position: absolute;
    right: 30px;
    top: 25px;
  }
  .left-channel .lc-nav {
    top: 0;
    position: relative;
    width: 100%;
    height: calc(100% - 17.8rem);
    padding: 35px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid yellow inset;
  }
  .left-channel .lc-nav .nav-group:not(:first-of-type) {
    border-top: 1px solid #606161;
    padding-top: 3rem;
  }
  .left-channel .lc-nav .menu-close {
    display: none;
  }
  .left-channel .lc-nav.lc-nav--long {
    height: calc(100% - 12.4rem);
  }
  .left-channel .lc-bottom {
    display: block;
    position: relative;
  }
  .left-channel.active .lc-nav {
    height: calc(100% - 17.8rem);
    padding: 35px 30px;
  }
  .left-channel.active .lc-nav.lc-nav--long {
    height: calc(100% - 12.4rem);
  }
  .left-channel.active .lc-bottom {
    display: block;
  }
}
.search.search-tertiary input {
  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #606161;
  border-radius: 0px;
  font-size: 2rem;
  color: #e4e4e4;
}
.search.search-tertiary input:focus {
  outline: 0;
}
.search.search-tertiary .search-button svg {
  width: 24px;
  height: 24px;
  fill: #757575;
}

/**
 * partials/top-bar
 * ---
 *
 */
.top-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  *zoom: 1;
  z-index: 112;
}
.top-bar:before {
  content: " ";
  display: table;
}
.top-bar:after {
  content: " ";
  display: table;
  clear: both;
}
.top-bar .tb-search {
  display: none;
  position: relative;
  float: left;
  height: 70px;
  width: calc(100% - 39rem);
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.top-bar .tb-search .icon {
  position: absolute;
  right: 3rem;
  top: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  fill: #a6a6a6;
}
.top-bar .tb-search input {
  width: 100%;
  height: 7rem;
  padding: 0 2rem;
  border: none;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.top-bar .tb-user {
  position: relative;
  float: right;
  height: 4rem;
  width: 9rem;
  padding: 0 3rem;
  box-sizing: border-box;
  cursor: pointer;
}
.top-bar .tb-user .icon {
  display: none;
  position: absolute;
  right: 3rem;
  top: 3.1rem;
  max-width: 100%;
  height: auto;
}
.top-bar .tb-user .name {
  display: none;
  padding-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #454545;
}
.top-bar .tb-user .photo {
  position: absolute;
  left: 3rem;
  top: 0.9rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.top-bar .tb-user .photo img {
  width: 100%;
  height: 100%;
}
.top-bar .tb-user.dropup ul {
  margin-right: 1.5rem;
}
.top-bar .tb-user .dropdown-toggle::after,
.top-bar .tb-user .dropdown-toggle::before {
  display: none;
}
.top-bar .tb-nav {
  float: right;
  height: 7rem;
  width: calc(100% - 9rem);
  box-sizing: border-box;
  padding: 1.1rem 0.4rem;
}
.top-bar .tb-nav .tn-icon {
  position: relative;
  display: inline-block;
  width: 23.5%;
  text-align: center;
  cursor: pointer;
}
.top-bar .tb-nav .tn-icon img, .top-bar .tb-nav .tn-icon svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #a6a6a6;
}
.top-bar .tb-nav .tn-icon img:hover, .top-bar .tb-nav .tn-icon svg:hover {
  fill: #606161;
}
.top-bar .tb-nav .tn-icon .count {
  position: absolute;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.5rem;
  border-radius: 0.9rem;
  background: #e7a900;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  top: -8px;
  left: 50%;
}
.top-bar .tb-nav .tn-icon.active img, .top-bar .tb-nav .tn-icon.active svg {
  fill: #e7a900;
}
.top-bar .tb-nav .tn-icon.active img:hover, .top-bar .tb-nav .tn-icon.active svg:hover {
  fill: #e7a900;
}
.top-bar .tb-nav .tn-icon.has-new-items img, .top-bar .tb-nav .tn-icon.has-new-items svg {
  stroke: #a6a6a6;
}
.top-bar .tb-nav .tn-drop {
  width: 100%;
  max-height: 0;
  box-sizing: border-box;
  background: yellow;
  position: absolute;
  right: 0;
  bottom: 4.1rem;
  box-shadow: -5px -2px 5px rgba(96, 97, 97, 0.25);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-bar .tb-nav .tn-drop.active {
  max-height: 100rem;
}
.top-bar .tb-nav .tn-drop .heading {
  height: 5rem;
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  background: #f1f1f1;
  color: #454545;
  font-size: 1.2rem;
  line-height: 5rem;
  font-weight: 600;
}
.top-bar .tb-nav .tn-drop .heading .h-action {
  float: right;
  color: #69ac40;
  font-size: 1.1rem;
  line-height: 5rem;
  cursor: pointer;
}
.top-bar .tb-nav .tn-drop .item {
  position: relative;
  display: block;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 2rem 3rem 2rem 8rem;
  min-height: 7.6rem;
}
.top-bar .tb-nav .tn-drop .item:nth-of-type(odd) {
  background: #fff;
}
.top-bar .tb-nav .tn-drop .item:not(:last-of-type) {
  border-top: 1px solid #e4e4e4;
}
.top-bar .tb-nav .tn-drop .item .photo {
  position: absolute;
  left: 3rem;
  top: 1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.top-bar .tb-nav .tn-drop .item .photo img {
  width: 100%;
  height: 100%;
}
.top-bar .tb-nav .tn-drop .item .text {
  font-size: 1.6rem;
  color: #a6a6a6;
}
.top-bar .tb-nav .tn-drop .item .text .name {
  color: #69ac40;
}
.top-bar .tb-nav .tn-drop .item .text.text--singular {
  padding-top: 0.6rem;
}
.top-bar .tb-nav .tn-drop .item .date,
.top-bar .tb-nav .tn-drop .item .data {
  font-size: 1rem;
  font-weight: 600;
  color: #a6a6a6;
}
.top-bar .tb-nav .tn-drop .item.item--profile {
  padding-right: 10rem;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-add {
  position: absolute;
  right: 6rem;
  top: 2rem;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-add img, .top-bar .tb-nav .tn-drop .item.item--profile .icon-add svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #69ac40;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-add img:hover, .top-bar .tb-nav .tn-drop .item.item--profile .icon-add svg:hover {
  fill: #328b39;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-reject {
  position: absolute;
  right: 3rem;
  top: 2rem;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-reject img, .top-bar .tb-nav .tn-drop .item.item--profile .icon-reject svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #454545;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-bar .tb-nav .tn-drop .item.item--profile .icon-reject img:hover, .top-bar .tb-nav .tn-drop .item.item--profile .icon-reject svg:hover {
  fill: #a6a6a6;
}
.top-bar .tb-nav .tn-drop .viewall {
  display: block;
  height: 4rem;
  text-align: center;
  background: #69ac40;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 4rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top-bar {
    bottom: auto;
    top: 0;
    right: 0;
    width: calc(100% - 21.5rem);
    height: 71px;
  }
  .top-bar .tb-search {
    display: block;
    position: relative;
    float: left;
    height: 70px;
    width: calc(100% - 23.6rem);
    padding: 0;
    box-sizing: border-box;
  }
  .top-bar .tb-search .icon {
    position: absolute;
    right: 3rem;
    top: 2.4rem;
  }
  .top-bar .tb-search input {
    width: 100%;
    height: 7rem;
    padding: 0 2rem;
    border: none;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
  .top-bar .tb-user {
    position: relative;
    float: left;
    height: 7rem;
    width: 7.6rem;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #e4e4e4;
  }
  .top-bar .tb-user .dropdown-toggle {
    height: 100%;
  }
  .top-bar .tb-user .icon {
    position: absolute;
    right: 3rem;
    top: 3.1rem;
    max-width: 100%;
    height: auto;
  }
  .top-bar .tb-user .name {
    padding-top: 1.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #454545;
  }
  .top-bar .tb-user .photo {
    position: absolute;
    left: 2rem;
    top: 1.8rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    overflow: hidden;
  }
  .top-bar .tb-user .photo img {
    width: 100%;
    height: 100%;
  }
  .top-bar .tb-nav {
    float: right;
    height: 7rem;
    width: 16rem;
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 2.4rem 1.5rem;
  }
  .top-bar .tb-nav .tn-icon {
    position: relative;
    display: inline-block;
    width: 4rem;
    text-align: center;
  }
  .top-bar .tb-nav .tn-icon .count {
    position: absolute;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.5rem;
    border-radius: 0.9rem;
    background: #e7a900;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
    top: -8px;
    left: 50%;
  }
  .top-bar .tb-nav .tn-icon.active img, .top-bar .tb-nav .tn-icon.active svg {
    fill: #e7a900;
  }
  .top-bar .tb-nav .tn-icon.active img:hover, .top-bar .tb-nav .tn-icon.active svg:hover {
    fill: #e7a900;
  }
  .top-bar .tb-nav .tn-drop {
    width: 39rem;
    bottom: auto;
    top: 70px;
    box-shadow: 0 5px 5px rgba(96, 97, 97, 0.25);
  }
}
@media (min-width: 992px) {
  .top-bar {
    width: calc(100% - 36rem);
  }
  .top-bar .tb-search {
    width: calc(100% - 39rem);
  }
  .top-bar .tb-search img, .top-bar .tb-search svg {
    fill: #999999;
    stroke: #999999;
  }
  .top-bar .tb-user {
    width: 23rem;
  }
  .top-bar .tb-user .dropdown-toggle {
    padding: 0 5rem 0 8rem;
    height: 100%;
  }
  .top-bar .tb-user .icon {
    display: block;
  }
  .top-bar .tb-user .name {
    display: block;
  }
}
/**
 * partials/main
 * ---
 *
 */
.main {
  position: fixed;
  top: 6.5rem;
  right: 0;
  width: 100%;
  height: calc(100% - 10.5rem);
  padding: 1.5rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 111;
}
.main .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.notice {
  position: relative;
  background: #454545;
  color: #fff;
  padding: 3rem 6rem 3rem 11rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  min-height: 11.2rem;
  margin-bottom: 1.5rem;
}
.notice .icon {
  position: absolute;
  left: 3rem;
  top: 3.4rem;
}
.notice .icon img, .notice .icon svg {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  fill: #e7a900;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.notice .heading {
  font-size: 3rem;
  font-weight: 600;
}
.notice .close-button {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.notice .close-button img, .notice .close-button svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #ffffff;
  stroke: #ffffff;
}
.notice .close-button img:hover, .notice .close-button img:hover, .notice .close-button svg:hover, .notice .close-button svg:hover {
  fill: #e4e4e4;
  stroke: #e4e4e4;
}

.main-content {
  position: relative;
  width: 100%;
  *zoom: 1;
}
.main-content:before {
  content: " ";
  display: table;
}
.main-content:after {
  content: " ";
  display: table;
  clear: both;
}
.main-content .mc-left {
  display: block;
  width: 100%;
}
.main-content .mc-left + .mc-right {
  margin-top: 3rem;
}
.main-content .mc-right {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .main {
    height: calc(100% - 7rem);
    padding: 3rem 1.5rem;
  }
  .main .col-sm-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .notice {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .main {
    top: 7rem;
    width: calc(100% - 36rem);
    height: calc(100% - 7rem);
  }

  .main-content .mc-left + .mc-right {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .main-content .mc-left {
    float: left;
    width: calc(100% - 36rem);
  }
  .main-content .mc-right {
    float: right;
    width: 33rem;
  }

  .main-content .mc-left + .mc-right {
    margin-top: 0;
  }
}
/**
 * partials/blocks
 * ---
 *
 */
.block-share-mobile {
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 1.6rem 3rem;
  background: url(../img/svg/data-upload-8.svg) no-repeat right 2.4rem center #fff;
  background-size: 1.4rem 1.4rem;
  margin-bottom: 1.5rem;
}

.block-share {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
}
.block-share .bs-top {
  padding: 3rem;
  width: 100%;
  resize: none;
  border: none;
}
.block-share .bs-top.with-border {
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
.block-share .bs-actions {
  position: relative;
  background: #fafbfc;
  border-top: 1px solid #e4e4e4;
}
.block-share .select-box {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 30rem;
}
@media (max-width: 543px) {
  .block-share .select-box {
    width: 100%;
    position: relative;
    padding: 0 1rem;
    right: 0;
    height: 5.5rem;
  }
  .block-share .select-box .form-control {
    width: calc(100% - 10rem);
  }
}
.block-share .select-box select {
  display: inline-block;
  width: calc(100% - 6.6rem);
  height: 3.6rem;
  margin-right: 1rem;
  box-sizing: border-box;
}
.block-share .select-box .btn {
  display: inline-block;
}
@media (max-width: 543px) {
  .block-share .select-box .btn {
    top: -0.5rem;
    margin: 0;
    right: 0;
    width: 8rem;
  }
}
.block-share input[type="text"].form-control {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #e4e4e4;
}

.list-bsicons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.list-bsicons li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 543px) {
  .list-bsicons li {
    width: 33%;
    text-align: center;
    padding-top: 0.75rem;
  }
}
.list-bsicons li .icon {
  display: table-cell;
  width: 5.8rem;
  height: 5.8rem;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 543px) {
  .list-bsicons li .icon {
    margin: 0 auto;
    display: block;
  }
}
.list-bsicons li .icon img, .list-bsicons li .icon svg, .list-bsicons li .icon span {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  fill: #606161;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 543px) {
  .list-bsicons li .icon img, .list-bsicons li .icon svg, .list-bsicons li .icon span {
    width: 5rem;
    height: 5rem;
  }
}
.list-bsicons li .icon img.icon-line, .list-bsicons li .icon svg.icon-line, .list-bsicons li .icon span.icon-line {
  display: inline-block;
}
.list-bsicons li .icon img.icon-solid, .list-bsicons li .icon svg.icon-solid, .list-bsicons li .icon span.icon-solid {
  display: none;
  fill: #e7a900 !important;
}
.list-bsicons li .icon:hover svg.icon-line, .list-bsicons li .icon.active svg.icon-line {
  display: none;
}
.list-bsicons li .icon:hover svg.icon-solid, .list-bsicons li .icon.active svg.icon-solid {
  display: inline-block;
}

.block-tabs {
  position: relative;
}
.block-tabs .bt-add {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  cursor: pointer;
}
.block-tabs .bt-add img, .block-tabs .bt-add svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #a6a6a6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.block-tabs .bt-add img:hover, .block-tabs .bt-add svg:hover {
  fill: #e7a900;
}
.block-tabs .bt-tab {
  float: left;
  position: relative;
  width: auto;
  padding: 0 3rem;
  line-height: 4.4rem;
  text-align: center;
  color: #a6a6a6;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 0.3rem;
  z-index: 2;
  cursor: pointer;
}
.block-tabs .bt-tab.active {
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #606161;
}
.block-tabs .bt-tab.collapsed {
  display: none;
}
.block-tabs .bt-tab a:hover {
  text-decoration: none;
}
.block-tabs .bt-content {
  clear: both;
  position: relative;
  top: -1px;
  border-radius: 0.3rem;
  border-radius-top-left: 0;
  border: 1px solid #e4e4e4;
  background: #fff;
  z-index: 1;
}
.block-tabs .bt-tab-collapsed-items {
  display: inline-block;
}
.block-tabs .bt-tab-collapsed-items.active {
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #606161;
  line-height: 2.4rem;
  z-index: 2;
}
.block-tabs .bt-tab-collapsed-items.active a {
  margin: 5px 0 5px 21px;
}
.block-tabs .bt-tab-collapsed-items a {
  display: inline-block;
  color: #a6a6a6;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin-left: 20px;
}
.block-tabs .bt-tab-collapsed-items a:hover {
  text-decoration: none;
}
.block-tabs .bt-tab-collapsed-items ul.dropdown-menu {
  padding-top: 0;
  margin-top: 9px;
  width: auto;
}
.block-tabs .bt-tab-collapsed-items ul.dropdown-menu li {
  padding-right: 3.6rem;
}

.block-who {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
.block-who .heading {
  position: relative;
  padding: 3rem 8rem 3rem 3rem;
  font-size: 2.4rem;
}
.block-who .heading .action {
  position: absolute;
  right: 3rem;
  bottom: 3.4rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #69ac40;
  cursor: pointer;
}
.block-who .item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 3rem 3rem 8rem;
  min-height: 7.6rem;
}
.block-who .item .photo {
  position: absolute;
  left: 3rem;
  top: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.block-who .item .photo img {
  width: 100%;
  height: 100%;
}
.block-who .item .text {
  font-size: 1.6rem;
  color: #a6a6a6;
}
.block-who .item .text .name {
  color: #69ac40;
}
.block-who .item .text.text--singular {
  padding-top: 0.6rem;
}
.block-who .item .date,
.block-who .item .data {
  font-size: 1rem;
  font-weight: 600;
  color: #a6a6a6;
}
.block-who .item .data {
  text-transform: uppercase;
}

.block-panel {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  padding: 3rem;
  margin-top: 3rem;
}

.cards .card {
  position: relative;
  border-radius: 3px;
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .cards .card {
    max-width: 33.3rem;
    margin: 0 auto 3rem auto;
  }
}
.cards .card .content {
  position: absolute;
  top: 3.5rem;
  padding-left: 3rem;
  color: #ffffff;
  height: 80%;
}
.cards .card .content .heading {
  font-size: 2.2rem;
  font-weight: 600;
}
.cards .card .content button {
  left: 2.7rem;
  bottom: 3.5rem;
  font-size: 1.1rem;
}

.innovation-center {
  margin-top: 1.5rem;
  text-align: center;
  color: #999999;
}
.innovation-center .content .heading {
  margin-bottom: 2rem;
}
.innovation-center .content ul {
  text-align: center;
  margin-top: 2rem;
  padding-left: 0;
}
.innovation-center .content ul li {
  display: inline-block;
  list-style: bullet;
}
.innovation-center .content ul li a {
  color: #999999;
  font-weight: 500;
}

@media (min-width: 768px) {
  .block-tabs .bt-add {
    display: inline-block;
  }
  .block-tabs .bt-tab {
    display: block;
  }
}
/**
 * partials/btc
 * ---
 *
 */
.btc-item {
  position: relative;
  margin-bottom: 5rem;
}
.btc-item .heading.no-posts {
  text-align: center;
  margin-top: 5rem;
  line-height: 4.4rem;
  color: #a6a6a6;
}
.btc-item .post {
  position: relative;
  padding: 3rem 1.5rem 0 1.5rem;
  box-sizing: border-box;
  min-height: 9rem;
}
.btc-item .post .user {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.btc-item .post .user img {
  width: 100%;
  height: 100%;
}
.btc-item .post .p-top {
  padding-left: 5.5rem;
  margin-bottom: 2rem;
}
.btc-item .post .heading {
  display: inline;
  font-size: 1.4rem;
  font-weight: 600;
  color: #a6a6a6;
}
.btc-item .post .heading.no-posts {
  text-align: center;
  margin-top: 5rem;
  line-height: 4.4rem;
  color: #a6a6a6;
}
.btc-item .post .heading span {
  color: #69ac40;
}
.btc-item .post .heading2 {
  display: inline;
  font-size: 1.4rem;
  color: #69ac40;
  padding-left: 4rem;
  background: url(../img/svg/arrow-right-1.svg) no-repeat top -2px left 10px;
  background-size: 2rem;
}
.btc-item .post .date {
  margin-top: 0.5rem;
  display: block;
  padding-left: 0;
}
.btc-item .post .date + .wysiwyg {
  margin-top: 2rem;
}
.btc-item .post .embed-responsive {
  margin: 2rem 0;
}
.btc-item .post .wysiwyg.with-top-margin {
  margin-top: 1rem;
}
.btc-item .share {
  position: relative;
  margin: 0 1.5rem;
  padding: 2rem;
  border-top: 1px solid #e4e4e4;
}
.btc-item .share button {
  display: block;
  width: 100%;
}
.btc-item .share button div {
  display: inline-block;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .btc-item .share button div {
    top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .btc-item .share button {
    padding: 0;
    text-align: center;
    min-height: 3.6rem;
  }
}
.btc-item .reply {
  position: relative;
  margin: 0 1.5rem;
  padding: 2rem 2rem 2rem 5rem;
  background: #f1f1f1;
  margin-bottom: 1px;
  border-bottom: 1px solid #ffffff;
}
.btc-item .reply .title {
  font-weight: 600;
  color: #a6a6a6;
}
.btc-item .reply .title span {
  color: #69ac40;
}
.btc-item .reply .title + .comment {
  margin-top: 2rem;
}
.btc-item .reply .icon {
  position: absolute;
  left: 2.4rem;
  top: 2rem;
}
.btc-item .reply .icon img, .btc-item .reply .icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #7f7f7f !important;
}
.btc-item .article-poster .heading, .btc-item .article-poster .date {
  padding-left: 5rem;
}

.chatter-dropdown {
  float: right;
  background: transparent;
  border: none;
  padding: 0.1rem 1rem;
  border-radius: 3px;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}

.comment {
  position: relative;
  padding-left: 25px;
}
.comment .photo {
  position: absolute;
  left: -2.6rem;
  top: 0.3rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.comment .photo img {
  width: 100%;
  height: 100%;
}
.comment button {
  margin-top: 1rem;
}
.comment .text {
  font-weight: 600;
  margin-bottom: 1rem;
}
.comment .text span {
  color: #69ac40;
}
.comment .text span.title {
  color: #a6a6a6;
  margin-left: 0.2rem;
}
.comment p {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.comment .date,
.comment .data {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 2rem;
  color: #a6a6a6;
}
.comment .like {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 2rem;
  color: #454545;
  text-transform: uppercase;
}
.comment .img--max {
  margin-bottom: 1rem;
  display: block;
}

.list-iconshare {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-iconshare li {
  position: relative;
  display: inline-block;
  padding-left: 2.7rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #a6a6a6;
  text-transform: uppercase;
  margin-left: calc((100vw - 10.6rem)/5);
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  cursor: pointer;
}
.list-iconshare li:first-child {
  margin-left: 1.4rem;
}
.list-iconshare li .icon {
  position: absolute;
  left: 0;
  top: -1px;
  padding: 0.1rem;
}
.list-iconshare li .icon img, .list-iconshare li .icon svg {
  width: 2.6rem;
  height: 2.6rem;
}
.list-iconshare li .icon img.icon-solid, .list-iconshare li .icon svg.icon-solid {
  display: none;
  fill: #e7a900 !important;
  stroke: none !important;
}
.list-iconshare li .icon img.icon-line, .list-iconshare li .icon svg.icon-line {
  display: block;
  fill: #a6a6a6 !important;
}
.list-iconshare li .icon.active .icon-solid {
  display: block;
}
.list-iconshare li .icon.active .icon-line {
  display: none;
}
.list-iconshare li:hover .icon .icon-solid {
  display: block;
}
.list-iconshare li:hover .icon .icon-line {
  display: none;
}

.article-snipet {
  position: relative;
  margin: 2rem 0;
  border-radius: 0.3rem;
  border: 1px solid #e4e4e4;
  *zoom: 1;
}
.article-snipet:before {
  content: " ";
  display: table;
}
.article-snipet:after {
  content: " ";
  display: table;
  clear: both;
}
.article-snipet .as-left {
  width: 100%;
  height: auto;
}
@media (min-width: 544px) {
  .article-snipet .as-left {
    float: left;
    width: 12rem;
    height: 12rem;
  }
}
.article-snipet .as-left img {
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
}
.article-snipet .as-right {
  float: right;
  width: 100%;
  padding: 2rem;
  box-sizing: border-right;
}
@media (min-width: 544px) {
  .article-snipet .as-right {
    width: calc(100% - 12rem);
  }
}
.article-snipet .as-right .headline {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.article-snipet .as-right .headline2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #69ac40;
}
.article-snipet .as-right p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.file-post-snipet {
  position: relative;
  margin: 2rem 0;
  border-radius: 0.3rem;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  *zoom: 1;
}
.file-post-snipet:before {
  content: " ";
  display: table;
}
.file-post-snipet:after {
  content: " ";
  display: table;
  clear: both;
}
.file-post-snipet .as-left {
  width: 100%;
  height: auto;
  float: left;
  width: 12rem;
  height: 12rem;
}
.file-post-snipet .as-left img, .file-post-snipet .as-left svg {
  width: 12rem;
  height: 12rem;
  border-radius: 0.3rem;
  object-fit: cover;
  fill: #606161;
}
.file-post-snipet .as-left svg {
  width: 10rem;
  padding-left: 1rem;
}
.file-post-snipet .as-right {
  float: right;
  width: 100%;
  padding: 2rem;
  box-sizing: border-right;
  width: calc(100% - 12rem);
}
.file-post-snipet .as-right .headline {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #a6a6a6;
  font-weight: 300;
}
.file-post-snipet .as-right .headline2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #69ac40;
}
.file-post-snipet .as-right p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: #a6a6a6;
  font-weight: 300;
}
.file-post-snipet .as-right img, .file-post-snipet .as-right svg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #c00000;
  height: 3.2rem;
  width: 4.5rem;
  border-bottom-right-radius: 0.3rem;
  fill: #fff !important;
}

.article-poster {
  position: relative;
  padding: 2rem;
  background: #f8f8f8;
  top: 2.3rem;
  border-radius: 0.3rem;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-bottom: none;
}
.article-poster .user {
  width: 4rem !important;
  height: 4rem !important;
  top: 1.5rem !important;
  left: 2rem !important;
  border-radius: 2rem;
  overflow: hidden;
}
.article-poster .heading {
  font-size: 1.4rem !important;
  padding-left: 5rem;
}
.article-poster .date, .article-poster .data {
  padding-left: 5rem;
  margin-bottom: 2rem;
}
.article-poster p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .btc-item a {
    color: #69ac40;
    font-weight: 600;
    text-decoration: none;
  }
  .btc-item a:hover {
    text-decoration: underline;
    color: #47742b;
  }
  .btc-item a:hover span {
    color: #47742b !important;
  }
  .btc-item .post {
    padding: 3rem 5rem 0 9rem;
  }
  .btc-item .post .user {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    left: 1.5rem;
    top: 3.2rem;
  }
  .btc-item .post .p-top {
    padding-left: 1.5rem;
  }
  .btc-item .post .heading {
    font-size: 1.8rem;
  }
  .btc-item .post .heading2 {
    font-size: 1.8rem;
    background: url(../img/svg/arrow-right-1.svg) no-repeat top 1px left 10px;
    background-size: 2rem;
  }
  .btc-item .post .wysiwyg {
    padding-left: 2rem;
  }
  .btc-item .share {
    margin: 0 2rem 0 9rem;
  }
  .btc-item .share button {
    position: absolute;
    right: 3rem;
    top: 0;
    width: auto;
  }
  .btc-item .reply {
    margin: 0 5rem 0 9rem;
  }

  .list-iconshare li {
    margin-left: 0;
    margin-right: 2.4rem;
    width: auto;
    height: auto;
  }
  .list-iconshare li:first-child {
    margin-left: 0;
  }
  .list-iconshare li .icon img, .list-iconshare li .icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 1200px) {
  .list-iconshare {
    width: 100%;
  }
  .list-iconshare li {
    padding-left: 2.5rem;
    height: 2.5rem;
  }
  .list-iconshare li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 543px) {
  .btc-item .post {
    padding-top: 1.5rem;
  }
  .btc-item .post .p-top {
    padding-left: 5.5rem;
  }
  .btc-item .post .p-top .heading {
    padding-left: 0;
  }
  .btc-item .post .p-top .date {
    padding-left: 0;
  }
  .btc-item .post .user {
    left: 1.5rem;
    top: 1.5rem;
  }
  .btc-item .share {
    padding: 1.5rem;
  }
  .btc-item .reply .icon {
    left: 1.5rem;
  }
  .btc-item .reply .title {
    margin-left: -1rem;
  }
  .btc-item .reply .comment {
    padding-left: 1.5rem;
  }
  .btc-item .reply .comment .photo {
    left: -3.6rem;
    top: 0;
  }

  .btc-advert.btc-advert--price .bat-content .change {
    margin-left: 1.5rem;
  }
  .btc-advert.btc-advert--textleft {
    min-height: 37rem;
  }

  .list-iconshare li {
    padding-left: 2.5rem;
  }
  .list-iconshare li:first-child {
    margin-left: 0;
  }
}
.content-list .btc-item {
  margin-bottom: 0px;
}
.content-list .btc-item .post {
  padding: .5rem 2rem 0 6rem;
}
.content-list .btc-item .post .user {
  left: 0rem;
  top: 0.8rem;
}
.content-list .btc-item .post .p-top {
  padding: 0px;
  margin: 0px 0px 0.5rem 0px;
}
.content-list .btc-item .share {
  border-top: none;
  padding: 0rem;
  padding-left: 6rem;
  margin: 0rem;
}
.content-list .btc-item .wysiwyg {
  margin: 0rem;
  padding: 0rem;
}
.content-list .btc-item .list-iconshare {
  padding: 0px;
}
@media (min-width: 768px) {
  .content-list .btc-item .post {
    padding-left: 8rem;
  }
  .content-list .btc-item .share {
    padding-left: 8rem;
  }
}

.icon-fill path {
  fill: #e7a900;
}

/**
 * partials/advert
 * ---
 *
 */
.btc-advert {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.btc-advert--text {
  min-height: 23.5rem;
  background-size: cover !important;
  color: #fff;
}
.btc-advert--text .bat-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.btc-advert--text .bat-content .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2rem;
}
.btc-advert--text .bat-content .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.btc-advert--text .bat-content p {
  color: #b5b5b5;
}

.btc-advert--price {
  position: relative;
  padding: 4rem 1.5rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.btc-advert--price .url {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.btc-advert--price .url img {
  width: 3.5rem;
  height: auto;
  vertical-align: baseline;
  margin-right: 1rem;
}
.btc-advert--price .price {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 300;
}
.btc-advert--price .change {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 0 4.5rem;
}
.btc-advert--price .change img, .btc-advert--price .change svg {
  margin-right: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  fill: #69ac40 !important;
}
.btc-advert--price .date,
.btc-advert--price .data {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #a6a6a6;
}

.btc-advert--textleft {
  min-height: 27.5rem;
  background-size: cover !important;
  color: #fff;
}
.btc-advert--textleft .bat-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btc-advert--textleft .bat-content .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2rem 6rem;
}
.btc-advert--textleft .bat-content .heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.btc-advert--textleft .bat-content p {
  color: #b5b5b5;
}

@media (min-width: 768px) {
  .btc-advert--price {
    padding: 4rem 4rem 4rem 11rem;
  }
  .btc-advert--price .url {
    font-size: 1.8rem;
  }
  .btc-advert--price .price {
    font-size: 3.6rem;
  }
  .btc-advert--price .change {
    font-size: 2.4rem;
  }
  .btc-advert--price .date,
  .btc-advert--price .data {
    font-size: 1rem;
  }
}
/**
 * partials/event
 * ---
 *
 */
.page-details {
  padding-top: 3rem;
}
.page-details .list-events + .year {
  margin-top: 5rem;
}
.page-details .year {
  font-size: 2.4rem;
  font-weight: 600;
  color: #454545;
  margin-bottom: 2.4rem;
}
.page-details .pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 3rem 0 0 0;
}
.page-details .pagination .prev {
  position: absolute;
  left: 2rem;
  top: 0;
  color: #69ac40;
  width: 1.8rem;
  height: 1.8rem;
}
.page-details .pagination .prev img, .page-details .pagination .prev svg {
  width: 100%;
  height: 100%;
  fill: #69ac40 !important;
}
.page-details .pagination .next {
  position: absolute;
  right: 2rem;
  top: 0;
  color: #69ac40;
  width: 1.8rem;
  height: 1.8rem;
}
.page-details .pagination .next img, .page-details .pagination .next svg {
  width: 100%;
  height: 100%;
  fill: #69ac40 !important;
}

.list-events {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-events li {
  position: relative;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.list-events li .date {
  display: inline-block;
  background: #606161;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  width: 6rem;
  height: 6rem;
  vertical-align: top;
}
.list-events li .date .d-text {
  position: relative;
  top: 1.4rem;
}
.list-events li .date span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.list-events li .event {
  display: inline-block;
  width: calc(100% - 8rem);
  padding: 1rem 2.4rem 0;
  vertical-align: top;
}
.list-events li .event .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
  margin-bottom: 0.5rem;
}
.list-events li .event .location {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a6a6a6;
}
.list-events li .favorite {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #69ac40;
}
.list-pagination li {
  display: inline-block;
  margin: 0 4.5rem;
}
.list-pagination li.active {
  color: #606161;
}

.main.event-details .page-header .heading {
  padding-left: 1.5rem;
  padding-bottom: 5.5rem;
}
.main.event-details .page-header .heading h3 {
  color: #757575;
  font-size: 1.8rem;
}
.main.event-details .main-content .content .title {
  color: #606161;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.main.event-details .main-content .content .bs-top {
  font-size: 1.4rem;
  color: #454545;
}
.main.event-details .main-content .warning-notice {
  background: #c00000;
  color: #ffffff;
  text-transform: uppercase;
  height: 5rem;
  display: block;
  text-align: left;
  font-weight: 600;
  top: 0;
  bottom: 0;
  position: relative;
  margin-top: 3rem;
  border-radius: 3px;
  font-size: 1.2rem;
  padding-left: 2.5rem;
  padding-top: 2rem;
  font-family: "Proxima-Nova";
}
.main.event-details .main-content .block-who .item {
  padding: 0;
  left: 0;
}
.main.event-details .main-content .block-who .item .photo {
  left: 0;
  top: -0.5rem;
}
.main.event-details .main-content .block-who .item .text {
  padding-left: 7rem;
}
.main.event-details .main-content .block-who .item .text .created-by {
  color: #a6a6a6;
  font-family: Proxima-Nova;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.main.event-details .main-content .block-who .item .text .name {
  color: #69ac40;
  font-size: 1.8rem;
}
.main.event-details .main-content .block-who .item .text .name .title {
  color: #a6a6a6;
  font-size: 1.8rem;
}
.main.event-details .main-content .block-who .item .text .date {
  color: #a6a6a6;
  font-size: 1.4rem;
}
.main.event-details .main-content .block-who .item .btn--iconleft {
  width: 19rem;
}
.main.event-details .main-content .block-who .item .btn--iconleft img, .main.event-details .main-content .block-who .item .btn--iconleft svg {
  height: 2rem;
  width: 2rem;
  left: 2.8em;
}
.main.event-details .main-content .block-who .share {
  display: inline;
  top: 11.5rem;
  position: absolute;
}
.main.event-details .main-content .block-who .share .list-iconshare2 {
  display: inline-block;
  list-style: none;
  padding-left: 2rem;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li {
  display: inline-block;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon img, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon svg {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #a6a6a6 !important;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon img.icon-line, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon svg.icon-line {
  display: block;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon img.icon-solid, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon svg.icon-solid {
  display: none;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover img, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover svg, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active img, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active svg {
  fill: #e7a900 !important;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover img.icon-line, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover svg.icon-line, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active img.icon-line, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active svg.icon-line {
  display: none;
}
.main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover img.icon-solid, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon:hover svg.icon-solid, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active img.icon-solid, .main.event-details .main-content .block-who .share .list-iconshare2 li .icon.active svg.icon-solid {
  display: block;
}

/**
 * partials/groups
 * ---
 *
 */
.page-details {
  padding-top: 3rem;
}
.page-details .list-events + .year {
  margin-top: 5rem;
}
.page-details .year {
  font-size: 2.4rem;
  font-weight: 600;
  color: #454545;
  margin-bottom: 2.4rem;
}
.page-details .pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 3rem 0 0 0;
}
.page-details .pagination .prev {
  position: absolute;
  left: 2rem;
  top: 0;
  color: #69ac40;
  width: 1.8rem;
  height: 1.8rem;
}
.page-details .pagination .prev img, .page-details .pagination .prev svg {
  width: 100%;
  height: 100%;
  fill: #69ac40 !important;
}
.page-details .pagination .next {
  position: absolute;
  right: 2rem;
  top: 0;
  color: #69ac40;
  width: 1.8rem;
  height: 1.8rem;
}
.page-details .pagination .next img, .page-details .pagination .next svg {
  width: 100%;
  height: 100%;
  fill: #69ac40 !important;
}

.group-listing .list-innernav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.group-listing .list-innernav li {
  display: inline-block;
  margin-right: 2rem;
  height: 2.5rem;
  cursor: pointer;
}
.group-listing .list-innernav li.active {
  border-bottom: 3px solid #69ac40;
}
.group-listing .list-innernav.tabs li:hover {
  border-bottom: 3px solid #69ac40;
}
.group-listing .list-innernav.filtering {
  padding-left: 3rem;
}
.group-listing .list-innernav.filtering li:hover {
  font-weight: 600;
  color: #606161;
}

.groups-search {
  width: 100%;
  height: 7rem;
  padding: 1.7rem 2rem;
  border: none;
  font-size: 1.8rem;
  box-sizing: border-box;
  color: green;
  border-color: yellow;
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .groups-search {
    width: 100%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.groups-search .icon {
  position: absolute;
  left: 39rem;
  top: 17rem;
}
@media (max-width: 767px) {
  .groups-search .icon {
    right: 3.5rem;
    left: auto;
    top: 15.5rem;
  }
}
.groups-search input {
  border: none;
  height: 3.5rem;
  border-radius: 0.3rem;
  padding-left: 8px;
  width: 40rem;
}
@media (max-width: 767px) {
  .groups-search input {
    width: 100%;
  }
}
.groups-search img, .groups-search svg {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  stroke: #e4e4e4;
  fill: #e4e4e4;
}
.groups-search.mobile {
  top: 3rem;
  height: 20px;
  position: absolute;
  right: 1.5rem;
  width: 2rem;
  padding: 0;
}
.groups-search.mobile .icon {
  right: 1.5rem;
  top: 0;
}

.list-groups {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1rem;
}
.list-groups li {
  position: relative;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.list-groups li .logo {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #afafaf;
  text-align: center;
  position: relative;
}
.list-groups li .logo span {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.list-groups li .group {
  display: inline-block;
  width: calc(100% - 8rem);
  padding: 1rem 2.4rem 0;
  vertical-align: top;
}
.list-groups li .group .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
  margin-bottom: 0.5rem;
}
.list-groups li .group .title span {
  color: #a6a6a6;
}
.list-groups li .group .private {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 1rem;
}
.list-groups li .group .members-count {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #a6a6a6;
}
.list-groups li .group .btn--iconleft {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}
@media (max-width: 767px) {
  .list-groups li .group .btn--iconleft {
    padding: 1.5rem 1.5rem;
    bottom: 3rem;
  }
  .list-groups li .group .btn--iconleft svg {
    left: 1rem;
    top: 0.5rem;
  }
}
.list-groups li .group .btn--iconleft.people-listing-follow {
  right: 9.5rem;
}
@media (max-width: 767px) {
  .list-groups li .group .btn--iconleft.people-listing-follow {
    right: 6.5rem;
  }
}
.list-groups li .group .btn--iconleft.people-listing-comment {
  right: 3rem;
  width: 3rem;
  bottom: 1.5rem;
  height: 3.5rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .list-groups li .group .btn--iconleft.people-listing-comment {
    bottom: 3rem;
    height: 3.2rem;
  }
  .list-groups li .group .btn--iconleft.people-listing-comment svg {
    left: 1rem;
    top: 0.5rem;
  }
}
.list-groups li .group .btn--mobile {
  position: absolute;
  bottom: 3.5rem;
  height: 3.6rem;
  right: 1.5rem;
  width: 3.6rem;
}
.list-groups li .group .btn--mobile img, .list-groups li .group .btn--mobile svg {
  width: 100%;
  height: 100%;
  fill: #ffffff !important;
}
.list-groups li .group .btn--mobile:hover img, .list-groups li .group .btn--mobile:hover svg {
  width: 100%;
  height: 100%;
  fill: #606161 !important;
}

.list-pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #69ac40;
}
.list-pagination li {
  display: inline-block;
  margin: 0 4.5rem;
}
.list-pagination li.active {
  color: #606161;
}

.block-who.big-photo .item {
  padding: 0 3rem 1.5rem 11rem;
}
.block-who.big-photo .item .text {
  padding-top: 0.3rem;
}
.block-who.big-photo .photo {
  height: 6rem;
  width: 6rem;
}
.block-who.big-photo .btn {
  margin-top: 0.5rem;
}

.group-details .main-content {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .group-details .main-content .btc-item .heading, .group-details .main-content .btc-item .date {
    margin-left: 4.5rem;
  }
}

.issues-content {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
}
@media (max-width: 543px) {
  .issues-content {
    padding-right: 1.5rem;
  }
}
.issues-content .ic-left {
  float: left;
  width: 30rem;
  background: #ffffff;
  color: #454545;
  padding: 3rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
}
@media (max-width: 543px) {
  .issues-content .ic-left {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.issues-content .ic-right {
  float: right;
  position: relative;
  width: calc(100% - 33rem);
  text-align: center;
}
@media (max-width: 543px) {
  .issues-content .ic-right {
    float: none;
    width: 100%;
  }
}
.issues-content .ic-right .issue-container {
  position: relative;
}
.issues-content .ic-right .issue-container img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: 23rem;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}
.issues-content .ic-right .issue-container:hover img {
  border: 6px solid #74ae3d;
}
.issues-content .ic-right .issue-container .caption {
  position: absolute;
  top: -1rem;
  bottom: 0;
  left: 0;
  right: 0;
  font: 0/0 a;
  /* Remove the gap between inline(-block) elements */
}
.issues-content .ic-right .issue-container .caption:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.issues-content .ic-right .issue-container .caption span {
  font: 2.4rem/1 "Proxima-Nova", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  color: #ffffff;
  word-wrap: break-word;
}

.issue-details .main-content {
  padding-top: 3rem;
}
.issue-details .main-content .list-iconshare li .icon svg {
  width: 2.6rem;
  height: 2.6rem;
}
.issue-details .id-content {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}
.issue-details .id-content h2 {
  color: #606161;
  font-size: 2.4rem;
  line-height: 3.5rem;
}
.issue-details .id-content p {
  font-size: 1.4rem;
  color: #454545;
}
.issue-details .id-content ul {
  padding-left: 1.5rem;
}
.issue-details .id-content li {
  padding-bottom: 2rem;
}
.issue-details .id-sidebar {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  color: #a6a6a6;
  font-size: 12px;
}
.issue-details .id-sidebar .separator {
  border-bottom: 1px #e4e4e4 solid;
  margin: 2.5rem 0;
}
.issue-details .id-sidebar .list-iconshare {
  padding: 0;
  list-style: none;
  position: relative;
  display: inline;
  top: -0.5rem;
  margin-left: 1rem;
}
.issue-details .id-sidebar .list-iconshare li {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  color: #7f7f7f;
  text-transform: uppercase;
  display: inline;
  padding-left: 2rem;
  margin-right: 0;
  margin-left: 0;
}
.issue-details .id-sidebar .list-iconshare li:first-child {
  margin-right: 2rem;
}
.issue-details .photos-listing {
  padding-right: 2.5rem;
  padding-left: 1.5rem;
}
.issue-details .photos-listing .item {
  background: #f1f1f1;
  padding-right: 0;
  margin-bottom: 1.8rem;
}
.issue-details .photos-listing .item .box {
  background: #ffffff;
  padding: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.issue-details .photos-listing .item .box .photo img {
  width: 100%;
  height: 16rem;
}
.issue-details .photos-listing .item .box .poster {
  margin-top: 1rem;
  padding-left: 2rem;
  border-bottom: 1px solid #f0f0f0;
}
.issue-details .photos-listing .item .box .poster .user {
  width: 4rem;
  height: 4rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.issue-details .photos-listing .item .box .poster .p-top {
  padding-left: 5.5rem;
  padding-bottom: 1rem;
  margin-top: -3.5rem;
}
.issue-details .photos-listing .item .box .poster .p-top .heading {
  font-size: 1.4rem;
  color: #a6a6a6;
}
.issue-details .photos-listing .item .box .poster .p-top .date {
  font-size: 1.3rem;
  color: #a6a6a6;
  margin-top: 0.5rem;
}
.issue-details .photos-listing .item .box .share {
  text-align: right;
  padding-bottom: 0;
  padding-top: 1rem;
}
.issue-details .photos-listing .item .box .share .list-iconshare {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.issue-details .photos-listing .item .box .share .list-iconshare li {
  padding-left: 2.6rem;
  margin-right: 1.5rem;
  height: 2.6rem;
}
.issue-details .photos-listing .item .box .share .list-iconshare li span {
  display: block;
}
@media (max-width: 991px) {
  .issue-details .photos-listing .item .box .share .list-iconshare li {
    width: 3rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
    padding-left: 1.5rem;
  }
  .issue-details .photos-listing .item .box .share .list-iconshare li img, .issue-details .photos-listing .item .box .share .list-iconshare li svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.btn-link-gray {
  color: #a6a6a6;
}

/**
 * partials/profile
 * ---
 *
 */
.list-pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #69ac40;
}
.list-pagination li {
  display: inline-block;
  margin: 0 4.5rem;
}
.list-pagination li.active {
  color: #606161;
}

.profile-settings .list-innernav {
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-settings .list-innernav > li {
  cursor: pointer;
}
.profile-settings .list-innernav > li.active {
  border-bottom: 3px solid #69ac40;
}
.profile-settings .list-innernav.tabs li:hover {
  border-bottom: 3px solid #69ac40;
}
.profile-settings .list-innernav.filtering {
  padding-left: 3rem;
}
.profile-settings .list-innernav.filtering li:hover {
  font-weight: 600;
}
.profile-settings .main-content {
  padding-top: 3rem;
}
.profile-settings .main-content .mc-left {
  background: #ffffff;
  border-radius: 0.3rem;
  border: #a6a6a6;
  width: 33rem;
  display: block;
}
.profile-settings .main-content .mc-left .settings {
  display: block;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
}
.profile-settings .main-content .mc-left .settings a:hover {
  text-decoration: none;
}
.profile-settings .main-content .mc-left .settings .item {
  padding: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1rem;
}
.profile-settings .main-content .mc-left .settings .item.active .icon {
  background: #69ac40;
}
.profile-settings .main-content .mc-left .settings .item.active .icon img, .profile-settings .main-content .mc-left .settings .item.active .icon svg {
  fill: #ffffff !important;
}
.profile-settings .main-content .mc-left .settings .item .icon {
  display: inline-block;
  border-radius: 0.5rem;
  width: 4rem;
  height: 4rem;
  background: #f1f1f1;
  text-align: center;
  padding: 0.7rem 0.7rem;
}
.profile-settings .main-content .mc-left .settings .item .icon img, .profile-settings .main-content .mc-left .settings .item .icon svg {
  fill: #a6a6a6;
}
.profile-settings .main-content .mc-left .settings .item .description {
  display: inline-block;
  padding-left: 2rem;
  padding-top: 0.6rem;
}
.profile-settings .main-content .mc-left .settings .item .description .title {
  font-size: 1.4rem;
  color: #454545;
  font-weight: 600;
}
.profile-settings .main-content .mc-left .settings .item .description .subtitle {
  font-size: 1.4rem;
  color: #a6a6a6;
  font-weight: normal;
}
.profile-settings .main-content .mc-left .settings .item:hover .icon {
  background: #69ac40;
}
.profile-settings .main-content .mc-left .settings .item:hover .icon img, .profile-settings .main-content .mc-left .settings .item:hover .icon svg {
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in;
  fill: #ffffff !important;
}
.profile-settings .main-content .mc-left .settings .item:hover a:hover {
  text-decoration: none;
}
.profile-settings .main-content .mc-right {
  background: #ffffff;
  border-radius: 0.3rem;
  border: #a6a6a6;
  display: block;
  width: calc(100% - 36rem);
}
.profile-settings .main-content .mc-right .heading {
  display: block;
  padding-bottom: 0;
  padding-top: 3rem;
}
.profile-settings .main-content .mc-right .settings {
  color: #606161;
}
.profile-settings .main-content .mc-right .settings .heading h1 {
  font-size: 2.4rem;
  color: #606161;
}
.profile-settings .main-content .mc-right .settings h2 {
  font-size: 1.4rem;
  color: #414f64;
  font-weight: 600;
}
.profile-settings .main-content .mc-right .settings input {
  font-size: 1.3rem;
  color: #414f64;
}
.profile-settings .main-content .mc-right .row.item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 2rem;
  padding-left: 1.5rem;
  margin-left: 0px;
  margin-right: 0;
}
.profile-settings .main-content .mc-right .check {
  width: 20px;
  position: relative;
  height: 2.7rem;
}
.profile-settings .main-content .mc-right .check label {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #69ac40;
  border-radius: 0.4rem;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.profile-settings .main-content .mc-right .check label:after {
  content: '';
  width: 0.9rem;
  height: 0.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  border: 0.3rem solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.profile-settings .main-content .mc-right .check label:hover::after {
  opacity: 0.3;
}
.profile-settings .main-content .mc-right .check label span {
  padding-left: 3rem;
  display: inline-block;
  width: 25rem;
  color: #414f64;
  font-size: 1.3rem;
}
.profile-settings .main-content .mc-right .check input[type=checkbox] {
  visibility: hidden;
}
.profile-settings .main-content .mc-right .check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.profile-settings .main-content .mc-right .check input[type=checkbox]:not(:checked) + label {
  background: #ffffff;
  border: 1px solid #f1f1f1;
}
.profile-settings .main-content .mc-right .switch {
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 2.5rem;
  right: 3rem;
}
.profile-settings .main-content .mc-right .switch input {
  display: none;
}
.profile-settings .main-content .mc-right .switch input:checked + .slider {
  background-color: #69ac40;
}
.profile-settings .main-content .mc-right .switch input:focus + .slider {
  box-shadow: 0 0 1px #69ac40;
}
.profile-settings .main-content .mc-right .switch input:checked + .slider:before {
  -webkit-transform: translateX(2.2rem);
  -ms-transform: translateX(2.2rem);
  transform: translateX(2.2rem);
}
.profile-settings .main-content .mc-right .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a6a6a6;
  -webkit-transition: .4s;
  transition: .4s;
}
.profile-settings .main-content .mc-right .switch .slider:before {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  left: 0.4rem;
  bottom: 0.2rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.profile-settings .main-content .mc-right .switch .slider.round {
  border-radius: 4rem;
}
.profile-settings .main-content .mc-right .switch .slider.round:before {
  border-radius: 50%;
}
.profile-settings .main-content .mc-right .tabs {
  padding-left: 3rem;
}
.profile-settings .main-content .mc-right .tabs #account .fields {
  padding-bottom: 3rem;
}
.profile-settings .main-content .mc-right .tabs #account .title {
  font-size: 1.2rem;
  color: #a6a6a6;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}
.profile-settings .main-content .mc-right .tabs #account .textbox {
  padding: 0.2rem 3rem 0 0;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items {
  padding-bottom: 3rem;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item {
  font-size: 1.4rem;
  color: #606161;
  display: block;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #e6eaee;
  height: 4.5rem;
  margin-left: -3rem;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item img {
  width: 1.7rem;
  height: 1.7rem;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item .title {
  float: left;
  font-weight: 600;
  margin-left: 3rem;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item .account {
  float: right;
  margin-right: 3rem;
  color: #a6a6a6;
  font-weight: 600;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item .account .remove-btn {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 50%;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 1.5rem;
}
.profile-settings .main-content .mc-right .tabs #connected-services .items .item .account .remove-btn svg {
  height: 1rem;
  width: 1rem;
  top: 0.2rem;
  left: 0.2rem;
  position: relative;
  fill: #606161;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .heading {
    margin-left: -1.5rem;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: -3rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block {
  border-bottom: 1px solid #e7e9ed;
  padding-bottom: 2.5rem;
  padding-right: 4.5rem;
  padding-left: 3rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .form-control {
  margin-top: 1rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon {
  display: inline-block;
  top: -1.3rem;
  position: relative;
  padding-right: 1.5rem;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon {
    padding-right: 0 !important;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon img {
  width: 6rem;
  height: 6rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon .overlay {
  display: inline;
  position: absolute;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon .overlay svg {
  width: 3.1rem;
  height: 2.8rem;
  position: absolute;
  left: 25%;
  top: 1.5rem;
  fill: #e4e4e4 !important;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon .overlay {
    position: relative;
    margin: auto -4rem;
    display: inline;
    width: auto !important;
  }
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon .overlay svg {
    position: absolute;
    left: 25%;
    top: -0.5rem;
  }
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .profile-icon {
    display: block;
    background: #e4e4e4;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .first-name {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 8.5rem;
  margin-top: -1.5rem;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .name .first-name {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .col-sm-6, .profile-settings .main-content .mc-right .tabs #my-profile .content .block .col-sm-12 {
  padding-right: 0;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media {
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media {
    margin-left: -1.5rem;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media .form-control {
  margin-top: 0;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 3.8rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media.twitter span {
  background-color: #4cc2ff;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media.facebook span {
  background-color: #3b5998;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .block .social-media.linkedin span {
  background-color: #008fbf;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .block {
    padding-right: 3rem;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .field {
  margin-top: 2.5rem;
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .field.email-field {
  padding-left: 1.5rem;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .field.email-field {
    padding-left: 0;
  }
}
.profile-settings .main-content .mc-right .tabs #my-profile .content .field.col-sm-12 {
  padding-left: 1.5rem;
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .field.col-sm-12 {
    padding-left: 0;
  }
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-right .tabs #my-profile .content .field {
    padding-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .profile-settings .main-content .mc-right .row {
    padding-bottom: 1rem;
  }
  .profile-settings .main-content .mc-right .check label span {
    max-width: 16rem;
  }
}
@media (max-width: 1199px) {
  .profile-settings .main-content .mc-left {
    background: #e4e4e4;
    border-radius: 0;
    width: auto;
    display: block;
    margin: auto -3rem;
  }
  .profile-settings .main-content .mc-left .settings {
    display: block;
    margin-top: -3rem;
    padding-bottom: 0;
  }
  .profile-settings .main-content .mc-left .settings a:hover {
    text-decoration: none;
  }
  .profile-settings .main-content .mc-left .settings .item {
    display: inline;
  }
  .profile-settings .main-content .mc-left .settings .item .icon {
    display: inline-block;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    width: 15%;
    background: #e4e4e4;
  }
  .profile-settings .main-content .mc-left .settings .item .description {
    display: none;
  }
  .profile-settings .main-content .mc-right {
    width: auto;
    margin: 0 -3rem;
  }
}
@media (max-width: 767px) {
  .profile-settings .main-content .mc-left .settings .item {
    margin: auto 2%;
  }
  .profile-settings .main-content .mc-left .settings .item .icon {
    width: 10%;
  }
  .profile-settings .main-content .mc-right {
    margin: 0;
  }
}
@media (max-width: 543px) {
  .profile-settings .main-content .mc-left .settings {
    padding-left: 2.5rem;
  }
  .profile-settings .main-content .mc-left .settings .item {
    margin-right: 4%;
    padding: 0;
  }
  .profile-settings .main-content .mc-left .settings .item .icon {
    width: 4rem;
  }
  .profile-settings .main-content .mc-right .settings .heading {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .profile-settings .main-content .mc-right .settings .item .title {
    padding-bottom: 1rem;
  }
}
.std-box {
  background: white;
  padding: 1.5rem;
}
@media (min-width: 544px) {
  .std-box {
    padding: 2.5rem;
  }
}

.std-text h1, .std-text h2, .std-text h3, .std-text h4, .std-text h5, .std-text h6 {
  color: #606161;
}
.std-text h1 {
  margin-bottom: 2.5rem;
}
.std-text p:last-child {
  margin-bottom: 0px;
}

.position-bottom-menu {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 3rem);
  z-index: 1000;
}

.link-menu a:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .col-left {
    float: left;
  }

  .col-right {
    float: right;
  }

  .cols-2-3-and-1-3 .col-left {
    width: calc(66.666% - 30px);
  }
  .cols-2-3-and-1-3 .col-right {
    width: 33.333%;
  }
}
.pin {
  position: absolute;
}

.pin-bottom {
  bottom: 0px;
}

.pin-top {
  top: 0px;
}

.pin-right {
  right: 0px;
}

.pin-left {
  left: 0px;
}

.pin-pad-bottom-right {
  margin-top: 1.5rem;
  width: 20rem;
}
@media (max-width: 767px) {
  .pin-pad-bottom-right {
    width: 100%;
  }
}
@media (min-width: 544px) {
  .pin-pad-bottom-right {
    margin-top: 1rem;
  }
}
.pin-pad-bottom-right.btn-group-two :last-child {
  float: right;
}
.pin-pad-bottom-right .btn:not(.btn--icononly) {
  padding-left: 25%;
  padding-right: 25%;
}
@media (min-width: 768px) {
  .pin-pad-bottom-right .btn:not(.btn--icononly) {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.pin-pad-bottom-right .btn--icononly img, .pin-pad-bottom-right .btn--icononly svg {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 43%;
  top: 0.8rem;
}
.pin-pad-bottom-right .btn.btn--iconleft img, .pin-pad-bottom-right .btn.btn--iconleft svg {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 32%;
  top: 0.7rem;
}
@media (min-width: 544px) {
  .pin-pad-bottom-right {
    margin-left: 12rem;
  }
  .pin-pad-bottom-right.btn-group-two :last-child {
    float: none;
  }
  .pin-pad-bottom-right .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .pin-pad-bottom-right .btn-primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .pin-pad-bottom-right .btn-gray.btn--iconleft img, .pin-pad-bottom-right .btn-gray.btn--iconleft svg {
    left: 2rem;
  }
  .pin-pad-bottom-right .btn-primary.btn--iconleft img, .pin-pad-bottom-right .btn-primary.btn--iconleft svg {
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .pin-pad-bottom-right {
    margin-right: 0rem;
    margin-top: 0rem;
    bottom: 1rem;
    right: 3rem;
    position: absolute;
  }
  .pin-pad-bottom-right :last-child {
    float: none;
  }
}

.btn-gray.btn--iconleft img,
.btn-gray.btn--iconleft svg {
  fill: #ffffff !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.std-box-secondary {
  background: #f8f8f8;
  border: #e4e4e4 solid 1px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.border-right-set .col-sm-4 {
  border-right: #e4e4e4 solid 1px;
}
.border-right-set .col-sm-4:last-child {
  border-right: none;
}

.stat {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stat h1 {
  color: #454545;
  margin-bottom: 0rem;
  line-height: normal;
}
.stat p {
  color: #a6a6a6;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.progress {
  background: #d9d9d9;
  height: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 6px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  background: #e7a900;
}

.border-radius-top {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.border-radius-bottom {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

svg {
  fill: #a6a6a6;
}
svg.file-doc-color {
  fill: #013474;
}
svg.file-xls-color {
  fill: #6bac42;
}
svg.file-ppt-color {
  fill: #e7a900;
}
svg.file-pdf-color {
  fill: #c00000;
}

.pull-out-background {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  box-sizing: border-box;
  margin: 0rem -1.5rem 0;
  z-index: 1;
}
@media (min-width: 544px) {
  .pull-out-background {
    margin: 0rem 0rem 0;
  }
}

.pull-out-background-always {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  box-sizing: border-box;
  margin: 0rem -1.5rem 0;
  z-index: 1;
}
@media (min-width: 544px) {
  .pull-out-background-always {
    margin: 0rem -3rem 0;
  }
}

.white-background {
  background: white;
}

.page-header .btn--iconleft.btn--pin-center {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 3.8rem;
}

.sort-arrow {
  width: 8px;
  margin-left: 6px;
}

.list-resources {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-resources li.header-li {
  background-color: #e4e4e4;
  margin-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.list-resources li {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 544px) {
  .list-resources li {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.list-resources li .icon {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  width: 3rem;
  height: auto;
}
.list-resources li .icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 544px) {
  .list-resources li .icon {
    padding: 1rem 2.4rem 1rem 0;
    width: 4rem;
  }
}
@media (min-width: 768px) {
  .list-resources li .icon {
    width: 6rem;
  }
}
.list-resources li .icon img {
  width: 2rem;
}
.list-resources li .date {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem 1rem 0;
  width: 30%;
}
@media (min-width: 544px) {
  .list-resources li .date {
    padding: 1rem 2.4rem 1rem 0;
  }
}
@media (min-width: 768px) {
  .list-resources li .date {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .list-resources li .date {
    width: 25%;
  }
}
.list-resources li .date span {
  font-size: 1.4rem;
}
@media (min-width: 544px) {
  .list-resources li .date span {
    font-size: 1.8rem;
  }
}
.list-resources li .group {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 0;
  vertical-align: top;
  width: 40%;
}
@media (min-width: 544px) {
  .list-resources li .group {
    padding: 1rem 2.4rem 1rem 0;
  }
}
@media (min-width: 768px) {
  .list-resources li .group {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .list-resources li .group {
    width: 60%;
  }
}
.list-resources li .group .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
}
.list-resources li .group .btn--iconleft {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}

.list-resources-files li .group {
  width: 42%;
}
@media (min-width: 768px) {
  .list-resources-files li .group {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .list-resources-files li .group {
    width: 40%;
  }
}
.list-resources-files li .date {
  width: 22%;
}
@media (min-width: 768px) {
  .list-resources-files li .date {
    width: 26%;
  }
}
@media (min-width: 992px) {
  .list-resources-files li .date {
    width: 26%;
  }
}
.list-resources-files li .author {
  display: inline-block;
  padding: 1rem 2.4rem 1rem 0;
  vertical-align: top;
  width: 20%;
  display: none;
}
@media (min-width: 544px) {
  .list-resources-files li .author {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .list-resources-files li .author {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .list-resources-files li .author {
    width: 20%;
  }
}
.list-resources-files li .author span {
  font-size: 1.8rem;
}
.list-resources-files .favorite, .list-resources-files .upload {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
.list-resources-files .favorite img, .list-resources-files .favorite svg, .list-resources-files .upload img, .list-resources-files .upload svg {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.list-resources-files .favorite {
  right: 4.5rem;
}
.list-resources-files .favorite .icon-line {
  display: block;
}
.list-resources-files .favorite .icon-solid {
  display: none;
}
.list-resources-files .favorite:hover img, .list-resources-files .favorite:hover svg, .list-resources-files .favorite.active img, .list-resources-files .favorite.active svg {
  fill: #e7a900 !important;
}
.list-resources-files .favorite:hover .icon-line, .list-resources-files .favorite.active .icon-line {
  display: none;
}
.list-resources-files .favorite:hover .icon-solid, .list-resources-files .favorite.active .icon-solid {
  display: block;
}

.list-resources-files-short li .group {
  width: 80%;
}
.list-resources-files-short .favorite, .list-resources-files-short .upload {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search.search-secondary.search-main-content {
  padding: 2rem 1.5rem;
  border-radius: 0px;
}
@media (min-width: 544px) {
  .search.search-secondary.search-main-content {
    padding: 2rem 3rem;
  }
  .search.search-secondary.search-main-content input {
    width: 50%;
  }
  .search.search-secondary.search-main-content .search-button {
    right: 50%;
  }
}

.relative {
  position: relative;
}

.full-height {
  height: 100%;
}

.height-minus-page-header {
  height: calc(100% - 22rem);
}
@media (min-width: 768px) {
  .height-minus-page-header {
    height: calc(100% - 15.6rem);
  }
}

.l-messages .ic-left {
  width: 100%;
}
.l-messages .ic-right {
  width: 100%;
}
@media (min-width: 768px) {
  .l-messages .ic-left {
    float: left;
    width: 27.5rem;
    margin-top: 3rem;
    margin-left: 2.5rem;
  }
  .l-messages .ic-right {
    float: right;
    position: relative;
    width: calc(100% - 33rem);
    margin-top: 3rem;
  }
}

.message-header {
  position: relative;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 9rem;
}
.message-header h6, .message-header h5, .message-header h4 {
  color: #606161;
}
.message-header .btn-header-right {
  position: absolute;
  top: 0px;
  background: none;
  border: none;
  padding: 0px;
  right: 0px;
  color: #69ac40;
}
.message-header .btn-header-right:hover {
  text-decoration: underline !important;
}

.message-control {
  height: calc(100% - 4rem);
  padding-bottom: 6rem;
  border: #c4c4c4 solid 1px;
  border-radius: 4px;
  position: relative;
}

.vert-scroll {
  overflow: hidden;
  overflow-y: auto;
}

.block-who-conversations, .block-who-messages {
  border: none;
}
.block-who-conversations .item .photo, .block-who-messages .item .photo {
  top: 2rem;
  width: 5.2rem;
  height: 5.2rem;
  left: 1.5rem;
  border-radius: 2.5rem;
}
.block-who-conversations .item, .block-who-messages .item {
  text-align: left;
  background: white;
  border: none;
  border-bottom: #e4e4e4 1px solid;
  padding: 2rem 2rem 2rem 8rem;
}
.block-who-conversations .item .text, .block-who-messages .item .text {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.block-who-conversations .item .data, .block-who-messages .item .data {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  color: #a6a6a6;
}
.block-who-conversations .item .detail, .block-who-messages .item .detail {
  color: #a6a6a6;
  font-size: 1.4rem;
}

.block-who-messages {
  height: calc(100% - 5rem);
}
.block-who-messages .item:hover {
  background: #454545;
  color: white;
}
.block-who-messages .item:hover .text, .block-who-messages .item:hover .detail, .block-who-messages .item:hover .data, .block-who-messages .item:hover .name {
  color: white;
}
@media (min-width: 768px) {
  .block-who-messages {
    height: calc(100% - 12rem);
  }
}

.block-who-conversations .item:nth-child(even) {
  background: #f8f8f8;
}
.block-who-conversations .item .detail {
  color: #454545;
}

.message-sender {
  position: absolute;
  bottom: 0px;
  height: 6rem;
  background: #fafbfc;
  width: 100%;
}

.block-who-sender .item {
  padding: 1rem 1rem 1rem 6.5rem;
  min-height: 1rem;
}
.block-who-sender .item .photo {
  top: 1rem;
  left: 1.5rem;
}

.message-sender-input {
  width: calc(100% - 7rem);
  padding: 1rem;
  border-radius: 4px;
  border-color: white;
  border-style: solid;
  border: #e4e4e4 1px solid;
}

.search.search-secondary {
  background: #e4e4e4;
  padding: 2rem 1.5rem;
  border-radius: 4px 4px 0px 0px;
  border-color: #e4e4e4;
  border-style: solid;
}
.search .search-button {
  border: none;
  background: none;
  position: absolute;
  top: 0;
}
.search .search-button svg {
  width: 3.6rem;
  height: 3.6rem;
}
.search input {
  width: 100%;
  padding: 0.8rem 3.2rem 0.8rem 0.8rem;
  border-radius: 4px;
  border-color: white;
  border-style: solid;
}

.page-header {
  position: relative;
  z-index: 9;
  min-height: 14.6rem;
  border-bottom: 1px solid #e4e4e4;
  margin: -1.5rem -1.5rem 0;
  background: #fff;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 544px) {
  .page-header {
    padding: 3rem 3rem 0 3rem;
    margin: -3rem -3rem 0;
  }
}
.page-header.has-list-innernav {
  padding-bottom: 4.5rem;
}
@media (max-width: 543px) {
  .page-header.has-btn--pinned-plus .page-title {
    padding-right: 4rem;
  }
}
.page-header h1 {
  font-size: 4.8rem;
  font-weight: 300;
  margin: 0;
  color: #454545;
}
@media (max-width: 767px) {
  .page-header .page-title {
    margin-top: 2.2rem;
  }
  .page-header .pre-title + .page-title {
    margin-top: 0px;
  }
}

.page-header h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  color: #454545;
}
@media (min-width: 544px) {
  .page-header h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 4.8rem;
  }
}
.page-header .pre-title {
  padding-top: 0.4rem;
  color: #757575;
  font-size: 1.4rem;
}
@media (min-width: 544px) {
  .page-header .pre-title {
    font-size: 1.8rem;
  }
}
.page-header .btn--iconleft-pinned {
  position: relative;
  bottom: auto;
  right: auto;
  min-height: 3.55rem;
}
.page-header .btn--iconleft-pinned span {
  margin-left: 1.5rem;
}

.page-header.page-header-lg {
  min-height: 23.5rem;
}
@media (min-width: 544px) {
  .page-header.page-header-lg {
    min-height: 26.5rem;
  }
}
.page-header.page-header-lg .user {
  display: none;
  width: 10rem;
  height: 10rem;
  border-radius: 1.8rem;
  overflow: hidden;
  vertical-align: top;
}
.page-header.page-header-lg .user img {
  width: 100%;
  height: 100%;
}
@media (min-width: 544px) {
  .page-header.page-header-lg .user {
    display: inline-block;
  }
}
.page-header.page-header-lg .heading {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 544px) {
  .page-header.page-header-lg .heading {
    width: calc(100% - 11rem);
    padding-left: 1.5rem;
  }
}
.page-header.page-header-lg .heading h1 {
  color: #454545;
  margin-bottom: 0.8rem;
}
.page-header.page-header-lg .heading h1 span {
  color: #e4e4e4;
}
.page-header.page-header-lg .heading .email {
  color: #69ac40;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}
@media (min-width: 544px) {
  .page-header.page-header-lg .heading .email {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.page-header.page-header-lg .heading .phones {
  font-weight: 300;
  color: #a6a6a6;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.page-header.page-header-lg .heading .phones span {
  color: #757575;
}
.page-header.page-header-lg .heading .phones span a {
  color: #757575;
  text-decoration: none;
}
.page-header.page-header-lg .heading .phones span a:hover {
  text-decoration: none;
}
@media (min-width: 544px) {
  .page-header.page-header-lg .heading .phones {
    font-size: 1.8rem;
  }
}
.page-header.page-header-lg .heading .social-media {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.page-header.page-header-lg .heading .social-media img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media (min-width: 544px) {
  .page-header.page-header-lg .heading .social-media {
    text-align: left;
    float: none;
    margin-left: 4.2rem;
  }
  .page-header.page-header-lg .heading .social-media img {
    width: 4rem;
    height: 4rem;
    margin-left: 0px;
    margin-top: 0rem;
  }
}

.page-header.height-md {
  min-height: 16rem;
}
@media (min-width: 544px) {
  .page-header.height-md {
    min-height: 21.5rem;
  }
}

.page-header.height-sm {
  min-height: 15rem;
}
@media (min-width: 544px) {
  .page-header.height-sm {
    min-height: 16rem;
  }
}

.page-header.height-xs {
  min-height: 11rem;
}
@media (min-width: 544px) {
  .page-header.height-xs {
    min-height: 15rem;
  }
}

.btn--pinned-plus {
  position: absolute;
  top: 4rem;
  right: 1.5rem;
}
.btn--pinned-plus span {
  display: none;
}
@media (min-width: 544px) {
  .btn--pinned-plus {
    right: 3rem;
    top: auto;
    bottom: 1rem;
  }
  .btn--pinned-plus span {
    display: inline;
  }
}
.btn--pinned-plus.btn--iconleft svg {
  position: static;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 543px) {
  .btn--pinned-plus.btn--iconleft {
    padding: 0rem;
  }
}
@media (min-width: 544px) {
  .btn--pinned-plus.btn--iconleft svg {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 543px) {
  .btn--pinned-plus.btn-primary {
    background: none;
    border: none;
  }
  .btn--pinned-plus.btn-primary img, .btn--pinned-plus.btn-primary svg {
    fill: #69ac40 !important;
  }
}
@media (max-width: 543px) {
  .btn--pinned-plus.btn-white {
    background: none;
    border: none;
  }
  .btn--pinned-plus.btn-white img, .btn--pinned-plus.btn-white svg {
    fill: #ffffff !important;
  }
}

.list-innernav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-innernav > li {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  height: 2.5rem;
  cursor: pointer;
  vertical-align: bottom;
  color: #a6a6a6;
}
.list-innernav > li > a {
  color: #a6a6a6;
  padding-bottom: 1rem;
}
.list-innernav > li.active {
  border-bottom: 3px solid #69ac40;
  font-weight: 600;
  color: #454545;
}
.list-innernav > li.active > a {
  color: #606161;
}
@media (min-width: 544px) {
  .list-innernav > li {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}

.list-innernav {
  position: relative;
  bottom: -0.4rem;
}
.list-innernav > li:hover {
  border-bottom: 3px solid #69ac40;
}

.ellipsis-menu .list-innernav > li:nth-child(5), .ellipsis-menu .list-innernav > li:nth-child(6), .ellipsis-menu .list-innernav > li:nth-child(7), .ellipsis-menu .list-innernav > li:nth-child(8), .ellipsis-menu .list-innernav > li:nth-child(9) {
  display: none;
}
.ellipsis-menu .list-innernav > li.ellipsis-item {
  margin-right: 0px;
  float: right;
  display: inline-block;
}
.ellipsis-menu .list-innernav > li.ellipsis-item .btn-ellipsis {
  background: none;
}
.ellipsis-menu .list-innernav > li.ellipsis-item .btn-ellipsis svg {
  margin-top: -4px;
}
.ellipsis-menu .list-innernav > li.ellipsis-item .dropdown-toggle {
  padding: 0px;
  position: relative;
  margin-top: 0;
}
.ellipsis-menu .list-innernav > li.ellipsis-item .dropdown-toggle::after {
  display: none;
}
.ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(1), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(2), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(3), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(4) {
  display: none;
}
@media (min-width: 544px) {
  .ellipsis-menu .list-innernav > li:nth-child(5), .ellipsis-menu .list-innernav > li:nth-child(6), .ellipsis-menu .list-innernav > li:nth-child(7), .ellipsis-menu .list-innernav > li:nth-child(8), .ellipsis-menu .list-innernav > li:nth-child(9) {
    display: inline-block;
  }
  .ellipsis-menu .list-innernav > li.ellipsis-item {
    margin-right: 0px;
    display: none;
  }
  .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(1), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(2), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(3), .ellipsis-menu .list-innernav .dropdown-menu > li:nth-child(4) {
    display: inline-block;
  }
}

.dropdown-menu-primary {
  background: #ababab;
  padding: 0.05rem;
  min-width: 110px;
  border: none;
  right: -13px;
  margin-bottom: 10px !important;
}
.dropdown-menu-primary a {
  color: white;
  display: block;
  text-align: center;
  padding: .5rem;
  margin: 0.5rem;
  border-radius: 4px;
}
.dropdown-menu-primary li.active {
  color: white;
}
.dropdown-menu-primary li.active a {
  background: #69ac40;
  padding: 1rem 0;
}
.dropdown-menu-primary li {
  padding: 0.6rem;
}
.dropdown-menu-primary li a {
  margin: 0;
  padding: .6rem 0;
}

.dropdown-menu-primary:before {
  position: absolute;
  bottom: -11px;
  right: 14px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #ababab;
  border-left: 12px solid transparent;
  border-bottom-color: #ababab;
  content: '';
}

.dropdown-menu-primary:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.content-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-list li.item.event {
  position: relative;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.content-list li.item.event .date {
  display: inline-block;
  background: #606161;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  width: 6rem;
  height: 6rem;
  vertical-align: top;
}
.content-list li.item.event .date .d-text {
  position: relative;
  top: 1.4rem;
}
.content-list li.item.event .date span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.content-list li.item.event .event {
  display: inline-block;
  width: calc(100% - 8rem);
  padding: 1rem 2.4rem 0;
  vertical-align: top;
}
.content-list li.item.event .event .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
  margin-bottom: 0.5rem;
}
.content-list li.item.event .event .title:hover {
  color: #47742b;
}
.content-list li.item.event .event .location {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a6a6a6;
}
.content-list li.item.event .favorite {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-list li.item.group {
  position: relative;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
.content-list li.item.group .logo {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #afafaf;
  text-align: center;
  position: relative;
}
.content-list li.item.group .logo span {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.content-list li.item.group .group {
  display: inline-block;
  width: calc(100% - 8rem);
  padding: 1rem 2.4rem 0;
  vertical-align: top;
}
.content-list li.item.group .group .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
  margin-bottom: 0.5rem;
}
.content-list li.item.group .group a.title:hover {
  color: #47742b;
}
.content-list li.item.group .group .private {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.content-list li.item.group .group .members-count {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #a6a6a6;
}
.content-list li.item.group .group .btn--iconleft {
  position: absolute;
  top: 3rem;
  right: 1.5rem;
  bottom: auto;
}
.content-list li.item.group .favorite {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 1rem;
}
.content-list li.item.issue {
  border: red solid 1px;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
.content-list li.item.issue .picture {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: #afafaf;
  text-align: center;
  position: relative;
  vertical-align: top;
}
@media (max-width: 543px) {
  .content-list li.item.issue .picture {
    display: block;
  }
}
@media (min-width: 544px) {
  .content-list li.item.issue .picture {
    width: 19rem;
  }
}
.content-list li.item.issue .picture img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.content-list li.item.issue .description {
  display: inline-block;
  width: 100%;
  padding: 1rem 1.5rem 0.5rem;
  vertical-align: top;
}
@media (min-width: 544px) {
  .content-list li.item.issue .description {
    padding: 3rem 2.4rem 0.5rem;
    width: calc(100% - 19.6rem);
  }
}
.content-list li.item.issue .description .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #69ac40;
  margin-bottom: 0.5rem;
}
.content-list li.item.issue .description .details {
  font-size: 1.3rem;
  font-weight: 400;
  display: inline-block;
  color: #a6a6a6;
}

.content-list + .relative .content-list-title {
  margin-top: 2rem;
}

.content-list-title {
  font-size: 2.2rem;
  color: #454545;
  margin-left: 1.5rem;
  font-weight: 100;
}
@media (min-width: 544px) {
  .content-list-title {
    font-size: 3.2rem;
  }
}

.modal {
  opacity: 0;
  display: block;
  visibility: hidden;
}

.modal-open .modal {
  visibility: visible;
}

.modal .btn {
  -webkit-transition: visibility 0s;
  -moz-transition: visibility 0s;
  -o-transition: visibility 0s;
  transition: visibility 0s;
}

.showmodal {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all .3s ease-out;
  transform: translate(0, 0);
}

.modal-header {
  border: none;
}

.modal-content {
  background: #f1f1f1;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  margin-top: 5rem;
}

.modal-body, .modal-footer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 544px) {
  .modal-body, .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.modal-body {
  padding-bottom: 0.5rem;
}

.modal-footer {
  border: none;
  padding-top: 0.5rem;
  padding-bottom: 2.8rem;
  text-align: center;
}
@media (min-width: 544px) {
  .modal-footer {
    text-align: right;
  }
}
.modal-footer .social-media {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 544px) {
  .modal-footer .social-media {
    width: auto;
    margin-bottom: 0rem;
  }
}
.modal-footer .social-media div {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  background: #c8c8c8;
}
.modal-footer .social-media div.inactive {
  background: #c8c8c8;
}
.modal-footer .social-media div.facebook.active {
  background: #3b5998;
}
.modal-footer .social-media div.twitter.active {
  background: #4cc2ff;
}
.modal-footer .social-media div.linkedin.active {
  background: #4aa8db;
}

.float-left {
  float: left;
}

.tb-margin-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.circle-image-title {
  background: #69ac40;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
}
.circle-image-title img, .circle-image-title svg {
  width: 4rem;
  height: 4rem;
  margin-top: 1.5rem;
  fill: white !important;
}

.l-comment-container {
  padding: 1rem 0 0.5rem 2.5rem;
}

.l-step {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .l-step {
    margin-bottom: 0rem;
  }
}

.step-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #7f7f7f;
}

.ul-pad-flush {
  padding-left: 1.5rem;
}

.set-select-height {
  min-height: 20.4rem;
}

.select-primary {
  padding-left: 0px;
  padding-right: 0px;
}
.select-primary option {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.select-primary option:checked, .select-primary option:focus, .select-primary option::selection {
  background: #e4e4e4;
}
.select-primary:focus option:checked {
  background: #e4e4e4;
}

.label-info {
  background: #e7a900;
  padding-right: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 0.30em;
  padding-bottom: 0.30em;
}

.label-info-secondary {
  background: none;
  color: #7f7f7f;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
  min-height: 10rem;
}

.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: 2px 4px;
  background: #69ac40;
  border-radius: 4px;
}

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

.full-width {
  width: 100%;
}

.form-inline .form-control.form-control-w-btn {
  width: calc(100% - 6rem);
}

.mb-sm {
  margin-bottom: 1.5rem;
}

.mb-md {
  margin-bottom: 3rem;
}

.list-title {
  background: white;
  margin-bottom: 0px;
  padding: 1.5rem;
  color: #454545;
}
@media (max-width: 543px) {
  .list-title {
    margin: 0rem -1.5rem 0;
  }
}
@media (min-width: 544px) {
  .list-title {
    padding: 3rem 3rem 1.5rem 3rem;
  }
}

.list-chatter {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-chatter li.header-li {
  margin-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.list-chatter li {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 544px) {
  .list-chatter li {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.list-chatter li .data {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0rem 1rem 0rem;
  width: 58%;
  text-align: right;
}
.list-chatter li .group {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 0;
  vertical-align: top;
  width: 40%;
}

.data .tag {
  margin-right: 2px;
  color: #7f7f7f;
}

.data .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  border-radius: 16px;
  background: #e4e4e4;
}

.data .tag [data-role="remove"]:after {
  content: "x";
  padding: 2px 4px;
  background: #e4e4e4;
  border-radius: 16px;
}

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

.data .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.modal-body .article-poster {
  top: auto;
  background: none;
}
.modal-body .post {
  padding: 0px;
}

.modal-body .article-snipet {
  margin: 0px;
}

.even-bg > div:nth-child(even) {
  background: white;
}

.form-inline .form-control {
  display: inline-block;
}

.auth-form {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 3.5rem;
}
.auth-form .form {
  max-width: 35rem;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 3.5rem 3rem 3rem;
  margin: 0 auto;
  text-align: left;
  width: 99%;
  margin-bottom: 5.5rem;
}
.auth-form .form .label {
  color: #a6a6a6;
  text-align: left;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.auth-form .form input[type="text"] {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #606161;
}
.auth-form .form input[type="password"] {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #606161;
}
.auth-form .form .error {
  background: #ff9494;
}
.auth-form .form span.error-message {
  margin-top: -2rem;
  display: block;
  color: #ff9494;
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.auth-form .header {
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 144rem;
}
@media (max-width: 543px) {
  .auth-form .header {
    padding-top: 4rem;
    margin-bottom: 2rem;
  }
}
.auth-form .header img.logo {
  width: 18rem;
  height: 4.5rem;
  margin-right: 5rem;
}
.auth-form .header img.imgLogo {
  width: 6rem;
}
.auth-form.register {
  background-image: url("https://c.na52.content.force.com/servlet/servlet.ImageServer?id=0150W00000CY9gy&oid=00Dd0000000cLCe&lastMod=1489160195000");
  text-align: center;
  background-size: cover;
  background-position-x: 50%;
  margin: 0 auto;
  padding-bottom: 3.5rem;
}
@media (max-width: 543px) {
  .auth-form.register {
    background-image: none;
    background: #333;
  }
}
.auth-form.login {
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position-x: 50%;
  margin: 0 auto;
  padding-bottom: 3.5rem;
}
.auth-form.login .left-content {
  background-image: url("https://c.na52.content.force.com/servlet/servlet.ImageServer?id=0150W00000CY9gy&oid=00Dd0000000cLCe&lastMod=1489160195000");
  background-position-x: 50%;
  background-size: cover;
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .auth-form.login .left-content {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .auth-form.login .left-content {
    background-image: none;
    background-color: #333;
  }
}
.auth-form.login .left-content .header {
  margin-top: 10rem;
}
@media (max-width: 543px) {
  .auth-form.login .left-content .header {
    margin-top: 4rem;
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.auth-form.login .left-content .form {
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.auth-form.login .left-content .forgot-password {
  height: 5rem;
  background: #f1f1f1;
  text-align: center;
  vertical-align: middle;
  border-top: #e4e4e4;
  margin-top: 2rem;
  padding-top: 2rem;
  margin: 2rem -3rem 0;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.auth-form.login .left-content .sign-up {
  color: #ced0da;
  font-size: 1.4rem;
}
.auth-form.login .left-content .sign-up a {
  color: #ced0da;
}
.auth-form.login .left-content .innovation-center {
  margin-top: 14rem;
  margin-bottom: 13rem;
}
@media (max-width: 543px) {
  .auth-form.login .left-content .innovation-center {
    margin-top: 6rem;
    margin-bottom: 10.5rem;
  }
}
.auth-form.login .right-content {
  float: right;
  width: 50%;
  padding: 0 14.5rem;
}
@media (max-width: 1199px) {
  .auth-form.login .right-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 991px) {
  .auth-form.login .right-content {
    display: none;
  }
}
.auth-form.login .right-content .header {
  color: #454545;
  font-size: 4.0rem;
  text-align: left;
}
.auth-form.login .right-content p {
  color: #606161;
  font-size: 1.8rem;
  text-align: left;
}
.auth-form.login .right-content .features {
  margin-top: 5rem;
  font-size: 1.4rem;
  color: #454545;
}
.auth-form.login .right-content .features .feature {
  clear: both;
  display: table;
  text-align: left;
}
.auth-form.login .right-content .features .feature img {
  width: 9.5rem;
  height: 9.5rem;
  float: left;
}
.auth-form.login .right-content .features .feature div {
  padding-left: 12rem;
  padding-top: 3rem;
}

/**
 * partials/from-inline
 * ---
 * Rules imported from inline styles
 */
.card {
  font-family: "Proxima-Nova", Arial, Helvetica, sans-serif;
  border: 1px solid #e4e4e4;
}
.card .txt-bd {
  padding: 8px 8px 8px 8px;
}
.card a, .card .action {
  color: #69ac40;
}
.card a:hover {
  color: #47742b;
  text-decoration: underline;
}
.card .title {
  font-size: 18px;
}
.card .description {
  color: #606161;
  line-height: 1.2;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.hdr {
  display: none;
}

.show {
  display: block !important;
}

.mentionmenu {
  display: none;
}

/**
 * partials/wysiwyg
 * ---
 *
 */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 2.5rem;
}
.wysiwyg h1 span, .wysiwyg h2 span, .wysiwyg h3 span, .wysiwyg h4 span, .wysiwyg h5 span, .wysiwyg h6 span {
  font-family: "Proxima-Nova", Arial, Helvetica, sans-serif;
}
.wysiwyg p {
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.wysiwyg ul {
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 1.5rem;
}
.wysiwyg ul li {
  margin-bottom: 0.5rem;
}

.list-dots {
  margin: 2.5rem 0 2.5rem 1.4rem;
  padding: 0;
  list-style: none;
}
.list-dots h6 {
  margin: 0;
}
.list-dots > li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-dots > li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.4rem;
  top: -0.3rem;
  color: #69ac40;
  font-size: 2rem;
}
.list-dots > li.first {
  margin-left: -1.4rem;
}
.list-dots > li.first:before {
  content: "";
}
.list-dots > li.first h4 {
  margin-bottom: 0;
}
.list-dots > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
  margin-left: 2.5rem;
}
.list-dots > li > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-dots > li > ul > li:before {
  content: '\2013';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.4rem;
  top: -0.3rem;
  color: #69ac40;
  font-size: 2rem;
}
.list-dots > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
  margin-left: 2.5rem;
}
.list-dots > li > ul > li > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-dots > li > ul > li > ul > li:before {
  content: '\2027';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.6rem;
  top: -2.2rem;
  color: #69ac40;
  font-size: 5rem;
}

.sm--indent {
  padding-left: 12%;
}

.allIE .wysiwyg--fullwidth.wysiwyg .wfb--accordion.wf-block .heading .container .row .col-sm-12::before {
  line-height: 0.9;
}

.allIE .wysiwyg--fullwidth.wysiwyg .wfb--accordion.wf-block.active .heading .container .row .col-sm-12:before {
  line-height: 1;
}

@media (min-width: 768px) {
  .sm--indent {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wysiwyg a,
  .wysiwyg--fullwidth a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

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