@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #373737;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #318da8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #205b6d;
    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 {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e8e8e8; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #9b9b9b; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #edb20a;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #9b9b9b; }

.text-primary {
  color: #47536b; }

a.text-primary:hover,
a.text-primary:focus {
  color: #333b4c; }

.text-success {
  color: #7b9827; }

a.text-success:hover,
a.text-success:focus {
  color: #5a6f1d; }

.text-info {
  color: #318da8; }

a.text-info:hover,
a.text-info:focus {
  color: #256c81; }

.text-warning {
  color: #edb20a; }

a.text-warning:hover,
a.text-warning:focus {
  color: #bc8d08; }

.text-danger {
  color: #c62300; }

a.text-danger:hover,
a.text-danger:focus {
  color: #931a00; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #47536b; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #333b4c; }

.bg-success {
  background-color: #7b9827; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #5a6f1d; }

.bg-info {
  background-color: #318da8; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #256c81; }

.bg-warning {
  background-color: #edb20a; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #bc8d08; }

.bg-danger {
  background-color: #c62300; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #931a00; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e8e8e8; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9b9b9b; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e8e8e8; }
  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.42857;
    color: #9b9b9b; }
    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 #e8e8e8;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #373737;
  background-color: #f5f5f5;
  border: 1px solid #9b9b9b;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #9b9b9b;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #7b9827; }

.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: #6b8422; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #318da8; }

.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: #2b7c94; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #edb20a; }

.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: #d5a009; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #c62300; }

.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: #ad1e00; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #373737;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  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: 14px;
  line-height: 1.42857;
  color: #777777; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #318da8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 141, 168, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e8e8e8;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #7b9827; }

.has-success .form-control {
  border-color: #7b9827;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #5a6f1d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b2d352; }

.has-success .input-group-addon {
  color: #7b9827;
  border-color: #7b9827;
  background-color: #7b9827; }

.has-success .form-control-feedback {
  color: #7b9827; }

.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: #edb20a; }

.has-warning .form-control {
  border-color: #edb20a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #bc8d08;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d265; }

.has-warning .input-group-addon {
  color: #edb20a;
  border-color: #edb20a;
  background-color: #edb20a; }

.has-warning .form-control-feedback {
  color: #edb20a; }

.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: #c62300; }

.has-error .form-control {
  border-color: #c62300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #931a00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff522d; }

.has-error .input-group-addon {
  color: #c62300;
  border-color: #c62300;
  background-color: #c62300; }

.has-error .form-control-feedback {
  color: #c62300; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777777; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #666;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #666;
  background-color: transparent;
  border-color: #9b9b9b; }
  .btn-default:focus, .btn-default.focus {
    color: #666;
    background-color: transparent;
    border-color: #5b5b5b; }
  .btn-default:hover {
    color: #666;
    background-color: transparent;
    border-color: #7c7c7c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #666;
    background-color: transparent;
    border-color: #7c7c7c; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #666;
      background-color: transparent;
      border-color: #5b5b5b; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #9b9b9b; }
  .btn-default .badge {
    color: transparent;
    background-color: #666; }

.btn-primary {
  color: #fff;
  background-color: #ec6526;
  border-color: #e45614; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cd4d12;
    border-color: #6f2a0a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #cd4d12;
    border-color: #ac410f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cd4d12;
    border-color: #ac410f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac410f;
      border-color: #6f2a0a; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #ec6526;
    border-color: #e45614; }
  .btn-primary .badge {
    color: #ec6526;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #7b9827;
  border-color: #6b8422; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #5a6f1d;
    border-color: #181e08; }
  .btn-success:hover {
    color: #fff;
    background-color: #5a6f1d;
    border-color: #435315; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5a6f1d;
    border-color: #435315; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #435315;
      border-color: #181e08; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #7b9827;
    border-color: #6b8422; }
  .btn-success .badge {
    color: #7b9827;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #318da8;
  border-color: #2b7c94; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #256c81;
    border-color: #0e2a32; }
  .btn-info:hover {
    color: #fff;
    background-color: #256c81;
    border-color: #1d5565; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #256c81;
    border-color: #1d5565; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #1d5565;
      border-color: #0e2a32; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #318da8;
    border-color: #2b7c94; }
  .btn-info .badge {
    color: #318da8;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #edb20a;
  border-color: #d5a009; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #bc8d08;
    border-color: #5a4404; }
  .btn-warning:hover {
    color: #fff;
    background-color: #bc8d08;
    border-color: #9a7406; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bc8d08;
    border-color: #9a7406; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #9a7406;
      border-color: #5a4404; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #edb20a;
    border-color: #d5a009; }
  .btn-warning .badge {
    color: #edb20a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #c62300;
  border-color: #ad1e00; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #931a00;
    border-color: #2d0800; }
  .btn-danger:hover {
    color: #fff;
    background-color: #931a00;
    border-color: #6f1400; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #931a00;
    border-color: #6f1400; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #6f1400;
      border-color: #2d0800; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #c62300;
    border-color: #ad1e00; }
  .btn-danger .badge {
    color: #c62300;
    background-color: #fff; }

.btn-link {
  color: #318da8;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #205b6d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #9b9b9b;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #373737;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2a2a2a;
  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: #47536b; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #9b9b9b; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #9b9b9b;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #777777;
  text-align: center;
  background-color: #e8e8e8;
  border: 1px solid #9b9b9b;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav a:focus:focus {
    outline: none;
    outline-color: transparent;
    outline-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: #e8e8e8; }
    .nav > li.disabled > a {
      color: #9b9b9b; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #9b9b9b;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e8e8e8;
    border-color: #318da8; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e8e8e8 #e8e8e8 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #777777;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #47536b; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 35px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 90px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 17.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 35px;
          padding-bottom: 35px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 28px;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 28px;
  margin-bottom: 28px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 30px;
    margin-bottom: 30px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 34px;
    margin-bottom: 34px; }

.navbar-text {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #373737; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #1e1e1e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #373737; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #318da8;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #318da8;
    background-color: #eff9fa; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #9b9b9b;
    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: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eff9fa;
    color: #318da8; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #373737; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #318da8;
        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: #318da8;
      background-color: #eff9fa; }
    .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: #9b9b9b;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #373737; }
    .navbar-default .navbar-link:hover {
      color: #318da8; }
  .navbar-default .btn-link {
    color: #373737; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #318da8; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #9b9b9b; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #c1c1c1; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #c1c1c1; }
  .navbar-inverse .navbar-nav > li > a {
    color: #c1c1c1; }
    .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #c1c1c1; }
      .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: #090909; }
    .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: #c1c1c1; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #c1c1c1; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 20px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: " ";
      padding: 0 5px;
      color: #777777; }
  .breadcrumb > .active {
    color: #000; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #318da8;
      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: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #205b6d;
    background-color: #e8e8e8;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #318da8;
    border-color: #ddd;
    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: #9b9b9b;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #e8e8e8; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #9b9b9b;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #9b9b9b; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #828282; }

.label-primary {
  background-color: #47536b; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #333b4c; }

.label-success {
  background-color: #7b9827; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #5a6f1d; }

.label-info {
  background-color: #318da8; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #256c81; }

.label-warning {
  background-color: #edb20a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #bc8d08; }

.label-danger {
  background-color: #c62300; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #931a00; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #9b9b9b;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #318da8;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e8e8e8; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #cfcfcf; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 4px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #373737; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #318da8; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #7b9827;
  border-color: #7b9827;
  color: #fff; }
  .alert-success hr {
    border-top-color: #6b8422; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #318da8;
  border-color: #318da8;
  color: #fff; }
  .alert-info hr {
    border-top-color: #2b7c94; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #edb20a;
  border-color: #edb20a;
  color: #373737; }
  .alert-warning hr {
    border-top-color: #d5a009; }
  .alert-warning .alert-link {
    color: #1e1e1e; }

.alert-danger {
  background-color: #c62300;
  border-color: #c62300;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #ad1e00; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1fa79d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #7b9827; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #318da8; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #edb20a; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #c62300; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #9b9b9b; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e8e8e8;
  color: #9b9b9b;
  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: #9b9b9b; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #47536b;
  border-color: #47536b; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    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: #b2bbcc; }

.list-group-item-success {
  color: #7b9827;
  background-color: #7b9827; }

a.list-group-item-success,
button.list-group-item-success {
  color: #7b9827; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #7b9827;
    background-color: #6b8422; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #7b9827;
    border-color: #7b9827; }

.list-group-item-info {
  color: #318da8;
  background-color: #318da8; }

a.list-group-item-info,
button.list-group-item-info {
  color: #318da8; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #318da8;
    background-color: #2b7c94; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #318da8;
    border-color: #318da8; }

.list-group-item-warning {
  color: #edb20a;
  background-color: #edb20a; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #edb20a; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #edb20a;
    background-color: #d5a009; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #edb20a;
    border-color: #edb20a; }

.list-group-item-danger {
  color: #c62300;
  background-color: #c62300; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #c62300; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #c62300;
    background-color: #ad1e00; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #c62300;
    border-color: #c62300; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.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: 1px;
    border-top-left-radius: 1px; }
  .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: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 1px; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .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: #373737;
    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: #373737; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #47536b; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #47536b;
    border-color: #47536b; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #47536b; }
    .panel-primary > .panel-heading .badge {
      color: #47536b;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #47536b; }

.panel-success {
  border-color: #7b9827; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #7b9827;
    border-color: #7b9827; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #7b9827; }
    .panel-success > .panel-heading .badge {
      color: #7b9827;
      background-color: #fff; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #7b9827; }

.panel-info {
  border-color: #318da8; }
  .panel-info > .panel-heading {
    color: #fff;
    background-color: #318da8;
    border-color: #318da8; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #318da8; }
    .panel-info > .panel-heading .badge {
      color: #318da8;
      background-color: #fff; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #318da8; }

.panel-warning {
  border-color: #edb20a; }
  .panel-warning > .panel-heading {
    color: #fff;
    background-color: #edb20a;
    border-color: #edb20a; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #edb20a; }
    .panel-warning > .panel-heading .badge {
      color: #edb20a;
      background-color: #fff; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #edb20a; }

.panel-danger {
  border-color: #c62300; }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #c62300;
    border-color: #c62300; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c62300; }
    .panel-danger > .panel-heading .badge {
      color: #c62300;
      background-color: #fff; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c62300; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 4px; }

.well-sm {
  padding: 9px;
  border-radius: 1px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    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;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 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: #686868;
  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: #686868;
  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: #686868;
  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: #686868;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .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: 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: 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%;
    margin-top: -10px;
    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;
    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: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .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 {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*! jQuery UI - v1.11.4 - 2016-04-05
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

@keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0; }

.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.tokenfield .token {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default; }

.tokenfield .token:hover {
  border-color: #b9b9b9; }

.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8); }

.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.tokenfield .token.invalid {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f; }

.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px; }

.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top; }

.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px; }

.tokenfield .token-input {
  background: 0 0;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none; }

.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none; }

.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eee; }

.tokenfield.disabled .token-input {
  cursor: not-allowed; }

.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9; }

.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: .2;
  filter: alpha(opacity=20); }

.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.tokenfield.input-sm, .input-group-sm > .tokenfield.form-control,
.input-group-sm > .tokenfield.input-group-addon,
.input-group-sm > .input-group-btn > .tokenfield.btn, .input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0; }

.input-group-sm .token, .tokenfield.input-sm .token, .input-group-sm > .tokenfield.form-control .token,
.input-group-sm > .tokenfield.input-group-addon .token,
.input-group-sm > .input-group-btn > .tokenfield.btn .token {
  height: 20px;
  margin-bottom: 4px; }

.input-group-sm .token-input, .tokenfield.input-sm .token-input, .input-group-sm > .tokenfield.form-control .token-input,
.input-group-sm > .tokenfield.input-group-addon .token-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
  height: 18px;
  margin-bottom: 5px; }

.tokenfield.input-lg, .input-group-lg > .tokenfield.form-control,
.input-group-lg > .tokenfield.input-group-addon,
.input-group-lg > .input-group-btn > .tokenfield.btn, .input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px; }

.input-group-lg .token, .tokenfield.input-lg .token, .input-group-lg > .tokenfield.form-control .token,
.input-group-lg > .tokenfield.input-group-addon .token,
.input-group-lg > .input-group-btn > .tokenfield.btn .token {
  height: 25px; }

.input-group-lg .token-label, .tokenfield.input-lg .token-label, .input-group-lg > .tokenfield.form-control .token-label,
.input-group-lg > .tokenfield.input-group-addon .token-label,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
  line-height: 23px; }

.input-group-lg .token .close, .tokenfield.input-lg .token .close, .input-group-lg > .tokenfield.form-control .token .close,
.input-group-lg > .tokenfield.input-group-addon .token .close,
.input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
  line-height: 1.3em; }

.input-group-lg .token-input, .tokenfield.input-lg .token-input, .input-group-lg > .tokenfield.form-control .token-input,
.input-group-lg > .tokenfield.input-group-addon .token-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top; }

.tokenfield.rtl {
  direction: rtl;
  text-align: right; }

.tokenfield.rtl .token {
  margin: -1px 0 5px 5px; }

.tokenfield.rtl .token .token-label {
  padding-left: 0;
  padding-right: 4px; }

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
.twitter-typeahead {
  width: 100%;
  position: relative;
  vertical-align: top; }

.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  background-color: #fff; }

.twitter-typeahead .tt-hint {
  color: #999;
  z-index: 1;
  border: 1px solid transparent; }

.twitter-typeahead .tt-input {
  color: #555;
  z-index: 2; }

.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429; }

.twitter-typeahead .input-sm.tt-input, .twitter-typeahead .input-group-sm > .tt-input.form-control, .twitter-typeahead
.input-group-sm > .tt-input.input-group-addon, .twitter-typeahead
.input-group-sm > .input-group-btn > .tt-input.btn, .twitter-typeahead .hint-sm.tt-hint {
  border-radius: 3px; }

.twitter-typeahead .input-lg.tt-input, .twitter-typeahead .input-group-lg > .tt-input.form-control, .twitter-typeahead
.input-group-lg > .tt-input.input-group-addon, .twitter-typeahead
.input-group-lg > .input-group-btn > .tt-input.btn, .twitter-typeahead .hint-lg.tt-hint {
  border-radius: 6px; }

.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint {
  border-radius: 4px 0 0 4px !important; }

.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 4px 4px 0 !important; }

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input, .input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-radius: 3px 0 0 3px !important; }

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input, .input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 3px 3px 0 !important; }

.input-sm.tt-input, .input-group-sm > .tt-input.form-control,
.input-group-sm > .tt-input.input-group-addon,
.input-group-sm > .input-group-btn > .tt-input.btn, .hint-sm.tt-hint, .input-group.input-group-sm .tt-input, .input-group.input-group-sm .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input, .input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-radius: 6px 0 0 6px !important; }

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input, .input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 6px 6px 0 !important; }

.input-lg.tt-input, .input-group-lg > .tt-input.form-control,
.input-group-lg > .tt-input.input-group-addon,
.input-group-lg > .input-group-btn > .tt-input.btn, .hint-lg.tt-hint, .input-group.input-group-lg .tt-input, .input-group.input-group-lg .tt-hint {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

.tt-dropdown-menu {
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.tt-suggestion {
  display: block;
  padding: 3px 20px; }

.tt-suggestion.tt-cursor {
  color: #262626;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }

.tt-suggestion.tt-cursor a {
  color: #fff; }

.tt-suggestion p {
  margin: 0; }

.tokenfield .twitter-typeahead {
  width: auto; }

.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: 20px; }

.tokenfield.input-sm .twitter-typeahead .tt-input, .input-group-sm > .tokenfield.form-control .twitter-typeahead .tt-input,
.input-group-sm > .tokenfield.input-group-addon .twitter-typeahead .tt-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-input, .tokenfield.input-sm .twitter-typeahead .tt-hint, .input-group-sm > .tokenfield.form-control .twitter-typeahead .tt-hint,
.input-group-sm > .tokenfield.input-group-addon .twitter-typeahead .tt-hint,
.input-group-sm > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-hint {
  height: 18px;
  font-size: 12px;
  line-height: 1.5; }

.tokenfield.input-lg .twitter-typeahead .tt-input, .input-group-lg > .tokenfield.form-control .twitter-typeahead .tt-input,
.input-group-lg > .tokenfield.input-group-addon .twitter-typeahead .tt-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-input, .tokenfield.input-lg .twitter-typeahead .tt-hint, .input-group-lg > .tokenfield.form-control .twitter-typeahead .tt-hint,
.input-group-lg > .tokenfield.input-group-addon .twitter-typeahead .tt-hint,
.input-group-lg > .input-group-btn > .tokenfield.btn .twitter-typeahead .tt-hint {
  height: 23px;
  font-size: 18px;
  line-height: 1.33; }

.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px; }

/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*
 * CUSTOM STYLES
 *
 */
h1,
.h1 {
  font-size: 32px; }
  @media (max-width: 992px) {
    h1,
    .h1 {
      font-size: 29px; } }
  @media (max-width: 768px) {
    h1,
    .h1 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h1,
    .h1 {
      font-size: 24px; } }

h2,
.h2, .pdp-features h3 {
  font-size: 26px; }
  @media (max-width: 992px) {
    h2,
    .h2, .pdp-features h3 {
      font-size: 23px; } }
  @media (max-width: 768px) {
    h2,
    .h2, .pdp-features h3 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h2,
    .h2, .pdp-features h3 {
      font-size: 20px; } }

h3,
.h3, .announcement p {
  font-size: 23px; }
  @media (max-width: 992px) {
    h3,
    .h3, .announcement p {
      font-size: 21px; } }
  @media (max-width: 768px) {
    h3,
    .h3, .announcement p {
      font-size: 19px; } }
  @media (max-width: 480px) {
    h3,
    .h3, .announcement p {
      font-size: 18px; } }

h4,
.h4, .masonry h3,
.news-releases h3, .featured-solutions h3,
.read-more-explore h3, .overlay h3 {
  font-size: 18px; }
  @media (max-width: 992px) {
    h4,
    .h4, .masonry h3,
    .news-releases h3, .featured-solutions h3,
    .read-more-explore h3, .overlay h3 {
      font-size: 18px; } }
  @media (max-width: 768px) {
    h4,
    .h4, .masonry h3,
    .news-releases h3, .featured-solutions h3,
    .read-more-explore h3, .overlay h3 {
      font-size: 17px; } }
  @media (max-width: 480px) {
    h4,
    .h4, .masonry h3,
    .news-releases h3, .featured-solutions h3,
    .read-more-explore h3, .overlay h3 {
      font-size: 16px; } }

h5,
.h5, .overlay h4 {
  font-size: 16px; }
  @media (max-width: 992px) {
    h5,
    .h5, .overlay h4 {
      font-size: 16px; } }
  @media (max-width: 768px) {
    h5,
    .h5, .overlay h4 {
      font-size: 15px; } }
  @media (max-width: 480px) {
    h5,
    .h5, .overlay h4 {
      font-size: 15px; } }

h6,
.h6, .top-stories h3, .top-stories h4, .featured-resources h3, .trending-news h4, .contact-us h4 {
  font-size: 14px; }
  @media (max-width: 992px) {
    h6,
    .h6, .top-stories h3, .top-stories h4, .featured-resources h3, .trending-news h4, .contact-us h4 {
      font-size: 14px; } }
  @media (max-width: 768px) {
    h6,
    .h6, .top-stories h3, .top-stories h4, .featured-resources h3, .trending-news h4, .contact-us h4 {
      font-size: 14px; } }
  @media (max-width: 480px) {
    h6,
    .h6, .top-stories h3, .top-stories h4, .featured-resources h3, .trending-news h4, .contact-us h4 {
      font-size: 13px; } }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body .mm-page {
      padding-top: 80px;
      background-color: #fff; }
    body.solutions .mm-page,
    body.home-page .mm-page,
    body.page-404 .mm-page {
      padding-top: 60px; } }

header section:not(:last-child) {
  margin-bottom: 0; }

section {
  margin-bottom: 30px; }
  .solutions section.nav-subnav,
  .home-page section.nav-main {
    margin-bottom: 0; }
  section.fw-bg {
    padding: 60px 0 80px; }
    section.fw-bg.fw-bg--gray-lightest {
      background: #f4f4f4; }

main > section:last-of-type {
  margin-bottom: 70px; }

main section.tailored-solution {
  margin-bottom: 30px; }

main section.illustration-section,
main section.next-step,
main section.pdp-tailored-solution,
main.knowledge-center section,
main section.read-more,
main section.just-read {
  margin-bottom: 0; }

main.knowledge-center section {
  margin-bottom: 0; }
  main.knowledge-center section:last-child {
    margin-bottom: 70px; }

main section.social-share {
  margin-bottom: 14px; }

.card-stacking {
  margin-right: 0;
  margin-left: 0;
  border-right: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  border-left: solid 1px #9b9b9b; }
  .card-stacking:first-of-type {
    margin-top: -10px; }
  .view-all-padding .card-stacking:last-of-type {
    padding-bottom: 20px; }

.card-stacking-twitter iframe.twitter-timeline {
  height: 550px !important; 
  width: 100% !important;
  padding-right: 5px !important;
}

.img-parent-fixed {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 4px; }
  @media (max-width: 767px) {
    .img-parent-fixed.img-thumbnail {
      border: none;
      border-radius: 0; } }
  .img-parent-fixed .img-ratio-sizer {
    position: relative;
    padding-top: 56.25%; }
    @media (max-width: 767px) {
      .img-parent-fixed .img-ratio-sizer {
        display: none; } }
  .img-parent-fixed .img-ratio-element {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .img-parent-fixed .img-ratio-element {
        position: static; } }
  .img-parent-fixed img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%; }
    @media (max-width: 767px) {
      .img-parent-fixed img {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-height: 400px; } }

@media (max-width: 767px) {
  .img-parent-fixed.infographic {
    max-height: 400px;
    overflow: hidden; } }

.img-parent-fixed.infographic .img-ratio-sizer {
  z-index: 95;
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#A6000000', GradientType=0); }
  @media (max-width: 767px) {
    .img-parent-fixed.infographic .img-ratio-sizer {
      display: block;
      height: 400px; } }

.img-parent-fixed.infographic .img-ratio-element {
  z-index: 90; }
  @media (max-width: 767px) {
    .img-parent-fixed.infographic .img-ratio-element {
      position: absolute; } }

.img-parent-fixed.infographic img {
  max-height: none;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    .img-parent-fixed.infographic img {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.img-parent-fixed.video:after, .img-parent-fixed.video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%; }

.img-parent-fixed.video:after {
  z-index: 910;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  -webkit-transform: translate(-20%, -50%);
      -ms-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .img-parent-fixed.video:after {
      border-width: 15px;
      border-left-width: 17px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .img-parent-fixed.video:after {
      border-width: 10px;
      border-left-width: 14px; } }
  .most-viewed-col .img-parent-fixed.video:after {
    border: 8px solid transparent;
    border-left: 10px solid #fff; }

.img-parent-fixed.video:before {
  z-index: 900;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .img-parent-fixed.video:before {
      width: 50px;
      height: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .img-parent-fixed.video:before {
      border-width: 2px;
      width: 40px;
      height: 40px; } }
  .most-viewed-col .img-parent-fixed.video:before {
    width: 30px;
    height: 30px;
    border-width: 2px; }

.img-parent-fixed.video:hover:before {
  background: rgba(0, 0, 0, 0.7); }

.card-stacking .card {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .card-stacking .card.image-card {
      padding-bottom: 0; } }

.card-stacking hr.visible-xs-block {
  display: none !important; }

.img-parent img {
  width: 100%;
  height: inherit; }

.card-list .card {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .card-list .card {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .card-list.card-list-hr .card {
    margin-bottom: 0; } }

.card-list hr.visible-xs-block {
  clear: both; }

.card-full-width {
  font-size: 1.3em; }
  .card-full-width h3 {
    font-size: 1.5em; }

.small-headline h3 {
  font-size: 14px; }
  .small-headline h3 small {
    font-size: 11.7px;
    line-height: 2.4; }

.img-thumbnail {
  padding: 0; }

p.summary {
  display: block;
  display: -webkit-box;
  max-height: 147px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  p.summary.line-limit-2 {
    max-height: 42px;
    -webkit-line-clamp: 2; }
  p.summary.line-limit-5 {
    max-height: 105px;
    -webkit-line-clamp: 5; }

.header-line-control {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  .top-stories h3 .header-line-control {
    max-height: 84px;
    -webkit-line-clamp: 4; }
  .top-stories h4 .header-line-control {
    max-height: 63px;
    -webkit-line-clamp: 3; }

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.uil-ring-css {
  background: none;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto; }
  .uil-ring-css.small {
    width: 50px;
    height: 50px; }

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  top: 20px;
  border-radius: 50%;
  box-shadow: 0 6px 0 0 #edb20a;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite; }

.uil-ring-css.small > div {
  width: 50px;
  height: 50px;
  top: 0;
  box-shadow: 0 3px 0 0 #edb20a; }

@media (max-width: 767px) {
  .home-page .well {
    margin-bottom: 0; } }

.search-results .list-group {
  list-style-position: inside;
  margin-bottom: 0; }

.row-padding-small {
  margin-left: -5px;
  margin-right: -5px; }
  .row-padding-small .col-padding-small {
    padding-left: 5px;
    padding-right: 5px; }

.release-header {
  padding-top: 5px; }
  .release-header ul {
    margin-bottom: 0; }
  .release-header hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  .release-header img {
    float: right;
    max-width: 100%;
    max-height: 200px; }
    @media (max-width: 767px) {
      .release-header img {
        float: none;
        margin: 0 auto; } }

.links-group ul,
.find-industry-news ul {
  list-style: none;
  padding: 0; }
  .links-group ul li a,
  .find-industry-news ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 5px;
    border-top: 1px solid #9b9b9b;
    color: #373737; }
    .read-more-explore .links-group ul li a, .read-more-explore
    .find-industry-news ul li a {
      border-color: #e8e8e8; }
    .links-group ul li a:hover, .links-group ul li a:focus,
    .find-industry-news ul li a:hover,
    .find-industry-news ul li a:focus {
      background-color: #e8e8e8;
      color: #1fa79d;
      text-decoration: none; }

h1,
.h1 {
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif;
  margin-top: 0; }
  h1 small,
  .h1 small {
    display: block;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 50%;
    line-height: 1.3em;
    padding-top: 5px;
    color: #777777;
    -webkit-hyphens: manual;
       -moz-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
    @media (max-width: 480px) {
      h1 small,
      .h1 small {
        font-size: 75%; } }
  h1.home,
  .h1.home {
    font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif;
    font-size: 59.5px;
    margin-top: 25px;
    line-height: 1.2; }
    @media (max-width: 768px) {
      h1.home,
      .h1.home {
        font-size: 24.5px; } }
  .page-desc h1, .page-desc
  .h1 {
    text-transform: uppercase; }
    .page-desc h1 small, .page-desc
    .h1 small {
      text-transform: none; }

h2,
.h2 {
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif; }
  h2 small,
  .h2 small {
    display: block;
    color: #777777; }
    @media (max-width: 480px) {
      h2 small,
      .h2 small {
        font-size: 75%; } }
  h2 + .sub,
  .h2 + .sub {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #9b9b9b; }

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #373737; }
  h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #318da8; }

h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
  color: #777777; }

h3, h4, h5, h6 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif; }

.card-stacking h3 {
  margin-bottom: 0;
  font-size: 14px; }
  .card-stacking h3 small {
    font-size: 85%;
    line-height: 1;
    margin-bottom: 5px; }

.featured-resources h3 {
  margin: 0; }

.solutions-for-you h3 {
  margin-top: 0; }

.sub-head {
  font-size: 16px; }

.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  @media screen\0 {
    .word-break {
      word-break: keep-all; } }

.word-break-all {
  word-break: break-all; }

@media (max-width: 767px) {
  .news-releases main p a:not(.prnews_a) {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; } }
  @media screen\0  and (max-width: 767px) {
    .news-releases main p a:not(.prnews_a) {
      word-break: keep-all; } }

article header p.subtitle {
  font-size: 17px;
  line-height: 1.2; }

article.news-release h3, article.news-release h4 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif; }

article.news-release.static-gallery-template blockquote, article.news-release.carousel-template blockquote, article.news-release.inline-gallery-template blockquote {
  border-left: 3px solid #e8e8e8;
  font-size: inherit; }
  article.news-release.static-gallery-template blockquote p, article.news-release.carousel-template blockquote p, article.news-release.inline-gallery-template blockquote p {
    color: #777;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 0; }

p.release-details {
  font-size: 18px; }
  .just-read p.release-details {
    font-size: 14px;
    margin-top: 7px; }

.news-title .subtitle {
  font-size: 21px; }

a.latest-topic,
a.news-release,
a.resource {
  color: #373737;
  text-decoration: none; }
  a.latest-topic:hover, a.latest-topic:focus,
  a.news-release:hover,
  a.news-release:focus,
  a.resource:hover,
  a.resource:focus {
    color: #318da8;
    text-decoration: underline; }
  a.latest-topic:hover p,
  a.news-release:hover p,
  a.resource:hover p {
    color: #373737; }
  a.latest-topic:focus,
  a.news-release:focus,
  a.resource:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.list-inline.inline-links {
  margin-left: 0;
  padding-left: 8px; }
  .list-inline.inline-links li {
    border-left: 1px solid #000; }
    .list-inline.inline-links li:first-child {
      border: none; }

.release-body p,
.release-body ol li:not(.prnews_li),
.release-body ul li:not(.prnews_li) {
  font-size: 16px;
  line-height: 1.8; }

.release-body p,
.release-body ol,
.release-body ul {
  margin-bottom: 35px; }

.release-body table p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px; }

.continue-reading a {
  font-size: 12px; }
  .continue-reading a i {
    font-size: 2em;
    color: #e8e8e8; }
  .continue-reading a:hover i,
  .continue-reading a:focus i {
    color: #318da8; }

p#continue-jump:before {
  display: block;
  height: 80px;
  margin-top: -80px;
  content: " ";
  visibility: hidden; }

.page-desc h1 {
  line-height: 1.5em; }

.page-desc-icon {
  font-size: 5.75em;
  line-height: 1.25;
  color: #edb20a; }
  @media (max-width: 1199px) {
    .page-desc-icon {
      font-size: 4.75em; } }
  @media (max-width: 991px) {
    .page-desc-icon {
      font-size: 6.75em; } }

.section-header {
  position: relative;
  padding-bottom: 7px;
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif;
  border-bottom: solid 5px #47536b; }
  @media (max-width: 768px) {
    .section-header {
      border-width: 4px; } }
  .section-header a i {
    font-size: .6em; }
  .section-header a:hover,
  .section-header a:focus {
    color: #318da8;
    text-decoration: none; }
  .section-header small {
    color: #373737; }
  .read-more-explore .section-header {
    margin-bottom: 17px; }

.panel-header {
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif; }

.pdp-case-studies h2,
.solutions-page-desc h2 {
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif; }
  .pdp-case-studies h2 small,
  .solutions-page-desc h2 small {
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 75%;
    margin-top: 20px;
    line-height: 1.8; }

.pdp-features h3 {
  font-weight: normal;
  margin-top: 0; }

@media (min-width: 768px) {
  .hero-release h3 {
    font-size: 32px;
    line-height: 1.2; }
    .hero-release h3 small {
      line-height: 2; }
  .hero-release p {
    font-size: 120%;
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .hero-release h3 {
    line-height: 1.5; }
    .hero-release h3 small {
      line-height: 1.5; } }

.card h3, .card h4,
.abstract h3,
.abstract h4 {
  margin-top: 0;
  line-height: 1.5; }

.card small,
.abstract small {
  line-height: 1.5; }

.card p,
p.abstract {
  font-size: 14px;
  line-height: 1.5;
  color: #5d5d5d; }

h3 small,
h4 small,
h5 small,
h6 small,
.meta {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  text-transform: uppercase; }
  h3 small a,
  h4 small a,
  h5 small a,
  h6 small a,
  .meta a {
    color: #777777;
    text-decoration: underline; }
    h3 small a:hover, h3 small a:focus,
    h4 small a:hover,
    h4 small a:focus,
    h5 small a:hover,
    h5 small a:focus,
    h6 small a:hover,
    h6 small a:focus,
    .meta a:hover,
    .meta a:focus {
      color: #318da8; }

.latest-topics-list h3 {
  font-size: 24px; }

.overlay h3, .overlay p {
  color: #fff; }

.text-brand-secondary {
  color: #318da8; }

a.text-brand-secondary:hover,
a.text-brand-secondary:focus {
  color: #256c81; }

.text-brand-secondary-lighter {
  color: #8cc9cf; }

a.text-brand-secondary-lighter:hover,
a.text-brand-secondary-lighter:focus {
  color: #68b8c0; }

.text-brand-action {
  color: #ec6526; }

a.text-brand-action:hover,
a.text-brand-action:focus {
  color: #cd4d12; }

.text-brand-alternative {
  color: #1fa79d; }

a.text-brand-alternative:hover,
a.text-brand-alternative:focus {
  color: #177c75; }

.text-brand-accentbrand-accent {
  color: #edb20a; }

a.text-brand-accentbrand-accent:hover,
a.text-brand-accentbrand-accent:focus {
  color: #bc8d08; }

.bg-brand-secondary {
  color: #fff; }

.bg-brand-secondary {
  background-color: #318da8; }

a.bg-brand-secondary:hover,
a.bg-brand-secondary:focus {
  background-color: #256c81; }

.bg-brand-secondary-lighter {
  background-color: #8cc9cf; }

a.bg-brand-secondary-lighter:hover,
a.bg-brand-secondary-lighter:focus {
  background-color: #68b8c0; }

.bg-brand-action {
  background-color: #ec6526; }

a.bg-brand-action:hover,
a.bg-brand-action:focus {
  background-color: #cd4d12; }

.bg-brand-alternative {
  background-color: #1fa79d; }

a.bg-brand-alternative:hover,
a.bg-brand-alternative:focus {
  background-color: #177c75; }

.bg-brand-accent {
  background-color: #edb20a; }

a.bg-brand-accent:hover,
a.bg-brand-accent:focus {
  background-color: #bc8d08; }

.search-criteria span {
  font-weight: bold; }

.masonry--col-xs-1 .grid-sizer, .masonry--col-xs-1
.tile {
  width: 100%; }

.masonry--col-xs-2 .grid-sizer, .masonry--col-xs-2
.tile {
  width: 45%; }

.masonry--col-xs-3 .grid-sizer, .masonry--col-xs-3
.tile {
  width: 32%; }

.masonry--col-xs-4 .grid-sizer, .masonry--col-xs-4
.tile {
  width: 23.5%; }

.masonry--col-xs-5 .grid-sizer, .masonry--col-xs-5
.tile {
  width: 18.4%; }

.masonry--col-xs-6 .grid-sizer, .masonry--col-xs-6
.tile {
  width: 50%; }

@media (min-width: 768px) {
  .masonry--col-sm-1 .grid-sizer, .masonry--col-sm-1
  .tile {
    width: 100%; }
  .masonry--col-sm-2 .grid-sizer, .masonry--col-sm-2
  .tile {
    width: 45%; }
  .masonry--col-sm-3 .grid-sizer, .masonry--col-sm-3
  .tile {
    width: 32%; }
  .masonry--col-sm-4 .grid-sizer, .masonry--col-sm-4
  .tile {
    width: 23.5%; }
  .masonry--col-sm-5 .grid-sizer, .masonry--col-sm-5
  .tile {
    width: 18.4%; }
  .masonry--col-sm-6 .grid-sizer, .masonry--col-sm-6
  .tile {
    width: 50%; } }

@media (min-width: 992px) {
  .masonry--col-md-1 .grid-sizer, .masonry--col-md-1
  .tile {
    width: 100%; }
  .masonry--col-md-2 .grid-sizer, .masonry--col-md-2
  .tile {
    width: 45%; }
  .masonry--col-md-3 .grid-sizer, .masonry--col-md-3
  .tile {
    width: 32%; }
  .masonry--col-md-4 .grid-sizer, .masonry--col-md-4
  .tile {
    width: 23.5%; }
  .masonry--col-md-5 .grid-sizer, .masonry--col-md-5
  .tile {
    width: 18.4%; }
  .masonry--col-md-6 .grid-sizer, .masonry--col-md-6
  .tile {
    width: 50%; } }

@media (min-width: 1200px) {
  .masonry--col-lg-1 .grid-sizer, .masonry--col-lg-1
  .tile {
    width: 100%; }
  .masonry--col-lg-2 .grid-sizer, .masonry--col-lg-2
  .tile {
    width: 45%; }
  .masonry--col-lg-3 .grid-sizer, .masonry--col-lg-3
  .tile {
    width: 32%; }
  .masonry--col-lg-4 .grid-sizer, .masonry--col-lg-4
  .tile {
    width: 23.5%; }
  .masonry--col-lg-5 .grid-sizer, .masonry--col-lg-5
  .tile {
    width: 18.4%; }
  .masonry--col-lg-6 .grid-sizer, .masonry--col-lg-6
  .tile {
    width: 50%; } }

.table-responsive {
  margin-bottom: 0; }

.release-table {
  margin-bottom: 40px; }
  .release-table.table-wide {
    border: 1px solid #9b9b9b; }
    .release-table.table-wide .table-bordered {
      border: none; }
      .release-table.table-wide .table-bordered th:first-child,
      .release-table.table-wide .table-bordered td:first-child {
        border-left: none; }
      .release-table.table-wide .table-bordered th:last-child,
      .release-table.table-wide .table-bordered td:last-child {
        border-right: none; }
  .release-table .table {
    margin-bottom: 0; }
  .release-table * {
    font-size: 10px !important; }
  .release-table p {
    margin-bottom: 0; }

.no-container {
  overflow-x: scroll; }
  .no-container div {
    overflow: visible; }
  .no-container .container {
    overflow: visible; }
  .no-container .flickity-viewport {
    overflow: hidden; }
  .no-container .table-wide {
    border: none; }
    .no-container .table-wide .table-bordered {
      border: 1px solid #9b9b9b; }

.news-release .divOverflow {
  margin-bottom: 35px; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #9b9b9b;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #777777; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "Black Tie";
      content: ""; }
    .checkbox input[type="checkbox"]:indeterminate + label::after,
    .checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #e8e8e8;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #47536b;
  border-color: #47536b; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #c62300;
  border-color: #c62300; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #318da8;
  border-color: #318da8; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #edb20a;
  border-color: #edb20a; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #7b9827;
  border-color: #7b9827; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #47536b;
  border-color: #47536b; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #c62300;
  border-color: #c62300; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #318da8;
  border-color: #318da8; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #edb20a;
  border-color: #edb20a; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #7b9827;
  border-color: #7b9827; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #9b9b9b;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #777777;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #47536b; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #47536b; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #47536b; }

.radio-danger input[type="radio"] + label::after {
  background-color: #c62300; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #c62300; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #c62300; }

.radio-info input[type="radio"] + label::after {
  background-color: #318da8; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #318da8; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #318da8; }

.radio-warning input[type="radio"] + label::after {
  background-color: #edb20a; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #edb20a; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #edb20a; }

.radio-success input[type="radio"] + label::after {
  background-color: #7b9827; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #7b9827; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #7b9827; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Black Tie";
  content: ""; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.form-control {
  color: #373737; }

.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: #edb20a; }

.has-warning .form-control {
  border-color: #edb20a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #bc8d08;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d265; }

.has-warning .input-group-addon {
  color: #edb20a;
  border-color: #edb20a;
  background-color: #edb20a; }

.has-warning .form-control-feedback {
  color: #edb20a; }

.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: #c62300; }

.has-error .form-control {
  border-color: #c62300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #931a00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff522d; }

.has-error .input-group-addon {
  color: #c62300;
  border-color: #c62300;
  background-color: #c62300; }

.has-error .form-control-feedback {
  color: #c62300; }

.has-warning .tokenfield.focus,
.has-warning .tokenfield.focus + .as-browse-all {
  border-color: #edb20a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #edb20a; }

.has-error .tokenfield.focus,
.has-error .tokenfield.focus + .as-browse-all {
  border-color: #c62300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c62300; }

.checkbox label {
  padding-left: 16px; }
  .checkbox label.small {
    padding-left: 10px; }

.checkbox label:before {
  top: -3px;
  border-color: #9b9b9b;
  border-radius: 0;
  width: 22px;
  height: 22px; }

.checkbox input[type="checkbox"]:checked + label::after {
  top: -3px;
  width: 21px;
  height: 21px;
  font-size: 15px;
  font-weight: bold;
  color: #318da8; }

.checkbox input[type="checkbox"]:checked + label.small::after {
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 11px; }

.checkbox label.small:before {
  top: 0;
  width: 17px;
  height: 17px; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 40px; }

.date--with-icon {
  position: relative; }
  .date--with-icon:after {
    content: "\f019";
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Black Tie';
    font-size: 18px;
    color: #318da8;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }

.keywords label {
  color: #9b9b9b;
  font-weight: normal; }
  .keywords label span {
    color: #373737; }

.kw-selected {
  display: none;
  min-height: 34px;
  padding: 5px 12px 0;
  background-color: #f4f4f4;
  border: 1px solid #9b9b9b;
  border-top: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.form-control.kw-has-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.as-checklist__parent {
  display: block;
  margin: 10px 0;
  color: #373737; }
  .as-checklist__parent i {
    color: #318da8; }

.form-group--attached .tokenfield {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.as-browse-all {
  cursor: pointer;
  min-height: 34px;
  padding: 6px 12px;
  background-color: #f4f4f4;
  border: 1px solid #9b9b9b;
  border-top: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.as-custom-date {
  display: none; }

.as-locations--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.as-locations__dropdown {
  border: 1px solid #9b9b9b;
  border-top: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .as-locations__dropdown .as-locations__header,
  .as-locations__dropdown ul {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 0; }
  .as-locations__dropdown .as-locations__header {
    height: 34px;
    padding: 6px 12px;
    background-color: #f4f4f4; }
    .as-locations__dropdown .as-locations__header:last-child {
      border-bottom: none; }
  .as-locations__dropdown ul {
    list-style-type: none;
    padding-left: 0; }
    .as-locations__dropdown ul li {
      min-height: 34px;
      padding: 6px 12px; }

.cb {
  display: block;
  font-weight: normal;
  color: #373737;
  text-decoration: none;
  margin-bottom: 5px; }
  .cb:focus {
    color: #373737;
    text-decoration: none; }
  .cb a,
  .cb a:focus {
    color: #373737;
    text-decoration: none; }
  .cb input[type="checkbox"] {
    margin-right: 3px; }

.cb-level-one {
  margin-left: 16px; }
  .cb-level-one input[type="checkbox"] {
    margin-left: -16px; }

.cb-level-two {
  margin-left: 32px; }
  .cb-level-two input[type="checkbox"] {
    margin-left: -16px; }

.cb-level-three {
  margin-left: 64px; }
  .cb-level-three input[type="checkbox"] {
    margin-left: -32px; }

.cb-level-four {
  margin-left: 96px; }
  .cb-level-four input[type="checkbox"] {
    margin-left: -48px; }

.datepicker,
.datepicker td,
.datepicker th,
.datepicker table tr td span {
  border-radius: 2px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  select,
  textarea,
  input {
    font-size: 16px; } }

.to-clipboard .form-control[readonly] {
  background: #fff;
  color: #999;
  font-size: 16px; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn,
.btn-xs,
.btn-group-xs > .btn, .btn-group-xs > .btn {
  border-radius: 2px; }

.btn:active, .btn.active {
  box-shadow: none; }

.btn-default:hover,
.btn-default:active {
  background: #f4f4f4; }

.btn-secondary {
  color: #ec6526;
  background-color: #fff;
  border-color: #ec6526; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ec6526;
    background-color: #e6e6e6;
    border-color: #87330c; }
  .btn-secondary:hover {
    color: #ec6526;
    background-color: #e6e6e6;
    border-color: #c44a11; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #ec6526;
    background-color: #e6e6e6;
    border-color: #c44a11; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #ec6526;
      background-color: #d4d4d4;
      border-color: #87330c; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
  fieldset[disabled] .btn-secondary,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus,
  fieldset[disabled] .btn-secondary:active,
  fieldset[disabled] .btn-secondary.active {
    background-color: #fff;
    border-color: #ec6526; }
  .btn-secondary .badge {
    color: #fff;
    background-color: #ec6526; }

.btn-secondary-fill {
  color: #373737;
  background-color: #f4f4f4;
  border-color: #e7e7e7; }
  .btn-secondary-fill:focus, .btn-secondary-fill.focus {
    color: #373737;
    background-color: #dbdbdb;
    border-color: #a8a8a8; }
  .btn-secondary-fill:hover {
    color: #373737;
    background-color: #dbdbdb;
    border-color: #c9c9c9; }
  .btn-secondary-fill:active, .btn-secondary-fill.active,
  .open > .btn-secondary-fill.dropdown-toggle {
    color: #373737;
    background-color: #dbdbdb;
    border-color: #c9c9c9; }
    .btn-secondary-fill:active:hover, .btn-secondary-fill:active:focus, .btn-secondary-fill:active.focus, .btn-secondary-fill.active:hover, .btn-secondary-fill.active:focus, .btn-secondary-fill.active.focus,
    .open > .btn-secondary-fill.dropdown-toggle:hover,
    .open > .btn-secondary-fill.dropdown-toggle:focus,
    .open > .btn-secondary-fill.dropdown-toggle.focus {
      color: #373737;
      background-color: #c9c9c9;
      border-color: #a8a8a8; }
  .btn-secondary-fill:active, .btn-secondary-fill.active,
  .open > .btn-secondary-fill.dropdown-toggle {
    background-image: none; }
  .btn-secondary-fill.disabled, .btn-secondary-fill.disabled:hover, .btn-secondary-fill.disabled:focus, .btn-secondary-fill.disabled.focus, .btn-secondary-fill.disabled:active, .btn-secondary-fill.disabled.active, .btn-secondary-fill[disabled], .btn-secondary-fill[disabled]:hover, .btn-secondary-fill[disabled]:focus, .btn-secondary-fill[disabled].focus, .btn-secondary-fill[disabled]:active, .btn-secondary-fill[disabled].active,
  fieldset[disabled] .btn-secondary-fill,
  fieldset[disabled] .btn-secondary-fill:hover,
  fieldset[disabled] .btn-secondary-fill:focus,
  fieldset[disabled] .btn-secondary-fill.focus,
  fieldset[disabled] .btn-secondary-fill:active,
  fieldset[disabled] .btn-secondary-fill.active {
    background-color: #f4f4f4;
    border-color: #e7e7e7; }
  .btn-secondary-fill .badge {
    color: #f4f4f4;
    background-color: #373737; }

.btn-view-larger-table i {
  margin-right: 10px; }

.adv-search {
  margin-top: 4px; }

.stacking-card-btn {
  display: block;
  font-size: 16px;
  margin: -20px auto 20px; }

.trending-category-btn {
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #595959;
  background-color: #fff;
  border-color: #9b9b9b;
  font-size: 14px; }
  .trending-category-btn:focus, .trending-category-btn.focus {
    color: #595959;
    background-color: #e6e6e6;
    border-color: #5b5b5b; }
  .trending-category-btn:hover {
    color: #595959;
    background-color: #e6e6e6;
    border-color: #7c7c7c; }
  .trending-category-btn:active, .trending-category-btn.active,
  .open > .trending-category-btn.dropdown-toggle {
    color: #595959;
    background-color: #e6e6e6;
    border-color: #7c7c7c; }
    .trending-category-btn:active:hover, .trending-category-btn:active:focus, .trending-category-btn:active.focus, .trending-category-btn.active:hover, .trending-category-btn.active:focus, .trending-category-btn.active.focus,
    .open > .trending-category-btn.dropdown-toggle:hover,
    .open > .trending-category-btn.dropdown-toggle:focus,
    .open > .trending-category-btn.dropdown-toggle.focus {
      color: #595959;
      background-color: #d4d4d4;
      border-color: #5b5b5b; }
  .trending-category-btn:active, .trending-category-btn.active,
  .open > .trending-category-btn.dropdown-toggle {
    background-image: none; }
  .trending-category-btn.disabled, .trending-category-btn.disabled:hover, .trending-category-btn.disabled:focus, .trending-category-btn.disabled.focus, .trending-category-btn.disabled:active, .trending-category-btn.disabled.active, .trending-category-btn[disabled], .trending-category-btn[disabled]:hover, .trending-category-btn[disabled]:focus, .trending-category-btn[disabled].focus, .trending-category-btn[disabled]:active, .trending-category-btn[disabled].active,
  fieldset[disabled] .trending-category-btn,
  fieldset[disabled] .trending-category-btn:hover,
  fieldset[disabled] .trending-category-btn:focus,
  fieldset[disabled] .trending-category-btn.focus,
  fieldset[disabled] .trending-category-btn:active,
  fieldset[disabled] .trending-category-btn.active {
    background-color: #fff;
    border-color: #9b9b9b; }
  .trending-category-btn .badge {
    color: #fff;
    background-color: #595959; }

.illustration-promos .btn {
  display: block;
  margin: 20px auto;
  padding-right: 32px;
  padding-left: 32px;
  color: #fff;
  border-color: #fff; }
  @media (max-width: 992px) {
    .illustration-promos .btn {
      padding-right: 16px;
      padding-left: 16px; } }

.illustration-top .btn {
  background-color: #318da8; }
  .illustration-top .btn:hover {
    background-color: #2b7c94; }

.illustration-left .btn {
  background-color: #8cc9cf; }
  .illustration-left .btn:hover {
    background-color: #7ac1c7; }

.illustration-right .btn {
  background-color: #e8bb57; }
  .illustration-right .btn:hover {
    background-color: #e5b241; }

.lang-switch {
  display: inline-block;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif; }

.btn.btn-matrix {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1; }
  .btn.btn-matrix:hover, .btn.btn-matrix:focus {
    color: #f4f4f4; }

.option-buttons {
  text-align: center; }

.btn-hero {
  color: #373737;
  background-color: #fff;
  border-color: #fff; }
  .btn-hero:hover {
    color: #373737;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .jumbotron-b .btn-hero.matrix-submit {
    margin-left: 16px; }
  .btn-hero.btn-secondary {
    color: #fff;
    background: transparent; }
    .btn-hero.btn-secondary:hover, .btn-hero.btn-secondary:focus {
      background: rgba(244, 244, 244, 0.1);
      border-color: #fff; }

.submit-form-container {
  border-top: 1px solid #e8e8e8;
  text-align: right;
  padding: 10px 0; }

.btn-submit {
  padding-left: 4em;
  padding-right: 4em; }

@media (max-width: 767px) {
  .filters .bootstrap-select {
    width: 100% !important; }
    .filters .bootstrap-select .btn {
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
      border-color: #f4f4f4; }
    .filters .bootstrap-select.open .dropdown-toggle {
      background: #f4f4f4;
      box-shadow: none; } }

.filters .btn.disabled, .filters .btn[disabled],
fieldset[disabled] .filters .btn {
  color: #9b9b9b; }

.btn--refine-search {
  padding-top: 15px !important;
  padding-bottom: 14px; }

.nav-main {
  width: 100%;
  border-bottom: 3px solid #e8e8e8; }
  .nav-main .nav > li > a {
    padding-left: 24px;
    padding-right: 24px; }
  .nav-main .navbar-right i {
    margin-left: 16px; }

.nav-junior {
  background-color: #47536b; }
  .nav-junior .nav > li > a {
    padding: 10px 10px; }

.nav-subnav {
  border-bottom: 2px solid #e8e8e8; }
  @media (max-width: 767px) {
    .nav-subnav {
      background-color: transparent;
      border: 1px solid #9b9b9b;
      border-radius: 2px;
      margin-bottom: 10px; }
      .nav-subnav .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 4px; } }
  .nav-subnav > .container {
    margin-bottom: -2px; }
  .nav-subnav .nav > li > a:hover,
  .nav-subnav .nav > li > a:focus {
    background: transparent; }
  .nav-subnav .navbar {
    min-height: 0;
    color: #373737;
    margin-bottom: 0;
    border: none; }
    .nav-subnav .navbar .nav,
    .nav-subnav .navbar .collapse,
    .nav-subnav .navbar .dropup,
    .nav-subnav .navbar .dropdown {
      position: static; }
    .nav-subnav .navbar .dropdown-menu {
      left: auto; }
    .nav-subnav .navbar .dropdown.fw .dropdown-menu {
      left: 0;
      right: 0;
      margin-top: 0;
      padding: 0;
      border-top: 0;
      border-color: #e8e8e8; }
    .nav-subnav .navbar .nav-pills > li + li {
      margin-left: 0; }
    .nav-subnav .navbar a {
      font-size: 14px;
      color: #373737; }
    .nav-subnav .navbar .tier-two > li > a {
      padding: 13px 15px 9px;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-bottom 0.2s ease-in-out;
      transition: border-bottom 0.2s ease-in-out; }
      .nav-subnav .navbar .tier-two > li > a:focus {
        background: none; }
      @media (max-width: 1199px) {
        .nav-subnav .navbar .tier-two > li > a {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .nav-subnav .navbar .tier-two > li > a {
          font-size: 11px;
          padding-left: 6px;
          padding-right: 6px; } }
      .news-releases .nav-subnav .navbar .tier-two > li > a {
        cursor: default; }
    .nav-subnav .navbar .tier-two > li > a:active,
    .nav-subnav .navbar .tier-two > li.active > a,
    .nav-subnav .navbar .tier-two > li.active > a:hover,
    .nav-subnav .navbar .tier-two > li.active > a:focus {
      color: #318da8;
      background: none;
      border-color: #318da8; }
    .nav-subnav .navbar .nav-subnav--no-dropdown .tier-two > li > a:hover,
    .nav-subnav .navbar .nav-subnav--no-dropdown .tier-two > li > a:focus,
    .nav-subnav .navbar .tier-two > li.open > a {
      background: none;
      border-color: #318da8; }
    .nav-subnav .navbar .tier-three {
      box-shadow: none;
      border-radius: 0 0 2px 2px; }
      @media (max-height: 991px) {
        .nav-subnav .navbar .tier-three .left {
          width: 33%; } }
      .nav-subnav .navbar .tier-three .left > li {
        padding: 13px 0 13px 20px;
        -webkit-transition: background 0.2s ease;
        transition: background 0.2s ease; }
        @media (max-width: 991px) {
          .nav-subnav .navbar .tier-three .left > li a {
            font-size: 10px; } }
        .nav-subnav .navbar .tier-three .left > li.open {
          background: #EFF9FA; }
        .nav-subnav .navbar .tier-three .left > li i {
          float: right;
          margin-right: 24px;
          margin-top: 4px; }
          @media (max-width: 991px) {
            .nav-subnav .navbar .tier-three .left > li i {
              margin-right: 14px;
              font-size: .8em; } }
        .nav-subnav .navbar .tier-three .left > li.open > a {
          background: #EFF9FA;
          font-weight: bold;
          text-decoration: none;
          background: none; }
          .nav-subnav .navbar .tier-three .left > li.open > a i {
            font-weight: bold; }
      .nav-subnav .navbar .tier-three .left {
        border-right: 1px solid #e8e8e8; }
      .nav-subnav .navbar .tier-three .right {
        padding: 20px 35px 20px 20px;
        border-left: 1px solid #e8e8e8; }
    .nav-subnav .navbar .tier-three li > .tier-four.visible {
      visibility: visible; }
    .nav-subnav .navbar .tier-four {
      position: absolute;
      top: 0;
      left: 100%;
      visibility: hidden;
      padding-top: 10px;
      padding-left: 0;
      width: 790px;
      font-weight: normal;
      list-style: none; }
      @media (max-width: 1199px) {
        .nav-subnav .navbar .tier-four {
          width: 620px; } }
      @media (max-width: 991px) {
        .nav-subnav .navbar .tier-four {
          width: 473px; } }
      .nav-subnav .navbar .tier-four.columned {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px; }
        @media (max-width: 991px) {
          .nav-subnav .navbar .tier-four.columned {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2; } }
      .nav-subnav .navbar .tier-four > li {
        padding: 4px 24px;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid; }
        @media (max-width: 991px) {
          .nav-subnav .navbar .tier-four > li a {
            font-size: 10px; } }
      .nav-subnav .navbar .tier-four > .btn {
        position: absolute;
        left: 0;
        bottom: -50px;
        margin: 10px 24px 4px; }
        @media (max-width: 991px) {
          .nav-subnav .navbar .tier-four > .btn {
            font-size: 10px; } }
  .nav-subnav .navbar-collapse {
    border-color: #9b9b9b;
    padding-left: 0;
    padding-right: 0; }
    .nav-subnav .navbar-collapse ul.navbar-nav {
      margin: 0; }
    .nav-subnav .navbar-collapse .tier-two > li > a {
      padding: 13px 15px 9px;
      font-size: 14px; }
    @media (max-width: 767px) {
      .nav-subnav .navbar-collapse .tier-two > li > a {
        padding-top: 5px;
        padding-bottom: 5px; }
        .nav-subnav .navbar-collapse .tier-two > li > a:hover, .nav-subnav .navbar-collapse .tier-two > li > a:focus {
          background-color: #f4f4f4; }
      .nav-subnav .navbar-collapse .tier-two > li.active > a,
      .nav-subnav .navbar-collapse .tier-two > li.active > a:hover,
      .nav-subnav .navbar-collapse .tier-two > li > a:hover,
      .nav-subnav .navbar-collapse .tier-two > li > a:focus {
        background-color: #f4f4f4;
        border-color: transparent; } }
  .nav-subnav .adv-search {
    position: relative;
    z-index: 1000; }
    @media (max-width: 1199px) {
      .nav-subnav .adv-search {
        padding-right: 12px;
        padding-left: 12px; } }
    @media (max-width: 991px) {
      .nav-subnav .adv-search {
        font-size: 11px; } }

.nav-subnav {
  border-bottom: 2px solid #e8e8e8; }
  @media (max-width: 767px) {
    .nav-subnav {
      border: 1px solid #9b9b9b;
      border-radius: 2px;
      margin-bottom: 10px; }
      .nav-subnav .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 4px;
        padding: 7px 10px; } }

.nav-subnav--no-dropdown .tier-two > li > a:hover,
.nav-subnav--no-dropdown .tier-two > li > a:focus {
  background: none;
  border-color: #318da8; }

.nav-subnav-buttons {
  position: relative;
  z-index: 5; }

.nav-sticky > .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out;
  min-height: 50px;
  height: 50px; }
  .nav-sticky > .navbar.nav-up {
    top: -50px;
    box-shadow: none; }

.nav-sticky .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px; }

.nav-sticky .navbar-nav.section-nav > li {
  min-width: 130px;
  background: #e8e8e8; }
  @media (max-width: 1199px) {
    .nav-sticky .navbar-nav.section-nav > li {
      min-width: 110px; } }
  @media (max-width: 991px) {
    .nav-sticky .navbar-nav.section-nav > li {
      min-width: 60px; }
      .nav-sticky .navbar-nav.section-nav > li i {
        margin-left: 6px; } }

.nav-sticky .navbar-nav.section-nav li a {
  padding: 15px 15px;
  color: #47536b; }
  .nav-sticky .navbar-nav.section-nav li a:hover, .nav-sticky .navbar-nav.section-nav li a:focus {
    background: #eff9fa; }
  @media (max-width: 1199px) {
    .nav-sticky .navbar-nav.section-nav li a {
      font-size: 13px;
      padding-top: 16px;
      padding-bottom: 14px; } }
  @media (max-width: 991px) {
    .nav-sticky .navbar-nav.section-nav li a {
      font-size: 10px;
      padding: 15px 10px; } }

.nav-sticky .navbar-nav.section-nav .dropdown-menu {
  min-width: 130px;
  z-index: 700;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  box-shadow: none; }
  @media (max-width: 1199px) {
    .nav-sticky .navbar-nav.section-nav .dropdown-menu {
      min-width: 110px; } }
  @media (max-width: 991px) {
    .nav-sticky .navbar-nav.section-nav .dropdown-menu {
      min-width: 95px; } }

.nav-sticky .navbar-nav.section-nav i {
  float: right;
  line-height: 1.4; }
  @media (max-width: 991px) {
    .nav-sticky .navbar-nav.section-nav i {
      font-size: 12px;
      line-height: 1.5; } }

.nav-sticky .navbar-nav.section-nav.inline > li {
  min-width: 0;
  background-color: transparent; }
  .nav-sticky .navbar-nav.section-nav.inline > li a:after {
    display: block;
    content: attr(title);
    visibility: hidden;
    height: 1px;
    margin-bottom: -1px;
    font-weight: bold;
    color: transparent;
    overflow: hidden; }
  .nav-sticky .navbar-nav.section-nav.inline > li a:hover {
    padding-bottom: 13px;
    color: #318da8;
    font-weight: bold;
    background: #eff9fa;
    border-bottom: 2px solid #318da8; }

.nav-sticky .navbar-nav.navbar-right {
  padding-right: 15px; }
  .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a {
    width: 50px;
    text-align: center;
    color: #47536b; }
    @media (min-width: 1199px) and (max-width: 1214px) {
      .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a {
        width: 40px;
        padding-left: 13px;
        padding-right: 13px; } }
    @media (min-width: 991px) and (max-width: 1006px) {
      .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a {
        width: 40px;
        padding-left: 13px;
        padding-right: 13px; } }
    @media (max-width: 782px) {
      .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a {
        width: 40px;
        padding-left: 13px;
        padding-right: 13px; } }
    .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a:hover {
      color: #318da8;
      background: #eff9fa; }
    .nav-sticky .navbar-nav.navbar-right > li:not(.btn-sar) > a:focus {
      background: #eff9fa; }
  .nav-sticky .navbar-nav.navbar-right > li.open > a {
    padding-bottom: 12px;
    color: #318da8;
    background: #eff9fa;
    border-bottom: 3px solid #318da8; }
  .nav-sticky .navbar-nav.navbar-right > li.btn-sar > a {
    color: #fff; }
    .nav-sticky .navbar-nav.navbar-right > li.btn-sar > a:hover, .nav-sticky .navbar-nav.navbar-right > li.btn-sar > a:focus {
      background: #2a778e; }
    @media (max-width: 1199px) {
      .nav-sticky .navbar-nav.navbar-right > li.btn-sar > a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px; } }
  .nav-sticky .navbar-nav.navbar-right .dropdown-menu {
    padding: 20px;
    color: #47536b;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e8e8e8;
    border-width: 0 1px 1px 1px;
    border-radius: 0px;
    box-shadow: none; }
    .nav-sticky .navbar-nav.navbar-right .dropdown-menu p {
      margin-bottom: 10px;
      padding-top: 10px; }
    .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share {
      width: 242px; }
      .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li {
        float: left;
        font-size: 2em; }
        .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li a {
          height: 50px;
          padding: 0;
          line-height: 2em; }
          .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li a:hover {
            background: inherit; }
            .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li a:hover i {
              color: #318da8; }
          .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li a i {
            width: 50px;
            color: #47536b;
            text-align: center; }
        .nav-sticky .navbar-nav.navbar-right .dropdown-menu.share li.open > a > i {
          color: #318da8; }
    .nav-sticky .navbar-nav.navbar-right .dropdown-menu.contact {
      width: 273px; }
      .nav-sticky .navbar-nav.navbar-right .dropdown-menu.contact > li > a {
        padding: 0; }
        .nav-sticky .navbar-nav.navbar-right .dropdown-menu.contact > li > a:hover {
          background: inherit;
          color: #318da8; }
    .nav-sticky .navbar-nav.navbar-right .dropdown-menu.search {
      width: 300px; }

.nav-sticky .navbar-nav .btn-nav-cta {
  color: #fff;
  background-color: #318da8;
  border-color: #318da8; }
  .nav-sticky .navbar-nav .btn-nav-cta:active:hover {
    background-color: #2b7c94;
    border-color: #2b7c94; }

.nav-sticky .nav-subnav {
  display: inline-block;
  z-index: 999;
  border: none;
  line-height: initial; }
  .nav-sticky .nav-subnav .tier-two > li > a {
    padding: 18px 15px 16px;
    color: #47536b;
    line-height: 1; }
    @media (max-width: 1199px) {
      .nav-sticky .nav-subnav .tier-two > li > a {
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 16px;
        padding-left: 7px;
        padding-right: 7px; } }
    @media (max-width: 991px) {
      .nav-sticky .nav-subnav .tier-two > li > a {
        font-size: 10px;
        padding-top: 20px;
        padding-bottom: 18px;
        padding-left: 4px;
        padding-right: 5px; } }
  @media (max-width: 1199px) {
    .nav-sticky .nav-subnav .tier-two > li:first-of-type > a {
      padding-left: 12px; } }
  @media (max-width: 991px) {
    .nav-sticky .nav-subnav .tier-two > li:first-of-type > a {
      padding-left: 9px; } }
  .nav-sticky .nav-subnav .tier-three {
    background: rgba(255, 255, 255, 0.95);
    border-top: none; }
    @media (max-width: 1199px) {
      .nav-sticky .nav-subnav .tier-three .left > li {
        padding-left: 16px; } }
  .nav-sticky .nav-subnav .tier-four {
    width: 571px; }
    @media (max-width: 1199px) {
      .nav-sticky .nav-subnav .tier-four {
        width: 446px; } }
    @media (max-width: 991px) {
      .nav-sticky .nav-subnav .tier-four {
        width: 373px; } }

nav#nav-mobile {
  opacity: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.mm-menu {
  background: #fff; }
  .mm-menu * {
    color: #e8e8e8; }
  .mm-menu .mmenu-header {
    height: 60px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8; }
    .mm-menu .mmenu-header a {
      margin-left: 58px; }
      .mm-menu .mmenu-header a i {
        color: #373737; }
  .mm-menu .mm-navbar {
    height: 60px; }
    .mm-menu .mm-navbar > * {
      padding: 20px 0; }
  .mm-menu .mm-navbar-top-2 {
    top: 60px; }
  .mm-menu .mm-navbar-bottom {
    height: 120px; }
  .mm-menu .mm-navbar a.tier-one {
    color: #318da8;
    background: #fff;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
    .mm-menu .mm-navbar a.tier-one:last-child {
      border-right: 0; }
    .mm-menu .mm-navbar a.tier-one.active {
      color: #fff;
      background: #318da8; }
  .mm-menu .mm-panel {
    background: #fff; }
    .mm-menu .mm-panel .mm-navbar {
      border-color: #e8e8e8; }
    .mm-menu .mm-panel.empty {
      background: #fff; }
    .mm-menu .mm-panel * {
      color: #373737; }
      .mm-menu .mm-panel * i {
        color: #318da8; }
  .mm-menu .mm-navbar .mm-prev:before {
    border-color: #318da8; }
  .mm-menu .mm-prev:before, .mm-menu .mm-next:after, .mm-menu .mm-arrow:after {
    width: 10px;
    height: 10px; }
  .mm-menu .mm-navbar .mm-title {
    color: #318da8; }
  .mm-menu .mm-listview > li .mm-next:after {
    border-color: #318da8; }
  .mm-menu .mm-listview > li,
  .mm-menu .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #e8e8e8; }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: #f4f4f4;
    color: #318da8; }

.mobile-logo {
  height: 20px; }

.mm-footer-block {
  display: table !important;
  float: left;
  width: 50% !important;
  height: 60px; }
  .mm-footer-block .inner {
    display: table-cell;
    vertical-align: middle;
    color: #318da8; }
    .mm-footer-block .inner i {
      color: #318da8; }

.mm-footer-block:nth-child(-n+2) {
  border-bottom: 1px solid #e8e8e8; }

.mm-social-footer,
.mm-footer-block--left {
  border-right: 1px solid #e8e8e8; }

.mm-social-footer i {
  width: 20%; }

.mm-close {
  font-size: 1.5em;
  color: #373737;
  position: fixed;
  top: 19px;
  left: 16px;
  cursor: pointer; }
  .mm-close:after {
    content: none; }

.mm-navbar-size-2 {
  height: 60px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 60px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 120px; }

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 120px; }

.mm-listview > li > a, .mm-listview > li > span {
  padding-top: 20px;
  padding-bottom: 20px; }

.mm-navbar .mm-btn {
  width: 60px;
  height: 60px; }

.mm-menu.mm-front {
  z-index: 2; }

#mm-blocker {
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1 !important; }

.as-filters > li > a {
  border: 1px solid #9b9b9b;
  color: #318da8; }

.as-filters > li > a:hover,
.as-filters > li > a:focus {
  background-color: #f4f4f4; }

.as-filters > li > a:active,
.as-filters > li.active > a {
  background-color: #318da8; }

.as-filters > li.active:hover a {
  background-color: #318da8; }

.as-filters li + li {
  margin-left: 0; }
  .as-filters li + li a {
    border-left: 0; }

.nav-main > .container {
  margin-bottom: -3px; }

.nav-main .navbar {
  border: none; }

.nav-main .navbar-default .navbar-brand {
  width: 180px;
  padding: 0 10px; }

.nav-main .navbar-default .navbar-nav > li > a {
  padding-bottom: 32px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out; }
  .nav-main .navbar-default .navbar-nav > li > a:hover, .nav-main .navbar-default .navbar-nav > li > a:focus {
    color: #318da8;
    border-color: #318da8;
    background-color: transparent; }

.nav-main .navbar-default .navbar-nav > .active > a {
  border-bottom: 3px solid #318da8; }
  .nav-main .navbar-default .navbar-nav > .active > a:hover, .nav-main .navbar-default .navbar-nav > .active > a:focus {
    background-color: #eff9fa; }

.nav-junior .navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: 0; }
  .nav-junior .navbar:before, .nav-junior .navbar:after {
    content: " ";
    display: table; }
  .nav-junior .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .nav-junior .navbar {
      border-radius: 0; } }

.nav-junior .navbar-nav {
  margin: 7.5px -15px; }
  .nav-junior .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .nav-junior .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .nav-junior .navbar-nav .open .dropdown-menu > li > a,
      .nav-junior .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .nav-junior .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .nav-junior .navbar-nav .open .dropdown-menu > li > a:hover, .nav-junior .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .nav-junior .navbar-nav {
      float: left;
      margin: 0; }
      .nav-junior .navbar-nav > li {
        float: left; }
        .nav-junior .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-junior {
  background-color: #47536b;
  border-color: #3a4457;
  font-size: 12px; }
  .navbar-junior .navbar-brand {
    color: #fff; }
    .navbar-junior .navbar-brand:hover, .navbar-junior .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-junior .navbar-text {
    color: #9b9b9b; }
  .navbar-junior .navbar-nav > li > a {
    color: #fff; }
    .navbar-junior .navbar-nav > li > a:hover, .navbar-junior .navbar-nav > li > a:focus {
      background-color: #3a4457; }
  .navbar-junior .navbar-nav > li.bg-brand-secondary {
    padding-left: 20px;
    padding-right: 20px; }
    .navbar-junior .navbar-nav > li.bg-brand-secondary:hover {
      background: #2a778e; }
    .navbar-junior .navbar-nav > li.bg-brand-secondary > a {
      color: #fff; }
      .navbar-junior .navbar-nav > li.bg-brand-secondary > a:hover, .navbar-junior .navbar-nav > li.bg-brand-secondary > a:focus {
        background: transparent; }
  .navbar-junior .navbar-nav > .active > a, .navbar-junior .navbar-nav > .active > a:hover, .navbar-junior .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eff9fa; }
  .navbar-junior .navbar-nav > .disabled > a, .navbar-junior .navbar-nav > .disabled > a:hover, .navbar-junior .navbar-nav > .disabled > a:focus {
    color: #9b9b9b;
    background-color: transparent; }
  .navbar-junior .navbar-toggle {
    border-color: #ddd; }
    .navbar-junior .navbar-toggle:hover, .navbar-junior .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-junior .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-junior .navbar-collapse,
  .navbar-junior .navbar-form {
    border-color: #3a4457; }
  .navbar-junior .navbar-nav > .open > a, .navbar-junior .navbar-nav > .open > a:hover, .navbar-junior .navbar-nav > .open > a:focus {
    background-color: #eff9fa;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-junior .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-junior .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-junior .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #f4f4f4;
        background-color: #3a4457; }
    .navbar-junior .navbar-nav .open .dropdown-menu > .active > a, .navbar-junior .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-junior .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eff9fa; }
    .navbar-junior .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-junior .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-junior .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #9b9b9b;
      background-color: transparent; } }
  .navbar-junior .navbar-link {
    color: #fff; }
    .navbar-junior .navbar-link:hover {
      color: #f4f4f4; }
  .navbar-junior .btn-link {
    color: #fff; }
    .navbar-junior .btn-link:hover, .navbar-junior .btn-link:focus {
      color: #f4f4f4; }
    .navbar-junior .btn-link[disabled]:hover, .navbar-junior .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-junior .btn-link:hover,
    fieldset[disabled] .navbar-junior .btn-link:focus {
      color: #9b9b9b; }

.navbar-filter {
  background-color: #f4f4f4;
  border-color: #e3e3e3;
  font-size: 12px; }
  .navbar-filter .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent; }
    .navbar-filter .navbar:before, .navbar-filter .navbar:after {
      content: " ";
      display: table; }
    .navbar-filter .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      .navbar-filter .navbar {
        border-radius: 0; } }
  .navbar-filter .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-filter .navbar-nav {
    margin: 7.5px -15px; }
    .navbar-filter .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      .navbar-filter .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .navbar-filter .navbar-nav .open .dropdown-menu > li > a,
        .navbar-filter .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        .navbar-filter .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          .navbar-filter .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-filter .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      .navbar-filter .navbar-nav {
        float: left;
        margin: 0; }
        .navbar-filter .navbar-nav > li {
          float: left;
          border-left: 2px solid #e8e8e8; }
          .navbar-filter .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px; } }
  .navbar-filter .navbar-brand {
    color: #9b9b9b;
    padding: 20px 15px;
    height: 50px; }
    .navbar-filter .navbar-brand:hover, .navbar-filter .navbar-brand:focus {
      color: #828282;
      background-color: transparent; }
  .navbar-filter .navbar-text {
    color: #318da8; }
  .navbar-filter .navbar-nav > li > a {
    color: #318da8; }
    .navbar-filter .navbar-nav > li > a:hover, .navbar-filter .navbar-nav > li > a:focus {
      color: #e8e8e8;
      background-color: #e3e3e3; }
  .navbar-filter .navbar-nav > li.bg-brand-secondary {
    padding-left: 20px;
    padding-right: 20px; }
    .navbar-filter .navbar-nav > li.bg-brand-secondary:hover {
      background: #2a778e; }
    .navbar-filter .navbar-nav > li.bg-brand-secondary > a {
      color: #fff; }
      .navbar-filter .navbar-nav > li.bg-brand-secondary > a:hover, .navbar-filter .navbar-nav > li.bg-brand-secondary > a:focus {
        background: transparent; }
  .navbar-filter .navbar-nav > .active > a, .navbar-filter .navbar-nav > .active > a:hover, .navbar-filter .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eff9fa; }
  .navbar-filter .navbar-nav > .disabled > a, .navbar-filter .navbar-nav > .disabled > a:hover, .navbar-filter .navbar-nav > .disabled > a:focus {
    color: #9b9b9b;
    background-color: transparent; }
  .navbar-filter .navbar-toggle {
    border-color: #ddd; }
    .navbar-filter .navbar-toggle:hover, .navbar-filter .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-filter .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-filter .navbar-collapse,
  .navbar-filter .navbar-form {
    border-color: #e3e3e3; }
  .navbar-filter .navbar-nav > .open > a, .navbar-filter .navbar-nav > .open > a:hover, .navbar-filter .navbar-nav > .open > a:focus {
    background-color: #eff9fa;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-filter .navbar-nav .open .dropdown-menu > li > a {
      color: #9b9b9b; }
      .navbar-filter .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-filter .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e8e8e8;
        background-color: #e3e3e3; }
    .navbar-filter .navbar-nav .open .dropdown-menu > .active > a, .navbar-filter .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-filter .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eff9fa; }
    .navbar-filter .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-filter .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-filter .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #9b9b9b;
      background-color: transparent; } }
  .navbar-filter .navbar-link {
    color: #9b9b9b; }
    .navbar-filter .navbar-link:hover {
      color: #e8e8e8; }
  .navbar-filter .btn-link {
    color: #9b9b9b; }
    .navbar-filter .btn-link:hover, .navbar-filter .btn-link:focus {
      color: #e8e8e8; }
    .navbar-filter .btn-link[disabled]:hover, .navbar-filter .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-filter .btn-link:hover,
    fieldset[disabled] .navbar-filter .btn-link:focus {
      color: #9b9b9b; }
  .navbar-filter .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .navbar-filter .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .navbar-filter .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .navbar-filter .navbar-form .form-control-static {
        display: inline-block; }
      .navbar-filter .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        .navbar-filter .navbar-form .input-group .input-group-addon,
        .navbar-filter .navbar-form .input-group .input-group-btn,
        .navbar-filter .navbar-form .input-group .form-control {
          width: auto; }
      .navbar-filter .navbar-form .input-group > .form-control {
        width: 100%; }
      .navbar-filter .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      .navbar-filter .navbar-form .radio,
      .navbar-filter .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        .navbar-filter .navbar-form .radio label,
        .navbar-filter .navbar-form .checkbox label {
          padding-left: 0; }
      .navbar-filter .navbar-form .radio input[type="radio"],
      .navbar-filter .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      .navbar-filter .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-filter .navbar-form .form-group {
        margin-bottom: 5px; }
        .navbar-filter .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .navbar-filter .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none; } }

.breadcrumb-container {
  border-bottom: 3px solid #e8e8e8; }

.breadcrumb {
  margin-bottom: 0; }
  .breadcrumb > li {
    font-size: 14px;
    color: #777777; }
    .breadcrumb > li + li:before {
      font: normal bold normal 11px/1 "Black Tie";
      content: "";
      color: #9b9b9b;
      padding: 0 10px; }
    .breadcrumb > li > a {
      color: #777777; }
  .breadcrumb > .active {
    font-weight: bold; }
  .breadcrumb > .home {
    position: relative;
    top: -1px; }
    .breadcrumb > .home :hover {
      color: #318da8; }
    .breadcrumb > .home i {
      font-size: 18px; }
  .breadcrumb.previous > li:before {
    font: normal bold normal 11px/1 "Black Tie";
    content: "";
    color: #9b9b9b;
    padding-right: 10px; }

.form-group label {
  font-weight: normal; }

.warning-label,
.error-label {
  display: none; }

.form-group--attached.has-error label.error-label,
.form-group--attached.has-warning label {
  margin-top: 10px;
  margin-left: 16px;
  font-weight: bold; }

.tokenfield .token,
.label-kw {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #373737;
  font-size: 14px;
  font-weight: normal; }
  .tokenfield .token i,
  .label-kw i {
    color: #9b9b9b;
    margin-right: 5px; }

.tokenfield .token {
  padding: .2em .6em .3em; }

.tokenfield .token .close {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  margin-left: 0;
  padding-right: 0;
  line-height: 100%;
  opacity: 1;
  text-shadow: none; }

.tokenfield .token .token-label {
  padding-left: 0;
  line-height: 1; }

.badge-number {
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  color: #777777;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  font-size: 23px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 100; }
  @media (min-width: 768px) and (max-width: 992px) {
    .badge-number {
      font-size: 14px;
      width: 25px;
      height: 25px;
      line-height: 25px; } }

.jumbotron {
  height: 550px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  border-bottom: none;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  resize: vertical;
  width: 100%; }
  .jumbotron .jumbo-content {
    opacity: 0; }
  @media (max-width: 767px) {
    .jumbotron {
      height: 300px; } }
  .jumbotron .jumbo-image {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0; }
    .jumbotron .jumbo-image img {
      min-width: 100%;
      min-height: 100%; }
      @media (max-width: 767px) {
        .home-page .jumbotron .jumbo-image img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .jumbotron .jumbo-image.grayscale img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .jumbotron .scroll-down {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2.5em;
    font-size: 2em;
    opacity: .7; }
    @media (max-width: 991px) {
      .jumbotron .scroll-down {
        margin-top: .5em; } }
    .jumbotron .scroll-down a {
      color: #fff; }
  .jumbotron .video-play i {
    font-size: 4.5em;
    margin-bottom: 10px; }
  .jumbotron h1 {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .jumbotron h1 {
        font-size: 24px; } }
  @media (max-width: 768px) {
    .jumbotron p {
      font-size: 14px; } }
  .jumbotron .overlay__color {
    opacity: 0.6; }
  .jumbotron .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .jumbotron .overlay .secondary-cta a {
      color: #fff;
      text-decoration: underline; }
      .jumbotron .overlay .secondary-cta a:hover {
        text-decoration: none;
        color: #f4f4f4; }
    @media (max-width: 991px) {
      .jumbotron .overlay .secondary-cta a {
        display: block; }
      .jumbotron .overlay .secondary-cta:first-of-type a {
        margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .jumbotron .overlay .secondary-cta a {
        display: inline-block; } }
  .page-404 .jumbotron i {
    color: #6bbcd4;
    font-size: 12em;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-404 .jumbotron i {
        font-size: 4em; } }
  .jumbotron .matrix-select {
    margin: 40px 0;
    font-size: 2.5em;
    line-height: 1.5; }
    .jumbotron .matrix-select > span {
      vertical-align: middle; }
    .jumbotron .matrix-select .dropdown {
      display: inline-block;
      border-bottom: 3px solid #fff; }
    .jumbotron .matrix-select .dropdown-menu {
      min-width: 100%;
      background: #f4f4f4;
      border-color: #e8e8e8;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .jumbotron .matrix-select .dropdown-menu > li > a {
        font-size: 1.5em;
        color: #373737; }
        .jumbotron .matrix-select .dropdown-menu > li > a:hover, .jumbotron .matrix-select .dropdown-menu > li > a:focus, .jumbotron .matrix-select .dropdown-menu > li > a.active {
          background: #e8e8e8; }

.jumbotron-b {
  height: 410px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  border-bottom: none;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  resize: vertical;
  width: 100%; }
  .jumbotron-b .jumbo-content {
    opacity: 0; }
  @media (max-width: 767px) {
    .jumbotron-b {
      height: 300px; } }
  .jumbotron-b .jumbo-image {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0; }
    .jumbotron-b .jumbo-image img {
      min-width: 100%;
      min-height: 100%; }
      .home-page .jumbotron-b .jumbo-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .jumbotron-b .jumbo-image.grayscale img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .jumbotron-b .scroll-down {
    position: static;
    bottom: auto;
    left: auto;
    margin: 0;
    font-size: 2em;
    opacity: .7;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .jumbotron-b .scroll-down a {
      color: #fff; }
  .jumbotron-b .video-play i {
    font-size: 4.5em;
    margin-bottom: 10px; }
  .jumbotron-b h1 {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .jumbotron-b h1 {
        font-size: 24px; } }
  @media (max-width: 768px) {
    .jumbotron-b p {
      font-size: 14px; } }
  .jumbotron-b .overlay__color {
    opacity: 0.6; }
  .jumbotron-b .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-404 .jumbotron-b i {
    color: #6bbcd4;
    font-size: 12em;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-404 .jumbotron-b i {
        font-size: 4em; } }
  .home-page .jumbotron-b .overlay {
    overflow: visible; }
    .home-page .jumbotron-b .overlay .overlay__text {
      padding: 20px; }
  .jumbotron-b .matrix-select {
    margin: 5px 0 15px;
    font-size: 18px;
    line-height: 1.3;
    height: 23.4px; }
    .jumbotron-b .matrix-select > span {
      vertical-align: middle; }
    .jumbotron-b .matrix-select .dropdown {
      display: inline-block;
      border-bottom: 1px solid #fff; }
    .jumbotron-b .matrix-select .dropdown-menu {
      min-width: 100%;
      background: #f4f4f4;
      border-color: #e8e8e8;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .jumbotron-b .matrix-select .dropdown-menu > li > a {
        color: #373737; }
        .jumbotron-b .matrix-select .dropdown-menu > li > a:hover, .jumbotron-b .matrix-select .dropdown-menu > li > a:focus, .jumbotron-b .matrix-select .dropdown-menu > li > a.active {
          background: #e8e8e8; }

.jumbotron--parent {
  padding: 0; }
  .jumbotron--parent .jumbotron__child {
    background: none;
    margin-bottom: 0; }
  .jumbotron--parent .jumbotron--brand-primary {
    background: rgba(71, 83, 107, 0.6); }
  .jumbotron--parent .jumbotron--minor {
    height: auto;
    padding: 30px 0; }
    .jumbotron--parent .jumbotron--minor .secondary-cta a {
      color: #fff;
      text-decoration: underline; }
      .jumbotron--parent .jumbotron--minor .secondary-cta a:hover {
        text-decoration: none;
        color: #f4f4f4; }

/*------------Thumbnails-------------*/
.masonry {
  max-width: 100%; }
  .masonry .tile {
    opacity: 0;
    border: 1px solid #e8e8e8; }
  .k-c .masonry .grid-sizer, .k-c .masonry .tile {
    width: 30%; }
    @media (max-width: 767px) {
      .k-c .masonry .grid-sizer, .k-c .masonry .tile {
        width: 100%; } }
  .k-c .masonry .gutter-sizer {
    width: 5%; }
  .static-gallery .masonry .grid-sizer, .static-gallery .masonry .tile {
    width: 32%; }
    @media (max-width: 767px) {
      .static-gallery .masonry .grid-sizer, .static-gallery .masonry .tile {
        width: 100%; } }
  .static-gallery .masonry .tile-col-6 {
    width: 66%; }
  .static-gallery .masonry .tile-col-12 {
    width: 100%; }
  .static-gallery .masonry .tile {
    margin-bottom: 20px; }
  .static-gallery .masonry .gutter-sizer {
    width: 2%; }
  .static-gallery .masonry .static-gallery--one,
  .static-gallery .masonry .static-gallery--two {
    opacity: 0; }
    .static-gallery .masonry .static-gallery--one figure,
    .static-gallery .masonry .static-gallery--two figure {
      border: 1px solid #e8e8e8; }
      .static-gallery .masonry .static-gallery--one figure .img-thumbnail,
      .static-gallery .masonry .static-gallery--two figure .img-thumbnail {
        border: none; }
  .inline-gallery .masonry .grid-sizer, .inline-gallery .masonry .tile {
    width: 45%; }
    @media (max-width: 767px) {
      .inline-gallery .masonry .grid-sizer, .inline-gallery .masonry .tile {
        width: 100%; } }
  .inline-gallery .masonry .tile-col-6 {
    width: 66%; }
  .inline-gallery .masonry .tile-col-12 {
    width: 100%; }
  .inline-gallery .masonry .tile {
    margin-bottom: 20px; }
  .inline-gallery .masonry .gutter-sizer {
    width: 5%; }
  .search-multimedia .masonry.multimedia .grid-sizer,
  .search-multimedia .masonry.multimedia .tile {
    width: 23.5%; }
    @media (min-width: 992px) {
      .search-multimedia .masonry.multimedia .grid-sizer,
      .search-multimedia .masonry.multimedia .tile {
        width: 18.4%; } }
    @media (max-width: 767px) {
      .search-multimedia .masonry.multimedia .grid-sizer,
      .search-multimedia .masonry.multimedia .tile {
        width: 100%; } }
  .masonry.multimedia .grid-sizer,
  .masonry.multimedia .tile {
    width: 32%; }
    @media (max-width: 991px) {
      .masonry.multimedia .grid-sizer,
      .masonry.multimedia .tile {
        width: 49%; } }
    @media (max-width: 767px) {
      .masonry.multimedia .grid-sizer,
      .masonry.multimedia .tile {
        width: 100%; } }
  .masonry.multimedia .tile-col-6 {
    width: 66%; }
  .masonry.multimedia .tile-col-12 {
    width: 100%; }
  .masonry.multimedia .tile {
    border: 1px solid #e8e8e8;
    padding: 20px;
    -webkit-transition: box-shadow 200ms ease-in;
    transition: box-shadow 200ms ease-in; }
    @media (max-width: 767px) {
      .masonry.multimedia .tile {
        border: 0;
        padding: 0; } }
    .masonry.multimedia .tile .img-thumbnail {
      margin-bottom: 10px; }
    .masonry.multimedia .tile .video {
      margin-bottom: 10px; }
      .masonry.multimedia .tile .video .img-thumbnail {
        margin-bottom: 0; }
    .masonry.multimedia .tile p {
      padding-bottom: 0; }
    .masonry.multimedia .tile:hover {
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: box-shadow 50ms ease-in;
      transition: box-shadow 50ms ease-in; }
      @media (max-width: 767px) {
        .masonry.multimedia .tile:hover {
          box-shadow: none; } }
  .masonry.multimedia .tile > .infographic {
    position: relative;
    max-height: 400px;
    margin-bottom: 10px;
    overflow: hidden; }
    .masonry.multimedia .tile > .infographic .img-thumbnail {
      margin-bottom: 0; }
    .masonry.multimedia .tile > .infographic .info-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
      background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#A6000000', GradientType=0);
      border-radius: 2px; }
  .masonry.multimedia .gutter-sizer {
    width: 2%; }
  .masonry.multimedia .tile > .video {
    position: relative; }

.masonry.multimedia .tile > .video:after, .masonry.multimedia .tile > .video:before,
.static-gallery .image.video:after,
.static-gallery .image.video:before,
.inline-gallery .image.video:after,
.inline-gallery .image.video:before,
.gallery.inline-carousel .image.video:after,
.gallery.inline-carousel .image.video:before,
.gallery-carousel-nav .video:after,
.gallery-carousel-nav .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%; }

.masonry.multimedia .tile > .video:after,
.static-gallery .image.video:after,
.inline-gallery .image.video:after,
.gallery.inline-carousel .image.video:after,
.gallery-carousel-nav .video:after {
  z-index: 910;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  -webkit-transform: translate(-20%, -50%);
      -ms-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .masonry.multimedia .tile > .video:after,
    .static-gallery .image.video:after,
    .inline-gallery .image.video:after,
    .gallery.inline-carousel .image.video:after,
    .gallery-carousel-nav .video:after {
      border-width: 15px;
      border-left-width: 17px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .masonry.multimedia .tile > .video:after,
    .static-gallery .image.video:after,
    .inline-gallery .image.video:after,
    .gallery.inline-carousel .image.video:after,
    .gallery-carousel-nav .video:after {
      border-width: 10px;
      border-left-width: 14px; } }

.masonry.multimedia .tile > .video:before,
.static-gallery .image.video:before,
.inline-gallery .image.video:before,
.gallery.inline-carousel .image.video:before,
.gallery-carousel-nav .video:before {
  z-index: 900;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .masonry.multimedia .tile > .video:before,
    .static-gallery .image.video:before,
    .inline-gallery .image.video:before,
    .gallery.inline-carousel .image.video:before,
    .gallery-carousel-nav .video:before {
      width: 50px;
      height: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .masonry.multimedia .tile > .video:before,
    .static-gallery .image.video:before,
    .inline-gallery .image.video:before,
    .gallery.inline-carousel .image.video:before,
    .gallery-carousel-nav .video:before {
      border-width: 2px;
      width: 40px;
      height: 40px; } }

.masonry.multimedia .tile > .video:hover:before,
.static-gallery .image.video:hover:before,
.inline-gallery .image.video:hover:before,
.gallery.inline-carousel .image.video:hover:before,
.gallery-carousel-nav .video:hover:before {
  background: rgba(0, 0, 0, 0.7); }

.gallery-carousel-nav .video:after {
  border: 8px solid transparent;
  border-left: 10px solid #fff; }

.gallery-carousel-nav .video:before {
  border-width: 2px;
  width: 30px;
  height: 30px; }

@media (min-width: 768px) and (max-width: 991px) {
  .inline-gallery .masonry .image.video:after {
    border-width: 8px;
    border-left-width: 11px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .inline-gallery .masonry .image.video:before {
    border-width: 2px;
    width: 34px;
    height: 34px; } }

.hover-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  background: rgba(71, 83, 107, 0.9);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }

.card a:hover .hover-text {
  opacity: 1; }

.card-full-width {
  width: 100%; }

.stamp {
  position: absolute; }

.stamp-full {
  width: 100%; }

.alert-muted {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #373737; }
  .alert-muted hr {
    border-top-color: #dbdbdb; }
  .alert-muted .alert-link {
    color: #1e1e1e; }

.alert-dismissable .close {
  opacity: 1;
  text-shadow: none; }
  .alert-dismissable .close:hover, .alert-dismissable .close:focus {
    color: inherit;
    opacity: .9; }

.header-mobile .alert {
  margin-bottom: 0; }

.alert-link {
  text-decoration: underline; }

.search-results-text .list-group-item {
  border: none;
  border-top: 1px solid #9b9b9b;
  padding: 0; }
  .search-results-text .list-group-item a {
    display: inline-block;
    width: 100%;
    padding: 8px 5px;
    color: #373737; }
    .search-results-text .list-group-item a:hover, .search-results-text .list-group-item a:focus {
      background-color: #e8e8e8;
      color: #1fa79d;
      text-decoration: none; }

.twitter-header iframe {
  margin-top: 5px; }

.twitter-feed {
  height: 600px;
  border-right: solid 1px #9b9b9b;
  border-left: solid 1px #9b9b9b;
  overflow: scroll;
  overflow-x: hidden; }

.tweet-card {
  min-height: 125px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  border-bottom: solid 1px #9b9b9b; }
  .tweet-card .info {
    display: block;
    margin-bottom: 10px; }
    .tweet-card .info .avatar img {
      float: left;
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    .tweet-card .info .handle {
      font-size: 18px; }
      .tweet-card .info .handle span {
        display: block;
        font-weight: bold; }
    .tweet-card .info .date {
      float: right; }
  .tweet-card p.message {
    clear: both; }

.tweet {
  padding: 7px;
  background: #E5E5E5; }

.jump-to {
  background: #e8e8e8;
  padding: 11px 20px;
  margin-bottom: -1px; }
  .jump-to .form-control {
    display: inline-block;
    width: 100px; }
  .jump-to label,
  .jump-to input,
  .jump-to select {
    font-weight: normal;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .jump-to label,
      .jump-to input,
      .jump-to select {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .jump-to .datepicker {
      margin-bottom: 10px; } }
  .jump-to button {
    text-transform: uppercase; }

.search-panels .panel {
  box-shadow: none; }
  .search-panels .panel a i {
    color: #373737; }

.search-criteria ul {
  padding: 0;
  list-style-type: none; }
  .search-criteria ul li i {
    cursor: pointer;
    margin-right: 4px; }

.panel-search {
  box-shadow: none; }
  .panel-search a {
    color: #373737; }
    .panel-search a:hover {
      color: #318da8; }
  @media (max-width: 767px) {
    .panel-search {
      border-color: #9b9b9b; }
      .panel-search > .panel-heading {
        color: #373737;
        background-color: transparent;
        border-color: #9b9b9b; }
        .panel-search > .panel-heading + .panel-collapse > .panel-body {
          border-top-color: #9b9b9b; }
        .panel-search > .panel-heading .badge {
          color: transparent;
          background-color: #373737; }
      .panel-search > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #9b9b9b; }
      .panel-search .panel-heading {
        border-bottom: 0;
        padding: 7px 10px; }
        .panel-search .panel-heading i {
          margin-top: 3px;
          margin-right: 5px; } }

.contact-us .tab-content {
  padding: 20px 0; }

.contact-us .panel-heading {
  padding: 10px 0; }

.contact-us .panel-body {
  padding: 15px 0; }

.well--has-footer {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.well + .well.well--footer {
  background: #e8e8e8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none; }

@media (max-width: 767px) {
  .home-page .well {
    margin-bottom: 0; } }

.header-mobile.navbar-default {
  min-height: 60px;
  font-size: 1.5em;
  color: #fff;
  background: #373737;
  border-bottom: 0; }
  .header-mobile.navbar-default .container {
    position: relative; }
  .header-mobile.navbar-default .nav > li {
    float: left; }
  .header-mobile.navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    .header-mobile.navbar-default .navbar-nav > li > a {
      padding-top: 19px;
      padding-bottom: 19px; }
    .header-mobile.navbar-default .navbar-nav > li {
      position: static; }
      .header-mobile.navbar-default .navbar-nav > li.open a {
        background: #fff; }
        .header-mobile.navbar-default .navbar-nav > li.open a:focus {
          background: #fff; }
        .header-mobile.navbar-default .navbar-nav > li.open a i {
          color: #318da8; }
      .header-mobile.navbar-default .navbar-nav > li li > a {
        padding: 9px; }
      .header-mobile.navbar-default .navbar-nav > li i {
        color: #e8e8e8; }
    .header-mobile.navbar-default .navbar-nav ul.dropdown-menu {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      color: #373737;
      background: #fff;
      border-bottom: 1px solid #318da8;
      border-radius: 0; }
      .header-mobile.navbar-default .navbar-nav ul.dropdown-menu.contact {
        padding: 23px 10px 22px; }
        .header-mobile.navbar-default .navbar-nav ul.dropdown-menu.contact p {
          margin: 0;
          line-height: 1; }
      .header-mobile.navbar-default .navbar-nav ul.dropdown-menu.search {
        padding: 0; }
  .header-mobile.navbar-default .input-group {
    width: 100%; }
    .header-mobile.navbar-default .input-group input {
      width: 100%;
      padding: 21px 10px 17px;
      background: none;
      border: none;
      -webkit-appearance: none; }
  .header-mobile.navbar-default .navbar-brand {
    height: 60px;
    padding: 20px 10px; }
    .header-mobile.navbar-default .navbar-brand:hover, .header-mobile.navbar-default .navbar-brand:focus {
      background: none; }
  .header-mobile.navbar-default .navbar-right {
    float: right !important; }
  .header-mobile.navbar-default .navbar-left {
    float: left !important; }
  .header-mobile.navbar-default .nav-mobile-button {
    color: #e8e8e8; }

.prev-next-article {
  z-index: 601;
  position: relative; }
  .prev-next-article .prev {
    left: 0;
    border-radius: 0 5px 5px 0; }
    .prev-next-article .prev img {
      margin-right: 20px; }
    .prev-next-article .prev p {
      margin-right: 20px; }
    .prev-next-article .prev i {
      float: left;
      margin: 34px 15px 12px 10px;
      font-size: 32px;
      display: inline-block; }
  .prev-next-article .next {
    right: 0;
    border-radius: 5px 0 0 5px; }
    .prev-next-article .next img {
      margin-left: 20px;
      margin-right: 20px; }
    .prev-next-article .next p {
      margin-left: 20px; }
    .prev-next-article .next i {
      float: right;
      margin: 34px 10px 0;
      font-size: 32px;
      display: inline-block; }
  .prev-next-article .prev,
  .prev-next-article .next {
    top: 50%;
    position: fixed;
    background: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    width: 45px;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    z-index: 100;
    opacity: 0.4; }
    .prev-next-article .prev img,
    .prev-next-article .next img {
      max-height: 70px;
      width: auto;
      display: inline-block; }
    .prev-next-article .prev .caption,
    .prev-next-article .next .caption {
      opacity: 0;
      padding-top: 13px; }
      .prev-next-article .prev .caption p,
      .prev-next-article .next .caption p {
        margin-bottom: 0;
        line-height: 1.2;
        font-size: 14px; }
        .prev-next-article .prev .caption p.date,
        .prev-next-article .next .caption p.date {
          margin-bottom: 5px; }
        @media (max-width: 991px) {
          .prev-next-article .prev .caption p,
          .prev-next-article .next .caption p {
            font-size: 12px; } }
    @media (min-width: 992px) {
      .prev-next-article .prev:hover,
      .prev-next-article .next:hover {
        background: #333;
        border: 1px solid #333;
        color: #fff;
        height: 100px;
        width: 50%;
        opacity: 1;
        cursor: pointer; }
        .prev-next-article .prev:hover .caption,
        .prev-next-article .next:hover .caption {
          opacity: 1;
          -webkit-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out; } }

.read-more {
  background: #fafafa;
  width: 100%;
  min-height: 300px;
  margin: 0px auto 40px auto;
  display: block;
  z-index: 200;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .read-more a {
    color: #373737; }
    .read-more a:hover {
      color: #318da8; }
  .read-more.no-images figure {
    height: auto; }
  .read-more figure {
    margin: 20px auto;
    padding: 0;
    height: auto;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-transition: box-shadow 200ms ease-in;
    transition: box-shadow 200ms ease-in; }
    .read-more figure:hover {
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: box-shadow 50ms ease-in;
      transition: box-shadow 50ms ease-in; }
      @media (max-width: 767px) {
        .read-more figure:hover {
          box-shadow: none; } }
    .read-more figure.read-more-category h4 {
      padding: 10px; }
    .read-more figure.read-more-category ul {
      padding: 10px;
      background-color: #fff;
      height: 268px; }
    .read-more figure.read-more-category li {
      border-bottom: 1px dotted #c1c1c1;
      padding: 5px 0; }
    .read-more figure.read-more-category li:last-child {
      border-bottom: none; }
    .read-more figure.read-more-category i.icon-double-angle-right {
      margin-right: 5px; }
    .read-more figure .img-thumbnail {
      border: none; }
      .read-more figure .img-thumbnail img {
        height: auto;
        width: 100%;
        max-height: none; }
  .read-more figcaption {
    padding: 10px;
    background: #fff;
    min-height: 110px;
    margin-top: -4px; }

.trending-categories {
  padding-top: 5px;
  padding-bottom: 25px;
  background-color: #f4f4f4; }
  .trending-categories h2 {
    font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px; }
  .trending-categories a {
    padding-top: 5px;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500; }
  .trending-categories ul {
    padding-left: 0; }
  .trending-categories li {
    display: block;
    float: left; }

.gallery {
  background: #fafafa;
  width: 100%;
  margin: 0px auto 40px auto;
  display: block;
  padding: 20px 0;
  z-index: 600;
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .gallery figure {
    height: auto;
    background-color: #fff; }
    .gallery figure .image {
      overflow: hidden;
      height: auto;
      font-family: FontAwesome;
      position: relative; }
    .gallery figure .info-overlay {
      z-index: 95;
      background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
      background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#A6000000', GradientType=0);
      position: absolute; }
      .gallery figure .info-overlay:before {
        content: "\f0b2";
        font-size: 15px;
        line-height: 15px;
        position: absolute;
        color: #fff;
        bottom: 10px;
        right: 10px;
        background-color: #9b9b9b;
        border-radius: 50%;
        padding: 8px;
        opacity: .7;
        z-index: 110; }
      .gallery figure .info-overlay:hover:before {
        opacity: 1; }
      .gallery figure .info-overlay img {
        z-index: 90; }
    .gallery figure .video-icon {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 300;
      border: 0px !important;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gallery figure .video-icon {
          width: 40px;
          height: 40px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .gallery figure .video-icon {
          width: 30px;
          height: 30px; } }
  .gallery figcaption {
    padding: 10px;
    font-size: 80%;
    height: auto;
    min-height: 70px; }

.gallery-social {
  position: absolute;
  z-index: 100;
  margin-top: -35px;
  display: inline-block; }
  .gallery-social ul {
    margin-left: 10px;
    padding-left: 0; }
    .gallery-social ul li {
      display: inline-block;
      margin-right: 5px; }
      @media screen and (min-width: 768px) {
        .gallery-social ul li.hidden-xs {
          display: inline-block !important; } }
  .gallery-social a {
    background: #fff;
    color: #000;
    opacity: .5;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .gallery-social a:hover {
      opacity: .99; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .gallery-social a {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 13px; } }
  .gallery-social #facebook a:hover {
    background: #3b5998;
    color: #fff; }
  .gallery-social #twitter a:hover {
    background: #55acee;
    color: #fff; }
  .gallery-social #pinterest a:hover {
    background: #ca242f;
    color: #fff; }
  .gallery-social #download a:hover {
    background: #93BB15;
    color: #fff; }

.ekko-lightbox .modal-dialog {
  padding: 15px;
  height: 100%;
  min-width: 80% !important;
  word-wrap: break-word; }

.ekko-lightbox .modal-content {
  background-color: #222;
  color: #fff; }

.ekko-lightbox .modal-header {
  border-bottom: 1px solid #555555; }

.ekko-lightbox .modal-header h4 {
  margin-bottom: 10px; }

.ekko-lightbox .modal-header h5,
.ekko-lightbox .modal-header ul {
  margin-bottom: 0; }

.ekko-lightbox .modal-body {
  height: auto;
  padding: 0; }

.ekko-lightbox .modal-body:before,
.ekko-lightbox .modal-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.ekko-lightbox .modal-body:after {
  clear: both; }

.ekko-lightbox .modal-body:before,
.ekko-lightbox .modal-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.ekko-lightbox .modal-body:after {
  clear: both; }

.ekko-lightbox .modal-body div[class*='col-sm-'] {
  padding: 0; }

.ekko-lightbox .modal-footer {
  margin-top: 0; }

.ekko-lightbox .modal-caption h4 {
  margin: 10px; }

.ekko-lightbox .close {
  color: #fff; }

.ekko-lightbox .modal-social-share {
  width: 50%; }

.ekko-lightbox .social {
  margin: 0;
  z-index: 100;
  position: relative; }
  .ekko-lightbox .social ul {
    margin-left: -20px; }
    .ekko-lightbox .social ul li {
      display: inline-block;
      margin: 0 5px 0 0; }
      @media screen and (min-width: 768px) {
        .ekko-lightbox .social ul li.hidden-xs {
          display: inline-block !important; } }
  .ekko-lightbox .social #facebook a:hover {
    background: #3b5998;
    color: #fff; }
  .ekko-lightbox .social #twitter a:hover {
    background: #55acee;
    color: #fff; }
  .ekko-lightbox .social #pinterest a:hover {
    background: #ca242f;
    color: #fff; }
  .ekko-lightbox .social #download a:hover {
    background: #93BB15;
    color: #fff; }
  .ekko-lightbox .social a {
    background: #fff;
    color: #000;
    opacity: .5;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .ekko-lightbox .social a:hover {
      opacity: 1;
      text-decoration: none; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .ekko-lightbox .social a {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 13px; } }

.ekko-lightbox-nav-overlay {
  position: relative;
  padding-left: 10px; }

.ekko-lightbox-nav-overlay a {
  width: 35px;
  height: 35px;
  float: left;
  border: 1px solid #fff;
  opacity: .25;
  padding: 4px 5px 8px 11px;
  margin-right: 15px; }

.ekko-lightbox a:hover {
  color: #fff; }

.ekko-lightbox-nav-overlay a:empty {
  width: 35px; }

.inline-carousel {
  width: 100%;
  margin: 0px auto 40px auto;
  display: block;
  padding: 20px 0;
  z-index: 600;
  position: relative; }
  .inline-carousel .gallery-social {
    display: inline;
    position: relative; }
    .inline-carousel .gallery-social a {
      background: #9b9b9b;
      color: #fff; }

.gallery-carousel-main .gallery-cell {
  width: 100%; }
  .gallery-carousel-main .gallery-cell img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.gallery-carousel-main figure {
  margin: 0 auto;
  min-height: 400px; }
  .gallery-carousel-main figure .image {
    height: 300px; }
    @media (max-width: 767px) {
      .gallery-carousel-main figure .image {
        height: 170px; }
        .gallery-carousel-main figure .image .youtube-carousel {
          width: 300px;
          height: auto;
          margin: 0 auto; } }
    .gallery-carousel-main figure .image.infographic .info-overlay {
      width: 400px;
      height: 300px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .gallery-carousel-main figure .image.infographic .info-overlay {
          left: 97px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gallery-carousel-main figure .image.infographic .info-overlay {
          left: 105px; } }
      @media (min-width: 1200px) {
        .gallery-carousel-main figure .image.infographic .info-overlay {
          left: 175px; } }
    .gallery-carousel-main figure .image.infographic img {
      height: auto; }
      @media (max-width: 767px) {
        .gallery-carousel-main figure .image.infographic img {
          height: 170px;
          width: auto; } }
  .gallery-carousel-main figure .img-responsive {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
    max-height: 300px; }
    @media (max-width: 767px) {
      .gallery-carousel-main figure .img-responsive {
        max-height: 170px; } }
  @media (max-width: 768px) {
    .gallery-carousel-main figure {
      min-height: 285px; } }

.gallery-carousel-main figcaption {
  font-size: 100%;
  min-height: 150px; }

.gallery-carousel-nav .img-responsive {
  height: 80px;
  margin-right: 10px; }

.gallery-carousel-nav .video {
  margin-right: 10px; }
  .gallery-carousel-nav .video .img-responsive {
    margin-right: 0; }

.gallery-cell.is-selected.is-nav-selected {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); }

.static-gallery .static-gallery--one a {
  display: block; }

.static-gallery .static-gallery--two a {
  display: block; }

@media (max-width: 767px) {
  .static-gallery .static-gallery--two:not(:last-child) {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .static-gallery figure .img-ratio-element img {
    max-height: none; } }

.static-gallery figure a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.static-gallery figure a:hover .img-parent-fixed img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05); }
  @media (max-width: 767px) {
    .static-gallery figure a:hover .img-parent-fixed img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.static-gallery figure a:hover .img-parent-fixed.infographic img {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05); }
  @media (max-width: 767px) {
    .static-gallery figure a:hover .img-parent-fixed.infographic img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.static-gallery figure .image {
  -webkit-transition: max-width 0.5s ease-out;
  transition: max-width 0.5s ease-out; }

.static-gallery figure img {
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

@media (max-width: 767px) {
  .static-gallery figure .img-parent-fixed.infographic {
    position: static;
    max-height: none; }
    .static-gallery figure .img-parent-fixed.infographic .img-ratio-sizer {
      display: none; }
    .static-gallery figure .img-parent-fixed.infographic .img-ratio-element {
      position: static; } }

.static-gallery figure .infographic .info-overlay {
  width: 100%;
  height: 100%;
  left: 0; }
  @media (max-width: 767px) {
    .static-gallery figure .infographic .info-overlay {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .static-gallery .tile .infographic {
    height: 270px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .static-gallery .tile .infographic {
    height: 360px; } }

@media (min-width: 1200px) {
  .static-gallery .tile .infographic {
    height: 450px; } }

@media (min-width: 1200px) {
  .inline-gallery-container {
    margin-right: -125px;
    margin-left: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .inline-gallery-container {
    margin-right: -105px;
    margin-left: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .inline-gallery-container {
    margin-right: -90px;
    margin-left: 30px; } }

@media (max-width: 768px) {
  .flickity-prev-next-button {
    top: 30%; } }

.inline-gallery {
  background: none;
  width: 100%;
  min-height: 220px;
  margin: 0px auto 10px auto;
  display: block;
  border: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .inline-gallery .masonry figure .info-overlay:before {
      bottom: 40px; } }
  .inline-gallery .col-sm-12 > figure {
    margin: 0 auto 20px;
    border: 1px solid #e8e8e8; }
  .inline-gallery figure {
    margin: 0 auto; }
    .inline-gallery figure a:hover .video img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .inline-gallery figure.inline-video .social {
      margin: -80px 0 50px; }
    .inline-gallery figure:hover img.gallery-thumb {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .inline-gallery figure .image {
      -webkit-transition: max-width 0.5s ease-out;
      transition: max-width 0.5s ease-out; }
      .inline-gallery figure .image img.gallery-thumb {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    @media (min-width: 768px) and (max-width: 991px) {
      .inline-gallery figure .infographic {
        max-height: 420px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .inline-gallery figure .infographic {
        max-height: 560px; } }
    @media (min-width: 1200px) {
      .inline-gallery figure .infographic {
        max-height: 700px; } }
    .inline-gallery figure .infographic img.gallery-thumb {
      width: auto;
      margin: 0 auto;
      max-width: 100%; }
    .inline-gallery figure .infographic .info-overlay {
      width: 100%;
      height: 100%;
      left: 0; }
      @media (max-width: 767px) {
        .inline-gallery figure .infographic .info-overlay {
          display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .inline-gallery .tile .infographic {
      max-height: 210px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .inline-gallery .tile .infographic {
      max-height: 280px; } }
  @media (min-width: 1200px) {
    .inline-gallery .tile .infographic {
      max-height: 350px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .inline-gallery .gallery-social {
      margin: -30px 0 5px; } }
  .inline-gallery .gallery-social ul {
    margin-bottom: 10px;
    margin-left: 8px; }
    .inline-gallery .gallery-social ul li {
      display: inline-block;
      margin: 0 5px 0 0; }
      @media screen and (min-width: 768px) {
        .inline-gallery .gallery-social ul li.hidden-xs {
          display: inline-block !important; } }

.no-padding {
  padding: 0; }

.nmt-sm {
  margin-top: -10px; }

.no-top-margin,
.mt-none {
  margin-top: 0 !important; }

.mt-xs {
  margin-top: 5px; }

.mt-sm {
  margin-top: 10px; }

.mt-md {
  margin-top: 15px; }

.mt-lg {
  margin-top: 20px; }

.mt-xl {
  margin-top: 30px; }

.no-margin-bottom,
.margin-bottom-none,
.mb-no {
  margin-bottom: 0px !important; }

.margin-bottom-sm,
.mb-sm {
  margin-bottom: 10px; }

.margin-bottom-md,
.mb-md {
  margin-bottom: 15px; }

.margin-bottom-lg,
.mb-lg {
  margin-bottom: 20px; }

.margin-bottom-xl,
.mb-xl {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .mb-none-sm {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .mb-none-xs {
    margin-bottom: 0 !important; } }

.mr-xs {
  margin-right: 5px; }

.mr-sm {
  margin-right: 10px; }

.mr-md {
  margin-right: 15px; }

.mr-lg {
  margin-right: 20px; }

.mr-xl {
  margin-right: 30px; }

@media (min-width: 768px) {
  .section-header-match {
    margin-top: 60px; } }

.border-left {
  border-left: solid 1px #9b9b9b; }

.no-margin {
  margin: 0; }

.no-padding-right {
  padding-right: 0; }

.clear {
  clear: both; }

@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important; } }

.btn-wrap {
  white-space: normal; }

a:hover.no-hover-underline {
  text-decoration: none; }

.social-links ul {
  padding: 0;
  margin-left: 0; }
  .social-links ul li {
    display: inline-block; }
  .just-read .social-links ul {
    text-align: right; }
    @media (max-width: 767px) {
      .just-read .social-links ul {
        text-align: left; } }

.social-links li {
  width: 75px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  background-color: #9b9b9b;
  border-radius: 2px; }
  .social-share-circle .social-links li {
    margin-bottom: 5px;
    padding: 2px;
    border-radius: 50%;
    width: 26px;
    height: 26px; }
  .social-links li:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .social-links li.hidden-xs {
      display: inline-block !important; } }
  .social-links li.social-facebook {
    background-color: #3b5999; }
    .social-links li.social-facebook .icon-facebook {
      margin: 0 5px; }
  .social-links li.social-twitter {
    background-color: #55ACEE; }
  .social-links li.social-google-plus {
    background-color: #dd4b39; }
  .social-links li.social-linkedin {
    background-color: #4875B4; }
  .social-links li.social-pinterest {
    background-color: #BB061A; }

.social-links a {
  color: #fff;
  font-size: 20px;
  padding: 0 26px;
  display: inline-block; }
  .social-share-circle .social-links a {
    padding: 0px;
    font-size: 12px; }
  @media (max-width: 767px) {
    .social-links a {
      font-size: 14px;
      padding: 6px 18px; }
      .social-share-circle .social-links a {
        padding: 0px;
        font-size: 12px; } }
  .social-links a:hover {
    text-decoration: none; }

.social-links i {
  line-height: 1.85; }
  @media (max-width: 767px) {
    .social-links i {
      line-height: 2.25; }
      .social-share-circle .social-links i {
        line-height: 1.85; } }

.whitepaper {
  background: #fff;
  min-height: 200px;
  margin: 0 15px;
  padding: 15px 5px 5px 5px;
  border: 1px solid #e8e8e8; }
  .inline-gallery .whitepaper {
    margin: 10px 15px 0; }
  .whitepaper h4 {
    margin-top: 0; }
  .whitepaper img {
    margin-bottom: 10px; }
  .whitepaper p.title {
    margin-bottom: 15px; }

.contact-us-footer {
  margin: 10px 0 30px 0; }

footer {
  font-size: 12px;
  color: #e8e8e8;
  word-wrap: normal; }
  footer section {
    margin-bottom: 0; }
  footer a {
    color: #e8e8e8; }
    footer a:hover, footer a:focus {
      color: #fff; }
  footer .main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #586379; }
  footer .bt-mobile {
    font-size: 2.23em;
    margin-top: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 767px) {
      footer .bt-mobile {
        font-size: 1.33em;
        margin-right: 0; } }
  footer .global-sites i,
  footer .mobile-my-services i {
    opacity: .36; }
  @media screen and (max-width: 767px) {
    footer .main-footer {
      padding-top: 20px;
      padding-bottom: 20px; }
    footer .main-footer .container {
      padding-left: 10px; } }
  footer .col-sm-3:nth-child(-n+3) {
    min-height: 175px; }
  @media screen and (max-width: 767px) {
    footer .col-sm-3:nth-child(-n+3) {
      min-height: inherit; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    footer .col-xs-3:nth-child(-n+3) {
      min-height: 195px; } }
  footer ul {
    padding: 0;
    list-style: none; }
    footer ul li:first-of-type {
      margin-bottom: 20px;
      font-size: 18px; }
  footer ul.list-inline li {
    font-size: 14px;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    footer .col-xs-3 li:first-of-type,
    footer .col-xs-2 li:first-of-type {
      font-size: 12px;
      text-align: center; }
    footer .col-xs-4.dropup a:first-of-type {
      font-size: 12px;
      text-align: left; }
    footer li:nth-child(n+2) {
      display: none; }
    footer .col-xs-3:first-of-type li:nth-child(2) {
      display: block;
      width: 450%;
      text-align: center;
      margin-left: 55%; } }
  footer .dropdown-menu {
    font-size: 12px; }
    footer .dropdown-menu li:first-of-type {
      margin-bottom: 0;
      font-size: inherit; }
  @media screen and (max-width: 767px) {
    footer .visible-xs.dropup {
      text-align: center; }
      footer .visible-xs.dropup li {
        display: block; } }
  @media screen and (max-width: 480px) {
    footer .visible-xs.dropup .dropdown-menu {
      left: -50%; } }
  footer .call-mobile {
    font-size: 14px;
    margin-bottom: 10px; }
  footer .sub-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    background-color: #47536b; }
    footer .sub-footer ul {
      display: inline; }
      footer .sub-footer ul li {
        display: block;
        float: left; }
      footer .sub-footer ul li:first-of-type {
        margin-bottom: 0;
        font-size: inherit; }
      footer .sub-footer ul li {
        padding-left: 10px;
        padding-right: 10px; }
        footer .sub-footer ul li:first-child {
          padding-left: 0; }
        footer .sub-footer ul li:last-child {
          padding-right: 0; }
      footer .sub-footer ul li {
        border-right: 1px solid #e8e8e8; }
        footer .sub-footer ul li:last-child {
          border-right: none; }
  @media screen and (max-width: 767px) {
    footer .sub-footer .container {
      text-align: center; }
    footer .sub-footer ul {
      display: inline-block; }
      footer .sub-footer ul li {
        display: inline-block;
        float: none; } }
    @media screen and (max-width: 767px) and (max-width: 480px) {
      footer .sub-footer ul li:nth-child(-n+3) {
        margin-bottom: 5px; }
      footer .sub-footer ul li:nth-child(2) {
        padding-right: 0;
        border-right: 0; }
      footer .sub-footer ul li:nth-child(3) {
        padding-left: 0; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      footer .sub-footer ul li:nth-child(2) {
        padding-right: 0;
        border-right: none; }
        footer .sub-footer ul li:nth-child(2):after {
          content: '';
          display: block;
          clear: both; }
      footer .sub-footer ul li:nth-child(3) {
        display: table;
        margin: 0 auto 5px;
        border-right: none;
        padding-right: 0; }
      footer .sub-footer ul li:nth-child(3), footer .sub-footer ul li:nth-child(4) {
        padding-left: 0; } }

.social-footer li:not(:first-child) {
  margin-left: 16px; }

main:focus {
  outline: 0; }

.section-divider {
  border-top: 1px dotted #c1c1c1;
  padding-top: 14px; }
  .section-divider.section-divider--border-solid {
    border-top: 1px solid #c1c1c1; }

section.social-share {
  padding-top: 14px;
  margin-bottom: 14px; }
  section.social-share .list-inline {
    margin-bottom: 0; }

.video-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10; }

.jumbotron-video {
  background-color: transparent;
  height: 660px;
  position: relative; }

.card-cell {
  width: calc( ( 100% - 20px ) / 3);
  margin-right: 10px; }

.card-carousel {
  /* smaller, dark, rounded square */
  /* arrow color */
  /* position outside */ }
  .card-carousel .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #333; }
  .card-carousel .flickity-prev-next-button:hover {
    background: #F90; }
  .card-carousel .flickity-prev-next-button .arrow {
    fill: white; }
  .card-carousel .flickity-prev-next-button.no-svg {
    color: white; }
  .card-carousel .flickity-prev-next-button.previous {
    left: -40px; }
  .card-carousel .flickity-prev-next-button.next {
    right: -40px; }

/*----- Superhero Styles -----*/
figure .superhero-image .image {
  height: auto; }
  figure .superhero-image .image img {
    display: block;
    width: 100%;
    padding: 0;
    vertical-align: bottom; }

figure .superhero-video .social {
  margin: -80px 0 80px; }

figure .superhero-infographic .image {
  overflow: hidden;
  height: 500px; }
  figure .superhero-infographic .image img.vert-infographic {
    width: 100%; }

/*----- Site Preview -----*/
iframe.site-preview, iframe.iframe-misc {
  width: 100%;
  height: 800px; }

/*----- Shared marketing styles ----*/
.marketing-promo .alert {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3000;
  width: 282px;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #9b9b9b; }
  .marketing-promo .alert h5,
  .marketing-promo .alert p:not(:last-child),
  .marketing-promo .alert button {
    margin-bottom: 15px; }

.marketing-promo .alert-dismissible {
  padding-right: 15px; }
  .marketing-promo .alert-dismissible .close {
    top: -6px;
    right: -3px; }

.illustration-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4; }
  @media (max-width: 767px) {
    .illustration-section {
      padding-top: 0;
      padding-bottom: 0; } }

.illustration-promos h2 {
  font-family: Belizio, Palatino, Book Antiqua, Georgia, "Times New Roman", Times, serif;
  min-height: 70px;
  margin-top: 0; }
  @media (max-width: 992px) {
    .illustration-promos h2 {
      min-height: 100px; } }

.illustration-promos h3 {
  display: inline-block;
  padding: 12px;
  font-style: italic;
  font-weight: 500; }
  @media (max-width: 992px) {
    .illustration-promos h3 {
      font-size: 1.2em; } }

.illustration-promos p {
  font-size: 1.2em; }

.illustration-promos hr {
  border-top: 3px solid rgba(255, 255, 255, 0.5); }

.illustration {
  color: #fff; }
  .illustration img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 175px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .illustration img {
        max-height: 175px; } }
    @media (max-width: 992px) {
      .illustration img {
        max-height: 156px; } }
    @media (max-width: 767px) {
      .illustration img {
        max-height: none; } }

.illustration-top,
.illustration-left {
  padding-bottom: 10px; }

.illustration-top {
  color: #318da8;
  padding: 15px;
  border: 2px solid rgba(49, 141, 168, 0.5); }
  @media (min-width: 768px) {
    .illustration-promos .illustration-top {
      margin-top: 60px; }
    .illustration-promos--no-mt .illustration-top {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .illustration-top {
      min-height: 0; } }
  .illustration-promos .illustration-top hr {
    border-top: 3px solid rgba(49, 141, 168, 0.5); }
  .illustration-top p {
    color: #000; }
  .illustration-top h2 {
    color: #000; }
  .illustration-top h3 {
    color: #8cc9cf;
    padding: 0; }

.illustration-left {
  background-color: #8cc9cf; }
  .illustration-left h3 {
    background-color: #318da8; }

.illustration-right {
  padding-bottom: 10px;
  background-color: #e8bb57; }
  .illustration-right h3 {
    background-color: #d8a534; }

.overlay {
  position: relative;
  overflow: hidden; }
  .overlay.overlay--fixed-aspect {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .overlay.overlay--fixed-aspect .overlay__ratio-sizer {
      position: relative;
      padding-top: 56.25%; }
    .overlay.overlay--fixed-aspect .overlay__image {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .overlay.overlay--fixed-aspect .overlay__image img.img-responsive {
        max-width: none;
        width: 100%; }
      .overlay.overlay--fixed-aspect .overlay__image.overlay__image--contain {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; }
        .overlay.overlay--fixed-aspect .overlay__image.overlay__image--contain img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: auto;
          max-width: 100%;
          display: block;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 100%; }

.overlay__link {
  text-decoration: none; }
  .overlay__link:hover, .overlay__link:focus {
    text-decoration: none; }

.overlay__image {
  position: absolute; }
  .overlay__image.overlay__image-bw img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.overlay__color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.overlay__color_brand-primary {
  background-color: #47536b; }
  .overlay__color_brand-primary.overlay__hover:hover {
    background-color: #161a21; }

.overlay__color_brand-secondary {
  background-color: #318da8; }
  .overlay__color_brand-secondary.overlay__hover:hover {
    background-color: #153d49; }

.overlay__color_brand-danger {
  background-color: #c62300; }
  .overlay__color_brand-danger.overlay__hover:hover {
    background-color: #4c0d00; }

.overlay__color_brand-alternative-2 {
  background-color: #8560a8; }
  .overlay__color_brand-alternative-2.overlay__hover:hover {
    background-color: #47325c; }

.overlay__color_brand-action {
  background-color: #ec6526; }
  .overlay__color_brand-action.overlay__hover:hover {
    background-color: #6f2a0a; }

.overlay__color_brand-alternative {
  background-color: #1fa79d; }
  .overlay__color_brand-alternative.overlay__hover:hover {
    background-color: #0c403c; }

.overlay__color.overlay__color--no-text {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.overlay__color.overlay__hover {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.overlay__text {
  position: relative;
  padding: 10px;
  pointer-events: none;
  height: 100%; }
  .overlay__text.overlay__text--centered {
    position: absolute;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .overlay__text.overlay__text--centered h3 {
      margin: 0;
      text-align: center; }
  .jumbotron .overlay__text {
    pointer-events: auto; }
  .video-play .overlay__text i {
    font-size: 4.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .overlay__text a:not(.btn) {
    color: #fff; }
  .overlay__text h4 .label {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #eff9fa;
    color: #777777;
    font-size: 100%;
    font-weight: normal; }

.announcement {
  display: block;
  background: rgba(31, 167, 157, 0.85);
  padding: 20px 0;
  border-bottom: 3px solid #1fa79d; }
  .announcement section {
    margin-bottom: 0 !important; }
  .announcement p {
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    font-weight: bold; }
    .announcement p span {
      font-weight: normal;
      color: #fff; }

.pagination-bar {
  height: 60px;
  border-top: solid 1px #d7d7d7; }
  @media (max-width: 767px) {
    .pagination-bar {
      height: auto; } }
  .pagination-bar .bs-caret {
    color: #318da8; }
  .pagination-bar .quantity,
  .pagination-bar .page-list {
    padding-top: 12px;
    padding-bottom: 12px; }
    .pagination-bar .quantity label,
    .pagination-bar .quantity select,
    .pagination-bar .page-list label,
    .pagination-bar .page-list select {
      margin-right: 7px;
      font-weight: normal; }
      @media (max-width: 480px) {
        .pagination-bar .quantity label.pull-right-xs,
        .pagination-bar .quantity select.pull-right-xs,
        .pagination-bar .page-list label.pull-right-xs,
        .pagination-bar .page-list select.pull-right-xs {
          float: right; } }
    .pagination-bar .quantity .pagination,
    .pagination-bar .page-list .pagination {
      margin: 0; }
  .pagination-bar .page-list {
    margin-left: 20px; }
  @media (max-width: 767px) {
    .pagination-bar .quantity {
      padding-bottom: 0; } }
  .pagination-bar .nav-pills {
    margin-top: -3px;
    margin-right: 15px; }
    @media (min-width: 768px) and (max-width: 767px) {
      .pagination-bar .nav-pills {
        text-align: center;
        margin-top: -4px;
        margin-right: 10px; }
        .pagination-bar .nav-pills > li {
          float: none;
          display: inline-block; } }
  .pagination-bar nav {
    display: inline-block; }

.no-border .pagination-bar {
  border: none; }

.no-border .quantity,
.no-border .page-list {
  padding: 0; }

@media (max-width: 991px) {
  .featured-solutions h3 {
    margin-top: 0; }
  .featured-solutions .row p {
    margin-bottom: 0; } }

.solutions-for-you .sub {
  margin-bottom: 5px; }

.solutions-for-you .overlay {
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .solutions-for-you .overlay {
      margin-bottom: 12px; } }
  @media (max-width: 991px) {
    .solutions-for-you .overlay {
      margin-bottom: 6px; } }
  @media (min-width: 992px) {
    .solutions-for-you .overlay.overlay--fixed-aspect .overlay__image {
      width: auto;
      height: 100%; }
      .solutions-for-you .overlay.overlay--fixed-aspect .overlay__image img {
        width: auto;
        height: 100%; } }
  .solutions-for-you .overlay .overlay__ratio-sizer {
    padding-top: 128.5%; }
    @media (max-width: 991px) {
      .solutions-for-you .overlay .overlay__ratio-sizer {
        padding-top: 56.3%; } }
    @media (max-width: 767px) {
      .solutions-for-you .overlay .overlay__ratio-sizer {
        padding-top: 45.824%; } }
  .solutions-for-you .overlay .overlay__text {
    position: absolute;
    top: 17%;
    width: 100%;
    height: auto;
    padding: 0; }
    .solutions-for-you .overlay .overlay__text h3 {
      font-size: 14px;
      font-weight: normal;
      margin: 0;
      text-align: center; }
    .solutions-for-you .overlay .overlay__text .icon {
      font-size: 4em;
      color: #fff; }
    @media (max-width: 1199px) {
      .solutions-for-you .overlay .overlay__text {
        top: 24%; }
        .solutions-for-you .overlay .overlay__text h3 {
          font-size: 11px; }
        .solutions-for-you .overlay .overlay__text .icon {
          font-size: 3.5em;
          line-height: 1.1; } }
    @media (max-width: 991px) {
      .solutions-for-you .overlay .overlay__text {
        top: 13%; }
        .solutions-for-you .overlay .overlay__text h3 {
          font-size: 12px; } }
    @media (max-width: 767px) {
      .solutions-for-you .overlay .overlay__text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .solutions-for-you .overlay .overlay__text h3 {
          font-size: 18px; }
        .solutions-for-you .overlay .overlay__text .icon {
          font-size: 6em;
          line-height: 1.2; } }
    @media (max-width: 480px) {
      .solutions-for-you .overlay .overlay__text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .solutions-for-you .overlay .overlay__text h3 {
          font-size: 16px; }
        .solutions-for-you .overlay .overlay__text .icon {
          font-size: 4em;
          line-height: 1.2; } }

.nav-cover {
  display: none;
  position: fixed;
  top: 50px;
  background: #fff;
  width: 100%;
  height: 87px; }

.modal-qs-search button.close[data-dismiss="modal"] {
  margin-top: 30px;
  opacity: 1; }
  .modal-qs-search button.close[data-dismiss="modal"] i {
    color: #777777; }

.modal-qs-search .modal-dialog {
  margin-top: 54px; }

.modal-qs-search .modal-header {
  border: none;
  margin-bottom: 20px; }

.modal-qs-search .modal-content {
  background: none;
  box-shadow: none;
  border: none; }

.search-bar .input-group-btn:last-child > .btn, .search-bar .input-group-btn:last-child > .btn-group {
  margin-right: -1px; }

.search-bar .form-control {
  height: auto;
  border-color: #9b9b9b; }

.search-bar .form-control {
  z-index: 3;
  height: 52px;
  border-right: transparent;
  font-size: 24px;
  color: #000;
  box-shadow: none; }
  .search-bar .form-control::-ms-clear {
    display: none; }

.search-bar .btn-search {
  height: 52px;
  background: #318da8;
  border-color: #318da8;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
  .search-bar .btn-search i {
    margin-left: 10px; }
  .search-bar .btn-search:disabled {
    opacity: 1;
    background-color: #fff;
    border-color: #9b9b9b;
    border-left-color: #fff;
    color: #318da8; }

.modal-qs-search.qs-show-results .form-control {
  border-bottom-left-radius: 0;
  border-color: #318da8; }

.modal-qs-search.qs-show-results .btn-search {
  border-bottom-right-radius: 0; }

.modal-qs-search.qs-show-results .qs-results-container {
  display: block; }

.qs-pending {
  display: none;
  padding: 2px 20px 10px; }
  .qs-pending p {
    margin-top: 16px;
    margin-left: 10px; }

.qs-show-results.qs-results-pending .qs-pending {
  display: block; }

.qs-no-results {
  padding: 0 10px 10px; }

.qs-results-container {
  display: none;
  background: #fff;
  padding-top: 10px;
  border: 1px solid #9b9b9b;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .qs-results-container .qs-results {
    border-bottom: 1px solid #9b9b9b; }
    .qs-results-container .qs-results ul {
      padding-left: 0;
      padding-bottom: 10px;
      margin-bottom: 0;
      list-style: none; }
      .qs-results-container .qs-results ul a {
        color: #373737; }
        .qs-results-container .qs-results ul a.hovered {
          color: #318da8;
          text-decoration: none; }
          .qs-results-container .qs-results ul a.hovered li {
            background-color: #f4f4f4; }
          .qs-results-container .qs-results ul a.hovered h4 {
            color: #373737; }
        .qs-results-container .qs-results ul a:hover, .qs-results-container .qs-results ul a:focus {
          text-decoration: none; }
      .qs-results-container .qs-results ul li {
        padding: 5px 15px; }
        .qs-results-container .qs-results ul li h4 {
          margin: 0; }
        .qs-results-container .qs-results ul li h4 span {
          margin-left: 10px;
          font-size: 14px;
          color: #318da8;
          font-weight: normal; }
      .qs-results-container .qs-results ul .meta {
        margin-left: 16px; }

.qs-as {
  display: inline-block;
  float: right;
  padding: 10px; }

.qs-error .alert {
  margin: 5px 0; }

.ui-autocomplete {
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
  border-radius-bottom-left: 2px;
  border-radius-bottom-right: 2px;
  border: 1px solid #9b9b9b; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
  background-color: #f4f4f4; }

.ui-autocomplete-input {
  text-overflow: ellipsis; }

.filters {
  border-bottom: 2px solid #e8e8e8; }
  @media (max-width: 767px) {
    .filters {
      padding: 0 10px;
      border-bottom: none; } }
  .filters button:hover,
  .filters button:focus {
    text-decoration: none; }
  .filters .filter-option {
    color: #373737; }

.search-results-meta {
  margin-bottom: 0; }

.search-results-text__no-results {
  margin-top: 20px;
  margin-bottom: 20px; }
  .search-results-text__no-results i {
    margin-right: 8px; }

.media i {
  padding-left: 5px; }

.anchor[name="validation-fail"] {
  display: block;
  visibility: hidden;
  position: relative;
  top: -50px; }

.legacy-promo-body {
  margin-bottom: 20px; }
  .legacy-promo-body .more-by-img {
    display: block;
    margin-bottom: 10px; }
  .legacy-promo-body span {
    display: block; }

.flex-viewport .gallery-social ul {
  padding: 0; }

.gallery-legacy .modal-dialog div.modal-social {
  margin-bottom: 10px; }
  .gallery-legacy .modal-dialog div.modal-social .gallery-social {
    display: inline-block;
    margin: 0; }

.flexbox-slider .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.flexbox-slider .video-container iframe,
.flexbox-slider .video-container object,
.flexbox-slider .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-legacy .prn-featured {
  width: 100%;
  background: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/designimages/newslider1_bg.gif") repeat 0 0;
  padding: 10px;
  clear: right;
  float: left;
  position: relative;
  overflow: hidden; }

.gallery-legacy .gallery-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-bottom: 1em; }

.gallery-legacy .gallery-inner a img {
  cursor: pointer; }

.gallery-legacy #galleryContainer {
  background: #fff;
  height: 244px;
  z-index: 10;
  float: left;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  padding: 1px;
  overflow: hidden; }

.gallery-legacy .img_holder {
  padding-top: 10px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden; }

.gallery-legacy .img_container {
  float: left;
  width: 10000px;
  position: relative;
  left: 0px;
  overflow: hidden; }

.gallery-legacy .photo {
  width: 33%;
  height: 190px;
  text-align: center;
  padding: 0 15px;
  display: table-cell;
  position: relative;
  vertical-align: middle; }

.gallery-legacy .photo img {
  border: 3px solid transparent;
  border-radius: 5px;
  transition: border-color 0.6s ease-in-out;
  -webkit-transition: border-color 0.6s ease-in-out;
  -ms-transition: border-color 0.6s ease-in-out;
  max-width: 100%;
  height: auto;
  max-height: 175px;
  margin: 0 auto; }

.gallery-legacy .photo a {
  position: relative;
  width: 100%;
  display: block;
  max-height: 100%; }
  .gallery-legacy .photo a:focus, .gallery-legacy .photo a:active {
    outline: 0;
    border: 0; }

.gallery-legacy .slides li {
  list-style: none; }

.gallery-legacy .slides span.video,
.gallery-legacy a.video {
  position: relative; }
  .gallery-legacy .slides span.video:after, .gallery-legacy .slides span.video:before,
  .gallery-legacy a.video:after,
  .gallery-legacy a.video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer; }
  .gallery-legacy .slides span.video:after,
  .gallery-legacy a.video:after {
    z-index: 910;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    margin-top: -19px;
    margin-left: -10px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
    .most-viewed-col .gallery-legacy .slides span.video:after, .most-viewed-col
    .gallery-legacy a.video:after {
      border: 8px solid transparent;
      border-left: 10px solid #fff;
      margin-top: -9.5px;
      margin-left: -6px; }
  .gallery-legacy .slides span.video:before,
  .gallery-legacy a.video:before {
    z-index: 900;
    margin-top: -33px;
    margin-left: -33px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18); }
    .most-viewed-col .gallery-legacy .slides span.video:before, .most-viewed-col
    .gallery-legacy a.video:before {
      margin-top: -17px;
      margin-left: -17px;
      width: 30px;
      height: 30px;
      border: 2px solid #fff; }
  .gallery-legacy .slides span.video:hover:before,
  .gallery-legacy a.video:hover:before {
    background: rgba(0, 0, 0, 0.7); }

.gallery-legacy .articalcont-wrap {
  position: absolute;
  height: 100px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.gallery-legacy .articalcont-wrap .carouselControls {
  display: none; }

.gallery-legacy .articlecont {
  padding: 10px 15px 10px 15px;
  background-color: #333333;
  color: #ffffff;
  font-size: 11px;
  clear: both;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 11;
  display: none; }

.gallery-legacy .articlecont span {
  padding: 5px 0; }

.gallery-legacy .articlecont a {
  color: #ffffff;
  text-decoration: underline;
  padding-right: 10px; }

.gallery-legacy .active img {
  border: 3px solid #aaa; }

.gallery-legacy .carouselControls {
  position: absolute;
  color: #aaa;
  border: 1px solid #fff;
  background-color: #efefef;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  z-index: 20;
  top: 45%;
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 2.4; }

.gallery-legacy .carouselControls.right {
  right: 15px; }

.gallery-legacy .carouselControls.right span {
  right: 9px;
  top: -2px; }

.gallery-legacy .carouselControls.left {
  left: 15px; }

.gallery-legacy .carouselControls.left span {
  left: 9px;
  top: -2px; }

.gallery-legacy .carouselControls span {
  top: 3px;
  position: absolute; }

.gallery-legacy .slide {
  float: left;
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed; }

@media (max-width: 767px) {
  .gallery-legacy .prn-featured {
    padding: 0;
    background: none; }
  .gallery-legacy .gallery-inner {
    height: 230px; }
  .gallery-legacy #galleryContainer {
    height: 215px; }
  .gallery-legacy .photo {
    text-align: center;
    padding: 0 15px;
    width: 100%;
    height: 215px; }
  .gallery-legacy .photo img {
    max-height: 215px; }
  .gallery-legacy .slide {
    height: 215px; }
  .gallery-legacy .img_holder,
  .gallery-legacy .img_container {
    padding: 0; }
  .gallery-legacy .articalcont-wrap {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto; }
  .gallery-legacy .articalcont-wrap .carouselControls {
    top: 0;
    border: none;
    background-color: transparent;
    top: -130px; }
  .gallery-legacy .articalcont-wrap .carouselControls.left {
    left: 5px; }
  .gallery-legacy .articalcont-wrap .carouselControls.right {
    right: 5px; }
  .gallery-legacy .articalcont-wrap .carouselControls span {
    font-size: 34px; }
  .gallery-legacy .articalcont-wrap .articlecont {
    top: 0;
    bottom: auto;
    padding: 10px 30px; }
  .gallery-legacy .photo img {
    border: none !important;
    -webkit-transition: none;
    transition: none;
    max-width: 75%; } }

.gallery-legacy .prn-carousel-modal .slides {
  opacity: 0; }

.gallery-legacy .flex-viewport .slides li img {
  max-height: 400px; }

.gallery-legacy #carousel img {
  max-height: 150px; }

.gallery-legacy #carousel .slides li {
  height: auto;
  border: 1px solid #f4f4f4;
  text-align: center; }

.gallery-legacy #carousel i {
  margin: 0 3px; }

@media (-webkit-min-device-pixel-ratio: 0) {
  .btn {
    padding-top: 7px; }
  .btn-lg, .btn-group-lg > .btn {
    padding-top: 11px; }
  .btn-sm, .btn-group-sm > .btn {
    padding-top: 6px; }
  .btn-xs, .btn-group-xs > .btn {
    padding-top: 2px; }
  .pagination > li > a,
  .pagination > li > span {
    padding-top: 7px; }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding-top: 11px; }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding-top: 6px; }
  .label {
    padding-top: calc(.2em + 1px); }
  .tokenfield .token {
    padding-top: calc(.2em + 1px); }
  .find-industry-news ul {
    list-style: none;
    padding: 0; }
    .find-industry-news ul li a {
      padding-top: 9px; }
  .list-group-item a {
    padding-top: 9px; }
  .announcement {
    padding-top: 21px; }
  .as-browse-all {
    padding-top: 7px; }
  .as-locations__dropdown ul li,
  .as-locations__dropdown .as-locations__header {
    padding-top: 7px; }
  .checkbox label:before {
    top: -4px; }
  .checkbox input[type="checkbox"]:checked + label::after {
    top: -4px; } }

/*
 * END CUSTOM STYLES
 *
 *
 ****
 *
 * FONTS
 *
 */
/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of WebType LLC, The Font Bureau,
and/or their suppliers. You may not
attempt to copy, install, redistribute, convert, modify or reverse
engineer this font software. Please contact WebType with any
questions: http://www.webtype.com
*/
@font-face {
  font-family: "Belizio";
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/f40bb090-d77c-4399-9206-e3bfa80f0c72-2.eot');
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/f40bb090-d77c-4399-9206-e3bfa80f0c72-2.eot?') format('embedded-opentype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/f40bb090-d77c-4399-9206-e3bfa80f0c72-3.woff') format('woff'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/f40bb090-d77c-4399-9206-e3bfa80f0c72-1.ttf') format('truetype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/f40bb090-d77c-4399-9206-e3bfa80f0c72-4.svg#web') format('svg');
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Benton Sans";
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/c85593d9-51de-420f-9687-215704cff13b-2.eot');
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/c85593d9-51de-420f-9687-215704cff13b-2.eot?') format('embedded-opentype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/c85593d9-51de-420f-9687-215704cff13b-3.woff') format('woff'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/c85593d9-51de-420f-9687-215704cff13b-1.ttf') format('truetype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/c85593d9-51de-420f-9687-215704cff13b-4.svg#web') format('svg');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Benton Sans";
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/b3e7f5ec-dc2f-4859-b89f-77b4afceee81-2.eot');
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/b3e7f5ec-dc2f-4859-b89f-77b4afceee81-2.eot?') format('embedded-opentype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/b3e7f5ec-dc2f-4859-b89f-77b4afceee81-3.woff') format('woff'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/b3e7f5ec-dc2f-4859-b89f-77b4afceee81-1.ttf') format('truetype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/b3e7f5ec-dc2f-4859-b89f-77b4afceee81-4.svg#web') format('svg');
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Benton Sans";
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/5c52b78f-39db-4a80-9846-04d1f20cbb22-2.eot');
  src: url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/5c52b78f-39db-4a80-9846-04d1f20cbb22-2.eot?') format('embedded-opentype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/5c52b78f-39db-4a80-9846-04d1f20cbb22-3.woff') format('woff'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/5c52b78f-39db-4a80-9846-04d1f20cbb22-1.ttf') format('truetype'), url('//web-archive.nli.org.il/National_Library/20161130034600oe_///assets2.prnewswire.com/binary/5c52b78f-39db-4a80-9846-04d1f20cbb22-4.svg#web') format('svg');
  font-style: normal;
  font-weight: bold; }

/*
  Icon Font: prn-icons
*/
@font-face {
  font-family: "prn-icons";
  src: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.eot");
  src: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.eot?#iefix") format("embedded-opentype"), url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.woff") format("woff"), url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.ttf") format("truetype"), url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.svg#prn-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "prn-icons";
    src: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/http://content.prnewswire.com/binary/prn-icons.svg#prn-icons") format("svg"); } }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-agency:before,
.icon-analyze:before,
.icon-business:before,
.icon-create:before,
.icon-health_living:before,
.icon-ir_comp:before,
.icon-listen:before,
.icon-marketing:before,
.icon-money:before,
.icon-news_in_focus:before,
.icon-non-english_language_news:before,
.icon-people_culture:before,
.icon-policy_public_interest:before,
.icon-pr_comm:before,
.icon-science_tech:before,
.icon-share:before,
.icon-video_arrow:before {
  display: inline-block;
  font-family: "prn-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-agency:before {
  content: "\f11d"; }

.icon-analyze:before {
  content: "\f11e"; }

.icon-business:before {
  content: "\f10c"; }

.icon-create:before {
  content: "\f11f"; }

.icon-health_living:before {
  content: "\f126"; }

.icon-ir_comp:before {
  content: "\f127"; }

.icon-listen:before {
  content: "\f121"; }

.icon-marketing:before {
  content: "\f122"; }

.icon-money:before {
  content: "\f10e"; }

.icon-news_in_focus:before {
  content: "\f10f"; }

.icon-non-english_language_news:before {
  content: "\f110"; }

.icon-people_culture:before {
  content: "\f128"; }

.icon-policy_public_interest:before {
  content: "\f129"; }

.icon-pr_comm:before {
  content: "\f125"; }

.icon-science_tech:before {
  content: "\f12a"; }

.icon-share:before {
  content: "\f123"; }

.icon-video_arrow:before {
  content: "\f124"; }





