/* Blockquote small color */
/* Blockquote font siz*/
/* Blockquote border color*/
/*BUTTONS*/
/*//** Padding applied to the modal body*/
/*//** Padding applied to the modal title*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(//fonts.googleapis.com/css?family=Unica+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,700,600,800,400);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Merriweather);
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800,400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.333;
  color: #4a4a4a;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #22a1ce;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #176e8c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #D3DCE4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e6e6e6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3.9rem;
}
h2,
.h2 {
  font-size: 2.3rem;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 796px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e6e6e6;
}
.text-primary {
  color: #22a1ce;
}
a.text-primary:hover {
  color: #1b7fa2;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #22a1ce;
}
a.bg-primary:hover {
  background-color: #1b7fa2;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #D3DCE4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.333;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1006px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 18.75px;
  border-left: 5px solid none;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.333;
  color: #e6e6e6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid none;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.333;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 14px;
  line-height: 1.333;
  word-break: break-all;
  word-wrap: break-word;
  color: #808080;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 796px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 796px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e6e6e6;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.333;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 795px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 22.5px;
  line-height: inherit;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.333;
  color: #808080;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.333;
  color: #808080;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #D3DCE4;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 48px;
  line-height: 48px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
@media (min-width: 796px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 796px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 796px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 796px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.333;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4a4a4a;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #4a4a4a;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4a4a4a;
  background-color: #cdcdcd;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-default .badge {
  color: #e6e6e6;
  background-color: #4a4a4a;
}
.btn-primary {
  color: #FFF;
  background-color: #22a1ce;
  border-color: #1e90b8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #1b7fa2;
  border-color: #166784;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #22a1ce;
  border-color: #1e90b8;
}
.btn-primary .badge {
  color: #22a1ce;
  background-color: #FFF;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #FFF;
  background-color: #4e677c;
  border-color: #445a6c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #3a4d5d;
  border-color: #2d3b47;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4e677c;
  border-color: #445a6c;
}
.btn-info .badge {
  color: #4e677c;
  background-color: #FFF;
}
.btn-warning {
  color: #FFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #FFF;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #22a1ce;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #176e8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.333;
  color: #808080;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #737373;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #22a1ce;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.333;
  color: #e6e6e6;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1006px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #D3DCE4;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #D3DCE4;
}
.nav > li.disabled > a {
  color: #e6e6e6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #D3DCE4;
  border-color: #22a1ce;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.333;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #D3DCE4 #D3DCE4 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #b3b3b3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 796px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 796px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #22a1ce;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 796px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 796px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 42px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 1006px) {
  .navbar {
    border-radius: 5px;
  }
}
@media (min-width: 1006px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1006px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 540px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1006px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1006px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1006px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 19px;
  line-height: 19px;
  height: 42px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1006px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1006px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 1005px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1006px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 796px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1005px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1006px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 1006px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1006px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #4a4a4a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #313131;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #4a4a4a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #196db2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1005px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4a4a4a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #196db2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #4a4a4a;
}
.navbar-default .navbar-link:hover {
  color: #196db2;
}
.navbar-default .btn-link {
  color: #4a4a4a;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #196db2;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1005px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e6e6e6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.333;
  text-decoration: none;
  color: #22a1ce;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #176e8c;
  background-color: #D3DCE4;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #22a1ce;
  border-color: #22a1ce;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*@import "bootstrap/pager.less";*/
/*@import "bootstrap/labels.less";*/
/*@import "bootstrap/badges.less";*/
/*@import "bootstrap/jumbotron.less";*/
/*@import "bootstrap/thumbnails.less";*/
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 600;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #e0d3e7;
  border-color: transparent;
  color: #4a4a4a;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #313131;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d9534f;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #c9302c;
}
/*@import "bootstrap/progress-bars.less";*/
/*@import "bootstrap/media.less";*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #2e334a;
  border: 1px solid #e6edef;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #cddce0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #D3DCE4;
  color: #e6e6e6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #22a1ce;
  border-color: #22a1ce;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c6e9f6;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #d9534f;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #d9534f;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #808080;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #808080;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #22a1ce;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #22a1ce;
  border-color: #22a1ce;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #22a1ce;
}
.panel-primary > .panel-heading .badge {
  color: #22a1ce;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #22a1ce;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/*@import "bootstrap/wells.less";*/
.close {
  float: right;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.333px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.333;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 796px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 500px;
  padding: 3px 8px;
  color: #4a4a4a;
  text-align: center;
  text-decoration: none;
  background-color: #D3DCE4;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #D3DCE4;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #D3DCE4;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #D3DCE4;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #D3DCE4;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #D3DCE4;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #D3DCE4;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #D3DCE4;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #D3DCE4;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.333;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 796px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.put-field-group .put-fieldset .put-field:before,
.put-field-group .put-fieldset .put-field:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.put-field-group .put-fieldset .put-field:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 795px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 795px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 795px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 795px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 796px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 796px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 796px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 796px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 795px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 796px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*CONSTANTS ELEMENTS TEXT IMAGES CONTAINERS BUTTONS LISTS BACKGROUNDS COLORS*/
.dec-tooltip:hover {
  text-decoration: none;
}
.dec-tooltip span {
  padding: 0 5px;
  color: white;
  font-weight: 700;
  background-color: #cbcbcb;
  border-radius: 99px;
  font-size: 90%;
}
.container-fluid {
  padding: 0;
}
.search-icon {
  color: #b3b3b3;
  z-index: 100;
  top: 10px;
  left: 7px;
  position: absolute;
}
.form-control,
#btnSearch {
  height: 34px;
}
.form-control {
  padding-left: 30px;
}
.input-group-btn .btn {
  padding-bottom: 9px;
}
/*bootstrap tooltip updates*/
.tooltip-inner {
  text-align: left;
}
/*BOOTSTRAP IS ADDING STRANGE WHITE PADDING AT BOTTOM.  REMOVE*/
.short-footer {
  margin-bottom: -50px !important;
}
.list-group-item {
  padding: 0;
}
.no-space {
  margin-bottom: 0;
}
.half-space {
  margin-bottom: 0.5rem;
}
.single-space {
  margin-bottom: 1rem;
}
.double-space {
  margin-bottom: 2rem;
}
.double-space-top {
  margin-top: 2rem;
}
.no-padding-top {
  padding-top: 0 !important;
}
.checkbox + .checkbox {
  margin-top: 0;
}
.page-footer {
  background-color: #f2f2f2;
  padding-top: 20px;
}
.page-footer a {
  color: #4a4a4a;
}
.page-footer-dark {
  background-color: #403f44;
  color: #FFF;
}
/*BANNERS*/
.row,
blockquote,
th,
aside,
nav {
  padding: 15px;
  margin: 0;
}
.row.blue-gs-banner,
blockquote.blue-gs-banner,
th.blue-gs-banner,
aside.blue-gs-banner,
nav.blue-gs-banner {
  background: #00457c;
  color: #cddcd0;
  text-shadow: 0 1px 1px #00457c;
}
.row.blue-bright-banner,
blockquote.blue-bright-banner,
th.blue-bright-banner,
aside.blue-bright-banner,
nav.blue-bright-banner {
  background-color: #2f83c1;
  color: #FFF;
}
.row.blue-bright-light-banner,
blockquote.blue-bright-light-banner,
th.blue-bright-light-banner,
aside.blue-bright-light-banner,
nav.blue-bright-light-banner {
  background-color: #c3daeb;
}
.row.blue-medium-banner,
blockquote.blue-medium-banner,
th.blue-medium-banner,
aside.blue-medium-banner,
nav.blue-medium-banner {
  background: #196db2;
  color: #FFF;
  text-shadow: 0 1px 1px #00457c;
}
.row.bluegray-light-banner,
blockquote.bluegray-light-banner,
th.bluegray-light-banner,
aside.bluegray-light-banner,
nav.bluegray-light-banner {
  background: #cddce0;
  color: #4e677c;
}
.row.bluegray-lightest-banner,
blockquote.bluegray-lightest-banner,
th.bluegray-lightest-banner,
aside.bluegray-lightest-banner,
nav.bluegray-lightest-banner {
  background: #e6edef;
}
.row.bluegray-bright-banner,
blockquote.bluegray-bright-banner,
th.bluegray-bright-banner,
aside.bluegray-bright-banner,
nav.bluegray-bright-banner {
  background: #92b6c7;
  color: #4e677c;
}
.row.bluegray-medium-banner,
blockquote.bluegray-medium-banner,
th.bluegray-medium-banner,
aside.bluegray-medium-banner,
nav.bluegray-medium-banner {
  background: #6a879b;
  color: #FFF;
}
.row.bluegray-medium-banner p.by,
blockquote.bluegray-medium-banner p.by,
th.bluegray-medium-banner p.by,
aside.bluegray-medium-banner p.by,
nav.bluegray-medium-banner p.by {
  color: #FFF;
}
.row.bluegray-dark-banner,
blockquote.bluegray-dark-banner,
th.bluegray-dark-banner,
aside.bluegray-dark-banner,
nav.bluegray-dark-banner {
  background-color: #4e677c;
  color: #FFF;
}
.row.bluegray-darkest-banner,
blockquote.bluegray-darkest-banner,
th.bluegray-darkest-banner,
aside.bluegray-darkest-banner,
nav.bluegray-darkest-banner {
  background-color: #2e334a;
  color: #FFF;
}
.row.bluegray-darkest-banner a,
blockquote.bluegray-darkest-banner a,
th.bluegray-darkest-banner a,
aside.bluegray-darkest-banner a,
nav.bluegray-darkest-banner a {
  color: #FFF !important;
}
.row.dark-home-banner,
blockquote.dark-home-banner,
th.dark-home-banner,
aside.dark-home-banner,
nav.dark-home-banner {
  background-color: #4b5052;
  color: #FFF;
}
.row.gray-lightest-banner,
blockquote.gray-lightest-banner,
th.gray-lightest-banner,
aside.gray-lightest-banner,
nav.gray-lightest-banner {
  background: #f2f2f2;
}
.row.gray-light-banner,
blockquote.gray-light-banner,
th.gray-light-banner,
aside.gray-light-banner,
nav.gray-light-banner {
  background: #e6e6e6;
}
.row.gray-darker-banner,
blockquote.gray-darker-banner,
th.gray-darker-banner,
aside.gray-darker-banner,
nav.gray-darker-banner {
  background-color: #4a4a4a;
  color: #FFF;
}
.row.white-banner,
blockquote.white-banner,
th.white-banner,
aside.white-banner,
nav.white-banner {
  background-color: #FFF;
  color: #196db2;
}
.row.white-banner footer,
blockquote.white-banner footer,
th.white-banner footer,
aside.white-banner footer,
nav.white-banner footer {
  color: #22a1ce;
}
.row.white-banner-gray-text,
blockquote.white-banner-gray-text,
th.white-banner-gray-text,
aside.white-banner-gray-text,
nav.white-banner-gray-text {
  background-color: #FFF;
  color: #4a4a4a;
}
.row.yellow-bright-banner,
blockquote.yellow-bright-banner,
th.yellow-bright-banner,
aside.yellow-bright-banner,
nav.yellow-bright-banner {
  background-color: #ffdc48;
}
.row.disaster-banner,
blockquote.disaster-banner,
th.disaster-banner,
aside.disaster-banner,
nav.disaster-banner {
  height: 50px;
  background-color: #e26947;
  color: #FFF;
}
.row.disaster-banner p,
blockquote.disaster-banner p,
th.disaster-banner p,
aside.disaster-banner p,
nav.disaster-banner p {
  margin: 0;
}
.row.maintenance-banner,
blockquote.maintenance-banner,
th.maintenance-banner,
aside.maintenance-banner,
nav.maintenance-banner {
  background-color: #2B65B0;
  color: white;
  padding: 10px;
}
.row.info-banner,
blockquote.info-banner,
th.info-banner,
aside.info-banner,
nav.info-banner {
  background-color: #dfe8ea;
  color: #4a4a4a;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.3);
  z-index: 1;
}
.row.info-banner p,
blockquote.info-banner p,
th.info-banner p,
aside.info-banner p,
nav.info-banner p {
  margin: 0;
}
.row.register-banner,
blockquote.register-banner,
th.register-banner,
aside.register-banner,
nav.register-banner {
  background-color: #def0db;
  color: #4a4a4a;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.3);
  border-top: 1px solid #e6e6e6;
  z-index: 1;
}
.row.register-banner p,
blockquote.register-banner p,
th.register-banner p,
aside.register-banner p,
nav.register-banner p {
  margin: 0;
}
.row.banner,
blockquote.banner,
th.banner,
aside.banner,
nav.banner {
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 7px;
}
.row.banner .btn,
blockquote.banner .btn,
th.banner .btn,
aside.banner .btn,
nav.banner .btn {
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}
.platinum-banner {
  background: #2d3b56;
  color: white;
  font-weight: 500;
}
.platinum-banner div {
  max-width: 465px;
  margin: 0 auto;
}
.platinum-banner span {
  text-align: center;
  padding: 6px 12px;
}
.platinum-banner .btn {
  border: white 1px solid;
  text-decoration: none;
  color: white;
  padding: 6px 20px;
}
.text-disaster {
  color: white;
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 50px;
  white-space: nowrap;
}
/*BUTTONS*/
.btn {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.btn.btn-disaster {
  background-color: #e26947;
  color: white;
  border: 1px solid white;
  vertical-align: middle;
  margin-left: 10px;
  width: 150px;
}
.btn.btn-disaster:hover,
.btn.btn-disaster:focus,
.btn.btn-disaster:active {
  background-color: #d54921;
}
.btn.btn-new-donate {
  background-color: #e6412f;
  color: white;
  vertical-align: middle;
  margin-left: 10px;
}
.btn.btn-new-donate:hover,
.btn.btn-new-donate:focus,
.btn.btn-new-donate:active {
  background-color: #ca2a18;
}
.btn.btn-cta {
  color: #FFF;
  background-color: #eb5757;
  border-color: #e84040;
  text-shadow: 0 1px 0 rgba(62, 62, 62, 0.4);
}
.btn.btn-cta:hover,
.btn.btn-cta:focus,
.btn.btn-cta.focus,
.btn.btn-cta:active,
.btn.btn-cta.active,
.open > .dropdown-toggle.btn.btn-cta {
  color: #FFF;
  background-color: #e62929;
  border-color: #d21919;
}
.btn.btn-cta:active,
.btn.btn-cta.active,
.open > .dropdown-toggle.btn.btn-cta {
  background-image: none;
}
.btn.btn-cta.disabled,
.btn.btn-cta[disabled],
fieldset[disabled] .btn.btn-cta,
.btn.btn-cta.disabled:hover,
.btn.btn-cta[disabled]:hover,
fieldset[disabled] .btn.btn-cta:hover,
.btn.btn-cta.disabled:focus,
.btn.btn-cta[disabled]:focus,
fieldset[disabled] .btn.btn-cta:focus,
.btn.btn-cta.disabled.focus,
.btn.btn-cta[disabled].focus,
fieldset[disabled] .btn.btn-cta.focus,
.btn.btn-cta.disabled:active,
.btn.btn-cta[disabled]:active,
fieldset[disabled] .btn.btn-cta:active,
.btn.btn-cta.disabled.active,
.btn.btn-cta[disabled].active,
fieldset[disabled] .btn.btn-cta.active {
  background-color: #eb5757;
  border-color: #e84040;
}
.btn.btn-cta .badge {
  color: #eb5757;
  background-color: #FFF;
}
.btn.btn-cta:hover,
.btn.btn-cta:focus,
.btn.btn-cta:active {
  background-color: #e73737;
}
.btn.btn-buy-green {
  background-color: #83c7b9;
  color: white;
}
.btn.btn-buy-green:hover,
.btn.btn-buy-green:focus,
.btn.btn-buy-green:active {
  background-color: #52b19d;
}
.btn.btn-register {
  background-color: #eb5757;
  color: white;
}
.btn.btn-register:hover,
.btn.btn-register:focus,
.btn.btn-register:active {
  background-color: #e73737;
}
.btn.btn-reg-green {
  background-color: #6cba5e;
  color: white;
}
.btn.btn-reg-green:hover,
.btn.btn-reg-green:focus,
.btn.btn-reg-green:active {
  background-color: #58ab49;
}
.btn.btn-donate {
  background-color: #d9765a;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-right: 5px;
}
.btn.btn-donate:hover,
.btn.btn-donate:focus,
.btn.btn-donate:active {
  background-color: #bc4a2b;
}
.btn.pdfbutton {
  fill: transparent;
  border: #b3b3b3 solid 1px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 11px;
}
.btn.pdfbutton:visited,
.btn.pdfbutton:hover,
.btn.pdfbutton:active {
  background-color: #e6e6e6;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #d4d4d4;
}
.btn.btn-primary {
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(62, 62, 62, 0.4);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #2f83c1;
  color: #FFF;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #405566;
}
.btn.btn-attention {
  color: #4a4a4a;
  background-color: #ffc627;
  border-color: #ffbf0d;
}
.btn.btn-attention:hover,
.btn.btn-attention:focus,
.btn.btn-attention.focus,
.btn.btn-attention:active,
.btn.btn-attention.active,
.open > .dropdown-toggle.btn.btn-attention {
  color: #4a4a4a;
  background-color: #f3b300;
  border-color: #cf9900;
}
.btn.btn-attention:active,
.btn.btn-attention.active,
.open > .dropdown-toggle.btn.btn-attention {
  background-image: none;
}
.btn.btn-attention.disabled,
.btn.btn-attention[disabled],
fieldset[disabled] .btn.btn-attention,
.btn.btn-attention.disabled:hover,
.btn.btn-attention[disabled]:hover,
fieldset[disabled] .btn.btn-attention:hover,
.btn.btn-attention.disabled:focus,
.btn.btn-attention[disabled]:focus,
fieldset[disabled] .btn.btn-attention:focus,
.btn.btn-attention.disabled.focus,
.btn.btn-attention[disabled].focus,
fieldset[disabled] .btn.btn-attention.focus,
.btn.btn-attention.disabled:active,
.btn.btn-attention[disabled]:active,
fieldset[disabled] .btn.btn-attention:active,
.btn.btn-attention.disabled.active,
.btn.btn-attention[disabled].active,
fieldset[disabled] .btn.btn-attention.active {
  background-color: #ffc627;
  border-color: #ffbf0d;
}
.btn.btn-attention .badge {
  color: #ffc627;
  background-color: #4a4a4a;
}
.btn.btn-attention:hover,
.btn.btn-attention:focus,
.btn.btn-attention:active {
  background-color: #ffbd03;
}
.btn.btn-sandbox {
  color: #fff;
  background-color: #a95aaf;
  border-color: #9b4ea1;
}
.btn.btn-sandbox:hover,
.btn.btn-sandbox:focus,
.btn.btn-sandbox.focus,
.btn.btn-sandbox:active,
.btn.btn-sandbox.active,
.open > .dropdown-toggle.btn.btn-sandbox {
  color: #fff;
  background-color: #8b4690;
  border-color: #743a78;
}
.btn.btn-sandbox:active,
.btn.btn-sandbox.active,
.open > .dropdown-toggle.btn.btn-sandbox {
  background-image: none;
}
.btn.btn-sandbox.disabled,
.btn.btn-sandbox[disabled],
fieldset[disabled] .btn.btn-sandbox,
.btn.btn-sandbox.disabled:hover,
.btn.btn-sandbox[disabled]:hover,
fieldset[disabled] .btn.btn-sandbox:hover,
.btn.btn-sandbox.disabled:focus,
.btn.btn-sandbox[disabled]:focus,
fieldset[disabled] .btn.btn-sandbox:focus,
.btn.btn-sandbox.disabled.focus,
.btn.btn-sandbox[disabled].focus,
fieldset[disabled] .btn.btn-sandbox.focus,
.btn.btn-sandbox.disabled:active,
.btn.btn-sandbox[disabled]:active,
fieldset[disabled] .btn.btn-sandbox:active,
.btn.btn-sandbox.disabled.active,
.btn.btn-sandbox[disabled].active,
fieldset[disabled] .btn.btn-sandbox.active {
  background-color: #a95aaf;
  border-color: #9b4ea1;
}
.btn.btn-sandbox .badge {
  color: #a95aaf;
  background-color: #fff;
}
.btn.btn-sandbox:hover,
.btn.btn-sandbox:focus,
.btn.btn-sandbox:active {
  background-color: #954b9a;
}
.btn.btn-link {
  background-color: white;
  color: #4a4a4a;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #e3e4e4;
  border-radius: 5px;
}
.btn.btn-link:active,
.btn.btn-link:hover,
.btn.btn-link:focus {
  /*added bottom border to default nav*/
  text-decoration: none;
  color: #22a1ce;
}
.btn.dark-btn-link {
  background-color: #403f44;
  color: white;
  border: 1px solid white;
}
.btn.btn-white {
  background-color: white;
  color: #196db2;
  text-transform: capitalize;
  font-weight: 600;
}
.btn.btn-white:active,
.btn.btn-white:hover,
.btn.btn-white:focus {
  /*added bottom border to default nav*/
  text-decoration: none;
  color: #22a1ce;
}
.fullwidth {
  width: 100%;
}
#ulUnregRightNav,
#ulRegRightNav {
  height: auto !important;
}
/*UNREG NAVBAR*/
.navbar-default {
  border: none;
}
.navbar {
  padding: 0;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.2);
  /*Navbar Row helps with the z-indexing issue experinced in the header. Because we need to keep the box shadow in header
        the navbarRow is the best place to add the highest z-index. The number only determines stack order. It can be 1 or 1000. */
  border-radius: 0;
  /*navbar should be just as high as needed*/
  /*mobile*/
}
.navbar .navbar-form {
  padding: 0;
  margin-top: 12px;
}
.navbar .navbarRow {
  position: relative;
  z-index: 2;
}
.navbar#navbar-banner {
  background-color: #403f44;
}
.navbar#navbar-banner li a {
  color: #FFF;
}
.navbar#navbar-banner li a:hover,
.navbar#navbar-banner li a:focus,
.navbar#navbar-banner li a:active {
  color: #ededed;
}
.navbar#navbar-banner a.dropdown {
  color: #ffc627;
}
.navbar#navbar-banner a.dropdown:hover,
.navbar#navbar-banner a.dropdown:focus,
.navbar#navbar-banner a.dropdown:active {
  color: #ffbd03;
}
.navbar .navbar-nav {
  height: 42px;
}
.navbar .navbar-nav > li {
  margin-right: 1em;
}
.navbar .navbar-nav > li > a {
  font-weight: 400;
}
.navbar .navbar-nav .svgIcon {
  padding: 5px;
}
.navbar .navbar-nav .svgIcon-small {
  padding: 0 5px;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar .navbar-middle {
  /*margin-left: 22%;*/
  display: inline-block;
  float: none;
}
.navbar .navbar-middle a {
  /*padding: 0 15px;*/
  text-transform: capitalize;
  border-bottom: 5px solid transparent;
}
.navbar .navbar-middle a:hover,
.navbar .navbar-middle a:focus,
.navbar .navbar-middle a:active {
  /*added bottom border to default nav*/
  border-bottom: 5px solid #196db2;
}
.navbar .navbar-middle a.active {
  border-bottom: 5px solid #196db2;
}
.navbar #header-row {
  padding: 0;
}
.navbar #links-nav {
  margin-top: 5px;
}
.navbar .navbar-right {
  margin-right: -5px;
}
.navbar .navbar-right a.btn {
  margin-top: 1em;
}
.navbar .topLayer {
  z-index: 3;
}
.navbar .search-bar {
  white-space: nowrap;
  border-radius: 5px;
  margin: 5px 0 5px 5px;
  padding: 0.45em 0;
  background-color: rgba(236, 236, 236, 0.2);
  border: 1px solid rgba(200, 200, 200, 0.2);
}
.navbar .search-bar .txtSearch {
  color: #4a4a4a;
  padding: 0.45em;
  margin-top: 0;
  border: none;
  background-color: transparent;
  font-family: open sans, sans-serif;
}
.navbar .search-bar .txtSearch:focus {
  outline: 0;
}
.navbar .search-bar .searchButton {
  border: none;
  vertical-align: baseline;
  border-radius: 0;
  margin-right: 1px;
  background-color: transparent;
}
.navbar input {
  width: 78% !important;
}
.navbar #iconSearch {
  padding-top: 1.5em;
  color: #FFF;
}
.navbar #btnSearch {
  width: 40px;
}
.navbar .navbar-brand {
  padding: 0;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 15px;
}
.navbar.navbar-internal {
  border-left: none;
  border-right: none;
  background-color: #FFF;
}
.navbar a.dropdown:hover,
.navbar a.dropdown:focus,
.navbar a.dropdown:active {
  background-color: initial !important;
}
.navbar #dropdown-user-links li a {
  color: #4a4a4a;
}
.navbar #dropdown-user-links li a:hover,
.navbar #dropdown-user-links li a:focus,
.navbar #dropdown-user-links li a:active {
  color: #383838;
}
.navbar.navbar-master .navbar-collapse {
  padding-top: 0.13em;
}
.navbar.navbar-master .div-hdr-search-bar {
  background-color: transparent;
}
.navbar.navbar-master .navbar-nav > li > a {
  text-align: center;
  padding: 6px 12px 0.92em;
  margin-top: 1em;
  border-top: 2px solid transparent;
}
.navbar.navbar-master .navbar-middle > li > a {
  line-height: 17px;
}
.navbar.navbar-master .align-navbar-left {
  text-align: left;
}
.navbar.navbar-master .ulRegRightNav li {
  padding-bottom: 0.22em;
}
.navbar.navbar-master .dspUserName {
  color: #ffea7a !important;
  background-color: transparent;
  font-weight: 600;
  border-top: 1px solid transparent !important;
}
.navbar.navbar-unreg {
  background-color: white;
}
.navbar.navbar-unreg .div-hdr-search-bar .search-bar .searchButton {
  color: #878787;
}
.navbar.navbar-unreg .navbar-nav > li > a {
  color: #3e3e3e;
}
.navbar.navbar-reg {
  background-color: #24334e;
}
.navbar.navbar-reg .div-hdr-search-bar .search-bar .txtSearch {
  color: white;
}
.navbar.navbar-reg .div-hdr-search-bar .search-bar #txtSearch {
  color: white;
}
.navbar.navbar-reg .div-hdr-search-bar .search-bar .searchButton {
  color: white;
  background-color: transparent;
}
.navbar.navbar-reg .navbar-nav > li > a {
  color: white;
}
.navbar ::-webkit-input-placeholder {
  color: #dbd7d7;
}
.navbar :-moz-placeholder {
  color: #dbd7d7;
}
.navbar ::-moz-placeholder {
  color: #dbd7d7;
}
.navbar :-ms-input-placeholder {
  color: #dbd7d7;
}
@media (max-width: 1006px) {
  .navbar .navbar-nav {
    height: auto;
    margin: auto;
  }
  .navbar .navbar-nav.ulRegRightNav .open .dropdown-menu {
    background-color: #fff;
    text-align: center;
    border-radius: 0;
  }
  .navbar .navbar-nav.ulRegRightNav .open .dropdown-menu > li {
    padding-left: 0;
  }
  .navbar .navbar-middle {
    margin-left: 0;
  }
  .navbar .navbar-right {
    margin-right: 0 !important;
    height: auto !important;
  }
  .navbar .navbar-right a {
    margin: 0 auto;
  }
}
@media (max-width: 1305px) {
  .navbar .navbar-middle > li {
    margin-right: 0;
  }
}
@media (max-width: 1006px) {
  #dropdown-protools,
  #charity-check-dropdown {
    background-color: white;
    border-radius: 0;
  }
  #dropdown-protools li a,
  #charity-check-dropdown li a {
    text-align: center !important;
    padding: 5px 0;
  }
  .navbar-master .navbar-collapse {
    text-align: center !important;
  }
  .navbar-master #dropdown-user-links {
    background-color: white;
    border-radius: 0;
  }
  .navbar-master #dropdown-user-links li a {
    text-align: center !important;
    padding: 5px 0;
  }
  .navbar-right {
    padding-bottom: 15px;
  }
  .navbar .navbar-nav > li {
    margin-right: 0;
    padding: 0;
  }
  .navbar .navbar-nav > li > a {
    margin-top: 0 !important;
  }
}
/*BLOCKQUOTES*/
blockquote {
  margin: 0;
  margin-top: 30px;
  overflow: auto;
  padding: 8%;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27.3px;
  line-height: 2.73rem;
  /*for inline block quotes, remove extra padding*/
}
blockquote .large {
  font-size: 27px;
  font-size: 2.7rem;
}
blockquote footer {
  padding-left: 30px;
  font-weight: initial;
}
blockquote .quote-lg {
  padding-bottom: 0.5em;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  margin: 1em 0 0;
  line-height: 45px;
  line-height: 4.5rem;
}
blockquote.inline-blockquote {
  padding: initial;
}
/*HEADER SEARCHBAR*/
.div-search-bar {
  background-color: #196db2;
  /*when in banner on large screens we want adv search link displayed next to search bar, unlike homepage which is under*/
}
.div-search-bar a {
  color: #FFF;
}
@media (min-width: 992px) {
  .div-search-bar .advSearch {
    white-space: nowrap;
    position: absolute;
    bottom: 8px;
    left: 100%;
    margin: 0;
  }
}
/*MODALS*/
.modal {
  /*mobile*/
}
.modal .modal-body {
  /*make content within modal body centered*/
  margin: 0 auto;
  width: 80%;
  /*.net log in form uses small table by default. expand width of form fields*/
}
.modal .modal-title {
  padding-left: 5%;
}
/*LISTS*/
ul {
  padding-left: 0;
  font-family: open sans, sans-serif;
  font-size: 13px;
}
ul.list-indented {
  padding-left: 4em;
}
ul li {
  padding-bottom: 0.92em;
}
ul li ul > li {
  padding-left: 20px;
}
ul.list-examples {
  color: #808080;
  font-weight: 900;
}
ul.list-examples li {
  font-size: 16.5px;
  font-size: 1.65rem;
  padding: 0.2em 0;
}
ul.green-list {
  list-style: none;
}
ul.green-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-green.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.green-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-green.png");
  background-repeat: no-repeat;
}
ul.green-registration-list {
  padding-top: 3%;
  list-style: none;
}
ul.green-registration-list li {
  background: url("../../Assets/HTML/Images/green_checkmark.png") no-repeat top left;
  background-position: 0 0.2em;
  padding-left: 2em;
}
ul.green-registration-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-green.png");
  background-repeat: no-repeat;
}
ul.purple-list {
  list-style: none;
}
ul.purple-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-purple.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.purple-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-purple.png");
  background-repeat: no-repeat;
}
ul.bluegray-list {
  color: #6a879b;
  list-style: none;
}
ul.bluegray-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-bluegray.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.bluegray-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-bluegray.png");
  background-repeat: no-repeat;
}
ul.yellow-list {
  list-style: none;
}
ul.yellow-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-yellow.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.yellow-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-yellow.png");
  background-repeat: no-repeat;
}
ul.gx-gold-list {
  list-style: none;
}
ul.gx-gold-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-gx-gold.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.gx-gold-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-gx-gold.svg");
  background-repeat: no-repeat;
}
ul.gx-silver-list {
  list-style: none;
}
ul.gx-silver-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-gx-silver.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.gx-silver-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-gx-silver.svg");
  background-repeat: no-repeat;
}
ul.gx-bronze-list {
  list-style: none;
}
ul.gx-bronze-list li {
  background: url("../../Assets/HTML/Images/icon_check-mark-gx-bronze.svg") no-repeat top left;
  background-position: 0 -0.1em;
  padding-left: 2em;
}
ul.gx-bronze-list .no-svg li {
  background-image: url("../../Assets/HTML/Images/icon_check-mark-gx-bronze.svg");
  background-repeat: no-repeat;
}
ul.profile-link-list {
  list-style: none;
  margin-top: 19px;
}
ul.profile-link-list li {
  padding: 0;
}
ul.profile-link-list li > a {
  color: #4a4a4a;
  font-weight: 700;
}
ul.profile-link-list li > a:hover,
ul.profile-link-list li > a:focus,
ul.profile-link-list li > a:active {
  color: #808080;
}
/*ELEMENTS*/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
h1 {
  font-weight: 300;
}
h1.blocky {
  font-weight: 700;
  font-size: 45px;
  font-size: 4.5rem;
}
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 43.2px;
  line-height: 4.32rem;
  font-weight: 300;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 30px;
  line-height: 3rem;
}
h4 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
}
h5 {
  font-family: "unica one";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 21px;
  font-size: 2.1rem;
  padding-top: 1em;
}
h6 {
  font-family: "unica one";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 1em;
}
p {
  margin: 0 0 1.538em;
}
a:hover {
  cursor: pointer;
}
iframe {
  max-width: 100%;
  border: 10px solid white;
}
input[type="checkbox"] {
  margin-right: 2em;
}
/* TYPOGRAPHY */
.headline {
  text-align: center;
  font-family: "Open Sans", helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 0 3px 20px rgba(62, 62, 62, 0.1);
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 48px;
  line-height: 4.8rem;
}
.org-name {
  text-align: center;
  font-family: "Merriweather", georgia, serif;
  font-weight: 400;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 48px;
  line-height: 4.8rem;
}
.subheadline {
  text-align: center;
  font-family: "unica one", arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 30px;
  margin-bottom: 2px;
}
.caps {
  font-family: "unica one", arial, sans-serif;
  text-transform: uppercase;
}
.centered {
  text-align: center;
}
strong {
  font-weight: 700;
}
.large {
  font-size: 22.200000000000003px;
  font-size: 2.22rem;
  line-height: 28.900000000000002px;
  line-height: 2.89rem;
  margin: 0 0 1em;
  font-weight: 400;
  padding-top: 0.5em;
}
.bold {
  font-weight: 700;
}
.super {
  vertical-align: super;
  font-size: 7.5px;
  font-size: 0.75rem;
}
.italic {
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
.block {
  display: block;
}
/*IMAGES  */
.img-disaster {
  height: 40px;
  margin: 5px;
}
.testimonial-img {
  width: 70%;
}
.yellow-bg-img {
  background-image: url("../../App_Themes/MainSite2/images/backgrounds/yellow-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.blue-bg-img {
  background-image: url("../../Assets/HTML/Images/blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*COLOR OVERRIDES  */
.blue-light {
  color: #22a1ce;
}
.bluegray-lightest {
  color: #e6edef !important;
}
.bluegray-light {
  color: #cddce0 !important;
}
.bluegray-dark {
  color: #4e677c;
}
.blue-gs {
  color: #00457c;
}
.gray-darker {
  color: #4a4a4a;
}
.gx-platinum {
  color: #c3daeb;
}
.gx-gold {
  color: #ffd939;
}
.gx-silver {
  color: #d6d6d6;
}
.gx-bronze {
  color: #e9c27a;
}
.orange {
  color: #da4200;
}
.yellow-gs {
  color: #ffc627;
}
.yellow-medium {
  color: #ffc627 !important;
}
.yellow-bright {
  color: #ffdc48 !important;
}
.gray-dark {
  color: #808080;
}
.white {
  color: #FFF;
}
/* SOCIAL MEDIA LINKS*/
.followToolbox a {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  color: #4a4a4a;
}
.followToolbox a.followUsFacebook {
  background: url("../../App_Themes/MainSite2/images/icon-social-facebook-32x32.png") #6b85a8 left top no-repeat;
}
.followToolbox a.followUsTwitter {
  background: url("../../App_Themes/MainSite2/images/icon-social-twitter-32x32.png") #6b85a8 left top no-repeat;
}
.followToolbox a.followUsGooglePlus {
  background: url("../../App_Themes/MainSite2/images/icon-social-gplus-32x32.png") #6b85a8 left top no-repeat;
}
.followToolbox a.followUsYouTube {
  background: url("../../App_Themes/MainSite2/images/icon-social-youtube-32x32.png") #6b85a8 left top no-repeat;
}
.followToolbox a.followUsPinterest {
  background: url("../../App_Themes/MainSite2/images/icon-social-pinterest-32x32.png") #6b85a8 left top no-repeat;
}
/* GX PAGES */
.bronze-bg {
  background-color: #e9c27a;
}
.silver-bg {
  background-color: #d6d6d6;
}
.gold-bg {
  background-color: #ffd939;
}
.platinum-bg {
  background-color: #DCDBEF;
}
.optional-tag {
  background-color: #e3e3e3;
  color: #808080 !important;
  padding: 3px !important;
  font-size: 10px !important;
  margin-left: 2px !important;
  cursor: pointer;
}
.gx-seal {
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 7px;
}
.bordered-bottom {
  border-bottom: 1px solid #D3DCE4;
}
.indented {
  margin-left: 5%;
}
.margin-right {
  margin-right: 2em;
}
.update-profile-sections-list .glyphicon {
  color: #cddce0;
  font-size: 12px;
}
.level-checkmark {
  background: url("../../Assets/HTML/Images/icon_check-mark-yellow.svg") no-repeat top left;
  margin-left: 0.5em;
  padding-left: 2em;
}
/* SPECIFICS TO PRODUCT PAGES*/
.discounts img {
  padding-top: 10px;
}
.navbar-gx {
  box-shadow: 0 1px 4px gray;
}
/*REPLACE ALL OF THESE WITH BLOCKQUOTE*/
.testimonial-box {
  padding: 20px;
  line-height: 25.2px;
  line-height: 2.52rem;
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.testimonial-box p {
  padding: 5%;
  margin-bottom: 0;
}
.testimonial-box .large {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 34.6px;
  line-height: 3.46rem;
}
/*TEXT*/
.by {
  line-height: 145%;
  font-style: italic;
  padding-left: 8%;
  margin-right: 9%;
  margin-bottom: 5%;
  vertical-align: center;
  color: #22a1ce;
}
.by .name {
  font-weight: 600;
}
.by-left {
  display: inline-block;
  width: 65%;
}
.by-right {
  display: inline-block;
  width: 30%;
}
.by-right img {
  width: 4em;
  margin-left: 20%;
  vertical-align: bottom;
}
.glyphicon-arrow-right {
  top: 2px;
}
.top-pad {
  padding-top: 20px;
}
/*IMAGES*/
.testimonial-img {
  width: 70%;
}
.img-okanjo {
  opacity: 0.2;
}
.img-metlife {
  opacity: 0.6;
}
.gx-logos {
  width: 85%;
  padding-top: 15%;
}
/*CONTAINERS*/
.modal-product-purchase .overlay-left-col {
  padding-left: 28px;
}
.modal-product-purchase h4 {
  padding-left: 12px;
}
.modal-product-purchase .overlay-title {
  margin-top: 15px;
}
.modal-product-purchase .choose-plan {
  border: 1px solid #22a1ce;
  padding: 15px;
  margin: 15px;
}
.modal-product-purchase .choose-plan label {
  padding: 0 2%;
}
.modal-product-purchase #btnOverlayAddToCart {
  margin: 0 12px;
  width: 96%;
}
.modal-product-purchase .close {
  margin: 20px 20px 0 0;
}
.no-padding {
  padding: 0;
}
.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.tab-row {
  border-top: 1px #808080;
  border-bottom: 1px #808080;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.3);
  font-size: 15px;
  font-weight: 600;
  color: #3e3e3e;
}
.logo-row {
  text-align: center;
}
.logo-row p {
  padding: 30px 0 25px;
}
.logo-row img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 2.9%;
  width: 30%;
  margin-bottom: 10px;
}
.logo-row img.short {
  width: 22%;
}
.logo-row img.auto {
  width: auto;
}
.logo-row h4 {
  font-style: italic;
  text-align: left;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 300;
}
.cta {
  padding-top: 5%;
}
.cta .btn {
  margin: 1%;
  width: 320px;
}
.cta .btn-long-text {
  font-size: 16.5px;
  font-size: 1.65rem;
}
.categories div {
  margin: 1% 0;
}
.categories div .btn {
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.categories div .prof-services {
  white-space: nowrap;
}
.table-note {
  padding-top: 1em;
}
.info-box {
  padding: 20px;
  background-color: #f2f2f2;
  line-height: 1.6em;
  margin-top: 30px;
}
.info-row {
  padding-top: 25px;
}
.info-row p {
  text-align: center;
}
.gxBadge-img {
  width: 150px;
  height: auto;
  padding-bottom: 10px;
}
.padded-row {
  padding-top: 25px;
  padding-bottom: 20px;
}
.padded-row-top {
  padding-top: 30px;
}
/*BUTTONS*/
.btn-professional {
  background-color: #002855;
}
.btn-professional:hover {
  background-color: #001731;
}
.btn-foundation {
  background-color: #22a1ce;
}
.btn-foundation:hover {
  background-color: #1d89af;
}
.btn-researcher {
  background-color: #196db2;
}
.btn-researcher:hover {
  background-color: #155a93;
}
.btn-nonprofit {
  background-color: #2f83c1;
}
.btn-nonprofit:hover {
  background-color: #2870a4;
}
.btn-green {
  background-color: #69bd59;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}
/* TABLES */
#GX-table {
  border-top: none;
  /* 1px solid @gray-light;*/
  border-left: none;
  /*1px solid @gray-light;*/
  border-bottom: none;
  /*5px outset @gray-light;*/
  border-right: none;
  /*5px outset @gray-light;*/
  vertical-align: top;
}
#GX-table th,
#GX-table td {
  padding: 15px;
  border: none;
  border-left: 1px solid #e6e6e6;
  vertical-align: top;
}
#GX-table th {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 43.2px;
  line-height: 4.32rem;
  font-weight: 600;
}
#GX-table td:first-child,
#GX-table th:first-child {
  border-left: none;
}
#GX-table .gx-gold-bg {
  background-color: #ffd939;
  color: #808080;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#GX-table .gx-silver-bg {
  background-color: #d6d6d6;
  color: #808080;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#GX-table .gx-bronze-bg {
  background-color: #e9c27a;
  color: #808080;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
table.button-table .btn {
  white-space: nowrap;
  margin: 0;
  width: 100%;
}
table.button-table td {
  padding: 20px;
  vertical-align: top;
}
table.button-table h3 {
  margin: 0 0 0.5em;
  padding: 0;
}
table.restful-api-table td:last-child {
  padding-right: 20%;
}
table.features-table {
  table-layout: auto;
  width: 100%;
}
table.features-table th {
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  padding: 0.9em;
  font-weight: normal;
  width: 70px;
}
table.features-table th span {
  display: block;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
}
table.features-table th.first-col {
  width: 120px;
}
table.features-table tr:nth-child(odd) {
  background-color: #edf4f7;
}
table.features-table td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
table.features-table td.feature {
  text-align: left;
  font-weight: 600;
  color: #666;
  height: 50px;
  border-left: none;
  /*width:230px;*/
  font-size: 16.5px;
  font-size: 1.65rem;
}
table.features-table th:first-child {
  background: none;
}
table.features-table tr:first-child {
  background: none;
}
table.features-table td:first-child {
  padding-left: 1em;
}
table.features-table .note {
  clear: both;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  font-weight: normal;
}
table.features-table .btn-table {
  background-color: #22a1ce;
  color: #FFF;
  padding: 0.8em 1.8em;
  /*padding: .5em;*/
  margin: 0.5em;
  white-space: nowrap;
}
table.features-table .btn-table:hover {
  background-color: #1d89af;
}
table.sandbox-table {
  width: 100%;
  background: #FFF;
}
table.sandbox-table td,
table.sandbox-table th {
  vertical-align: bottom;
  padding-left: 32px;
}
table.sandbox-table th {
  padding-top: 20px;
  font-weight: normal;
}
table.api-table {
  /*table-layout: auto;*/
  width: 100%;
}
table.api-table th {
  background: #4e677c;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: left;
  padding: 0.9em;
  font-weight: 600;
  /*width: 70px;*/
}
table.api-table td {
  border: 1px solid #e1e1e1;
  text-align: left;
  padding: 0.9em;
  font-weight: normal;
}
table.api-table td a {
  font-weight: 600;
}
table.api-table th:first-child {
  width: 20%;
}
table.api-table th:last-child {
  width: 30%;
  margin-right: 2em;
}
table.api-table td:first-child {
  border-left: none;
  font-weight: 600;
}
table.api-table td:last-child {
  border-right: none;
}
/*BULLETED REASONS*/
.cc-reasons {
  margin-right: 2em;
}
.top-reasons {
  list-style-type: none;
  padding-left: 0;
}
.top-reasons div.number {
  display: inline-block;
  /*yellow circles in css*/
}
.top-reasons div.number span.circle {
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  background-color: #ffdc48;
  color: white;
  text-align: center;
  font-weight: 600;
}
.top-reasons .reason-text {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding-left: 1em;
}
.top-reasons .reason-text h3 {
  padding-bottom: 0.5em;
  margin-top: 0;
}
.top-reasons .reason-text p {
  margin-bottom: 1em;
}
.top-reasons .reason-text ul {
  padding-left: 0;
  list-style-type: none;
}
.top-reasons .reason-text li:before {
  /* For a round bullet */
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: -5px;
  color: #22a1ce;
  font-size: 20px;
  font-size: 2rem;
}
.top-reasons-cc div.number,
.top-reasons-finscan div.number {
  margin-right: 2em;
  width: 5%;
}
.top-reasons-cc div.number span.circle,
.top-reasons-finscan div.number span.circle {
  font-size: 18px;
  font-size: 1.8rem;
}
.top-reasons-cc .reason-text li,
.top-reasons-finscan .reason-text li {
  padding-left: 20px;
  list-style-type: none;
}
.top-reasons-api {
  padding-top: 0;
}
.top-reasons-api div.number {
  margin-right: 2em;
  width: 5%;
}
.top-reasons-api div.number span.circle {
  font-size: 21px;
  font-size: 2.1rem;
}
.top-reasons-api div.reason-text > h3 {
  padding-bottom: 0.3em;
}
.top-reasons-prem div.number {
  margin-right: 2em;
  width: 10%;
}
.top-reasons-prem div.number span.circle {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0.2em;
}
.top-reasons-finscan li {
  padding-top: 10px;
}
.top-reasons-finscan span.circle {
  margin-top: 0;
}
.top-reasons-cc span.circle {
  margin-top: 0.3em;
}
.top-reasons-gx div.number {
  margin-right: 0.5em;
  width: 5%;
}
.top-reasons-gx div.number span.circle {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
}
/*NEW LOGIN PAGE*/
.sign-in-form {
  width: 100%;
}
#LoginButton {
  width: 150px;
}
ul.profile-tabs li {
  padding-bottom: 0;
}
@media (max-width: 450px) {
  .text-disaster {
    font-size: 18px;
  }
}
/* UPDATES FOR SMALL SCREEN */
@media (max-width: 992px) {
  html {
    font-size: 55%;
    /* make fonts smaller for mobile*/
  }
  h1 {
    font-size: 39px;
    font-size: 3.9rem;
  }
  .btn {
    white-space: normal;
    width: 80%;
  }
  .modal .modal-body {
    width: 100%;
  }
  .modal .modal-body p {
    margin: 10px;
  }
  .modal .modal-body #LoginButton {
    width: 100%;
  }
  .modal .modal-body .sign-in-bottom-row {
    position: relative;
    bottom: 20px;
    padding-left: 0;
  }
  .modal .modal-body .sign-in-bottom-row div {
    padding-left: 0;
  }
  .modal .modal-body .sign-in-forgot-pw {
    position: absolute;
    top: 65px;
    padding-left: 0;
  }
  .modal .modal-body .sign-in-new-acct {
    position: absolute;
    top: 57px;
  }
  .modal .modal-body .centered {
    text-align: left;
  }
  .testimonial-img {
    width: 30%;
  }
  .gx-logos {
    width: initial;
    padding-top: 0;
  }
}
.upper {
  text-transform: uppercase;
}
@media (max-width: 1350px) and (min-width: 992px) {
  .categories div .prof-services {
    white-space: normal;
    padding: 10px 0;
    line-height: normal;
  }
}
.yw-banner-min-height {
  min-height: 46px !important;
}
.yw-banner-min-height-web-form {
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.yw-logo-link-adjust {
  height: 36px !important;
  margin-right: 4px !important;
}
.yw-logo-img-size {
  width: 120px!important;
  height: 36px !important;
}
.yw-mainHdrNavi-height {
  height: 39px;
  margin-top: 0;
}
.yw-search-web-form-adjust {
  margin: 0.5em 0.4em 0.2em 0!important;
  border: none !important;
}
.yw-nav-anchor-adjust {
  padding: 0 !important;
  margin-top: 0 !important;
}
.yw-nav-anchor-adjust-li {
  height: 34px !important;
  padding: 0 !important;
  margin-right: 8px!important;
}
.yw-nav-anchor-adjust-a {
  height: 28px !important;
  padding-top: 0 !important;
  margin-top: 10px !important;
  border-bottom-width: 4px !important;
}
.yw-account-nav-height {
  height: 36px !important;
  margin-top: 2px !important;
}
.yw-account-nav-height-li {
  height: 34px !important;
  padding: 0 !important;
  margin-right: 0.3em !important;
}
.yw-account-nav-height-a {
  height: 30px !important;
  margin-top: 0.4em !important;
}
.yw-account-nav-height-a-webform {
  height: 30px !important;
  padding-top: 0 !important;
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
  margin-top: 1em !important;
  border-bottom-width: 4px !important;
}
.yw-account-nav-height-a-webform-login {
  height: 30px !important;
  padding-top: 0 !important;
  margin-top: 0.4em !important;
  border-bottom-width: 4px !important;
}
.yw-account-nav-unreg-height-webform {
  height: 36px !important;
  margin-top: 2px !important;
}
.yw-account-nav-height-webform {
  height: 39px !important;
  margin-top: 0 !important;
}
.yw-account-nav-account-signin-webform-ul {
  height: 36px !important;
  margin-top: 2px !important;
}
.yw-username-dropdown {
  padding: 0.45em 0.45em .5em!important;
  margin-top: 0.4em !important;
  white-space: nowrap;
}
.yw-dropdown-min-width {
  min-width: 120px !important;
}
.yw-account-dropdown-li {
  padding-left: 10px !important;
}
.yw-searchbarpartial-main {
  margin: 0.4em 0.4em 0.2em 0 !important;
  padding-top: 0 !important;
}
.yw-searchbarpartial-search-bar {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
  font-weight: 400;
}
.yw-searchbarpartial-search-bar input:placeholder-shown {
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartial-search-bar input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartial-search-bar input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartial-search-bar input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartial-search-bar input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartial-input {
  padding-left: 8px;
  padding-top: 0 !important;
  padding-right: 0 !important;
  font-size: 13px !important;
  font-family: open sans, sans-serif;
  font-weight: 400;
}
.yw-searchbarpartial-button {
  width: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  margin-right: 0 !important;
}
.yw-searchbarpartialGX-search-bar {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
  font-weight: 400;
}
.yw-searchbarpartialGX-search-bar input:placeholder-shown {
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartialGX-search-bar input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartialGX-search-bar input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartialGX-search-bar input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartialGX-search-bar input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.yw-searchbarpartialGX-input {
  padding-left: 8px !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  font-size: 13px !important;
  font-family: open sans, sans-serif;
  font-weight: 400;
}
.yw-searchbarpartialGX-button {
  width: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  margin-right: 0 !important;
}
.yw-text-align-center {
  text-align: center !important;
}
.yw-margin-left-2 {
  margin-left: 2em !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 4px 10px;
  margin-top: 6px;
  color: white;
  margin-bottom: 6px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 5px;
  height: auto;
}
@media (max-width: 1085px) {
  .navbar-collapse {
    padding: 0!important;
  }
}
@media (max-width: 1060px) {
  .yw-account-btn {
    padding: 6px 4px;
    height: auto !important;
  }
  .yw-anchor-li {
    padding: 0!important;
    margin-right: .1em!important;
  }
  .navbar-right {
    margin-right: 0!important;
  }
}
@media (max-width: 1001px) {
  .div-hdr-search-bar {
    width: 100%;
  }
}
/*Main Site Sticky Footer*/
* {
  margin: 0;
}
html,
body,
form {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -49px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer,
.page-wrap:after {
  height: 49px;
}
/*Main Site Sticky Footer - For all Web Form Pages using MasterBootSimple*/
.page-wrap-webform {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -233px;
}
.page-wrap-webform:after {
  content: "";
  display: block;
}
.site-footer-web-form,
.page-wrap-webform:after {
  height: 280px;
}
@-ms-viewport {
  width: auto !important;
}
.sticky-footer {
  padding-left: 25px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-color: #000;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: "Open Sans";
  font-size: 13px;
  color: white;
  line-height: 54px;
  z-index: 1000;
  text-align: center;
}
.sticky-footer .btn-primary:active,
.sticky-footer .btn-primary:focus,
.sticky-footer .btn-primary:hover {
  background-color: #2f83c1;
  color: #fff;
}
.sticky-footer span {
  white-space: nowrap;
}
.sticky-footer .btn-primary {
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.333;
  border-radius: 5px;
  -webkit-user-select: none;
  color: #fff;
  background-color: #63ADCB;
  border-color: #1e90b8;
  font-weight: 700;
}
/*GX Field Group Header Variables*/
/*Checkbox Color*/
/*GX Header - Publish Changes Now Block - Code File(~/Usercontrols/FormStateSection.ascx)*/
.divProfileStatus {
  background-color: #fafafa;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 -2px 3px 0 rgba(143, 143, 143, 0.5);
}
.divProfileStatus .divStatusSec {
  padding: 5px 15px;
  letter-spacing: .5px;
}
.divProfileStatus .divStatusSec .divStatusTxt {
  padding-top: 10px;
}
.divProfileStatus .divStatusSec .divStatusTxt p {
  margin: 0;
}
.divProfileStatus .divStatusSec .divStatusTxt .spanStatusTxt {
  font-weight: 700;
}
.divProfileStatus .divStatusSec .divPublishBtn {
  padding: 5px 0;
}
.divProfileStatus .profileStatusClose {
  color: inherit;
  position: relative;
  left: -21px;
  top: 15px;
}
.divLiveChat {
  background-color: #FFFFFF;
  border-radius: 0;
}
.divLiveChat .divStatusSec {
  padding: 5px 15px;
  letter-spacing: .5px;
}
.divLiveChat .divStatusSec .divStatusTxt {
  padding-top: 10px;
}
.divLiveChat .divStatusSec .divStatusTxt p {
  margin: 0;
}
.divLiveChat .divStatusSec .divStatusTxt .spanStatusTxt {
  font-weight: 700;
}
.divLiveChat .divStatusSec .divPublishBtn {
  padding: 5px 0;
}
.divLiveChat .profileStatusClose {
  color: inherit;
  position: relative;
  left: -21px;
  top: 15px;
}
.seniorStaffGlyph {
  background-color: #b1b1b1;
}
/*GX Data Entry Footer - Publish Changes Now Block - Code Files(~/UserControls/WizardDataEntry.ascx - ~/GX/Demographics.aspx*/
.divPublishChanges .row {
  padding-left: 0;
}
.divPublishChanges .row .divReadyPublishTxt {
  padding-left: 0;
}
.divPublishChanges .row .divReadyPublishTxt h3 {
  margin: 0;
  padding: 10px 0;
}
.divPublishChanges .btnPublish a {
  color: #3e3e3e;
  text-decoration: none !important;
}
/*GX Red Button - Properties*/
/*GX Grey Button - Properties*/
/*GX Baby Blue Button - Properties*/
/*GX Blue Button - Properties*/
/*GX Alternate Button- White Button Color*/
.inline-add {
  color: #FFFFFF !important;
}
/*GX Red Button - Used in GX Header Publish Changes Now Block*/
.btn-red {
  background-color: #ec3807;
  border: 1px solid #ec3807;
  color: #FFFFFF;
}
.btn-red a {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-red:hover {
  background-color: #fa7e5a;
  border: 1px solid #fa7e5a;
  color: #FFFFFF;
}
.btn-red:hover a {
  color: #FFFFFF;
  text-decoration: none;
}
/*GX Baby Blue Button - Used in Publish Changes Now Block on WizardDataEntry and Demographics*/
.btn-baby-blue {
  background-color: #99d7e4;
  border: 1px solid #99d7e4;
  color: #3e3e3e;
}
.btn-baby-blue:hover {
  background-color: #c0e7ef;
  border: 1px solid #c0e7ef;
  color: #3e3e3e;
}
/*GX Blue Button*/
.btn-blue {
  background-color: #63adcb;
  border: 1px solid #63adcb;
  color: #FFFFFF;
}
.btn-blue a {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-blue:hover {
  background-color: #22a1ce;
  border: 1px solid #22a1ce;
  color: #FFFFFF;
}
.btn-blue:hover a {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-blue:focus {
  color: white;
}
/*GX Grey Button */
.btn-grey {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #3e3e3e;
}
.btn-grey:hover {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #3e3e3e;
}
/*GX White Button*/
.btn-white {
  background-color: #ffffff;
  border: 1px solid #63adcb;
  color: #63adcb;
}
.btn-white a {
  color: #63adcb;
  text-decoration: none;
}
.btn-white:hover {
  background-color: #ffffff;
  border: 1px solid #63adcb;
  color: #63adcb;
}
.btn-white:hover a {
  color: #63adcb;
  text-decoration: none;
}
.btn-dark {
  background-color: #403f44;
  border: 1px solid #403f44;
  color: white;
  font-size: 15px;
}
.btn-dark a {
  color: #403f44;
  text-decoration: none;
}
.btn-dark:hover {
  background-color: #a5a4aa;
  border: 1px solid #a5a4aa;
  color: white;
}
.btn-dark:hover a {
  color: white;
  text-decoration: none;
}
.btn-block {
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
}
.completedSection {
  color: #a6d5dd;
  font-size: 20px;
}
.completedSubSection {
  color: #d5e8ed;
  width: 25px;
  margin-left: 2px;
}
/*GX Header Section*/
.gxHeader .gx-seal {
  font-family: "Open Sans", "Source Sans Pro", serif;
}
/*Summary Page Last Updated Text*/
.update-profile-last-updated {
  color: #C03636;
  font-style: italic;
  padding-left: 10px;
  display: inline-block;
}
/*Update Profile Page Section Titles*/
.spanSectionTitle {
  margin-bottom: 0px;
  display: inline-block;
}
/*GX Overview Page*/
.gxOverviewBody .divNteeAddress {
  border: 1px solid #d3dce4;
  letter-spacing: .2px;
}
.gxOverviewBody .divNteeAddress .hdrTellUsMore {
  margin-top: 0;
  padding-top: 0;
  font-weight: 600;
}
.gxOverviewBody .divNteeAddress .pMainAdd {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5f5f5f;
  padding: 15px 0;
  margin: 0;
}
.gxOverviewBody .divNteeAddress .btnNteeSave {
  padding: 4px 26px;
}
/*GX Nav Bar Search Button*/
.search-bar .txtSearch {
  margin-top: 1em;
  color: #4a4a4a;
  padding: .45em;
}
.search-bar .searchButton {
  width: 40px;
}
.search-bar input {
  width: 78%;
}
/*Black GX Nav Bar*/
/*.navbar
{
    border:none;
}*/
/*GX Primary Nav Bar*/
#gxNavBar {
  background-color: #344d6c;
  border-top: 4px solid #344d6c;
  /*UL Navbar Container*/
  /*UL for Nav*/
}
#gxNavBar .navbar {
  border: none;
  background-color: #344d6c;
  min-height: 0;
  padding: 0 !important;
  box-shadow: none;
  z-index: 0;
}
#gxNavBar ul.nav {
  height: auto;
  min-height: 15px;
  /*Nav List Element*/
  /*Nav List Element anchor*/
  /*Nav list button*/
}
#gxNavBar ul.nav li {
  border-bottom: 4px solid transparent;
  padding-bottom: 0;
}
#gxNavBar ul.nav li:hover {
  border-bottom: 4px solid #e6e6e6;
}
#gxNavBar ul.nav li a,
#gxNavBar ul.nav li a:hover,
#gxNavBar ul.nav a:focus {
  color: white;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 400;
  padding: 10px 15px;
  height: auto;
}
#gxNavBar ul.nav .liNavBtn {
  padding-top: 5px;
  padding-bottom: 5px;
  border: none !important;
  max-width: 250px;
}
#gxNavBar ul.nav .liNavBtn a {
  padding: 5px 15px !important;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #3D3D3D !important;
  height: auto;
}
#gxNavBar.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 3px 0 rgba(143, 143, 143, 0.5);
}
/*GX Progress Bar*/
.gx-progress-bar {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gx-progress-bar .level-progress-empty {
  width: 100%;
  height: 24px;
  background-color: #ced1e0;
}
.gx-progress-bar .level-progress-fill {
  height: 24px;
  background-color: #22a1ce;
}
.gx-progress-bar .level-completed {
  width: 100%;
}
.gx-progress-bar .level-bar {
  padding: 0px 1px 0px 1px;
}
.gx-progress-bar .level-name {
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  margin: 2px 0px 0px 3px;
}
.gx-progress-bar span.glyphicon-ok {
  color: #febc20;
}
.gx-progress-bar .progress-info {
  text-align: right;
  padding: 5px 0px 0px 3px;
}
/*Page Body for GX Form*/
.gxPageBody {
  background-color: #F2F2F2;
  padding: 1% 0;
}
/*Data Entry Component GX Form*/
.gxDataEntry {
  /*Hide all edit buttons on document uploads*/
  /*Hides all Grid Labels except: */
}
.gxDataEntry .divGxFormSections {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(159, 159, 159, 0.5);
  padding: 10px 60px;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gxDataEntry .divGxFormSections .divSubSection {
  padding: 15px;
}
.gxDataEntry .exchangeForm {
  /*Field Group Legend*/
  /*GX Field Groups*/
  /*Builds css for inline rows*/
  /*Input Field Div (Textbox, textarea, tables, etc)*/
  /*Previous Value Div*/
  /*GX Form Inputs*/
  /*Input Field Container*/
  /*Input Field*/
  /*GX Form Tables*/
  /*Form Help Text*/
  /*Arrow Box for displayed help*/
  /*Glyphicon Font*/
  /*Annual Report Table Sub Header*/
  /*Required to Submit span - (The Asterik) */
  /*Custom CSS for Board Leadership Practices -- Note: Search .boardSourceQuestion under GX Field Groups */
  /*End Custom CSS for Board Leadership Practices*/
}
.gxDataEntry .exchangeForm .fieldGroupLegend {
  cursor: pointer;
  margin: 2rem 0 1rem 0;
}
.gxDataEntry .exchangeForm .fieldGroupLegend span {
  display: inline;
  border: 0 none;
  color: #e65f26;
  font-size: 13px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.gxDataEntry .exchangeForm .fieldsGroup {
  padding-bottom: 25px;
  /*Custom CSS for Board Leadership Practices -- Note: Search Custom CSS for Board Leadership Practices there are a few more custom classes*/
}
.gxDataEntry .exchangeForm .fieldsGroup .collapsedFormField {
  /*Show Hide Fieldgroups*/
  display: none;
}
.gxDataEntry .exchangeForm .fieldsGroup .fieldGroupTextHolder {
  margin: 0 0 2rem 0;
}
.gxDataEntry .exchangeForm .fieldsGroup .fieldTypeTextarea {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gxDataEntry .exchangeForm .fieldsGroup .boardSourceQuestion {
  margin: 0 0 2rem 0;
  font-weight: bold;
  font-size: 150%;
  color: #3e3e3e;
  padding-top: 0;
}
.gxDataEntry .exchangeForm .inlineRow {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.gxDataEntry .exchangeForm .inlineRow .form-group {
  margin-bottom: 0;
}
.gxDataEntry .exchangeForm .inlineRow .form-group .field {
  padding: 0 5px;
}
.gxDataEntry .exchangeForm .inlineRow .form-group .col-lg-3,
.gxDataEntry .exchangeForm .inlineRow .form-group .col-lg-7 {
  padding-left: 0;
}
.gxDataEntry .exchangeForm .inlineRow .form-group .inline {
  display: none;
}
.gxDataEntry .exchangeForm .inlineRow .form-group .validators {
  padding-left: 5px;
}
.gxDataEntry .exchangeForm .label {
  text-align: left;
}
.gxDataEntry .exchangeForm .label .spanReqLev label {
  display: inline;
}
.gxDataEntry .exchangeForm label {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
}
.gxDataEntry .exchangeForm .previousValue {
  width: auto;
}
.gxDataEntry .exchangeForm .gxFormField {
  margin-bottom: 5px;
}
.gxDataEntry .exchangeForm .gxFormField .field {
  padding: 0;
}
.gxDataEntry .exchangeForm .form-control {
  border: 1px solid #b3b3b3;
  color: #3e3e3e;
  font-size: 15px;
  padding: 4px;
  border-radius: 0;
  height: auto;
  max-height: 300px;
}
.gxDataEntry .exchangeForm .formFieldTable {
  margin-bottom: 0;
}
.gxDataEntry .exchangeForm .formFieldTable .tableFormField {
  /*Table Form Labels*/
  /*Table Form Inputs*/
}
.gxDataEntry .exchangeForm .formFieldTable .tableFormField .label {
  display: none;
}
.gxDataEntry .exchangeForm .formFieldTable .tableFormField .form-control {
  width: 100%;
}
.gxDataEntry .exchangeForm .modalGridActions {
  padding: 7px 9px;
  border: 1px solid #e6e6e6;
  border-top-width: 0px;
}
.gxDataEntry .exchangeForm .helpText {
  background: transparent;
  color: #6d6d6d;
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 2px;
}
.gxDataEntry .exchangeForm .arrow_box {
  float: left;
  margin-left: 10px;
}
.gxDataEntry .exchangeForm .glyphicon {
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", "Glyphicons Halflings", Helvetica, Arial, sans-serif;
}
.gxDataEntry .exchangeForm .fieldAnnualReport .tblSubHead {
  display: none;
}
.gxDataEntry .exchangeForm .requiredToSubmit a {
  text-decoration: none !important;
  cursor: default !important;
}
.gxDataEntry .exchangeForm .boardSrcExplain {
  font-size: 1.3rem;
  font-weight: normal;
  padding-top: 25px;
}
.gxDataEntry .exchangeForm .NotIndependentlyIncorporatedFieldGroup .fieldGroupLegend {
  display: none;
}
.gxDataEntry .exchangeForm .NotIndependentlyIncorporatedFieldGroup .label {
  padding-top: 0;
  padding-left: 0;
}
.gxDataEntry .exchangeForm .NotIndependentlyIncorporatedFieldGroup .field .checkBx {
  padding-left: 20px;
}
.gxDataEntry .exchangeForm .radioBtnsList {
  padding: 0 15px;
}
.gxDataEntry .exchangeForm .radioBtnsList .li-visible input[type="radio"] {
  margin-top: 10px;
}
.gxDataEntry .exchangeForm .radioBtnsList label {
  padding: 0 5px;
}
.gxDataEntry .exchangeForm .checkBxHidden {
  display: none;
}
.gxDataEntry .exchangeForm .actions {
  margin: 0 0 19px 0 !important;
}
.gxDataEntry .lastUpdatedDate {
  padding-bottom: 10px;
  font-size: 12px;
  margin-left: 0;
}
.gxDataEntry .fieldSilverHelptext span {
  width: 90%;
}
.gxDataEntry .fieldFinancialDocuments .lnkEdit,
.gxDataEntry .tableLetterofDetermination .lnkEdit,
.gxDataEntry .tableLetterofDissolution .lnkEdit,
.gxDataEntry .tableLetterofDissolution2 .lnkEdit,
.gxDataEntry .tableLogo .lnkEdit,
.gxDataEntry .tablePhotos2 .lnkEdit,
.gxDataEntry .tableAnnualReport .lnkEdit,
.gxDataEntry .IRSDocumentsFieldGroup .lnkEdit,
.gxDataEntry .tableOtherDocuments .lnkEdit {
  display: none;
}
.gxDataEntry .fieldTypeInlineGrid .label .spanReqLev label {
  display: none;
}
.gxDataEntry .fieldForm990990EZ990Nor990PF .label .spanReqLev label,
.gxDataEntry .fieldForm990T .label .spanReqLev label,
.gxDataEntry .fieldForms1023or1024 .label .spanReqLev label {
  display: inline;
}
@media screen and (max-width: 769px) {
  .exchangeForm .arrow_box {
    display: none;
  }
}
/*GX Demographics Custom Page*/
/*Demographics Tables*/
.gxDemographics .gxFieldGroupHeader span {
  color: #e65f26;
  text-transform: uppercase;
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
}
.divFormNavBtns {
  /*Primary Button Color*/
  /*Inverted Button Color*/
}
.divFormNavBtns .alternateButton input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  color: #3e3e3e;
}
.divFormNavBtns .alternateButton input[type="submit"]:hover {
  background-color: #f4f4f4;
}
.divFormNavBtns .primaryButton input[type="submit"] {
  background-color: #63adcb;
  border: 1px solid #63adcb;
  color: #ffffff;
}
.divFormNavBtns .primaryButton input[type="submit"]:hover {
  background-color: #22a1ce;
  border: 1px solid #22a1ce;
  border-color: #22a1ce;
}
.divFormNavBtns .invertedClrButton input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #63adcb;
  color: #63adcb;
}
.divFormNavBtns .invertedClrButton input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #22a1ce;
}
.divFormNavBtns .saveAndContinueBtn {
  padding-right: 0px;
}
.divFormNavBtns .backButton .btn {
  color: #808080;
  border-color: #808080;
}
.divFormNavBtns .backButton .btn:hover {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
/*Bootstarp Modal Dialog - GX Custom (Examples: Main Address Popup/ Programs Grid Add*/
.modal-dialog .modal-content {
  padding: 3rem;
}
.modal-dialog .modal-content h2 {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.333;
}
.modal-dialog .gxPageBody {
  background-color: #FFFFFF;
}
.modal-dialog .gxDataEntry .fieldsGroup {
  padding: 0;
  margin-bottom: 0;
}
.modal-dialog .gxDataEntry .divGxFormSections {
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.modal-dialog .gxDataEntry .divGxFormSections .divSubSection {
  padding: 0;
  margin: 0;
}
.modal-dialog .gxDataEntry .divFormNavBtns {
  border-top: none;
  padding: 0;
  margin-bottom: 0;
}
.modal-dialog .gxDataEntry .divFormNavBtns .saveButton {
  width: 100% !important;
  margin-left: 0;
}
.modal-dialog .exchangeForm .fieldGroupLegend {
  border-top: none;
}
.modal-dialog .exchangeForm .fieldGroupLegend .modalLegend {
  padding: 0;
  margin-bottom: 0;
}
/*jQuery UI Dialog GX Custom Button Setup*/
/*GX Invalid Fields Dialog*/
.redExclamation {
  color: #f44203;
  font-size: 30px;
}
/*jQuery UI Dialog GX Custom - Examples Delete grid row */
.ui-dialog {
  padding: 0px;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
  font-size: 15px;
  padding: 15px;
  height: auto !important;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.333;
  color: #3e3e3e;
}
.ui-dialog .ui-dialog-buttonpane {
  border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #63adcb;
  border: 1px solid #63adcb;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  margin: 0 5px;
  padding: 6px 19px;
}
.ui-widget-overlay {
  background: #000 50% 50% repeat-x !important;
}
.validators {
  color: #e65f26;
  font-weight: bold;
}
.displayHidden {
  display: none;
}
/*GX Demographics*/
/*Demographics Header*/
.gxDemograHeader .d5LogoContainer {
  background-color: #f2f2f2;
  min-width: 250px;
}
.gxDemograHeader .d5LogoContainer .d5Caption {
  color: #5b9bd5;
  font-size: 11px;
}
/*GX Field Group Header*/
.gxFieldGroupHeader .gxHeader {
  border: 0 none;
  color: #e65f26;
  display: inline;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 12px 0;
  text-transform: uppercase;
}
/*Demographics Form/Tables*/
.demographicsForm {
  padding: 0;
}
.demographicsForm .demographicsQuestion {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.44;
}
.demographicsForm .fieldGroupLegend {
  cursor: default !important;
}
.demographicsForm .demographicsTable .row {
  border-bottom: 1px dotted #cadaef;
  position: relative;
  width: 100%;
}
.demographicsForm .demographicsTable .row .tableCell {
  box-sizing: border-box;
  color: #666666;
}
.demographicsForm .demographicsTable .row .tableCell:first-child {
  font-size: 14px;
  font-weight: 700;
}
.demographicsForm .demographicsTable .row .headerCell {
  margin: 0 4px;
  min-width: 50px;
  background-color: #f2f2f2;
  min-height: 95px;
  padding: 8px 4px 4px;
}
.demographicsForm .demographicsTable .row .headerCell .subtext {
  font-size: 12px;
}
.demographicsForm .demographicsTable .row .dataInputCell {
  margin: 0 4px;
  min-width: 50px;
  padding: 9px 9px 9px 3px;
}
.demographicsForm .demographicsTable .row .dataInputCell input {
  padding: 6px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  display: inline-block;
}
.demographicsForm .demographicsTable .row .dataInputCell input:focus {
  border: 2px solid #7893b6;
}
.demographicsForm .demographicsTable .row .dataInputCell input.notEmpty {
  border: 2px solid #b1c1d6;
}
.demographicsForm .demographicsTable .row .footerCell {
  margin: 0 4px;
  min-width: 50px;
  background-color: #f2f2f2;
  padding: 8px;
}
.demographicsForm .demographicsTable .row .footerCell:first-child {
  background-color: #FFFFFF;
  font-weight: normal;
}
.demographicsForm .checkbox {
  font-size: 22px;
  color: #cbcbcb;
  padding-top: 10px;
  width: 1px;
}
.demographicsForm .hidden {
  display: none;
}
.demographicsForm .trackingTable .row {
  border-bottom: 1px dotted #cadaef;
  position: relative;
  width: 100%;
}
.demographicsForm .trackingTable .row .question {
  font-size: 15px;
  font-weight: 700;
  padding-left: 0px;
}
.demographicsForm .trackingTable .row .answer {
  font-size: 14px;
  padding-left: 0px;
}
.demographicsForm .trackingTable .row .answer .field label {
  padding-left: 5px;
  padding-right: 10px;
}
.vertical-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.no-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.horizontal-padding {
  padding-left: 15px;
  padding-right: 15px;
}
/*Field Validation Error*/
.hasError {
  border: 3px solid #e65f26 !important;
}
.fieldGroupHasError {
  background-color: #ffd2c4 !important;
}
.requiredField {
  text-decoration: none !important;
  color: red;
  cursor: none;
}
.requiredField:hover {
  color: red;
}
.demValidatorMessage {
  color: #666666 !important;
  padding-top: 5px;
}
/*Custom Mobile Responsive CSS */
@media screen and (min-width: 600px) and (max-width: 1401px) {
  .demographicsForm {
    padding: 5px;
  }
  .demographicsForm .demographicsTable {
    overflow: scroll;
    width: 100%;
    height: 250px;
  }
  .demographicsForm .demographicsTable .row {
    width: 700px;
    padding: 0;
  }
}
/*Custom Small Mobile Responsive CSS*/
@media (max-width: 600px) {
  #gxFormSections {
    padding: 10px;
  }
  .demographicsTable {
    width: 100%;
  }
}
/*FireFox-specific hack for Bootstrap responsive tables - refer to bootstrap css documentation under responsive tables section*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.emailSupport {
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.emailSupport .questionHdr {
  font-size: 1.75rem;
  font-weight: 700;
}
.emailSupport .text {
  font-size: 15px;
}
#gxPageSideNav a {
  color: #4a4a4a;
}
#gxPageSideNav h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#gxPageSideNav h4 {
  font-size: 1.3rem;
  font-weight: 400;
  cursor: pointer;
}
#gxPageSideNav ul {
  list-style-type: none;
}
#gxPageSideNav li {
  font-size: 1.1rem;
  font-weight: 400;
}
#gxPageSideNav .active > a {
  color: #22a1ce;
  font-weight: 700;
}
#gxPageSideNav .nav > li > a {
  padding: 0;
}
#gxPageSideNav > ul > li {
  padding-bottom: 0;
}
/*Active Put Section Bold*/
#gxPageSideNav .active-put-section {
  font-weight: 800;
}
/*Table forms*/
.tableHeader {
  background-color: #f2f2f2;
}
.tableHeader tr td {
  padding: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.dataInputCell {
  margin: 0 4px;
  min-width: 50px;
  padding: 9px 9px 9px 3px;
  text-align: center;
}
.dataInputCell input {
  padding: 6px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  width: 50px;
}
.dataInputCell input.otherEthnicity {
  width: auto;
  text-align: right;
}
.dataInputCell input:focus {
  border: 2px solid #7893b6;
}
.dataInputCell input.notEmpty {
  border: 2px solid #b1c1d6;
}
.tableTitle {
  font-size: 13px;
  font-weight: 600;
  padding: 9px 9px 9px 3px;
  line-height: 1.23;
  text-align: right;
  width: 30%;
}
.tableTitle .subtext {
  font-size: 14px;
  font-weight: 400;
}
.demographicsTable {
  min-width: 100%;
}
.demographicsTable input[type="checkbox"] {
  width: 15px;
  height: 15px;
  color: #03b4d4;
  border: 2px solid;
  border-radius: 2px;
}
.demographicsTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.trackingChecklistItem td {
  padding: 5px;
}
td select {
  width: 90%;
}
.question {
  font-size: 15px;
  font-weight: 400;
  padding-left: 0px;
}
.btn {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.333;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-small {
  font-size: 11px;
}
.btn-medium {
  font-size: 13px;
}
.btn-large {
  font-size: 15px;
}
.btn-default {
  color: #3e3e3e;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-transparent {
  background-color: transparent;
}
.btn-transparent:hover {
  background-color: #b3b3b3;
  border: 1px solid transparent;
}
.btn-donate {
  background-color: #eb5757;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 5px;
  border: 1px solid transparent;
}
.buy-now-btn {
  background-color: #83c7b9;
  color: white;
}
#btnSearch {
  padding: 6px 12px;
  width: 70px;
}
#signUpFooter #btnSignUp {
  background-color: #55afe6;
  border-radius: 5px;
  color: #FFF;
  margin-left: 15px;
  padding: 5px 10px;
}
#signUpModal .modal-header button.close {
  color: #000;
  font-size: 32px;
  opacity: 0.9;
}
#signUpModal #signUpBtn {
  background-color: #6cbb5e;
  color: #fff;
  margin: 20px 0 10px 0;
  width: 100%;
}
#verifyEmailModal .modal-header button.close {
  color: #000;
  font-size: 32px;
  opacity: 0.9;
}
#btnDonate {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: auto 0;
  padding: 3px 18px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
#btnDonate:hover,
#btnDonate:focus,
#btnDonate:active {
  background-color: #e73737;
}
.btn-updgrade-now {
  text-align: center;
  width: auto;
}
.btn-learn-more {
  border: 1px solid #fff;
  color: #fff;
  margin-left: 50px;
  padding: 6px 20px;
  width: 125px;
}
.btn-learn-more:focus,
.btn-learn-more:hover,
.btn-learn-more:active {
  color: #fff;
}
#btnDonateProfile {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: auto 0;
  min-width: 130px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#btnDonateProfile:hover,
#btnDonateProfile:focus,
#btnDonateProfile:active {
  background-color: #e73737;
}
@media (max-width: 992px) {
  #btnDonate.adjustable {
    font-size: 15px;
    margin-left: 10px;
  }
  #btnSignUp {
    width: auto;
  }
}
@media (max-width: 796px) {
  #btnDonate.adjustable {
    font-size: 13px;
  }
}
@media print {
  #btnDonateProfile {
    display: none;
  }
}
.float-right {
  float: right;
}
.float-right:after {
  clear: both;
}
.report-section {
  border-top: solid 1px #b3b3b3;
  padding: 8px 0;
}
.report-sub-section {
  border-top: solid 4px #e6e6e6;
  padding: 4px 0 10px 0;
  margin-right: 10px;
}
.dropdown-section {
  background-color: #f2f2f2;
  padding: 15px;
}
.card {
  background-color: #ecf2f5;
  height: 315px;
  display: inline-block;
  padding: 18px 27px 28px 19px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.card-extendable {
  height: auto;
}
.row-expandable {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 5px 0;
  background-color: #ecf2f5;
  vertical-align: middle;
}
.row-expandable .row-expandable-title {
  cursor: pointer;
}
.row-expandable .row-expandable-body {
  display: none;
  cursor: auto;
  padding-top: 15px;
}
.fin-data-row {
  background-color: #adc9e5;
}
.container-fluid {
  padding: 0;
}
.review-box {
  background-color: #f2f2f2;
  margin: 5px;
  padding: 20px;
  width: 25%;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
div.video {
  display: inline-block;
  margin: 0 15px 15px 0;
}
div.video .video-thumb {
  height: 185px;
  width: 250px;
}
.photo {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.photo .photo-featured {
  height: 400px;
  width: 550px;
}
.photo .photo-thumb {
  height: 185px;
  width: 250px;
}
.tooltip {
  width: auto;
}
.premium-search-nav .premium-search-container {
  float: right;
}
.premium-search-nav .premium-search-container:after {
  clear: both;
}
.premium-search-nav .premium-search-container .premium-search-subsection {
  display: inline-block;
  height: 50px;
  padding: 15px;
}
.premium-search-nav .premium-search-container .premium-search-subsection .icon-label {
  bottom: 8px;
  position: relative;
}
.profile-header {
  background-color: #435774;
}
.profile-header .profile-header-container {
  height: 100%;
  margin: 0 auto;
  max-width: 2000px;
}
.profile-header .profile-header-container .transparency-seal-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.profile-header .profile-header-container .transparency-seal-container img {
  display: inline-block;
}
.profile-header .profile-header-container .org-title-container {
  margin: 65px 0;
}
.profile-header .profile-header-container .org-summary-container {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 15px;
  max-width: 270px;
}
.profile-header .profile-header-container .org-summary-container .logo {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 70px;
  width: 100%;
}
.profile-header .profile-header-container .org-summary-container .aka,
.profile-header .profile-header-container .org-summary-container .location,
.profile-header .profile-header-container .org-summary-container .website,
.profile-header .profile-header-container .org-summary-container .donate {
  border-top: 2px solid #fff;
  margin: 0;
  padding: 6px 15%;
}
.profile-header .profile-header-container .org-summary-container .aka span.glyphicon,
.profile-header .profile-header-container .org-summary-container .location span.glyphicon,
.profile-header .profile-header-container .org-summary-container .website span.glyphicon,
.profile-header .profile-header-container .org-summary-container .donate span.glyphicon {
  margin-right: 5px;
}
.profile-header .profile-header-container .org-cc-container {
  background-color: #FFF;
  border-radius: 5px;
  margin: 15px;
  max-width: 270px;
}
.profile-header .profile-header-container .org-cc-container .charity-check-header-container {
  background-color: #24334e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px;
  text-align: center;
}
.profile-header .profile-header-container .org-cc-container .org-cc-subsection {
  background-color: #f2f2f2;
  border-top: 2px solid #fff;
  padding: 5px 10px 5px 30px;
}
.profile-header .profile-header-container .org-cc-container .org-cc-subsection:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.profile-container {
  background-color: #fafafa;
  padding: 0 15px;
}
.summary-nav-col {
  color: #FFF;
  background-color: #dd4013;
  height: 70px;
  cursor: pointer;
}
.summary-nav-col:hover {
  background-color: #c63911;
}
.tab {
  padding-top: 5px;
}
.profile-navbar {
  background-color: #232f42;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 0 0 30px;
}
.profile-navbar .profile-navbar-container {
  margin: 0 auto;
  max-width: 2000px;
}
.profile-navbar .profile-navbar-container .header-section {
  height: 100%;
  padding: 0;
}
.profile-navbar .profile-navbar-container .header-section a {
  display: block;
  padding: 8px 12px;
  width: 100%;
}
.profile-navbar .profile-navbar-container .header-summary {
  border-left: 10px solid #dd4013;
}
.profile-navbar .profile-navbar-container .header-mission {
  border-left: 10px solid #1260a4;
}
.profile-navbar .profile-navbar-container .header-financials {
  border-left: 10px solid #d0ab20;
}
.profile-navbar .profile-navbar-container .header-operations {
  border-left: 10px solid #83c7b9;
}
.profile-summary-container,
.profile-mission-container,
.profile-financials-container,
.profile-operations-container {
  margin: 0 auto;
  max-width: 2000px;
}
.profile-mission-container {
  border-top: 2px solid #000;
}
.profile-mission-container .social-media-container {
  margin: 15px 0;
}
.profile-mission-container .mission-statement {
  margin: 15px 0;
}
.profile-mission-container .program-expandable .expandable {
  display: none;
  margin-top: 15px;
}
.profile-mission-container .results-container {
  background-color: #f2f2f2;
}
.profile-mission-container .results-container div.grid-sizer {
  min-height: 0px;
}
.profile-mission-container .results-container .card {
  background-color: #FFF;
}
#summaryMapPlaceholder {
  display: block;
  height: 200px;
  margin-bottom: 30px;
  width: 100%;
}
#summaryRevExpPlaceholder {
  display: block;
  height: 230px;
  margin: 15px 0;
  width: 100%;
}
#summaryTopFundersPlaceholder {
  display: block;
  height: 200px;
  margin: 15px 0;
  width: 100%;
}
.transparency-seal-small {
  display: inline-block;
  float: left;
  height: 75px;
  margin-right: 10px;
  width: 75px;
}
.transparency-seal-small:after {
  clear: both;
}
.bridge-logo {
  height: 13px;
}
.maintenance-wrench {
  margin-right: 10px;
}
#signUpFooter {
  background-color: #fefacd;
}
#signUpFooter #guidestarLogo {
  height: 40px;
  width: 40px;
}
#signUpModal .modal-backdrop {
  background-color: #FFF;
}
#signUpModal .modal-backdrop.in {
  opacity: 0.8;
}
#signUpModal .modal-dialog {
  margin: 15px 15%;
  width: auto;
}
#signUpModal .modal-header {
  padding: 10px;
}
#signUpModal .modal-body {
  width: 100%;
}
#signUpModal .modal-body .register-info {
  background-color: #e6e6e6;
  margin: 0 15px 15px 0;
  padding: 20px;
}
#signUpModal .modal-body .register-info h3.top-text {
  margin: 0 10px 10px 0;
  padding: 0;
}
#signUpModal .modal-body .register-info ul {
  margin-left: 15px;
}
#signUpModal .modal-body .register-info ul li {
  padding: 0;
}
#signUpModal .modal-body #registrationFormFields {
  padding: 0 0 0 30px;
}
#signUpModal .modal-body #registrationFormFields input[type="text"],
#signUpModal .modal-body #registrationFormFields input[type="email"],
#signUpModal .modal-body #registrationFormFields input[type="password"] {
  border: 2px solid #b3b3b3;
  border-radius: 5px;
  margin: 5px 0;
  padding: 5px;
  width: 100%;
}
#signUpModal .modal-body #registrationFormFields input[type="checkbox"] {
  margin-right: 10px;
}
#signUpModal .modal-body #registrationFormFields ul.password-indicators-ul {
  vertical-align: 10px;
  width: 200px;
}
#signUpModal .modal-body #registrationFormFields ul.password-indicators-ul li {
  display: inline-block;
  margin-right: 30px;
  width: 200px;
}
#signUpModal .modal-body #registrationFormFields ul.password-indicators-ul li span {
  vertical-align: 9px;
}
#signUpModal #registerForm2Header {
  margin: 15px;
  width: auto;
}
#signUpModal .login-register-dd,
#signUpModal .login-register-input {
  width: 100%;
}
#verifyEmailModal .modal-backdrop {
  background-color: #FFF;
}
#verifyEmailModal .modal-backdrop.in {
  opacity: 0.8;
}
#verifyEmailModal .modal-dialog {
  margin: 15px 15%;
  width: auto;
}
#verifyEmailModal .modal-dialog .modal-body {
  margin: 0;
  padding: 0;
  width: 100%;
}
#verifyEmailModal .modal-dialog .modal-body .verify-email-img-container {
  min-width: 180px;
}
#verifyEmailModal .modal-dialog .modal-body .verify-email-img-container img.verify-email-graphic {
  display: block;
  height: auto;
  margin: 15px auto 15px 0;
  text-align: center;
  width: 180px;
}
#verifyEmailModal .modal-dialog .modal-body h3 {
  margin: 0 0 15px 0;
  padding: 0;
}
#verifyEmailModal .modal-dialog .modal-body p {
  margin: 0;
}
#verifyEmailModal .modal-dialog .modal-body p.main-text {
  margin-bottom: 15px;
}
#donateBanner {
  background-color: #f6e35f;
  height: 90px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px;
}
#donateBanner .donate-logo-container {
  margin-right: 10px;
}
#donateBanner #donateHeadHeart {
  height: 62px;
  width: 55px;
  vertical-align: middle;
}
#donateBanner .donate-text-container {
  height: 60px;
  position: relative;
}
#donateBanner #btnDonate {
  margin: 15px 0;
}
.home-search-bar {
  text-align: center;
}
.home-search-bar .img-home {
  margin-right: 15px;
  vertical-align: top;
}
.home-search-bar .banner-text-container {
  display: inline-block;
  width: 50%;
}
.home-search-row .btn-upgrade-container {
  display: inline-block;
  width: 150px;
}
#donateFooter {
  background-color: #f6e35f;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
#donateFooter #donateQuestionMark {
  height: 45px;
  margin-right: 20px;
  width: 40px;
}
#donateFooter #footerText {
  display: inline-block;
}
#donateFooter #btnDonate {
  margin-left: 20px;
}
.main-gradient-banner {
  background-image: linear-gradient(-179deg, #ffffff 0%, #edf5fB 100%);
}
@media (max-width: 1200px) {
  #signUpModal .modal-body #registrationFormFields {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .profile-header .profile-header-container .transparency-seal-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .profile-header .profile-header-container .transparency-seal-col {
    float: left;
    width: 8.33333333%;
  }
}
@media (max-width: 992px) {
  .profile-header .profile-header-container .transparency-seal-col {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-header .profile-header-container .org-title-container {
    margin: 15px 0;
  }
  .profile-header .profile-header-container .org-summary-container {
    border-radius: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .profile-header .profile-header-container .org-summary-container .aka,
  .profile-header .profile-header-container .org-summary-container .location,
  .profile-header .profile-header-container .org-summary-container .website {
    display: inline-block;
    padding: 6px;
    width: auto;
  }
  .profile-header .profile-header-container .org-cc-container {
    border-radius: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .profile-header .profile-header-container .org-cc-container .charity-check-header-container {
    border-radius: 0;
  }
  .profile-header .profile-header-container .org-cc-container .org-cc-subsection-container {
    background-color: #f2f2f2;
  }
  .profile-header .profile-header-container .org-cc-container .org-cc-subsection-container .org-cc-subsection {
    border-right: 2px solid #FFF;
    display: inline-block;
    padding: 6px 12px;
    width: auto;
  }
  .profile-header .profile-header-container .org-cc-container .org-cc-subsection-container .org-cc-subsection:last-child {
    border: none;
    border-radius: 0;
  }
  .profile-navbar {
    padding: 0;
  }
  .summary-nav-col {
    height: 40px;
  }
  .profile-container {
    padding: 0 10px;
  }
  #donateFooter {
    font-size: 15px;
  }
  #verifyEmailModal .modal-dialog .modal-body .verify-email-img-container img.verify-email-graphic {
    margin: 15px auto;
  }
}
@media (max-width: 796px) {
  #donateFooter {
    font-size: 13px;
  }
  .home-search-row .btn-upgrade-container {
    float: right;
    margin: 15px 10px 0 0;
  }
  .home-search-row .btn-upgrade-container:after {
    clear: both;
  }
}
@media (max-width: 540px) {
  .profile-header .profile-header-container .org-summary-container .aka,
  .profile-header .profile-header-container .org-summary-container .location,
  .profile-header .profile-header-container .org-summary-container .website {
    display: block;
    margin: 0 auto;
    padding: 6px 15%;
    width: 100%;
  }
  .profile-header .profile-header-container .org-cc-container .org-cc-subsection {
    display: block;
  }
}
@media (max-width: 670px) {
  .home-search-bar .image-toggle {
    display: none;
  }
  .home-search-bar .banner-text-container {
    width: 100%;
  }
}
@media print {
  body {
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  @page {
    margin: 0.5in;
  }
  nav {
    display: none;
  }
  img {
    max-width: 100%;
  }
  a[href^=http] {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  .profile-header .profile-header-container .org-title-container {
    margin: 15px 0;
  }
  .profile-header .profile-header-container .org-summary-container {
    border-radius: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .profile-header .profile-header-container .org-summary-container .aka,
  .profile-header .profile-header-container .org-summary-container .location,
  .profile-header .profile-header-container .org-summary-container .website {
    display: inline-block;
    padding: 6px;
    width: auto;
  }
  .report-section {
    page-break-inside: avoid;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.bold {
  font-weight: 700;
}
.shadow {
  -webkit-box-shadow: 0 3px #ddd;
  -moz-box-shadow: 0 3px #ddd;
  box-shadow: 0 3px #ddd;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-field label {
  font-weight: 700;
  display: inline-block;
  left: 10px;
  position: relative;
  top: 25px;
  z-index: 2;
}
.checkout-field input,
.checkout-field select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px #ddd;
  -moz-box-shadow: 0 3px #ddd;
  box-shadow: 0 3px #ddd;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  height: 60px;
  margin-bottom: 15px;
  padding: 20px 10px 0 10px;
  width: 100%;
}
.premium-search-nav .premium-search-dropdown {
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #4a4a4a;
  display: inline-block;
  height: 50px;
  padding: 10px;
}
.profile-select-dropdown {
  background-color: #f2f2f2;
  color: #808080;
  font-size: 13px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.horizontal-list {
  list-style: none;
}
.horizontal-list li {
  padding: 0 1rem 1rem 0;
  margin-right: 1rem;
  display: inline-block;
}
.horizontal-list li:last-child {
  margin-right: 0;
}
.horizontal-list {
  padding: 0;
}
.horizontal-list.horizontal-dividers li {
  border-right: solid 1px #e6e6e6;
}
.horizontal-list.horizontal-dividers li:last-child {
  border-right: none;
}
.no-bullets {
  list-style: none;
}
.profile-org-summary {
  list-style: none;
}
.profile-org-summary li.aka,
.profile-org-summary li.location,
.profile-org-summary li.website {
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  margin: 5px 15px 5px 0;
  padding: 0;
}
.profile-org-summary li.aka span.glyphicon,
.profile-org-summary li.location span.glyphicon,
.profile-org-summary li.website span.glyphicon {
  margin-right: 5px;
}
.main-search-nav {
  background-color: #24334e;
  height: 50px;
}
.premium-search-nav {
  background-color: #FFF;
  height: 50px;
  padding: 0;
}
html {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #4a4a4a;
  font-size: 10px;
}
body {
  font-size: 1.5rem;
}
h1 {
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
}
h3 {
  font-size: 1.6em;
  font-weight: 700;
}
h4 {
  font-size: 1.6rem;
  font-weight: 700;
}
h5 {
  text-transform: uppercase;
  padding-top: 0;
}
h6 {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
}
p {
  line-height: 1.6em;
  margin: 0 10px 5px 0;
}
a {
  color: #208fc3;
}
.large {
  font-size: 20px;
  line-height: 28px;
}
.small {
  font-size: 13px;
  line-height: 19px;
}
.display {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.centered {
  text-align: center !important;
}
.caption {
  font-size: 11px;
  color: rgba(103, 93, 93, 0.6);
}
.statement {
  font-family: "Merriweather", serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.strong {
  font-weight: 700;
}
.more {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #eb5757;
  cursor: pointer;
}
.source {
  font-size: 1.1rem;
  color: #808080;
}
.tab-name {
  font-size: 20px;
  font-weight: 400;
}
.oswald {
  font-family: Oswald;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.serif {
  font-family: "Merriweather", georgia, serif;
}
.review-text {
  font-style: italic;
  font-size: 14px;
  line-height: 1.43;
  color: #4a4a4a;
}
.vertical-align-middle {
  vertical-align: middle;
}
.lg-vis,
.md-vis,
.sm-vis {
  display: none;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
#signUpFooter {
  color: #000;
  font-weight: 600;
  text-align: left;
}
#signUpFooter #footerText {
  font-size: 15px;
}
#signUpFooter a {
  color: #000;
  text-decoration: underline;
}
#signUpFooter #btnSignUp {
  font-size: 15px;
  text-decoration: none;
}
#signUpModal .modal-header h2 {
  font-size: 22px;
  text-align: center;
}
#signUpModal .modal-body #registrationForm .register-info .top-text {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
#signUpModal .modal-body #registrationForm .register-info ul {
  font-size: 13px;
}
#signUpModal .modal-body #registrationForm .register-info ul li {
  line-height: 20px;
}
#signUpModal .modal-body #registrationForm #registrationFormFields label {
  margin: 0;
}
#signUpModal .modal-body #registrationForm #registrationFormFields ul.password-indicators-ul {
  color: #808080;
  font-size: 12px;
}
#signUpModal .modal-body #registrationForm #registrationFormFields ul.password-indicators-ul li:before {
  content: "• ";
  font-size: 35px;
  line-height: 40%;
}
#signUpModal .modal-body #registrationForm #registrationFormFields ul.password-indicators-ul li.verified:before {
  color: #6cbb5e;
}
#verifyEmailModal .modal-body h3 {
  font-size: 22px;
}
#verifyEmailModal .modal-body a {
  color: #589ac8;
  text-decoration: underline;
}
#verifyEmailModal .modal-body p.main-text {
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.5;
}
.donate-text {
  color: #4a4a4a;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-main-text {
  color: #4a4a4a;
  font-family: "Open Sans";
  font-size: 35px;
  font-weight: 800;
  line-height: 1.33;
  text-align: left;
}
.banner-secondary-text {
  color: #4a4a4a;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
}
.upgrade a {
  color: #4a4a4a;
  font-size: 13px;
  text-decoration: underline;
}
.upgrade {
  font-size: 13px;
  text-align: center;
}
.premium-search-nav .premium-search-dropdown {
  font-size: 13px;
  font-weight: 600;
}
.premium-search-nav .premium-search-container .premium-search-subsection {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.premium-search-nav .premium-search-container .premium-search-subsection i.material-icons,
.premium-search-nav .premium-search-container .premium-search-subsection span.glyphicon {
  color: #b3b3b3;
  margin-right: 5px;
}
.premium-search-nav .premium-search-container .premium-search-subsection span.glyphicon {
  font-size: 20px;
}
.ntee-categories {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.profile-org-name {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 5px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.profile-org-tagline {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.org-summary-container .aka,
.profile-org-summary .aka,
.org-summary-container .location,
.profile-org-summary .location,
.org-summary-container .website,
.profile-org-summary .website {
  color: #3f3f3f;
  font-size: 12px;
}
.org-summary-container .aka span.glyphicon,
.profile-org-summary .aka span.glyphicon,
.org-summary-container .location span.glyphicon,
.profile-org-summary .location span.glyphicon,
.org-summary-container .website span.glyphicon,
.profile-org-summary .website span.glyphicon,
.org-summary-container .aka i.material-icons,
.profile-org-summary .aka i.material-icons,
.org-summary-container .location i.material-icons,
.profile-org-summary .location i.material-icons,
.org-summary-container .website i.material-icons,
.profile-org-summary .website i.material-icons {
  margin-right: 5px;
}
.profile-org-summary {
  opacity: 0.7;
}
.org-cc-container {
  color: #3e3e3e;
}
.org-cc-container .charity-check-header {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.org-cc-container .org-cc-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 30px;
  padding: 5px 0 0 0;
}
.org-cc-container .org-cc-ein {
  font-size: 13px;
  margin: 0 0 0 30px;
  padding: 5px 0;
}
.org-cc-container .org-cc-subsection p {
  font-size: 12px;
  margin: 0;
}
.org-cc-container .org-cc-subsection p i.material-icons,
.org-cc-container .org-cc-subsection p span.glyphicon {
  margin-right: 5px;
}
.org-cc-container .org-cc-subsection p span.glyphicon {
  font-size: 24px;
}
.org-cc-container .org-cc-subsection p i.verified {
  color: #45c9ae;
}
.header-section a {
  color: #fff;
  font-size: 20px;
}
.header-section a:hover,
.header-section a:focus,
.header-section a:active {
  background-color: #111721;
  color: #fff;
  text-decoration: none;
}
.profile-caret-expandable {
  color: #eb5757;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.profile-caret-expandable:before {
  color: #eb5757;
  content: "> ";
}
.profile-caret-expandable:hover,
.profile-caret-expandable:focus,
.profile-caret-expandable:active {
  text-decoration: none;
  color: #e62929;
}
.profile-program-name {
  color: #808080;
  font-size: 15px;
  font-weight: 700;
}
.profile-tooltip {
  color: #b3b3b3;
  font-size: 12px;
}
.report-section .report-section-header {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
}
.report-section .report-section-subheader {
  font-size: 13px;
}
.report-section .report-section-text {
  font-size: 13px;
}
.report-section .report-section-text.large {
  font-size: 20px;
}
.summary-text-header {
  color: #dd4013;
}
.mission-text-header {
  color: #1260a4;
}
.financials-text-header {
  color: #d0ab20;
}
.operations-text-header {
  color: #83c7b9;
}
.program-number {
  color: #4a4a4a;
}
.value-callout {
  color: #000;
  font-family: Open Sans;
  font-size: 3rem;
  letter-spacing: -0.2px;
  margin-bottom: 1rem;
}
.profile-mission-container .social-media-container {
  text-align: right;
}
.profile-mission-container .mission-statement {
  font-size: 28px;
}
.profile-mission-container .card .card-header {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .lg-hidden {
    display: none;
  }
  .lg-vis {
    display: inline-block;
  }
  #signUpModal .modal-header h2 {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .md-hidden {
    display: none;
  }
  .md-vis {
    display: inline-block;
  }
  #signUpFooter #footerText,
  #signUpFooter #btnSignUp {
    font-size: 13px;
  }
}
@media (max-width: 796px) {
  .sm-hidden {
    display: none;
  }
  .sm-vis {
    display: inline-block;
  }
  .donate-text {
    font-size: 13px;
  }
  .profile-mission-container .social-media-container {
    text-align: left;
  }
  #verifyEmailModal .modal-body h3 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .xs-hidden {
    display: none;
  }
}
@media print {
  page-break-after: avoid;
  p {
    orphans: 3;
    widows: 3;
  }
  .profile-caret-expandable {
    display: none;
  }
}
.swatch {
  position: relative;
  height: 6em;
}
.swatch-sm {
  position: relative;
  height: 1.5em;
}
/* Blockquote small color */
/* Blockquote font siz*/
/* Blockquote border color*/
/*BUTTONS*/
/*//** Padding applied to the modal body*/
/*//** Padding applied to the modal title*/
.no-margin {
  margin: 0 !important;
}
#bronzeForm {
  border-collapse: collapse;
  padding: 30px 10px 30px 0px;
}
#gxFormSections {
  padding: 10px 60px 10px 0px;
}
.sticky-side-nav #gsSideNavOverAll nav {
  padding: 15px;
  position: fixed !important;
  top: 20px !important;
  width: 14% !important;
}
.gxPageBody .put-section-container {
  background-color: #f2f2f2;
  box-shadow: none;
  max-width: 1000px;
}
.put-form-title {
  font-size: 3.9rem;
  font-weight: 300;
  margin: 0 0 9.5px 0;
}
.put-form-title h1 {
  line-height: 1.333;
  font-weight: 400;
}
.put-field-group {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding: 30px;
}
.put-field-group .put-group-title h2 {
  color: #e65f26;
  font-family: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 1.8rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.put-field-group .put-tooltip {
  height: 15px;
  width: 15px;
}
.put-field-group .put-tooltip:hover,
.put-field-group .put-tooltip:focus,
.put-field-group .put-tooltip:active {
  text-decoration: none;
}
.put-field-group .put-tooltip span {
  background-color: #cbcbcb;
  border-radius: 99px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 0 5px;
  vertical-align: middle;
}
.put-field-group .put-fieldset h3.legend {
  border-style: none;
  color: #3e3e3e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.7px;
  line-height: 20px;
  margin: 5px 0 10px 0;
  padding: 0;
  width: auto;
}
.put-field-group .put-fieldset input.input-required,
.put-field-group .put-fieldset select.input-required,
.put-field-group .put-fieldset td.required {
  border: 2px solid red;
}
.put-field-group .put-fieldset .put-help {
  color: #808080;
  display: block;
  font-size: 12px;
  font-style: italic;
  padding: 4px 0;
}
.put-field-group .put-fieldset .image-specs {
  color: #808080;
  margin-top: 1rem;
}
.put-field-group .put-fieldset .image-specs p {
  font-size: 12px;
  margin-bottom: 4px;
}
.put-field-group .put-fieldset .image-specs ul {
  margin-left: 4rem;
}
.put-field-group .put-fieldset .image-specs ul li {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.put-field-group .put-fieldset input[type="checkbox"],
.put-field-group .put-fieldset .put-legend-chbx {
  margin: 0 0.5rem 0 1rem;
}
.put-field-group .put-fieldset label {
  color: #808080;
  display: inline;
  font-size: 14px;
  font-weight: 300;
}
.put-field-group .put-fieldset .put-legend-chbx legend {
  display: inline;
}
.put-field-group .put-fieldset .put-checkbox {
  display: inline;
  margin-left: 2rem;
}
.put-field-group .put-fieldset .put-field {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin: 0;
  padding: 0.3rem 0;
}
.put-field-group .put-fieldset .put-field.blue-gs-banner {
  background: #00457c;
  color: #cddcd0;
  text-shadow: 0 1px 1px #00457c;
}
.put-field-group .put-fieldset .put-field.blue-bright-banner {
  background-color: #2f83c1;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.blue-bright-light-banner {
  background-color: #c3daeb;
}
.put-field-group .put-fieldset .put-field.blue-medium-banner {
  background: #196db2;
  color: #FFF;
  text-shadow: 0 1px 1px #00457c;
}
.put-field-group .put-fieldset .put-field.bluegray-light-banner {
  background: #cddce0;
  color: #4e677c;
}
.put-field-group .put-fieldset .put-field.bluegray-lightest-banner {
  background: #e6edef;
}
.put-field-group .put-fieldset .put-field.bluegray-bright-banner {
  background: #92b6c7;
  color: #4e677c;
}
.put-field-group .put-fieldset .put-field.bluegray-medium-banner {
  background: #6a879b;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.bluegray-medium-banner p.by {
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.bluegray-dark-banner {
  background-color: #4e677c;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.bluegray-darkest-banner {
  background-color: #2e334a;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.bluegray-darkest-banner a {
  color: #FFF !important;
}
.put-field-group .put-fieldset .put-field.dark-home-banner {
  background-color: #4b5052;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.gray-lightest-banner {
  background: #f2f2f2;
}
.put-field-group .put-fieldset .put-field.gray-light-banner {
  background: #e6e6e6;
}
.put-field-group .put-fieldset .put-field.gray-darker-banner {
  background-color: #4a4a4a;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.white-banner {
  background-color: #FFF;
  color: #196db2;
}
.put-field-group .put-fieldset .put-field.white-banner footer {
  color: #22a1ce;
}
.put-field-group .put-fieldset .put-field.white-banner-gray-text {
  background-color: #FFF;
  color: #4a4a4a;
}
.put-field-group .put-fieldset .put-field.yellow-bright-banner {
  background-color: #ffdc48;
}
.put-field-group .put-fieldset .put-field.disaster-banner {
  height: 50px;
  background-color: #e26947;
  color: #FFF;
}
.put-field-group .put-fieldset .put-field.disaster-banner p {
  margin: 0;
}
.put-field-group .put-fieldset .put-field.maintenance-banner {
  background-color: #2B65B0;
  color: white;
  padding: 10px;
}
.put-field-group .put-fieldset .put-field.info-banner {
  background-color: #dfe8ea;
  color: #4a4a4a;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.3);
  z-index: 1;
}
.put-field-group .put-fieldset .put-field.info-banner p {
  margin: 0;
}
.put-field-group .put-fieldset .put-field.register-banner {
  background-color: #def0db;
  color: #4a4a4a;
  box-shadow: 0 2px 4px rgba(80, 80, 80, 0.3);
  border-top: 1px solid #e6e6e6;
  z-index: 1;
}
.put-field-group .put-fieldset .put-field.register-banner p {
  margin: 0;
}
.put-field-group .put-fieldset .put-field.banner {
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 7px;
}
.put-field-group .put-fieldset .put-field.banner .btn {
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}
.put-field-group .put-fieldset .put-field .put-field-label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .put-field-group .put-fieldset .put-field .put-field-label {
    float: left;
    width: 33.33333333%;
  }
}
.put-field-group .put-fieldset .put-field .put-field-label label {
  color: #808080;
  display: inline;
  font-weight: 400;
  margin-bottom: 5px;
}
.put-field-group .put-fieldset .put-field .put-field-label label.required::after {
  color: red;
  content: " *";
}
.put-field-group .put-fieldset .put-field .put-input {
  padding: 4px 0;
}
.put-field-group .put-fieldset .put-field .put-input-static {
  padding: 12px 0 4px 0;
}
.put-field-group .put-fieldset .put-field .put-input,
.put-field-group .put-fieldset .put-field .put-input-static,
.put-field-group .put-fieldset .put-field .put-textarea {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #3e3e3e;
  font-size: 13px;
  margin: 0;
}
@media (min-width: 992px) {
  .put-field-group .put-fieldset .put-field .put-input,
  .put-field-group .put-fieldset .put-field .put-input-static,
  .put-field-group .put-fieldset .put-field .put-textarea {
    float: left;
    width: 66.66666667%;
  }
}
.put-field-group .put-fieldset .put-field .put-input input,
.put-field-group .put-fieldset .put-field .put-input-static input,
.put-field-group .put-fieldset .put-field .put-textarea input,
.put-field-group .put-fieldset .put-field .put-input select,
.put-field-group .put-fieldset .put-field .put-input-static select,
.put-field-group .put-fieldset .put-field .put-textarea select {
  padding: 0.5rem;
  margin: 0;
}
.put-field-group .put-fieldset .put-field .put-input .put-input-sm,
.put-field-group .put-fieldset .put-field .put-input-static .put-input-sm,
.put-field-group .put-fieldset .put-field .put-textarea .put-input-sm {
  width: 75px;
}
.put-field-group .put-fieldset .put-field .put-input .put-input-md,
.put-field-group .put-fieldset .put-field .put-input-static .put-input-md,
.put-field-group .put-fieldset .put-field .put-textarea .put-input-md {
  width: 150px;
}
.put-field-group .put-fieldset .put-field .put-input .put-input-lg,
.put-field-group .put-fieldset .put-field .put-input-static .put-input-lg,
.put-field-group .put-fieldset .put-field .put-textarea .put-input-lg {
  width: 90%;
}
.put-field-group .put-fieldset .put-field .put-input .put-input-chbx,
.put-field-group .put-fieldset .put-field .put-input-static .put-input-chbx,
.put-field-group .put-fieldset .put-field .put-textarea .put-input-chbx {
  width: 300px;
}
.put-field-group .put-fieldset .put-field input.input-required,
.put-field-group .put-fieldset .put-field select.input-required {
  border: 2px solid red;
}
.put-field-group .put-fieldset .put-field input:disabled,
.put-field-group .put-fieldset .put-field select:disabled {
  background: #ebebe4;
}
.put-field-group .put-fieldset .put-field .legend-chbx {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .put-field-group .put-fieldset .put-field .legend-chbx {
    float: left;
    width: 33.33333333%;
  }
}
.put-field-group .put-fieldset .put-field .legend-chbx-input {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 2% 0;
}
@media (min-width: 992px) {
  .put-field-group .put-fieldset .put-field .legend-chbx-input {
    float: left;
    width: 66.66666667%;
  }
}
.put-field-group .put-fieldset .put-field .put-textarea {
  display: block;
  margin-top: 10px;
}
.put-field-group .put-fieldset .put-field .put-textarea textarea {
  color: #3e3e3e;
  font-size: 13px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.put-field-group .put-fieldset .put-field .put-textarea textarea.input-required {
  border: 2px solid red;
}
.put-field-group .put-fieldset .put-field .put-textarea .length-exceeded {
  background-color: #fffafa;
  border: 2px solid red;
}
.put-field-group .put-fieldset .put-field .put-length-exceeded,
.put-field-group .put-fieldset .put-field .excess-character-number {
  color: red;
  margin: 0;
}
.put-field-group .put-fieldset .put-field .excess-character-number {
  display: inline;
  float: right;
  clear: right;
}
.put-field-group .put-fieldset .put-field .required-field-info {
  color: red;
  font-size: 13px;
  margin: 5px 0;
}
.put-field-group .put-fieldset .put-table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  width: 100%;
}
.put-field-group .put-fieldset .put-table tr {
  border: 1px solid #e6e6e6;
}
.put-field-group .put-fieldset .put-table td {
  font-size: 13px;
  padding: 10px;
  vertical-align: top;
}
.put-field-group .put-fieldset .put-table td input {
  padding: 0.5rem;
  width: 100%;
}
.put-field-group .put-fieldset .put-table td.left-align {
  text-align: left;
}
.put-field-group .put-fieldset .put-table td.right-align {
  text-align: right;
}
.put-field-group .put-fieldset .put-table td.td-90 {
  width: 90%;
}
.put-field-group .put-fieldset .put-table td.td-80 {
  width: 80%;
}
.put-field-group .put-fieldset .put-table td.td-70 {
  width: 70%;
}
.put-field-group .put-fieldset .put-table td.td-60 {
  width: 60%;
}
.put-field-group .put-fieldset .put-table td.td-50 {
  width: 50%;
}
.put-field-group .put-fieldset .put-table td.td-40 {
  width: 40%;
}
.put-field-group .put-fieldset .put-table td.td-30 {
  width: 30%;
}
.put-field-group .put-fieldset .put-table td.td-20 {
  width: 20%;
}
.put-field-group .put-fieldset .put-table td.td-10 {
  width: 10%;
}
.put-field-group .put-fieldset .put-table thead tr td {
  color: #b3b3b3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  vertical-align: top;
}
.put-field-group .put-fieldset .put-table #actionsDetermination,
.put-field-group .put-fieldset .put-table #actionsDissolution {
  padding-right: 15%;
}
.put-field-group .put-fieldset .put-table .put-table-btn {
  border: 1px solid transparent;
  font-size: 15px;
  border-radius: 5px;
  font-family: "Open Sans";
  letter-spacing: 0.1px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.333;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn:focus,
.put-field-group .put-fieldset .put-table .put-table-btn:active:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.active:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.focus,
.put-field-group .put-fieldset .put-table .put-table-btn:active.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.put-field-group .put-fieldset .put-table .put-table-btn:hover,
.put-field-group .put-fieldset .put-table .put-table-btn:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.focus {
  color: #4a4a4a;
  text-decoration: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn:active,
.put-field-group .put-fieldset .put-table .put-table-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.put-field-group .put-fieldset .put-table .put-table-btn.disabled,
.put-field-group .put-fieldset .put-table .put-table-btn[disabled],
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-disaster {
  background-color: #e26947;
  color: white;
  border: 1px solid white;
  vertical-align: middle;
  margin-left: 10px;
  width: 150px;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-disaster:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-disaster:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-disaster:active {
  background-color: #d54921;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-new-donate {
  background-color: #e6412f;
  color: white;
  vertical-align: middle;
  margin-left: 10px;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-new-donate:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-new-donate:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-new-donate:active {
  background-color: #ca2a18;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta {
  color: #FFF;
  background-color: #eb5757;
  border-color: #e84040;
  text-shadow: 0 1px 0 rgba(62, 62, 62, 0.4);
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta {
  color: #FFF;
  background-color: #e62929;
  border-color: #d21919;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta {
  background-image: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled],
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled]:hover,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled]:focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled].focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled]:active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.disabled.active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta[disabled].active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-cta.active {
  background-color: #eb5757;
  border-color: #e84040;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta .badge {
  color: #eb5757;
  background-color: #FFF;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-cta:active {
  background-color: #e73737;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-buy-green {
  background-color: #83c7b9;
  color: white;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-buy-green:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-buy-green:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-buy-green:active {
  background-color: #52b19d;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-register {
  background-color: #eb5757;
  color: white;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-register:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-register:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-register:active {
  background-color: #e73737;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-reg-green {
  background-color: #6cba5e;
  color: white;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-reg-green:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-reg-green:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-reg-green:active {
  background-color: #58ab49;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-donate {
  background-color: #d9765a;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-right: 5px;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-donate:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-donate:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-donate:active {
  background-color: #bc4a2b;
}
.put-field-group .put-fieldset .put-table .put-table-btn.pdfbutton {
  fill: transparent;
  border: #b3b3b3 solid 1px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 11px;
}
.put-field-group .put-fieldset .put-table .put-table-btn.pdfbutton:visited,
.put-field-group .put-fieldset .put-table .put-table-btn.pdfbutton:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.pdfbutton:active {
  background-color: #e6e6e6;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-default:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-default:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-default:active {
  background-color: #d4d4d4;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-primary {
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(62, 62, 62, 0.4);
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-primary:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-primary:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-primary:active {
  background-color: #2f83c1;
  color: #FFF;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-info:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-info:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-info:active {
  background-color: #405566;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention {
  color: #4a4a4a;
  background-color: #ffc627;
  border-color: #ffbf0d;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention {
  color: #4a4a4a;
  background-color: #f3b300;
  border-color: #cf9900;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention {
  background-image: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled],
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled]:hover,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled]:focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled].focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled]:active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.disabled.active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention[disabled].active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-attention.active {
  background-color: #ffc627;
  border-color: #ffbf0d;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention .badge {
  color: #ffc627;
  background-color: #4a4a4a;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-attention:active {
  background-color: #ffbd03;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox {
  color: #fff;
  background-color: #a95aaf;
  border-color: #9b4ea1;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox {
  color: #fff;
  background-color: #8b4690;
  border-color: #743a78;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.active,
.open > .dropdown-toggle.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox {
  background-image: none;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled],
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled]:hover,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled]:focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled].focus,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled]:active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.disabled.active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox[disabled].active,
fieldset[disabled] .put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox.active {
  background-color: #a95aaf;
  border-color: #9b4ea1;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox .badge {
  color: #a95aaf;
  background-color: #fff;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:focus,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-sandbox:active {
  background-color: #954b9a;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-link {
  background-color: white;
  color: #4a4a4a;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #e3e4e4;
  border-radius: 5px;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-link:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-link:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-link:focus {
  /*added bottom border to default nav*/
  text-decoration: none;
  color: #22a1ce;
}
.put-field-group .put-fieldset .put-table .put-table-btn.dark-btn-link {
  background-color: #403f44;
  color: white;
  border: 1px solid white;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-white {
  background-color: white;
  color: #196db2;
  text-transform: capitalize;
  font-weight: 600;
}
.put-field-group .put-fieldset .put-table .put-table-btn.btn-white:active,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-white:hover,
.put-field-group .put-fieldset .put-table .put-table-btn.btn-white:focus {
  /*added bottom border to default nav*/
  text-decoration: none;
  color: #22a1ce;
}
.put-field-group .put-fieldset .put-table .put-create,
.put-field-group .put-fieldset .put-table .put-save {
  background-color: #63adcb;
  border: 1px solid #63adcb;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0.6rem 1.5rem;
}
.put-field-group .put-fieldset .put-table .put-create a,
.put-field-group .put-fieldset .put-table .put-save a {
  color: #FFFFFF;
  text-decoration: none;
}
.put-field-group .put-fieldset .put-table .put-create:hover,
.put-field-group .put-fieldset .put-table .put-save:hover {
  background-color: #22a1ce;
  border: 1px solid #22a1ce;
  color: #FFFFFF;
}
.put-field-group .put-fieldset .put-table .put-create:focus,
.put-field-group .put-fieldset .put-table .put-save:focus {
  color: white;
}
.no-border {
  border-style: none;
}
#programModal .modal-header,
#programModal .modal-body {
  border-style: none;
  height: auto;
}
#programModal .modal-header {
  margin-left: 30px;
}
#programModal .put-field-group {
  padding: 0 30px;
}
.put-modal {
  margin: 30px;
  width: auto;
}
.put-modal .modal-body {
  padding: 15px;
  width: auto;
}
.put-modal .location-input-pin {
  color: #e6e6e6;
  left: 25px;
  position: relative;
}
.put-modal input.location-input {
  padding-left: 25px !important;
}
.put-modal li.selected-location {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #f8f8f8;
  color: #bebebe;
  display: inline-block;
  list-style: none;
  margin: 0 3px 3px 0;
  padding: 3px 6px;
}
.put-modal li.selected-location span {
  color: #cfcfcf;
}
.put-modal li.selected-location .location-remove {
  margin-left: 5px;
}
.put-modal .btn {
  width: auto;
}
.put-modal .btn-cancel {
  color: #4a4a4a;
  color: #3e3e3e;
  border-color: #ccc;
  background-color: #e6e6e6;
  color: white;
  width: 100px;
}
.put-modal .btn-cancel:hover,
.put-modal .btn-cancel:focus,
.put-modal .btn-cancel.focus,
.put-modal .btn-cancel:active,
.put-modal .btn-cancel.active,
.open > .dropdown-toggle.put-modal .btn-cancel {
  color: #4a4a4a;
  background-color: #cdcdcd;
  border-color: #adadad;
}
.put-modal .btn-cancel:active,
.put-modal .btn-cancel.active,
.open > .dropdown-toggle.put-modal .btn-cancel {
  background-image: none;
}
.put-modal .btn-cancel.disabled,
.put-modal .btn-cancel[disabled],
fieldset[disabled] .put-modal .btn-cancel,
.put-modal .btn-cancel.disabled:hover,
.put-modal .btn-cancel[disabled]:hover,
fieldset[disabled] .put-modal .btn-cancel:hover,
.put-modal .btn-cancel.disabled:focus,
.put-modal .btn-cancel[disabled]:focus,
fieldset[disabled] .put-modal .btn-cancel:focus,
.put-modal .btn-cancel.disabled.focus,
.put-modal .btn-cancel[disabled].focus,
fieldset[disabled] .put-modal .btn-cancel.focus,
.put-modal .btn-cancel.disabled:active,
.put-modal .btn-cancel[disabled]:active,
fieldset[disabled] .put-modal .btn-cancel:active,
.put-modal .btn-cancel.disabled.active,
.put-modal .btn-cancel[disabled].active,
fieldset[disabled] .put-modal .btn-cancel.active {
  background-color: #e6e6e6;
  border-color: #ccc;
}
.put-modal .btn-cancel .badge {
  color: #e6e6e6;
  background-color: #4a4a4a;
}
.put-modal .btn-cancel:hover,
.put-modal .btn-cancel:focus {
  color: white;
}
.put-modal .btn-save {
  color: #FFF;
  background-color: #22a1ce;
  border-color: #1e90b8;
  width: 150px;
}
.put-modal .btn-save:hover,
.put-modal .btn-save:focus,
.put-modal .btn-save.focus,
.put-modal .btn-save:active,
.put-modal .btn-save.active,
.open > .dropdown-toggle.put-modal .btn-save {
  color: #FFF;
  background-color: #1b7fa2;
  border-color: #166784;
}
.put-modal .btn-save:active,
.put-modal .btn-save.active,
.open > .dropdown-toggle.put-modal .btn-save {
  background-image: none;
}
.put-modal .btn-save.disabled,
.put-modal .btn-save[disabled],
fieldset[disabled] .put-modal .btn-save,
.put-modal .btn-save.disabled:hover,
.put-modal .btn-save[disabled]:hover,
fieldset[disabled] .put-modal .btn-save:hover,
.put-modal .btn-save.disabled:focus,
.put-modal .btn-save[disabled]:focus,
fieldset[disabled] .put-modal .btn-save:focus,
.put-modal .btn-save.disabled.focus,
.put-modal .btn-save[disabled].focus,
fieldset[disabled] .put-modal .btn-save.focus,
.put-modal .btn-save.disabled:active,
.put-modal .btn-save[disabled]:active,
fieldset[disabled] .put-modal .btn-save:active,
.put-modal .btn-save.disabled.active,
.put-modal .btn-save[disabled].active,
fieldset[disabled] .put-modal .btn-save.active {
  background-color: #22a1ce;
  border-color: #1e90b8;
}
.put-modal .btn-save .badge {
  color: #22a1ce;
  background-color: #FFF;
}
.put-modal .glyphicon.important {
  color: red;
  font-size: 32px;
}
.divFormNavBtns .btn {
  display: inline-block;
  min-width: 50%;
  width: auto !important;
}
#gxPageSideNav h4 {
  line-height: 1.8rem;
}
#skippedSectionModal .put-modal {
  margin: 30px auto;
  width: 50%;
}
.org-logo-container {
  position: relative;
}
.imgLogo {
  position: relative;
  width: 250px;
  height: 250px;
  padding: 3px;
  border: 1px #aaa solid;
}
.imgLogo.invalid-input {
  border: 2px solid red;
}
.noLogo-checkbox {
  display: inline-block !important;
  margin-top: 15px;
}
.imgContentsLabel {
  position: absolute;
  left: 65px;
  top: 170px;
  font-weight: bold;
}
.imgContentsLabel span {
  padding: 0 10px;
}
.imgContents {
  display: none !important;
}
.imgDelete {
  position: absolute;
  left: 215px;
  top: 8px;
  font-size: 10px !important;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.alert-modal {
  width: 310px;
}
.invalid-modal {
  width: 330px;
}
.invalid-modal .redExclamation {
  margin-right: 10px;
}
.required-pub .ng-invalid {
  border: 1px solid red;
}
.field-invalid {
  border: 1px solid red;
}
.top-border {
  border-top: 1.5px solid #d9d9d9;
}
input[type="checkbox"].input-required {
  outline: 2px solid red;
}
@media (max-width: 992px) {
  .imgDelete,
  .imgContentsLabel {
    width: auto;
  }
  .put-input,
  .put-textarea {
    margin-top: 10px;
    padding: 0 !important;
  }
}
@media (max-width: 796px) {
  .put-section-container {
    padding: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .put-modal {
    margin: 30px auto;
    width: 80%;
  }
}
