@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url("https://cloudcdn.wmca.org.uk/fonts/wmca/texta/texta-font.css");

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, #modern-gov-page #modgov .mgContent input.mgGoButton > .caret,
#modern-gov-page #modgov .mgContent input.mgSubmitButton > .caret,
#modern-gov-page #modgov .mgContent input#butGo > .caret,
.dropup > .btn > .caret,
#modern-gov-page #modgov .mgContent .dropup > input.mgGoButton > .caret,
#modern-gov-page #modgov .mgContent .dropup > input.mgSubmitButton > .caret,
#modern-gov-page #modgov .mgContent .dropup > input#butGo > .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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #575656;
  text-decoration: none;
}
a:hover, a:focus {
  color: #313030;
  text-decoration: underline;
}
a:focus {
  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: 24px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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;
}

.graybg {
  background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #f2f2f2;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 44px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #f2f2f2;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}

dt,
dd {
  line-height: 1.428571429;
}

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 #f2f2f2;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #f2f2f2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-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: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.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.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 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.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*!
 * Bootstrap Big Grid v0.2.0
 * Copyright 2013 BenWhitehead
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
@media (min-width: 1366px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11 {
    float: left;
  }

  .col-xlg-12 {
    float: left;
    width: 100%;
  }

  .col-xlg-11 {
    width: 91.6666666667%;
  }

  .col-xlg-10 {
    width: 83.3333333333%;
  }

  .col-xlg-9 {
    width: 75%;
  }

  .col-xlg-8 {
    width: 66.6666666667%;
  }

  .col-xlg-7 {
    width: 58.3333333333%;
  }

  .col-xlg-6 {
    width: 50%;
  }

  .col-xlg-5 {
    width: 41.6666666667%;
  }

  .col-xlg-4 {
    width: 33.3333333333%;
  }

  .col-xlg-3 {
    width: 25%;
  }

  .col-xlg-2 {
    width: 16.6666666667%;
  }

  .col-xlg-1 {
    width: 8.3333333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }

  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }

  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }

  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }

  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.6666666667%;
  }

  .col-xlg-push-10 {
    left: 83.3333333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.6666666667%;
  }

  .col-xlg-push-7 {
    left: 58.3333333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.6666666667%;
  }

  .col-xlg-push-4 {
    left: 33.3333333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.6666666667%;
  }

  .col-xlg-push-1 {
    left: 8.3333333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .col-xlg-offset-12 {
    margin-left: 100%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1920px) {
  .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11 {
    float: left;
  }

  .col-fhd-12 {
    float: left;
    width: 100%;
  }

  .col-fhd-11 {
    width: 91.6666666667%;
  }

  .col-fhd-10 {
    width: 83.3333333333%;
  }

  .col-fhd-9 {
    width: 75%;
  }

  .col-fhd-8 {
    width: 66.6666666667%;
  }

  .col-fhd-7 {
    width: 58.3333333333%;
  }

  .col-fhd-6 {
    width: 50%;
  }

  .col-fhd-5 {
    width: 41.6666666667%;
  }

  .col-fhd-4 {
    width: 33.3333333333%;
  }

  .col-fhd-3 {
    width: 25%;
  }

  .col-fhd-2 {
    width: 16.6666666667%;
  }

  .col-fhd-1 {
    width: 8.3333333333%;
  }

  .col-fhd-pull-12 {
    right: 100%;
  }

  .col-fhd-pull-11 {
    right: 91.6666666667%;
  }

  .col-fhd-pull-10 {
    right: 83.3333333333%;
  }

  .col-fhd-pull-9 {
    right: 75%;
  }

  .col-fhd-pull-8 {
    right: 66.6666666667%;
  }

  .col-fhd-pull-7 {
    right: 58.3333333333%;
  }

  .col-fhd-pull-6 {
    right: 50%;
  }

  .col-fhd-pull-5 {
    right: 41.6666666667%;
  }

  .col-fhd-pull-4 {
    right: 33.3333333333%;
  }

  .col-fhd-pull-3 {
    right: 25%;
  }

  .col-fhd-pull-2 {
    right: 16.6666666667%;
  }

  .col-fhd-pull-1 {
    right: 8.3333333333%;
  }

  .col-fhd-pull-0 {
    right: auto;
  }

  .col-fhd-push-12 {
    left: 100%;
  }

  .col-fhd-push-11 {
    left: 91.6666666667%;
  }

  .col-fhd-push-10 {
    left: 83.3333333333%;
  }

  .col-fhd-push-9 {
    left: 75%;
  }

  .col-fhd-push-8 {
    left: 66.6666666667%;
  }

  .col-fhd-push-7 {
    left: 58.3333333333%;
  }

  .col-fhd-push-6 {
    left: 50%;
  }

  .col-fhd-push-5 {
    left: 41.6666666667%;
  }

  .col-fhd-push-4 {
    left: 33.3333333333%;
  }

  .col-fhd-push-3 {
    left: 25%;
  }

  .col-fhd-push-2 {
    left: 16.6666666667%;
  }

  .col-fhd-push-1 {
    left: 8.3333333333%;
  }

  .col-fhd-push-0 {
    left: auto;
  }

  .col-fhd-offset-12 {
    margin-left: 100%;
  }

  .col-fhd-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-fhd-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-fhd-offset-9 {
    margin-left: 75%;
  }

  .col-fhd-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-fhd-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-fhd-offset-6 {
    margin-left: 50%;
  }

  .col-fhd-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-fhd-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-fhd-offset-3 {
    margin-left: 25%;
  }

  .col-fhd-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-fhd-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-fhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2560px) {
  .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11 {
    float: left;
  }

  .col-rt-12 {
    float: left;
    width: 100%;
  }

  .col-rt-11 {
    width: 91.6666666667%;
  }

  .col-rt-10 {
    width: 83.3333333333%;
  }

  .col-rt-9 {
    width: 75%;
  }

  .col-rt-8 {
    width: 66.6666666667%;
  }

  .col-rt-7 {
    width: 58.3333333333%;
  }

  .col-rt-6 {
    width: 50%;
  }

  .col-rt-5 {
    width: 41.6666666667%;
  }

  .col-rt-4 {
    width: 33.3333333333%;
  }

  .col-rt-3 {
    width: 25%;
  }

  .col-rt-2 {
    width: 16.6666666667%;
  }

  .col-rt-1 {
    width: 8.3333333333%;
  }

  .col-rt-pull-12 {
    right: 100%;
  }

  .col-rt-pull-11 {
    right: 91.6666666667%;
  }

  .col-rt-pull-10 {
    right: 83.3333333333%;
  }

  .col-rt-pull-9 {
    right: 75%;
  }

  .col-rt-pull-8 {
    right: 66.6666666667%;
  }

  .col-rt-pull-7 {
    right: 58.3333333333%;
  }

  .col-rt-pull-6 {
    right: 50%;
  }

  .col-rt-pull-5 {
    right: 41.6666666667%;
  }

  .col-rt-pull-4 {
    right: 33.3333333333%;
  }

  .col-rt-pull-3 {
    right: 25%;
  }

  .col-rt-pull-2 {
    right: 16.6666666667%;
  }

  .col-rt-pull-1 {
    right: 8.3333333333%;
  }

  .col-rt-pull-0 {
    right: auto;
  }

  .col-rt-push-12 {
    left: 100%;
  }

  .col-rt-push-11 {
    left: 91.6666666667%;
  }

  .col-rt-push-10 {
    left: 83.3333333333%;
  }

  .col-rt-push-9 {
    left: 75%;
  }

  .col-rt-push-8 {
    left: 66.6666666667%;
  }

  .col-rt-push-7 {
    left: 58.3333333333%;
  }

  .col-rt-push-6 {
    left: 50%;
  }

  .col-rt-push-5 {
    left: 41.6666666667%;
  }

  .col-rt-push-4 {
    left: 33.3333333333%;
  }

  .col-rt-push-3 {
    left: 25%;
  }

  .col-rt-push-2 {
    left: 16.6666666667%;
  }

  .col-rt-push-1 {
    left: 8.3333333333%;
  }

  .col-rt-push-0 {
    left: auto;
  }

  .col-rt-offset-12 {
    margin-left: 100%;
  }

  .col-rt-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-rt-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-rt-offset-9 {
    margin-left: 75%;
  }

  .col-rt-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-rt-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-rt-offset-6 {
    margin-left: 50%;
  }

  .col-rt-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-rt-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-rt-offset-3 {
    margin-left: 25%;
  }

  .col-rt-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-rt-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-rt-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2880px) {
  .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11 {
    float: left;
  }

  .col-rt15-12 {
    float: left;
    width: 100%;
  }

  .col-rt15-11 {
    width: 91.6666666667%;
  }

  .col-rt15-10 {
    width: 83.3333333333%;
  }

  .col-rt15-9 {
    width: 75%;
  }

  .col-rt15-8 {
    width: 66.6666666667%;
  }

  .col-rt15-7 {
    width: 58.3333333333%;
  }

  .col-rt15-6 {
    width: 50%;
  }

  .col-rt15-5 {
    width: 41.6666666667%;
  }

  .col-rt15-4 {
    width: 33.3333333333%;
  }

  .col-rt15-3 {
    width: 25%;
  }

  .col-rt15-2 {
    width: 16.6666666667%;
  }

  .col-rt15-1 {
    width: 8.3333333333%;
  }

  .col-rt15-pull-12 {
    right: 100%;
  }

  .col-rt15-pull-11 {
    right: 91.6666666667%;
  }

  .col-rt15-pull-10 {
    right: 83.3333333333%;
  }

  .col-rt15-pull-9 {
    right: 75%;
  }

  .col-rt15-pull-8 {
    right: 66.6666666667%;
  }

  .col-rt15-pull-7 {
    right: 58.3333333333%;
  }

  .col-rt15-pull-6 {
    right: 50%;
  }

  .col-rt15-pull-5 {
    right: 41.6666666667%;
  }

  .col-rt15-pull-4 {
    right: 33.3333333333%;
  }

  .col-rt15-pull-3 {
    right: 25%;
  }

  .col-rt15-pull-2 {
    right: 16.6666666667%;
  }

  .col-rt15-pull-1 {
    right: 8.3333333333%;
  }

  .col-rt15-pull-0 {
    right: auto;
  }

  .col-rt15-push-12 {
    left: 100%;
  }

  .col-rt15-push-11 {
    left: 91.6666666667%;
  }

  .col-rt15-push-10 {
    left: 83.3333333333%;
  }

  .col-rt15-push-9 {
    left: 75%;
  }

  .col-rt15-push-8 {
    left: 66.6666666667%;
  }

  .col-rt15-push-7 {
    left: 58.3333333333%;
  }

  .col-rt15-push-6 {
    left: 50%;
  }

  .col-rt15-push-5 {
    left: 41.6666666667%;
  }

  .col-rt15-push-4 {
    left: 33.3333333333%;
  }

  .col-rt15-push-3 {
    left: 25%;
  }

  .col-rt15-push-2 {
    left: 16.6666666667%;
  }

  .col-rt15-push-1 {
    left: 8.3333333333%;
  }

  .col-rt15-push-0 {
    left: auto;
  }

  .col-rt15-offset-12 {
    margin-left: 100%;
  }

  .col-rt15-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-rt15-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-rt15-offset-9 {
    margin-left: 75%;
  }

  .col-rt15-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-rt15-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-rt15-offset-6 {
    margin-left: 50%;
  }

  .col-rt15-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-rt15-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-rt15-offset-3 {
    margin-left: 25%;
  }

  .col-rt15-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-rt15-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-rt15-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 3840px) {
  .col-uhd-1, .col-uhd-2, .col-uhd-3, .col-uhd-4, .col-uhd-5, .col-uhd-6, .col-uhd-7, .col-uhd-8, .col-uhd-9, .col-uhd-10, .col-uhd-11 {
    float: left;
  }

  .col-uhd-12 {
    float: left;
    width: 100%;
  }

  .col-uhd-11 {
    width: 91.6666666667%;
  }

  .col-uhd-10 {
    width: 83.3333333333%;
  }

  .col-uhd-9 {
    width: 75%;
  }

  .col-uhd-8 {
    width: 66.6666666667%;
  }

  .col-uhd-7 {
    width: 58.3333333333%;
  }

  .col-uhd-6 {
    width: 50%;
  }

  .col-uhd-5 {
    width: 41.6666666667%;
  }

  .col-uhd-4 {
    width: 33.3333333333%;
  }

  .col-uhd-3 {
    width: 25%;
  }

  .col-uhd-2 {
    width: 16.6666666667%;
  }

  .col-uhd-1 {
    width: 8.3333333333%;
  }

  .col-uhd-pull-12 {
    right: 100%;
  }

  .col-uhd-pull-11 {
    right: 91.6666666667%;
  }

  .col-uhd-pull-10 {
    right: 83.3333333333%;
  }

  .col-uhd-pull-9 {
    right: 75%;
  }

  .col-uhd-pull-8 {
    right: 66.6666666667%;
  }

  .col-uhd-pull-7 {
    right: 58.3333333333%;
  }

  .col-uhd-pull-6 {
    right: 50%;
  }

  .col-uhd-pull-5 {
    right: 41.6666666667%;
  }

  .col-uhd-pull-4 {
    right: 33.3333333333%;
  }

  .col-uhd-pull-3 {
    right: 25%;
  }

  .col-uhd-pull-2 {
    right: 16.6666666667%;
  }

  .col-uhd-pull-1 {
    right: 8.3333333333%;
  }

  .col-uhd-pull-0 {
    right: auto;
  }

  .col-uhd-push-12 {
    left: 100%;
  }

  .col-uhd-push-11 {
    left: 91.6666666667%;
  }

  .col-uhd-push-10 {
    left: 83.3333333333%;
  }

  .col-uhd-push-9 {
    left: 75%;
  }

  .col-uhd-push-8 {
    left: 66.6666666667%;
  }

  .col-uhd-push-7 {
    left: 58.3333333333%;
  }

  .col-uhd-push-6 {
    left: 50%;
  }

  .col-uhd-push-5 {
    left: 41.6666666667%;
  }

  .col-uhd-push-4 {
    left: 33.3333333333%;
  }

  .col-uhd-push-3 {
    left: 25%;
  }

  .col-uhd-push-2 {
    left: 16.6666666667%;
  }

  .col-uhd-push-1 {
    left: 8.3333333333%;
  }

  .col-uhd-push-0 {
    left: auto;
  }

  .col-uhd-offset-12 {
    margin-left: 100%;
  }

  .col-uhd-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-uhd-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-uhd-offset-9 {
    margin-left: 75%;
  }

  .col-uhd-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-uhd-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-uhd-offset-6 {
    margin-left: 50%;
  }

  .col-uhd-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-uhd-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-uhd-offset-3 {
    margin-left: 25%;
  }

  .col-uhd-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-uhd-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-uhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 4096px) {
  .col-4k-1, .col-4k-2, .col-4k-3, .col-4k-4, .col-4k-5, .col-4k-6, .col-4k-7, .col-4k-8, .col-4k-9, .col-4k-10, .col-4k-11 {
    float: left;
  }

  .col-4k-12 {
    float: left;
    width: 100%;
  }

  .col-4k-11 {
    width: 91.6666666667%;
  }

  .col-4k-10 {
    width: 83.3333333333%;
  }

  .col-4k-9 {
    width: 75%;
  }

  .col-4k-8 {
    width: 66.6666666667%;
  }

  .col-4k-7 {
    width: 58.3333333333%;
  }

  .col-4k-6 {
    width: 50%;
  }

  .col-4k-5 {
    width: 41.6666666667%;
  }

  .col-4k-4 {
    width: 33.3333333333%;
  }

  .col-4k-3 {
    width: 25%;
  }

  .col-4k-2 {
    width: 16.6666666667%;
  }

  .col-4k-1 {
    width: 8.3333333333%;
  }

  .col-4k-pull-12 {
    right: 100%;
  }

  .col-4k-pull-11 {
    right: 91.6666666667%;
  }

  .col-4k-pull-10 {
    right: 83.3333333333%;
  }

  .col-4k-pull-9 {
    right: 75%;
  }

  .col-4k-pull-8 {
    right: 66.6666666667%;
  }

  .col-4k-pull-7 {
    right: 58.3333333333%;
  }

  .col-4k-pull-6 {
    right: 50%;
  }

  .col-4k-pull-5 {
    right: 41.6666666667%;
  }

  .col-4k-pull-4 {
    right: 33.3333333333%;
  }

  .col-4k-pull-3 {
    right: 25%;
  }

  .col-4k-pull-2 {
    right: 16.6666666667%;
  }

  .col-4k-pull-1 {
    right: 8.3333333333%;
  }

  .col-4k-pull-0 {
    right: auto;
  }

  .col-4k-push-12 {
    left: 100%;
  }

  .col-4k-push-11 {
    left: 91.6666666667%;
  }

  .col-4k-push-10 {
    left: 83.3333333333%;
  }

  .col-4k-push-9 {
    left: 75%;
  }

  .col-4k-push-8 {
    left: 66.6666666667%;
  }

  .col-4k-push-7 {
    left: 58.3333333333%;
  }

  .col-4k-push-6 {
    left: 50%;
  }

  .col-4k-push-5 {
    left: 41.6666666667%;
  }

  .col-4k-push-4 {
    left: 33.3333333333%;
  }

  .col-4k-push-3 {
    left: 25%;
  }

  .col-4k-push-2 {
    left: 16.6666666667%;
  }

  .col-4k-push-1 {
    left: 8.3333333333%;
  }

  .col-4k-push-0 {
    left: auto;
  }

  .col-4k-offset-12 {
    margin-left: 100%;
  }

  .col-4k-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-4k-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-4k-offset-9 {
    margin-left: 75%;
  }

  .col-4k-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-4k-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-4k-offset-6 {
    margin-left: 50%;
  }

  .col-4k-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-4k-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-4k-offset-3 {
    margin-left: 25%;
  }

  .col-4k-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-4k-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-4k-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 8192px) {
  .col-8k-1, .col-8k-2, .col-8k-3, .col-8k-4, .col-8k-5, .col-8k-6, .col-8k-7, .col-8k-8, .col-8k-9, .col-8k-10, .col-8k-11 {
    float: left;
  }

  .col-8k-12 {
    float: left;
    width: 100%;
  }

  .col-8k-11 {
    width: 91.6666666667%;
  }

  .col-8k-10 {
    width: 83.3333333333%;
  }

  .col-8k-9 {
    width: 75%;
  }

  .col-8k-8 {
    width: 66.6666666667%;
  }

  .col-8k-7 {
    width: 58.3333333333%;
  }

  .col-8k-6 {
    width: 50%;
  }

  .col-8k-5 {
    width: 41.6666666667%;
  }

  .col-8k-4 {
    width: 33.3333333333%;
  }

  .col-8k-3 {
    width: 25%;
  }

  .col-8k-2 {
    width: 16.6666666667%;
  }

  .col-8k-1 {
    width: 8.3333333333%;
  }

  .col-8k-pull-12 {
    right: 100%;
  }

  .col-8k-pull-11 {
    right: 91.6666666667%;
  }

  .col-8k-pull-10 {
    right: 83.3333333333%;
  }

  .col-8k-pull-9 {
    right: 75%;
  }

  .col-8k-pull-8 {
    right: 66.6666666667%;
  }

  .col-8k-pull-7 {
    right: 58.3333333333%;
  }

  .col-8k-pull-6 {
    right: 50%;
  }

  .col-8k-pull-5 {
    right: 41.6666666667%;
  }

  .col-8k-pull-4 {
    right: 33.3333333333%;
  }

  .col-8k-pull-3 {
    right: 25%;
  }

  .col-8k-pull-2 {
    right: 16.6666666667%;
  }

  .col-8k-pull-1 {
    right: 8.3333333333%;
  }

  .col-8k-pull-0 {
    right: auto;
  }

  .col-8k-push-12 {
    left: 100%;
  }

  .col-8k-push-11 {
    left: 91.6666666667%;
  }

  .col-8k-push-10 {
    left: 83.3333333333%;
  }

  .col-8k-push-9 {
    left: 75%;
  }

  .col-8k-push-8 {
    left: 66.6666666667%;
  }

  .col-8k-push-7 {
    left: 58.3333333333%;
  }

  .col-8k-push-6 {
    left: 50%;
  }

  .col-8k-push-5 {
    left: 41.6666666667%;
  }

  .col-8k-push-4 {
    left: 33.3333333333%;
  }

  .col-8k-push-3 {
    left: 25%;
  }

  .col-8k-push-2 {
    left: 16.6666666667%;
  }

  .col-8k-push-1 {
    left: 8.3333333333%;
  }

  .col-8k-push-0 {
    left: auto;
  }

  .col-8k-offset-12 {
    margin-left: 100%;
  }

  .col-8k-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-8k-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-8k-offset-9 {
    margin-left: 75%;
  }

  .col-8k-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-8k-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-8k-offset-6 {
    margin-left: 50%;
  }

  .col-8k-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-8k-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-8k-offset-3 {
    margin-left: 25%;
  }

  .col-8k-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-8k-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-8k-offset-0 {
    margin-left: 0%;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xlg, .visible-fhd, .visible-rt, .visible-rt15, .visible-uhd, .visible-4k, .visible-8k {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  table.visible-xs.visible-sm {
    display: table;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  table.visible-xs.visible-md {
    display: table;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  table.visible-xs.visible-lg {
    display: table;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xs.visible-xlg {
    display: block !important;
  }

  table.visible-xs.visible-xlg {
    display: table;
  }

  tr.visible-xs.visible-xlg {
    display: table-row !important;
  }

  th.visible-xs.visible-xlg, td.visible-xs.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xs.visible-fhd {
    display: block !important;
  }

  table.visible-xs.visible-fhd {
    display: table;
  }

  tr.visible-xs.visible-fhd {
    display: table-row !important;
  }

  th.visible-xs.visible-fhd, td.visible-xs.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-xs.visible-rt {
    display: block !important;
  }

  table.visible-xs.visible-rt {
    display: table;
  }

  tr.visible-xs.visible-rt {
    display: table-row !important;
  }

  th.visible-xs.visible-rt, td.visible-xs.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-xs.visible-rt15 {
    display: block !important;
  }

  table.visible-xs.visible-rt15 {
    display: table;
  }

  tr.visible-xs.visible-rt15 {
    display: table-row !important;
  }

  th.visible-xs.visible-rt15, td.visible-xs.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-xs.visible-uhd {
    display: block !important;
  }

  table.visible-xs.visible-uhd {
    display: table;
  }

  tr.visible-xs.visible-uhd {
    display: table-row !important;
  }

  th.visible-xs.visible-uhd, td.visible-xs.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-xs.visible-4k {
    display: block !important;
  }

  table.visible-xs.visible-4k {
    display: table;
  }

  tr.visible-xs.visible-4k {
    display: table-row !important;
  }

  th.visible-xs.visible-4k, td.visible-xs.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-xs.visible-8k {
    display: block !important;
  }

  table.visible-xs.visible-8k {
    display: table;
  }

  tr.visible-xs.visible-8k {
    display: table-row !important;
  }

  th.visible-xs.visible-8k, td.visible-xs.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  table.visible-sm.visible-xs {
    display: table;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  table.visible-sm.visible-md {
    display: table;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  table.visible-sm.visible-lg {
    display: table;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-sm.visible-xlg {
    display: block !important;
  }

  table.visible-sm.visible-xlg {
    display: table;
  }

  tr.visible-sm.visible-xlg {
    display: table-row !important;
  }

  th.visible-sm.visible-xlg, td.visible-sm.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-sm.visible-fhd {
    display: block !important;
  }

  table.visible-sm.visible-fhd {
    display: table;
  }

  tr.visible-sm.visible-fhd {
    display: table-row !important;
  }

  th.visible-sm.visible-fhd, td.visible-sm.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-sm.visible-rt {
    display: block !important;
  }

  table.visible-sm.visible-rt {
    display: table;
  }

  tr.visible-sm.visible-rt {
    display: table-row !important;
  }

  th.visible-sm.visible-rt, td.visible-sm.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-sm.visible-rt15 {
    display: block !important;
  }

  table.visible-sm.visible-rt15 {
    display: table;
  }

  tr.visible-sm.visible-rt15 {
    display: table-row !important;
  }

  th.visible-sm.visible-rt15, td.visible-sm.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-sm.visible-uhd {
    display: block !important;
  }

  table.visible-sm.visible-uhd {
    display: table;
  }

  tr.visible-sm.visible-uhd {
    display: table-row !important;
  }

  th.visible-sm.visible-uhd, td.visible-sm.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-sm.visible-4k {
    display: block !important;
  }

  table.visible-sm.visible-4k {
    display: table;
  }

  tr.visible-sm.visible-4k {
    display: table-row !important;
  }

  th.visible-sm.visible-4k, td.visible-sm.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-sm.visible-8k {
    display: block !important;
  }

  table.visible-sm.visible-8k {
    display: table;
  }

  tr.visible-sm.visible-8k {
    display: table-row !important;
  }

  th.visible-sm.visible-8k, td.visible-sm.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  table.visible-md.visible-xs {
    display: table;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  table.visible-md.visible-sm {
    display: table;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  table.visible-md.visible-lg {
    display: table;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-md.visible-xlg {
    display: block !important;
  }

  table.visible-md.visible-xlg {
    display: table;
  }

  tr.visible-md.visible-xlg {
    display: table-row !important;
  }

  th.visible-md.visible-xlg, td.visible-md.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-md.visible-fhd {
    display: block !important;
  }

  table.visible-md.visible-fhd {
    display: table;
  }

  tr.visible-md.visible-fhd {
    display: table-row !important;
  }

  th.visible-md.visible-fhd, td.visible-md.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-md.visible-rt {
    display: block !important;
  }

  table.visible-md.visible-rt {
    display: table;
  }

  tr.visible-md.visible-rt {
    display: table-row !important;
  }

  th.visible-md.visible-rt, td.visible-md.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-md.visible-rt15 {
    display: block !important;
  }

  table.visible-md.visible-rt15 {
    display: table;
  }

  tr.visible-md.visible-rt15 {
    display: table-row !important;
  }

  th.visible-md.visible-rt15, td.visible-md.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-md.visible-uhd {
    display: block !important;
  }

  table.visible-md.visible-uhd {
    display: table;
  }

  tr.visible-md.visible-uhd {
    display: table-row !important;
  }

  th.visible-md.visible-uhd, td.visible-md.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-md.visible-4k {
    display: block !important;
  }

  table.visible-md.visible-4k {
    display: table;
  }

  tr.visible-md.visible-4k {
    display: table-row !important;
  }

  th.visible-md.visible-4k, td.visible-md.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-md.visible-8k {
    display: block !important;
  }

  table.visible-md.visible-8k {
    display: table;
  }

  tr.visible-md.visible-8k {
    display: table-row !important;
  }

  th.visible-md.visible-8k, td.visible-md.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  table.visible-lg.visible-xs {
    display: table;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  table.visible-lg.visible-sm {
    display: table;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  table.visible-lg.visible-md {
    display: table;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-lg.visible-xlg {
    display: block !important;
  }

  table.visible-lg.visible-xlg {
    display: table;
  }

  tr.visible-lg.visible-xlg {
    display: table-row !important;
  }

  th.visible-lg.visible-xlg, td.visible-lg.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-lg.visible-fhd {
    display: block !important;
  }

  table.visible-lg.visible-fhd {
    display: table;
  }

  tr.visible-lg.visible-fhd {
    display: table-row !important;
  }

  th.visible-lg.visible-fhd, td.visible-lg.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-lg.visible-rt {
    display: block !important;
  }

  table.visible-lg.visible-rt {
    display: table;
  }

  tr.visible-lg.visible-rt {
    display: table-row !important;
  }

  th.visible-lg.visible-rt, td.visible-lg.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-lg.visible-rt15 {
    display: block !important;
  }

  table.visible-lg.visible-rt15 {
    display: table;
  }

  tr.visible-lg.visible-rt15 {
    display: table-row !important;
  }

  th.visible-lg.visible-rt15, td.visible-lg.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-lg.visible-uhd {
    display: block !important;
  }

  table.visible-lg.visible-uhd {
    display: table;
  }

  tr.visible-lg.visible-uhd {
    display: table-row !important;
  }

  th.visible-lg.visible-uhd, td.visible-lg.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-lg.visible-4k {
    display: block !important;
  }

  table.visible-lg.visible-4k {
    display: table;
  }

  tr.visible-lg.visible-4k {
    display: table-row !important;
  }

  th.visible-lg.visible-4k, td.visible-lg.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-lg.visible-8k {
    display: block !important;
  }

  table.visible-lg.visible-8k {
    display: table;
  }

  tr.visible-lg.visible-8k {
    display: table-row !important;
  }

  th.visible-lg.visible-8k, td.visible-lg.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xlg.visible-xs {
    display: block !important;
  }

  table.visible-xlg.visible-xs {
    display: table;
  }

  tr.visible-xlg.visible-xs {
    display: table-row !important;
  }

  th.visible-xlg.visible-xs, td.visible-xlg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xlg.visible-sm {
    display: block !important;
  }

  table.visible-xlg.visible-sm {
    display: table;
  }

  tr.visible-xlg.visible-sm {
    display: table-row !important;
  }

  th.visible-xlg.visible-sm, td.visible-xlg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xlg.visible-md {
    display: block !important;
  }

  table.visible-xlg.visible-md {
    display: table;
  }

  tr.visible-xlg.visible-md {
    display: table-row !important;
  }

  th.visible-xlg.visible-md, td.visible-xlg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-xlg.visible-lg {
    display: block !important;
  }

  table.visible-xlg.visible-lg {
    display: table;
  }

  tr.visible-xlg.visible-lg {
    display: table-row !important;
  }

  th.visible-xlg.visible-lg, td.visible-xlg.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-xlg {
    display: block !important;
  }

  table.visible-xlg {
    display: table;
  }

  tr.visible-xlg {
    display: table-row !important;
  }

  th.visible-xlg, td.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xlg.visible-fhd {
    display: block !important;
  }

  table.visible-xlg.visible-fhd {
    display: table;
  }

  tr.visible-xlg.visible-fhd {
    display: table-row !important;
  }

  th.visible-xlg.visible-fhd, td.visible-xlg.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-xlg.visible-rt {
    display: block !important;
  }

  table.visible-xlg.visible-rt {
    display: table;
  }

  tr.visible-xlg.visible-rt {
    display: table-row !important;
  }

  th.visible-xlg.visible-rt, td.visible-xlg.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-xlg.visible-rt15 {
    display: block !important;
  }

  table.visible-xlg.visible-rt15 {
    display: table;
  }

  tr.visible-xlg.visible-rt15 {
    display: table-row !important;
  }

  th.visible-xlg.visible-rt15, td.visible-xlg.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-xlg.visible-uhd {
    display: block !important;
  }

  table.visible-xlg.visible-uhd {
    display: table;
  }

  tr.visible-xlg.visible-uhd {
    display: table-row !important;
  }

  th.visible-xlg.visible-uhd, td.visible-xlg.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-xlg.visible-4k {
    display: block !important;
  }

  table.visible-xlg.visible-4k {
    display: table;
  }

  tr.visible-xlg.visible-4k {
    display: table-row !important;
  }

  th.visible-xlg.visible-4k, td.visible-xlg.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-xlg.visible-8k {
    display: block !important;
  }

  table.visible-xlg.visible-8k {
    display: table;
  }

  tr.visible-xlg.visible-8k {
    display: table-row !important;
  }

  th.visible-xlg.visible-8k, td.visible-xlg.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-fhd.visible-xs {
    display: block !important;
  }

  table.visible-fhd.visible-xs {
    display: table;
  }

  tr.visible-fhd.visible-xs {
    display: table-row !important;
  }

  th.visible-fhd.visible-xs, td.visible-fhd.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-fhd.visible-sm {
    display: block !important;
  }

  table.visible-fhd.visible-sm {
    display: table;
  }

  tr.visible-fhd.visible-sm {
    display: table-row !important;
  }

  th.visible-fhd.visible-sm, td.visible-fhd.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-fhd.visible-md {
    display: block !important;
  }

  table.visible-fhd.visible-md {
    display: table;
  }

  tr.visible-fhd.visible-md {
    display: table-row !important;
  }

  th.visible-fhd.visible-md, td.visible-fhd.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-fhd.visible-lg {
    display: block !important;
  }

  table.visible-fhd.visible-lg {
    display: table;
  }

  tr.visible-fhd.visible-lg {
    display: table-row !important;
  }

  th.visible-fhd.visible-lg, td.visible-fhd.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-fhd.visible-xlg {
    display: block !important;
  }

  table.visible-fhd.visible-xlg {
    display: table;
  }

  tr.visible-fhd.visible-xlg {
    display: table-row !important;
  }

  th.visible-fhd.visible-xlg, td.visible-fhd.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-fhd {
    display: block !important;
  }

  table.visible-fhd {
    display: table;
  }

  tr.visible-fhd {
    display: table-row !important;
  }

  th.visible-fhd, td.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-fhd.visible-rt {
    display: block !important;
  }

  table.visible-fhd.visible-rt {
    display: table;
  }

  tr.visible-fhd.visible-rt {
    display: table-row !important;
  }

  th.visible-fhd.visible-rt, td.visible-fhd.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-fhd.visible-rt15 {
    display: block !important;
  }

  table.visible-fhd.visible-rt15 {
    display: table;
  }

  tr.visible-fhd.visible-rt15 {
    display: table-row !important;
  }

  th.visible-fhd.visible-rt15, td.visible-fhd.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-fhd.visible-uhd {
    display: block !important;
  }

  table.visible-fhd.visible-uhd {
    display: table;
  }

  tr.visible-fhd.visible-uhd {
    display: table-row !important;
  }

  th.visible-fhd.visible-uhd, td.visible-fhd.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-fhd.visible-4k {
    display: block !important;
  }

  table.visible-fhd.visible-4k {
    display: table;
  }

  tr.visible-fhd.visible-4k {
    display: table-row !important;
  }

  th.visible-fhd.visible-4k, td.visible-fhd.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-fhd.visible-8k {
    display: block !important;
  }

  table.visible-fhd.visible-8k {
    display: table;
  }

  tr.visible-fhd.visible-8k {
    display: table-row !important;
  }

  th.visible-fhd.visible-8k, td.visible-fhd.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-rt.visible-xs {
    display: block !important;
  }

  table.visible-rt.visible-xs {
    display: table;
  }

  tr.visible-rt.visible-xs {
    display: table-row !important;
  }

  th.visible-rt.visible-xs, td.visible-rt.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-rt.visible-sm {
    display: block !important;
  }

  table.visible-rt.visible-sm {
    display: table;
  }

  tr.visible-rt.visible-sm {
    display: table-row !important;
  }

  th.visible-rt.visible-sm, td.visible-rt.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-rt.visible-md {
    display: block !important;
  }

  table.visible-rt.visible-md {
    display: table;
  }

  tr.visible-rt.visible-md {
    display: table-row !important;
  }

  th.visible-rt.visible-md, td.visible-rt.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-rt.visible-lg {
    display: block !important;
  }

  table.visible-rt.visible-lg {
    display: table;
  }

  tr.visible-rt.visible-lg {
    display: table-row !important;
  }

  th.visible-rt.visible-lg, td.visible-rt.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-rt.visible-xlg {
    display: block !important;
  }

  table.visible-rt.visible-xlg {
    display: table;
  }

  tr.visible-rt.visible-xlg {
    display: table-row !important;
  }

  th.visible-rt.visible-xlg, td.visible-rt.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-rt.visible-fhd {
    display: block !important;
  }

  table.visible-rt.visible-fhd {
    display: table;
  }

  tr.visible-rt.visible-fhd {
    display: table-row !important;
  }

  th.visible-rt.visible-fhd, td.visible-rt.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt {
    display: block !important;
  }

  table.visible-rt {
    display: table;
  }

  tr.visible-rt {
    display: table-row !important;
  }

  th.visible-rt, td.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt.visible-rt15 {
    display: block !important;
  }

  table.visible-rt.visible-rt15 {
    display: table;
  }

  tr.visible-rt.visible-rt15 {
    display: table-row !important;
  }

  th.visible-rt.visible-rt15, td.visible-rt.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-rt.visible-uhd {
    display: block !important;
  }

  table.visible-rt.visible-uhd {
    display: table;
  }

  tr.visible-rt.visible-uhd {
    display: table-row !important;
  }

  th.visible-rt.visible-uhd, td.visible-rt.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-rt.visible-4k {
    display: block !important;
  }

  table.visible-rt.visible-4k {
    display: table;
  }

  tr.visible-rt.visible-4k {
    display: table-row !important;
  }

  th.visible-rt.visible-4k, td.visible-rt.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-rt.visible-8k {
    display: block !important;
  }

  table.visible-rt.visible-8k {
    display: table;
  }

  tr.visible-rt.visible-8k {
    display: table-row !important;
  }

  th.visible-rt.visible-8k, td.visible-rt.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-rt15.visible-xs {
    display: block !important;
  }

  table.visible-rt15.visible-xs {
    display: table;
  }

  tr.visible-rt15.visible-xs {
    display: table-row !important;
  }

  th.visible-rt15.visible-xs, td.visible-rt15.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-rt15.visible-sm {
    display: block !important;
  }

  table.visible-rt15.visible-sm {
    display: table;
  }

  tr.visible-rt15.visible-sm {
    display: table-row !important;
  }

  th.visible-rt15.visible-sm, td.visible-rt15.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-rt15.visible-md {
    display: block !important;
  }

  table.visible-rt15.visible-md {
    display: table;
  }

  tr.visible-rt15.visible-md {
    display: table-row !important;
  }

  th.visible-rt15.visible-md, td.visible-rt15.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-rt15.visible-lg {
    display: block !important;
  }

  table.visible-rt15.visible-lg {
    display: table;
  }

  tr.visible-rt15.visible-lg {
    display: table-row !important;
  }

  th.visible-rt15.visible-lg, td.visible-rt15.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-rt15.visible-xlg {
    display: block !important;
  }

  table.visible-rt15.visible-xlg {
    display: table;
  }

  tr.visible-rt15.visible-xlg {
    display: table-row !important;
  }

  th.visible-rt15.visible-xlg, td.visible-rt15.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-rt15.visible-fhd {
    display: block !important;
  }

  table.visible-rt15.visible-fhd {
    display: table;
  }

  tr.visible-rt15.visible-fhd {
    display: table-row !important;
  }

  th.visible-rt15.visible-fhd, td.visible-rt15.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-rt15.visible-rt {
    display: block !important;
  }

  table.visible-rt15.visible-rt {
    display: table;
  }

  tr.visible-rt15.visible-rt {
    display: table-row !important;
  }

  th.visible-rt15.visible-rt, td.visible-rt15.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-rt15 {
    display: block !important;
  }

  table.visible-rt15 {
    display: table;
  }

  tr.visible-rt15 {
    display: table-row !important;
  }

  th.visible-rt15, td.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-rt15.visible-uhd {
    display: block !important;
  }

  table.visible-rt15.visible-uhd {
    display: table;
  }

  tr.visible-rt15.visible-uhd {
    display: table-row !important;
  }

  th.visible-rt15.visible-uhd, td.visible-rt15.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-rt15.visible-4k {
    display: block !important;
  }

  table.visible-rt15.visible-4k {
    display: table;
  }

  tr.visible-rt15.visible-4k {
    display: table-row !important;
  }

  th.visible-rt15.visible-4k, td.visible-rt15.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-rt15.visible-8k {
    display: block !important;
  }

  table.visible-rt15.visible-8k {
    display: table;
  }

  tr.visible-rt15.visible-8k {
    display: table-row !important;
  }

  th.visible-rt15.visible-8k, td.visible-rt15.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-uhd.visible-xs {
    display: block !important;
  }

  table.visible-uhd.visible-xs {
    display: table;
  }

  tr.visible-uhd.visible-xs {
    display: table-row !important;
  }

  th.visible-uhd.visible-xs, td.visible-uhd.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-uhd.visible-sm {
    display: block !important;
  }

  table.visible-uhd.visible-sm {
    display: table;
  }

  tr.visible-uhd.visible-sm {
    display: table-row !important;
  }

  th.visible-uhd.visible-sm, td.visible-uhd.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-uhd.visible-md {
    display: block !important;
  }

  table.visible-uhd.visible-md {
    display: table;
  }

  tr.visible-uhd.visible-md {
    display: table-row !important;
  }

  th.visible-uhd.visible-md, td.visible-uhd.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-uhd.visible-lg {
    display: block !important;
  }

  table.visible-uhd.visible-lg {
    display: table;
  }

  tr.visible-uhd.visible-lg {
    display: table-row !important;
  }

  th.visible-uhd.visible-lg, td.visible-uhd.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-uhd.visible-xlg {
    display: block !important;
  }

  table.visible-uhd.visible-xlg {
    display: table;
  }

  tr.visible-uhd.visible-xlg {
    display: table-row !important;
  }

  th.visible-uhd.visible-xlg, td.visible-uhd.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-uhd.visible-fhd {
    display: block !important;
  }

  table.visible-uhd.visible-fhd {
    display: table;
  }

  tr.visible-uhd.visible-fhd {
    display: table-row !important;
  }

  th.visible-uhd.visible-fhd, td.visible-uhd.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-uhd.visible-rt {
    display: block !important;
  }

  table.visible-uhd.visible-rt {
    display: table;
  }

  tr.visible-uhd.visible-rt {
    display: table-row !important;
  }

  th.visible-uhd.visible-rt, td.visible-uhd.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-uhd.visible-rt15 {
    display: block !important;
  }

  table.visible-uhd.visible-rt15 {
    display: table;
  }

  tr.visible-uhd.visible-rt15 {
    display: table-row !important;
  }

  th.visible-uhd.visible-rt15, td.visible-uhd.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-uhd {
    display: block !important;
  }

  table.visible-uhd {
    display: table;
  }

  tr.visible-uhd {
    display: table-row !important;
  }

  th.visible-uhd, td.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-uhd.visible-4k {
    display: block !important;
  }

  table.visible-uhd.visible-4k {
    display: table;
  }

  tr.visible-uhd.visible-4k {
    display: table-row !important;
  }

  th.visible-uhd.visible-4k, td.visible-uhd.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-uhd.visible-8k {
    display: block !important;
  }

  table.visible-uhd.visible-8k {
    display: table;
  }

  tr.visible-uhd.visible-8k {
    display: table-row !important;
  }

  th.visible-uhd.visible-8k, td.visible-uhd.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-4k.visible-xs {
    display: block !important;
  }

  table.visible-4k.visible-xs {
    display: table;
  }

  tr.visible-4k.visible-xs {
    display: table-row !important;
  }

  th.visible-4k.visible-xs, td.visible-4k.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-4k.visible-sm {
    display: block !important;
  }

  table.visible-4k.visible-sm {
    display: table;
  }

  tr.visible-4k.visible-sm {
    display: table-row !important;
  }

  th.visible-4k.visible-sm, td.visible-4k.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-4k.visible-md {
    display: block !important;
  }

  table.visible-4k.visible-md {
    display: table;
  }

  tr.visible-4k.visible-md {
    display: table-row !important;
  }

  th.visible-4k.visible-md, td.visible-4k.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-4k.visible-lg {
    display: block !important;
  }

  table.visible-4k.visible-lg {
    display: table;
  }

  tr.visible-4k.visible-lg {
    display: table-row !important;
  }

  th.visible-4k.visible-lg, td.visible-4k.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-4k.visible-xlg {
    display: block !important;
  }

  table.visible-4k.visible-xlg {
    display: table;
  }

  tr.visible-4k.visible-xlg {
    display: table-row !important;
  }

  th.visible-4k.visible-xlg, td.visible-4k.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-4k.visible-fhd {
    display: block !important;
  }

  table.visible-4k.visible-fhd {
    display: table;
  }

  tr.visible-4k.visible-fhd {
    display: table-row !important;
  }

  th.visible-4k.visible-fhd, td.visible-4k.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-4k.visible-rt {
    display: block !important;
  }

  table.visible-4k.visible-rt {
    display: table;
  }

  tr.visible-4k.visible-rt {
    display: table-row !important;
  }

  th.visible-4k.visible-rt, td.visible-4k.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-4k.visible-rt15 {
    display: block !important;
  }

  table.visible-4k.visible-rt15 {
    display: table;
  }

  tr.visible-4k.visible-rt15 {
    display: table-row !important;
  }

  th.visible-4k.visible-rt15, td.visible-4k.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-4k.visible-uhd {
    display: block !important;
  }

  table.visible-4k.visible-uhd {
    display: table;
  }

  tr.visible-4k.visible-uhd {
    display: table-row !important;
  }

  th.visible-4k.visible-uhd, td.visible-4k.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-4k {
    display: block !important;
  }

  table.visible-4k {
    display: table;
  }

  tr.visible-4k {
    display: table-row !important;
  }

  th.visible-4k, td.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-4k.visible-8k {
    display: block !important;
  }

  table.visible-4k.visible-8k {
    display: table;
  }

  tr.visible-4k.visible-8k {
    display: table-row !important;
  }

  th.visible-4k.visible-8k, td.visible-4k.visible-8k {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-8k.visible-xs {
    display: block !important;
  }

  table.visible-8k.visible-xs {
    display: table;
  }

  tr.visible-8k.visible-xs {
    display: table-row !important;
  }

  th.visible-8k.visible-xs, td.visible-8k.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-8k.visible-sm {
    display: block !important;
  }

  table.visible-8k.visible-sm {
    display: table;
  }

  tr.visible-8k.visible-sm {
    display: table-row !important;
  }

  th.visible-8k.visible-sm, td.visible-8k.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-8k.visible-md {
    display: block !important;
  }

  table.visible-8k.visible-md {
    display: table;
  }

  tr.visible-8k.visible-md {
    display: table-row !important;
  }

  th.visible-8k.visible-md, td.visible-8k.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .visible-8k.visible-lg {
    display: block !important;
  }

  table.visible-8k.visible-lg {
    display: table;
  }

  tr.visible-8k.visible-lg {
    display: table-row !important;
  }

  th.visible-8k.visible-lg, td.visible-8k.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .visible-8k.visible-xlg {
    display: block !important;
  }

  table.visible-8k.visible-xlg {
    display: table;
  }

  tr.visible-8k.visible-xlg {
    display: table-row !important;
  }

  th.visible-8k.visible-xlg, td.visible-8k.visible-xlg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-8k.visible-fhd {
    display: block !important;
  }

  table.visible-8k.visible-fhd {
    display: table;
  }

  tr.visible-8k.visible-fhd {
    display: table-row !important;
  }

  th.visible-8k.visible-fhd, td.visible-8k.visible-fhd {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .visible-8k.visible-rt {
    display: block !important;
  }

  table.visible-8k.visible-rt {
    display: table;
  }

  tr.visible-8k.visible-rt {
    display: table-row !important;
  }

  th.visible-8k.visible-rt, td.visible-8k.visible-rt {
    display: table-cell !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .visible-8k.visible-rt15 {
    display: block !important;
  }

  table.visible-8k.visible-rt15 {
    display: table;
  }

  tr.visible-8k.visible-rt15 {
    display: table-row !important;
  }

  th.visible-8k.visible-rt15, td.visible-8k.visible-rt15 {
    display: table-cell !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .visible-8k.visible-uhd {
    display: block !important;
  }

  table.visible-8k.visible-uhd {
    display: table;
  }

  tr.visible-8k.visible-uhd {
    display: table-row !important;
  }

  th.visible-8k.visible-uhd, td.visible-8k.visible-uhd {
    display: table-cell !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .visible-8k.visible-4k {
    display: block !important;
  }

  table.visible-8k.visible-4k {
    display: table;
  }

  tr.visible-8k.visible-4k {
    display: table-row !important;
  }

  th.visible-8k.visible-4k, td.visible-8k.visible-4k {
    display: table-cell !important;
  }
}
@media (min-width: 8192px) {
  .visible-8k {
    display: block !important;
  }

  table.visible-8k {
    display: table;
  }

  tr.visible-8k {
    display: table-row !important;
  }

  th.visible-8k, td.visible-8k {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-xs.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xs.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-xs.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-xs.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-xs.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-xs.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-xs.hidden-8k {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.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-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-sm.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-sm.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-sm.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-sm.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-sm.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-sm.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-sm.hidden-8k {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-md.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-md.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-md.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-md.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-md.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-md.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-md.hidden-8k {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-lg.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-lg.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-lg.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-lg.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-lg.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-lg.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-lg.hidden-8k {
    display: none !important;
  }
}
.hidden-xlg {
  display: block !important;
}

table.hidden-xlg {
  display: table;
}

tr.hidden-xlg {
  display: table-row !important;
}

th.hidden-xlg, td.hidden-xlg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xlg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xlg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xlg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-xlg.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xlg.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-xlg.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-xlg.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-xlg.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-xlg.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-xlg.hidden-8k {
    display: none !important;
  }
}
.hidden-fhd {
  display: block !important;
}

table.hidden-fhd {
  display: table;
}

tr.hidden-fhd {
  display: table-row !important;
}

th.hidden-fhd, td.hidden-fhd {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-fhd.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-fhd.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-fhd.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-fhd.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-fhd.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-fhd.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-fhd.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-fhd.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-fhd.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-fhd.hidden-8k {
    display: none !important;
  }
}
.hidden-rt {
  display: block !important;
}

table.hidden-rt {
  display: table;
}

tr.hidden-rt {
  display: table-row !important;
}

th.hidden-rt, td.hidden-rt {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-rt.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-rt.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-rt.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-rt.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-rt.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-rt.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-rt.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-rt.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-rt.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-rt.hidden-8k {
    display: none !important;
  }
}
.hidden-rt15 {
  display: block !important;
}

table.hidden-rt15 {
  display: table;
}

tr.hidden-rt15 {
  display: table-row !important;
}

th.hidden-rt15, td.hidden-rt15 {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-rt15.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-rt15.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-rt15.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-rt15.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-rt15.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-rt15.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-rt15.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-rt15.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-rt15.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-rt15.hidden-8k {
    display: none !important;
  }
}
.hidden-uhd {
  display: block !important;
}

table.hidden-uhd {
  display: table;
}

tr.hidden-uhd {
  display: table-row !important;
}

th.hidden-uhd, td.hidden-uhd {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-uhd.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-uhd.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-uhd.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-uhd.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-uhd.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-uhd.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-uhd.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-uhd.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-uhd.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-uhd.hidden-8k {
    display: none !important;
  }
}
.hidden-4k {
  display: block !important;
}

table.hidden-4k {
  display: table;
}

tr.hidden-4k {
  display: table-row !important;
}

th.hidden-4k, td.hidden-4k {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-4k.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-4k.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-4k.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-4k.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-4k.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-4k.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-4k.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-4k.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-4k.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-4k.hidden-8k {
    display: none !important;
  }
}
.hidden-8k {
  display: block !important;
}

table.hidden-8k {
  display: table;
}

tr.hidden-8k {
  display: table-row !important;
}

th.hidden-8k, td.hidden-8k {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-8k.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-8k.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-8k.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hidden-8k.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .hidden-8k.hidden-xlg {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-8k.hidden-fhd {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 2879px) {
  .hidden-8k.hidden-rt {
    display: none !important;
  }
}
@media (min-width: 2880px) and (max-width: 3839px) {
  .hidden-8k.hidden-rt15 {
    display: none !important;
  }
}
@media (min-width: 3840px) and (max-width: 4095px) {
  .hidden-8k.hidden-uhd {
    display: none !important;
  }
}
@media (min-width: 4096px) and (max-width: 8191px) {
  .hidden-8k.hidden-4k {
    display: none !important;
  }
}
@media (min-width: 8192px) {
  .hidden-8k {
    display: none !important;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f2f2f2;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.428571429;
  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: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > 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: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > 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: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > 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: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    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: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control, #modern-gov-page #modgov form select, #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form text-area {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 35px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, #modern-gov-page #modgov form select:focus, #modern-gov-page #modgov form input:focus:not([type=submit]), #modern-gov-page #modgov form text-area:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, #modern-gov-page #modgov form select::-moz-placeholder, #modern-gov-page #modgov form input:not([type=submit])::-moz-placeholder, #modern-gov-page #modgov form text-area::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, #modern-gov-page #modgov form select:-ms-input-placeholder, #modern-gov-page #modgov form input:-ms-input-placeholder:not([type=submit]), #modern-gov-page #modgov form text-area:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, #modern-gov-page #modgov form select::-webkit-input-placeholder, #modern-gov-page #modgov form input:not([type=submit])::-webkit-input-placeholder, #modern-gov-page #modgov form text-area::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, #modern-gov-page #modgov form select::-ms-expand, #modern-gov-page #modgov form input:not([type=submit])::-ms-expand, #modern-gov-page #modgov form text-area::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], #modern-gov-page #modgov form select[disabled], #modern-gov-page #modgov form input[disabled]:not([type=submit]), #modern-gov-page #modgov form text-area[disabled], .form-control[readonly], #modern-gov-page #modgov form select[readonly], #modern-gov-page #modgov form input[readonly]:not([type=submit]), #modern-gov-page #modgov form text-area[readonly], fieldset[disabled] .form-control, fieldset[disabled] #modern-gov-page #modgov form select, #modern-gov-page #modgov form fieldset[disabled] select, fieldset[disabled] #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form fieldset[disabled] input:not([type=submit]), fieldset[disabled] #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form fieldset[disabled] text-area {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], #modern-gov-page #modgov form select[disabled], #modern-gov-page #modgov form input[disabled]:not([type=submit]), #modern-gov-page #modgov form text-area[disabled], fieldset[disabled] .form-control, fieldset[disabled] #modern-gov-page #modgov form select, #modern-gov-page #modgov form fieldset[disabled] select, fieldset[disabled] #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form fieldset[disabled] input:not([type=submit]), fieldset[disabled] #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form fieldset[disabled] text-area {
  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, #modern-gov-page #modgov form input[type=date]:not([type=submit]),
input[type=time].form-control,
#modern-gov-page #modgov form input[type=time]:not([type=submit]),
input[type=datetime-local].form-control,
#modern-gov-page #modgov form input[type=datetime-local]:not([type=submit]),
input[type=month].form-control,
#modern-gov-page #modgov form input[type=month]:not([type=submit]) {
    line-height: 46px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=date].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=date].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=date]#butGo, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=time].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=time].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=time]#butGo,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=datetime-local].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=datetime-local].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=datetime-local]#butGo,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=month].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=month].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input[type=month]#butGo,
.input-group-sm input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=date].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=date].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=date]#butGo, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=time].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=time].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=time]#butGo,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=datetime-local].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=datetime-local].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=datetime-local]#butGo,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=month].mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=month].mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input[type=month]#butGo,
.input-group-lg input[type=month] {
    line-height: 52px;
  }
}
.form-group, #modern-gov-page #modgov form .mgFormRow {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  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: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, #modern-gov-page #modgov form .input-group-lg > select.form-control-static, #modern-gov-page #modgov form .input-group-lg > input.form-control-static:not([type=submit]), #modern-gov-page #modgov form .input-group-lg > text-area.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.form-control-static.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.form-control-static.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.form-control-static#butGo, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, #modern-gov-page #modgov form .input-group-sm > select.form-control-static, #modern-gov-page #modgov form .input-group-sm > input.form-control-static:not([type=submit]), #modern-gov-page #modgov form .input-group-sm > text-area.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.form-control-static.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.form-control-static.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.form-control-static#butGo {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, #modern-gov-page #modgov form .input-group-sm > select, #modern-gov-page #modgov form .input-group-sm > input:not([type=submit]), #modern-gov-page #modgov form .input-group-sm > text-area,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input#butGo {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, #modern-gov-page #modgov form .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px;
}

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,
#modern-gov-page #modgov form .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm #modern-gov-page #modgov form select, #modern-gov-page #modgov form .form-group-sm select, .form-group-sm #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .form-group-sm input:not([type=submit]), .form-group-sm #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .form-group-sm text-area {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm #modern-gov-page #modgov form select, #modern-gov-page #modgov form .form-group-sm select {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm #modern-gov-page #modgov form select[multiple],
#modern-gov-page #modgov form .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, #modern-gov-page #modgov form .input-group-lg > select, #modern-gov-page #modgov form .input-group-lg > input:not([type=submit]), #modern-gov-page #modgov form .input-group-lg > text-area,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input#butGo {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 24px;
}

select.input-lg, .input-group-lg > select.form-control, #modern-gov-page #modgov form .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 52px;
  line-height: 52px;
}

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,
#modern-gov-page #modgov form .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg #modern-gov-page #modgov form select, #modern-gov-page #modgov form .form-group-lg select, .form-group-lg #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .form-group-lg input:not([type=submit]), .form-group-lg #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .form-group-lg text-area {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 24px;
}
.form-group-lg select.form-control, .form-group-lg #modern-gov-page #modgov form select, #modern-gov-page #modgov form .form-group-lg select {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg #modern-gov-page #modgov form select[multiple],
#modern-gov-page #modgov form .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback #modern-gov-page #modgov form select, #modern-gov-page #modgov form .has-feedback select, .has-feedback #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .has-feedback input:not([type=submit]), .has-feedback #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .has-feedback text-area {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, #modern-gov-page #modgov form .input-group-lg > select + .form-control-feedback, #modern-gov-page #modgov form .input-group-lg > input:not([type=submit]) + .form-control-feedback, #modern-gov-page #modgov form .input-group-lg > text-area + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.mgGoButton + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.mgSubmitButton + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input#butGo + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg #modern-gov-page #modgov form select + .form-control-feedback,
#modern-gov-page #modgov form .form-group-lg select + .form-control-feedback,
.form-group-lg #modern-gov-page #modgov form input:not([type=submit]) + .form-control-feedback,
#modern-gov-page #modgov form .form-group-lg input:not([type=submit]) + .form-control-feedback,
.form-group-lg #modern-gov-page #modgov form text-area + .form-control-feedback,
#modern-gov-page #modgov form .form-group-lg text-area + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, #modern-gov-page #modgov form .input-group-sm > select + .form-control-feedback, #modern-gov-page #modgov form .input-group-sm > input:not([type=submit]) + .form-control-feedback, #modern-gov-page #modgov form .input-group-sm > text-area + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.mgGoButton + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.mgSubmitButton + .form-control-feedback,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input#butGo + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm #modern-gov-page #modgov form select + .form-control-feedback,
#modern-gov-page #modgov form .form-group-sm select + .form-control-feedback,
.form-group-sm #modern-gov-page #modgov form input:not([type=submit]) + .form-control-feedback,
#modern-gov-page #modgov form .form-group-sm input:not([type=submit]) + .form-control-feedback,
.form-group-sm #modern-gov-page #modgov form text-area + .form-control-feedback,
#modern-gov-page #modgov form .form-group-sm text-area + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success #modern-gov-page #modgov form select, #modern-gov-page #modgov form .has-success select, .has-success #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .has-success input:not([type=submit]), .has-success #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .has-success text-area {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success #modern-gov-page #modgov form select:focus, #modern-gov-page #modgov form .has-success select:focus, .has-success #modern-gov-page #modgov form input:focus:not([type=submit]), #modern-gov-page #modgov form .has-success input:focus:not([type=submit]), .has-success #modern-gov-page #modgov form text-area:focus, #modern-gov-page #modgov form .has-success text-area:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning #modern-gov-page #modgov form select, #modern-gov-page #modgov form .has-warning select, .has-warning #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .has-warning input:not([type=submit]), .has-warning #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .has-warning text-area {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning #modern-gov-page #modgov form select:focus, #modern-gov-page #modgov form .has-warning select:focus, .has-warning #modern-gov-page #modgov form input:focus:not([type=submit]), #modern-gov-page #modgov form .has-warning input:focus:not([type=submit]), .has-warning #modern-gov-page #modgov form text-area:focus, #modern-gov-page #modgov form .has-warning text-area:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error #modern-gov-page #modgov form select, #modern-gov-page #modgov form .has-error select, .has-error #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .has-error input:not([type=submit]), .has-error #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .has-error text-area {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error #modern-gov-page #modgov form select:focus, #modern-gov-page #modgov form .has-error select:focus, .has-error #modern-gov-page #modgov form input:focus:not([type=submit]), #modern-gov-page #modgov form .has-error input:focus:not([type=submit]), .has-error #modern-gov-page #modgov form text-area:focus, #modern-gov-page #modgov form .has-error text-area:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .form-inline .mgFormRow {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline #modern-gov-page #modgov form select, #modern-gov-page #modgov form .form-inline select, .form-inline #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .form-inline input:not([type=submit]), .form-inline #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .form-inline text-area {
    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,
.form-inline .input-group #modern-gov-page #modgov form select,
#modern-gov-page #modgov form .form-inline .input-group select,
.form-inline .input-group #modern-gov-page #modgov form input:not([type=submit]),
#modern-gov-page #modgov form .form-inline .input-group input:not([type=submit]),
.form-inline .input-group #modern-gov-page #modgov form text-area,
#modern-gov-page #modgov form .form-inline .input-group text-area {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline #modern-gov-page #modgov form .input-group > select, #modern-gov-page #modgov form .form-inline .input-group > select, .form-inline #modern-gov-page #modgov form .input-group > input:not([type=submit]), #modern-gov-page #modgov form .form-inline .input-group > input:not([type=submit]), .form-inline #modern-gov-page #modgov form .input-group > text-area, #modern-gov-page #modgov form .form-inline .input-group > text-area {
    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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group, .form-horizontal #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .form-horizontal .mgFormRow {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal #modern-gov-page #modgov form .mgFormRow:before, #modern-gov-page #modgov form .form-horizontal .mgFormRow:before, .form-horizontal .form-group:after, .form-horizontal #modern-gov-page #modgov form .mgFormRow:after, #modern-gov-page #modgov form .form-horizontal .mgFormRow:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal #modern-gov-page #modgov form .mgFormRow:after, #modern-gov-page #modgov form .form-horizontal .mgFormRow:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}

.btn, #modern-gov-page #modgov .mgContent input.mgGoButton,
#modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent input#butGo {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 35px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, #modern-gov-page #modgov .mgContent input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input#butGo:focus, .btn.focus, #modern-gov-page #modgov .mgContent input.focus.mgGoButton,
#modern-gov-page #modgov .mgContent input.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.focus#butGo, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, #modern-gov-page #modgov .mgContent input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input#butGo:hover, .btn:focus, #modern-gov-page #modgov .mgContent input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input#butGo:focus, .btn.focus, #modern-gov-page #modgov .mgContent input.focus.mgGoButton,
#modern-gov-page #modgov .mgContent input.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.focus#butGo {
  color: #333;
  text-decoration: none;
}
.btn:active, #modern-gov-page #modgov .mgContent input.mgGoButton:active,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent input#butGo:active, .btn.active, #modern-gov-page #modgov .mgContent input.active.mgGoButton,
#modern-gov-page #modgov .mgContent input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.active#butGo {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, #modern-gov-page #modgov .mgContent input.disabled.mgGoButton,
#modern-gov-page #modgov .mgContent input.disabled.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.disabled#butGo, .btn[disabled], #modern-gov-page #modgov .mgContent input[disabled].mgGoButton,
#modern-gov-page #modgov .mgContent input[disabled].mgSubmitButton,
#modern-gov-page #modgov .mgContent input[disabled]#butGo, fieldset[disabled] .btn, fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent fieldset[disabled] input.mgGoButton,
fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent fieldset[disabled] input.mgSubmitButton,
fieldset[disabled] #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent fieldset[disabled] input#butGo {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default, #modern-gov-page #modgov .mgContent input.mgGoButton,
#modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent input#butGo {
  color: #333;
  background-color: #fff;
  border-color: #6fc6d2;
}
.btn-default:focus, #modern-gov-page #modgov .mgContent input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input#butGo:focus, .btn-default.focus, #modern-gov-page #modgov .mgContent input.focus.mgGoButton,
#modern-gov-page #modgov .mgContent input.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.focus#butGo {
  color: #333;
  background-color: #e6e6e6;
  border-color: #2e8793;
}
.btn-default:hover, #modern-gov-page #modgov .mgContent input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input#butGo:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #40b4c3;
}
.btn-default:active, #modern-gov-page #modgov .mgContent input.mgGoButton:active,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent input#butGo:active, .btn-default.active, #modern-gov-page #modgov .mgContent input.active.mgGoButton,
#modern-gov-page #modgov .mgContent input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.active#butGo, .open > .btn-default.dropdown-toggle, #modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgGoButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgSubmitButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle#butGo {
  color: #333;
  background-color: #e6e6e6;
  border-color: #40b4c3;
}
.btn-default:active:hover, #modern-gov-page #modgov .mgContent input.mgGoButton:active:hover,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active:hover,
#modern-gov-page #modgov .mgContent input#butGo:active:hover, .btn-default:active:focus, #modern-gov-page #modgov .mgContent input.mgGoButton:active:focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active:focus,
#modern-gov-page #modgov .mgContent input#butGo:active:focus, .btn-default:active.focus, #modern-gov-page #modgov .mgContent input.mgGoButton:active.focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active.focus,
#modern-gov-page #modgov .mgContent input#butGo:active.focus, .btn-default.active:hover, #modern-gov-page #modgov .mgContent input.active.mgGoButton:hover,
#modern-gov-page #modgov .mgContent input.active.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input.active#butGo:hover, .btn-default.active:focus, #modern-gov-page #modgov .mgContent input.active.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.active.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input.active#butGo:focus, .btn-default.active.focus, #modern-gov-page #modgov .mgContent input.active.focus.mgGoButton,
#modern-gov-page #modgov .mgContent input.active.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.active.focus#butGo, .open > .btn-default.dropdown-toggle:hover, #modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgGoButton:hover,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle#butGo:hover, .open > .btn-default.dropdown-toggle:focus, #modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgGoButton:focus,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle#butGo:focus, .open > .btn-default.dropdown-toggle.focus, #modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.focus.mgGoButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.focus#butGo {
  color: #333;
  background-color: #d4d4d4;
  border-color: #2e8793;
}
.btn-default:active, #modern-gov-page #modgov .mgContent input.mgGoButton:active,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent input#butGo:active, .btn-default.active, #modern-gov-page #modgov .mgContent input.active.mgGoButton,
#modern-gov-page #modgov .mgContent input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.active#butGo, .open > .btn-default.dropdown-toggle, #modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgGoButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle.mgSubmitButton,
#modern-gov-page #modgov .mgContent .open > input.dropdown-toggle#butGo {
  background-image: none;
}
.btn-default.disabled:hover, #modern-gov-page #modgov .mgContent input.disabled.mgGoButton:hover,
#modern-gov-page #modgov .mgContent input.disabled.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input.disabled#butGo:hover, .btn-default.disabled:focus, #modern-gov-page #modgov .mgContent input.disabled.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.disabled.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input.disabled#butGo:focus, .btn-default.disabled.focus, #modern-gov-page #modgov .mgContent input.disabled.focus.mgGoButton,
#modern-gov-page #modgov .mgContent input.disabled.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.disabled.focus#butGo, .btn-default[disabled]:hover, #modern-gov-page #modgov .mgContent input[disabled].mgGoButton:hover,
#modern-gov-page #modgov .mgContent input[disabled].mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input[disabled]#butGo:hover, .btn-default[disabled]:focus, #modern-gov-page #modgov .mgContent input[disabled].mgGoButton:focus,
#modern-gov-page #modgov .mgContent input[disabled].mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input[disabled]#butGo:focus, .btn-default[disabled].focus, #modern-gov-page #modgov .mgContent input[disabled].focus.mgGoButton,
#modern-gov-page #modgov .mgContent input[disabled].focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent input[disabled].focus#butGo, fieldset[disabled] .btn-default:hover, fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgGoButton:hover, #modern-gov-page #modgov .mgContent fieldset[disabled] input.mgGoButton:hover,
fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent fieldset[disabled] input.mgSubmitButton:hover,
fieldset[disabled] #modern-gov-page #modgov .mgContent input#butGo:hover,
#modern-gov-page #modgov .mgContent fieldset[disabled] input#butGo:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgGoButton:focus, #modern-gov-page #modgov .mgContent fieldset[disabled] input.mgGoButton:focus,
fieldset[disabled] #modern-gov-page #modgov .mgContent input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent fieldset[disabled] input.mgSubmitButton:focus,
fieldset[disabled] #modern-gov-page #modgov .mgContent input#butGo:focus,
#modern-gov-page #modgov .mgContent fieldset[disabled] input#butGo:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] #modern-gov-page #modgov .mgContent input.focus.mgGoButton, #modern-gov-page #modgov .mgContent fieldset[disabled] input.focus.mgGoButton,
fieldset[disabled] #modern-gov-page #modgov .mgContent input.focus.mgSubmitButton,
#modern-gov-page #modgov .mgContent fieldset[disabled] input.focus.mgSubmitButton,
fieldset[disabled] #modern-gov-page #modgov .mgContent input.focus#butGo,
#modern-gov-page #modgov .mgContent fieldset[disabled] input.focus#butGo {
  background-color: #fff;
  border-color: #6fc6d2;
}
.btn-default .badge, #modern-gov-page #modgov .mgContent input.mgGoButton .badge,
#modern-gov-page #modgov .mgContent input.mgSubmitButton .badge,
#modern-gov-page #modgov .mgContent input#butGo .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e34a57;
  border-color: #e03443;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d92131;
  border-color: #80141d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d92131;
  border-color: #ba1d2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d92131;
  border-color: #ba1d2a;
}
.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: #ba1d2a;
  border-color: #80141d;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #e34a57;
  border-color: #e03443;
}
.btn-danger .badge {
  color: #e34a57;
  background-color: #fff;
}

.btn-link {
  color: #575656;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #313030;
  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: #f2f2f2;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, #modern-gov-page #modgov .mgContent .btn-group-lg > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-lg > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-lg > input#butGo {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 24px;
}

.btn-sm, .btn-group-sm > .btn, #modern-gov-page #modgov .mgContent .btn-group-sm > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-sm > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-sm > input#butGo {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, #modern-gov-page #modgov .mgContent .btn-group-xs > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-xs > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-xs > input#butGo {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.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: 17px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #f2f2f2;
}
.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: 15px;
  line-height: 1.428571429;
  color: #f2f2f2;
  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, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo,
.btn-group-vertical > .btn,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo:hover, .btn-group > .btn:focus, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo:focus, .btn-group > .btn:active, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:active,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo:active, .btn-group > .btn.active, #modern-gov-page #modgov .mgContent .btn-group > input.active.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group > input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group > input.active#butGo,
.btn-group-vertical > .btn:hover,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:hover,
.btn-group-vertical > .btn:focus,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:focus,
.btn-group-vertical > .btn:active,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:active,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:active,
.btn-group-vertical > .btn.active,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.active.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.active#butGo {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + .btn, #modern-gov-page #modgov .mgContent .btn-group input.mgGoButton + .btn,
.btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + .btn,
#modern-gov-page #modgov .mgContent .btn-group input.mgSubmitButton + .btn,
.btn-group #modern-gov-page #modgov .mgContent input#butGo + .btn,
#modern-gov-page #modgov .mgContent .btn-group input#butGo + .btn, .btn-group #modern-gov-page #modgov .mgContent .btn + input.mgGoButton, #modern-gov-page #modgov .mgContent .btn-group .btn + input.mgGoButton, .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgGoButton, #modern-gov-page #modgov .mgContent .btn-group input.mgGoButton + input.mgGoButton,
.btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group input.mgSubmitButton + input.mgGoButton,
.btn-group #modern-gov-page #modgov .mgContent input#butGo + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group input#butGo + input.mgGoButton,
.btn-group #modern-gov-page #modgov .mgContent .btn + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group .btn + input.mgSubmitButton,
.btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group input.mgGoButton + input.mgSubmitButton,
.btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group input.mgSubmitButton + input.mgSubmitButton,
.btn-group #modern-gov-page #modgov .mgContent input#butGo + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group input#butGo + input.mgSubmitButton,
.btn-group #modern-gov-page #modgov .mgContent .btn + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group .btn + input#butGo,
.btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group input.mgGoButton + input#butGo,
.btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group input.mgSubmitButton + input#butGo,
.btn-group #modern-gov-page #modgov .mgContent input#butGo + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group input#butGo + input#butGo,
.btn-group .btn + .btn-group,
.btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group input.mgGoButton + .btn-group,
.btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group input.mgSubmitButton + .btn-group,
.btn-group #modern-gov-page #modgov .mgContent input#butGo + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group input#butGo + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #modern-gov-page #modgov .mgContent .btn-group + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group .btn-group + input.mgGoButton,
.btn-group #modern-gov-page #modgov .mgContent .btn-group + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group .btn-group + input.mgSubmitButton,
.btn-group #modern-gov-page #modgov .mgContent .btn-group + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group .btn-group + input#butGo,
.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 #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .btn-toolbar input.mgGoButton,
.btn-toolbar #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-toolbar input.mgSubmitButton,
.btn-toolbar #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .btn-toolbar input#butGo,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, #modern-gov-page #modgov .mgContent .btn-toolbar > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-toolbar > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-toolbar > input#butGo,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:not(:first-child):not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:not(:first-child):not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .btn-group > input#butGo:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:first-child:not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:first-child:not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .btn-group > input#butGo: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), #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton:last-child:not(:first-child),
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton:last-child:not(:first-child),
#modern-gov-page #modgov .mgContent .btn-group > input#butGo: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, #modern-gov-page #modgov .mgContent .btn-group > .btn-group:not(:first-child):not(:last-child) > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:not(:first-child):not(:last-child) > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:not(:first-child):not(:last-child) > input#butGo {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #modern-gov-page #modgov .mgContent .btn-group > .btn-group:first-child:not(:last-child) > input.mgGoButton:last-child,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:first-child:not(:last-child) > input.mgSubmitButton:last-child,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:first-child:not(:last-child) > input#butGo: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, #modern-gov-page #modgov .mgContent .btn-group > .btn-group:last-child:not(:first-child) > input.mgGoButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:last-child:not(:first-child) > input.mgSubmitButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group > .btn-group:last-child:not(:first-child) > input#butGo: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, #modern-gov-page #modgov .mgContent .btn-group > input.mgGoButton + .dropdown-toggle,
#modern-gov-page #modgov .mgContent .btn-group > input.mgSubmitButton + .dropdown-toggle,
#modern-gov-page #modgov .mgContent .btn-group > input#butGo + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #modern-gov-page #modgov .mgContent .btn-group-lg.btn-group > input.mgGoButton + .dropdown-toggle,
#modern-gov-page #modgov .mgContent .btn-group-lg.btn-group > input.mgSubmitButton + .dropdown-toggle,
#modern-gov-page #modgov .mgContent .btn-group-lg.btn-group > input#butGo + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, #modern-gov-page #modgov .mgContent input.mgGoButton .caret,
#modern-gov-page #modgov .mgContent input.mgSubmitButton .caret,
#modern-gov-page #modgov .mgContent input#butGo .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, #modern-gov-page #modgov .mgContent .btn-group-lg > input.mgGoButton .caret,
#modern-gov-page #modgov .mgContent .btn-group-lg > input.mgSubmitButton .caret,
#modern-gov-page #modgov .mgContent .btn-group-lg > input#butGo .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #modern-gov-page #modgov .mgContent .btn-group-lg > input.mgGoButton .caret, #modern-gov-page #modgov .mgContent .dropup .btn-group-lg > input.mgGoButton .caret,
.dropup #modern-gov-page #modgov .mgContent .btn-group-lg > input.mgSubmitButton .caret,
#modern-gov-page #modgov .mgContent .dropup .btn-group-lg > input.mgSubmitButton .caret,
.dropup #modern-gov-page #modgov .mgContent .btn-group-lg > input#butGo .caret,
#modern-gov-page #modgov .mgContent .dropup .btn-group-lg > input#butGo .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input#butGo {
  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, #modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group > input#butGo {
  float: none;
}
.btn-group-vertical > .btn + .btn, #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton + .btn,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton + .btn,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo + .btn, #modern-gov-page #modgov .mgContent .btn-group-vertical > .btn + input.mgGoButton, #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton + input#butGo,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo + input#butGo,
.btn-group-vertical > .btn + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton + .btn-group,
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo + .btn-group,
.btn-group-vertical > .btn-group + .btn,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group + input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group + input#butGo,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:not(:first-child):not(:last-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:not(:first-child):not(:last-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:first-child:not(:last-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:first-child:not(:last-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), #modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgGoButton:last-child:not(:first-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input.mgSubmitButton:last-child:not(:first-child),
#modern-gov-page #modgov .mgContent .btn-group-vertical > input#butGo:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input#butGo {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:first-child:not(:last-child) > input.mgGoButton:last-child,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:first-child:not(:last-child) > input.mgSubmitButton:last-child,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:first-child:not(:last-child) > input#butGo: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, #modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:last-child:not(:first-child) > input.mgGoButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:last-child:not(:first-child) > input.mgSubmitButton:first-child,
#modern-gov-page #modgov .mgContent .btn-group-vertical > .btn-group:last-child:not(:first-child) > input#butGo: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, #modern-gov-page #modgov .mgContent .btn-group-justified > input.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-justified > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-justified > input#butGo,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .btn-group-justified > .btn-group input.mgGoButton,
.btn-group-justified > .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-justified > .btn-group input.mgSubmitButton,
.btn-group-justified > .btn-group #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .btn-group-justified > .btn-group input#butGo {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], #modern-gov-page #modgov .mgContent [data-toggle=buttons] > input.mgGoButton input[type=radio],
#modern-gov-page #modgov .mgContent [data-toggle=buttons] > input.mgSubmitButton input[type=radio],
#modern-gov-page #modgov .mgContent [data-toggle=buttons] > input#butGo input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
#modern-gov-page #modgov .mgContent [data-toggle=buttons] > input.mgGoButton input[type=checkbox],
#modern-gov-page #modgov .mgContent [data-toggle=buttons] > input.mgSubmitButton input[type=checkbox],
#modern-gov-page #modgov .mgContent [data-toggle=buttons] > input#butGo 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, .input-group #modern-gov-page #modgov form select, #modern-gov-page #modgov form .input-group select, .input-group #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .input-group input:not([type=submit]), .input-group #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .input-group text-area {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group #modern-gov-page #modgov form select:focus, #modern-gov-page #modgov form .input-group select:focus, .input-group #modern-gov-page #modgov form input:focus:not([type=submit]), #modern-gov-page #modgov form .input-group input:focus:not([type=submit]), .input-group #modern-gov-page #modgov form text-area:focus, #modern-gov-page #modgov form .input-group text-area:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group #modern-gov-page #modgov form select,
#modern-gov-page #modgov form .input-group select,
.input-group #modern-gov-page #modgov form input:not([type=submit]),
#modern-gov-page #modgov form .input-group input:not([type=submit]),
.input-group #modern-gov-page #modgov form text-area,
#modern-gov-page #modgov form .input-group text-area {
  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),
.input-group #modern-gov-page #modgov form select:not(:first-child):not(:last-child),
#modern-gov-page #modgov form .input-group select:not(:first-child):not(:last-child),
.input-group #modern-gov-page #modgov form input:not(:first-child):not(:last-child):not([type=submit]),
#modern-gov-page #modgov form .input-group input:not(:first-child):not(:last-child):not([type=submit]),
.input-group #modern-gov-page #modgov form text-area:not(:first-child):not(:last-child),
#modern-gov-page #modgov form .input-group text-area: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: 10px 35px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.input-group-addon.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.input-group-addon.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-sm > .input-group-btn > input.input-group-addon#butGo {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.input-group-addon.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.input-group-addon.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-lg > .input-group-btn > input.input-group-addon#butGo {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 24px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group #modern-gov-page #modgov form select:first-child, #modern-gov-page #modgov form .input-group select:first-child, .input-group #modern-gov-page #modgov form input:first-child:not([type=submit]), #modern-gov-page #modgov form .input-group input:first-child:not([type=submit]), .input-group #modern-gov-page #modgov form text-area:first-child, #modern-gov-page #modgov form .input-group text-area:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input#butGo,
.input-group-btn:first-child > .btn-group > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group > input#butGo,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgGoButton:not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgSubmitButton:not(:last-child):not(.dropdown-toggle),
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input#butGo:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group:not(:last-child) > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group:not(:last-child) > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group:not(:last-child) > input#butGo {
  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 #modern-gov-page #modgov form select:last-child, #modern-gov-page #modgov form .input-group select:last-child, .input-group #modern-gov-page #modgov form input:last-child:not([type=submit]), #modern-gov-page #modgov form .input-group input:last-child:not([type=submit]), .input-group #modern-gov-page #modgov form text-area:last-child, #modern-gov-page #modgov form .input-group text-area:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input#butGo,
.input-group-btn:last-child > .btn-group > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > .btn-group > input#butGo,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgGoButton:not(:first-child),
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgSubmitButton:not(:first-child),
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input#butGo:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group:not(:first-child) > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group:not(:first-child) > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > .btn-group:not(:first-child) > input#butGo {
  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, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo {
  position: relative;
}
.input-group-btn > .btn + .btn, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton + .btn,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton + .btn,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo + .btn, #modern-gov-page #modgov .mgContent .input-group-btn > .btn + input.mgGoButton, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo + input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn > .btn + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn > .btn + input#butGo,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton + input#butGo,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton + input#butGo,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo + input#butGo {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo:hover, .input-group-btn > .btn:focus, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo:focus, .input-group-btn > .btn:active, #modern-gov-page #modgov .mgContent .input-group-btn > input.mgGoButton:active,
#modern-gov-page #modgov .mgContent .input-group-btn > input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent .input-group-btn > input#butGo:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, #modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:first-child > input#butGo,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, #modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgGoButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .input-group-btn:last-child > input#butGo,
.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 > 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #f2f2f2;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #f2f2f2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #575656;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #383939;
  background-color: none;
  border-bottom: 2px solid #53BEC6;
  font-weight: bold;
}

.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: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content {
  margin-top: 20px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.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: 13px 15px;
  font-size: 22px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #999;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.428571429;
  font-size: 17px;
}
@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: 24px;
  }
  .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: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .navbar-form .mgFormRow {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form #modern-gov-page #modgov form select, #modern-gov-page #modgov form .navbar-form select, .navbar-form #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form .navbar-form input:not([type=submit]), .navbar-form #modern-gov-page #modgov form text-area, #modern-gov-page #modgov form .navbar-form text-area {
    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,
.navbar-form .input-group #modern-gov-page #modgov form select,
#modern-gov-page #modgov form .navbar-form .input-group select,
.navbar-form .input-group #modern-gov-page #modgov form input:not([type=submit]),
#modern-gov-page #modgov form .navbar-form .input-group input:not([type=submit]),
.navbar-form .input-group #modern-gov-page #modgov form text-area,
#modern-gov-page #modgov form .navbar-form .input-group text-area {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form #modern-gov-page #modgov form .input-group > select, #modern-gov-page #modgov form .navbar-form .input-group > select, .navbar-form #modern-gov-page #modgov form .input-group > input:not([type=submit]), #modern-gov-page #modgov form .navbar-form .input-group > input:not([type=submit]), .navbar-form #modern-gov-page #modgov form .input-group > text-area, #modern-gov-page #modgov form .navbar-form .input-group > text-area {
    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, .navbar-form #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .navbar-form .mgFormRow {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child, .navbar-form #modern-gov-page #modgov form .mgFormRow:last-child, #modern-gov-page #modgov form .navbar-form .mgFormRow:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #modern-gov-page #modgov .mgContent .btn-group-sm > input.navbar-btn.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-sm > input.navbar-btn.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-sm > input.navbar-btn#butGo {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #modern-gov-page #modgov .mgContent .btn-group-xs > input.navbar-btn.mgGoButton,
#modern-gov-page #modgov .mgContent .btn-group-xs > input.navbar-btn.mgSubmitButton,
#modern-gov-page #modgov .mgContent .btn-group-xs > input.navbar-btn#butGo {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@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: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.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: white;
  }
  .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: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.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: 8px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #000000;
}
.breadcrumb > li:last-child span, .breadcrumb > li:last-child a {
  color: #53bec6;
}
.breadcrumb > li a {
  color: #000000;
}
.breadcrumb > .active {
  color: #3db7e4;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 35px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #575656;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #313030;
  background-color: #eeeeee;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #f2f2f2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 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: #eeeeee;
}
.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: #f2f2f2;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, #modern-gov-page #modgov .mgContent input.mgGoButton .label,
#modern-gov-page #modgov .mgContent input.mgSubmitButton .label,
#modern-gov-page #modgov .mgContent input#butGo .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #f2f2f2;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d9d9d9;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #e34a57;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d92131;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, #modern-gov-page #modgov .mgContent input.mgGoButton .badge,
#modern-gov-page #modgov .mgContent input.mgSubmitButton .badge,
#modern-gov-page #modgov .mgContent input#butGo .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, #modern-gov-page #modgov .mgContent .btn-group-xs > input.mgGoButton .badge,
#modern-gov-page #modgov .mgContent .btn-group-xs > input.mgSubmitButton .badge,
#modern-gov-page #modgov .mgContent .btn-group-xs > input#butGo .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #575656;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 77px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #575656;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-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: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e34a57;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, 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: #eeeeee;
  color: #f2f2f2;
  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: #f2f2f2;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
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: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table: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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table: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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 24px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  color: #575656;
  margin-top: 5px;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.close:hover, .close:focus {
  color: #575656;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

button.close {
  padding: 0;
  cursor: pointer;
  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, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media all and (min-width: 992px) {
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}

.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-radius: 4px;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.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, .modal-footer #modern-gov-page #modgov .mgContent input.mgGoButton + .btn, #modern-gov-page #modgov .mgContent .modal-footer input.mgGoButton + .btn,
.modal-footer #modern-gov-page #modgov .mgContent input.mgSubmitButton + .btn,
#modern-gov-page #modgov .mgContent .modal-footer input.mgSubmitButton + .btn,
.modal-footer #modern-gov-page #modgov .mgContent input#butGo + .btn,
#modern-gov-page #modgov .mgContent .modal-footer input#butGo + .btn, .modal-footer #modern-gov-page #modgov .mgContent .btn + input.mgGoButton, #modern-gov-page #modgov .mgContent .modal-footer .btn + input.mgGoButton, .modal-footer #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgGoButton, #modern-gov-page #modgov .mgContent .modal-footer input.mgGoButton + input.mgGoButton,
.modal-footer #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .modal-footer input.mgSubmitButton + input.mgGoButton,
.modal-footer #modern-gov-page #modgov .mgContent input#butGo + input.mgGoButton,
#modern-gov-page #modgov .mgContent .modal-footer input#butGo + input.mgGoButton,
.modal-footer #modern-gov-page #modgov .mgContent .btn + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn + input.mgSubmitButton,
.modal-footer #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer input.mgGoButton + input.mgSubmitButton,
.modal-footer #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer input.mgSubmitButton + input.mgSubmitButton,
.modal-footer #modern-gov-page #modgov .mgContent input#butGo + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer input#butGo + input.mgSubmitButton,
.modal-footer #modern-gov-page #modgov .mgContent .btn + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer .btn + input#butGo,
.modal-footer #modern-gov-page #modgov .mgContent input.mgGoButton + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer input.mgGoButton + input#butGo,
.modal-footer #modern-gov-page #modgov .mgContent input.mgSubmitButton + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer input.mgSubmitButton + input#butGo,
.modal-footer #modern-gov-page #modgov .mgContent input#butGo + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer input#butGo + input#butGo {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + .btn, #modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgGoButton + .btn,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + .btn,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgSubmitButton + .btn,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input#butGo + .btn,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input#butGo + .btn, .modal-footer .btn-group #modern-gov-page #modgov .mgContent .btn + input.mgGoButton, #modern-gov-page #modgov .mgContent .modal-footer .btn-group .btn + input.mgGoButton, .modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgGoButton, #modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgGoButton + input.mgGoButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgGoButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgSubmitButton + input.mgGoButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input#butGo + input.mgGoButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input#butGo + input.mgGoButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent .btn + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group .btn + input.mgSubmitButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgGoButton + input.mgSubmitButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgSubmitButton + input.mgSubmitButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input#butGo + input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input#butGo + input.mgSubmitButton,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent .btn + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group .btn + input#butGo,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgGoButton + input#butGo,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input.mgSubmitButton + input#butGo,
.modal-footer .btn-group #modern-gov-page #modgov .mgContent input#butGo + input#butGo,
#modern-gov-page #modgov .mgContent .modal-footer .btn-group input#butGo + input#butGo {
  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-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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: 17px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 23px 23px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  height: auto !important;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-menu-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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .carousel-caption input.mgGoButton,
.carousel-caption #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .carousel-caption input.mgSubmitButton,
.carousel-caption #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .carousel-caption input#butGo {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  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;
  }
}
/*!
 * Custom styles
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
}
@media all and (max-width: 767px) {
  .white-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    margin: auto;
    overflow: scroll;
    max-width: 100%;
    padding: 40px 20px;
  }
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.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;
  }
}
#footer {
  background: #575656;
  padding: 30px 0;
  margin-top: 0px;
  clear: both;
  color: #fff;
  display: block;
}

#footer .widgettitle {
  margin: 0px;
  padding: 0px 0px 15px;
  border-bottom: medium none;
}

#footer h4 {
  color: #FFF;
}

#footer ul {
  list-style: outside none none;
  padding: 0;
}

#footer li {
  margin: 0 0 15px 0;
}

#footer li a {
  color: #fff;
  font-size: 16px;
}

#sub-floor {
  color: #fff;
  background: #575656 none repeat scroll 0% 0%;
  padding: 10px 0px;
}

#footer img {
  width: 40px;
}

#footer .tw {
  margin: 0 8px 0 20px;
}

footer .copyright {
  float: right;
}

footer .social {
  float: right;
  font-size: 16px;
}

@media (max-width: 767px) {
  #footer .social {
    font-size: 20px;
    margin: 30px 0;
    float: none !important;
    display: table;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer .copyright {
    margin: 15px 0;
    text-align: right;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.header {
  text-align: center;
  font-size: 60px;
  padding-top: 5px;
  font-family: "texta-regular";
}

.title {
  text-align: center;
  font-size: 40px;
  padding-top: 5px;
  text-decoration: underline;
  font-family: "Texta-Regular";
}

.wmca-map {
  margin-bottom: 80px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.what-we-do img {
  max-width: 150px;
}

p a,
a.external-link {
  text-decoration: underline;
  color: #53bec6;
}

a.external-link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/external-link.svg);
  background-size: 15px;
  margin-left: 10px;
}

ul.external-links {
  padding: 0;
  list-style: none;
}
ul.external-links li {
  margin-bottom: 15px;
}
ul.external-links li a:hover {
  color: #313030;
}

::selection {
  background: #53bec6;
  color: white;
}

::moz-selection {
  background: #53bec6;
  color: white;
}

.WWD-Icons {
  color: #fff;
  font-size: 80px;
}

.padding-tb-80 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-tb-80.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.padding-tb-80 h2 {
  margin-top: 0;
}

.padding-tb-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.bg-gray {
  background-color: #f2f2f2;
}

.ico-budget-spending:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-chart:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-contact-us:before {
  content: "ࠂ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-economy:before {
  content: "ࠃ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-housing-land:before {
  content: "ࠄ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-map:before {
  content: "ࠅ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-media-assets:before {
  content: "ࠆ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-meetings:before {
  content: "ࠇ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-monthly-newsletter:before {
  content: "ࠈ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-news-alerts:before {
  content: "ࠉ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-projects:before {
  content: "ࠐ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-public-sector-reform:before {
  content: "ࠑ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-research-analysis:before {
  content: "ࠒ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-skills-productivity:before {
  content: "ࠓ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-strategy:before {
  content: "ࠔ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-transport:before {
  content: "ࠕ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.ico-website-icon:before {
  content: "ࠖ";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "wmca";
}

.btn, #modern-gov-page #modgov .mgContent input.mgGoButton,
#modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent input#butGo {
  border-radius: 0;
}

.btn-cta, #modern-gov-page #modgov .mgContent input.mgGoButton,
#modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent input#butGo {
  border-radius: 25px;
  position: relative;
  padding-right: 55px !important;
}
.btn-cta:after, #modern-gov-page #modgov .mgContent input.mgGoButton:after,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:after,
#modern-gov-page #modgov .mgContent input#butGo:after {
  content: "";
  background-image: url(https://static.centro.org.uk/wmcaAssets/Assets/icons/svg/button-arrow.svg);
  background-size: cover;
  display: block;
  width: 20px;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.btn-cta:hover, #modern-gov-page #modgov .mgContent input.mgGoButton:hover,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent input#butGo:hover, .btn-cta:active, #modern-gov-page #modgov .mgContent input.mgGoButton:active,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active,
#modern-gov-page #modgov .mgContent input#butGo:active, .btn-cta:focus, #modern-gov-page #modgov .mgContent input.mgGoButton:focus,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:focus,
#modern-gov-page #modgov .mgContent input#butGo:focus, .btn-cta:active:focus, .btn-ctaactive:hover, .btn-cta:target, #modern-gov-page #modgov .mgContent input.mgGoButton:target,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:target,
#modern-gov-page #modgov .mgContent input#butGo:target {
  background-color: #53bec6;
  color: white !important;
}
.btn-cta:hover:after, #modern-gov-page #modgov .mgContent input.mgGoButton:hover:after,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:hover:after,
#modern-gov-page #modgov .mgContent input#butGo:hover:after, .btn-cta:active:after, #modern-gov-page #modgov .mgContent input.mgGoButton:active:after,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:active:after,
#modern-gov-page #modgov .mgContent input#butGo:active:after, .btn-cta:focus:after, #modern-gov-page #modgov .mgContent input.mgGoButton:focus:after,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:focus:after,
#modern-gov-page #modgov .mgContent input#butGo:focus:after, .btn-cta:active:focus:after, .btn-ctaactive:hover:after, .btn-cta:target:after, #modern-gov-page #modgov .mgContent input.mgGoButton:target:after,
#modern-gov-page #modgov .mgContent input.mgSubmitButton:target:after,
#modern-gov-page #modgov .mgContent input#butGo:target:after {
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/button-arrow-white.svg);
}
.btn-cta.prev, #modern-gov-page #modgov .mgContent input.prev.mgGoButton,
#modern-gov-page #modgov .mgContent input.prev.mgSubmitButton,
#modern-gov-page #modgov .mgContent input.prev#butGo {
  padding-right: 35px;
  padding-left: 55px;
}
.btn-cta.prev:after, #modern-gov-page #modgov .mgContent input.prev.mgGoButton:after,
#modern-gov-page #modgov .mgContent input.prev.mgSubmitButton:after,
#modern-gov-page #modgov .mgContent input.prev#butGo:after {
  right: initial;
  left: 20px;
  transform: rotate(180deg);
}

.btn-ext {
  border-radius: 25px;
  position: relative;
  padding-right: 55px;
}
.btn-ext:after {
  content: "";
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/external-link.svg);
  background-size: cover;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.btn-ext:hover, .btn-ext:active, .btn-ext:focus, .btn-ext:active:focus, .btn-extactive:hover, .btn-ext:target {
  background-color: #53bec6;
  color: white;
}
.btn-ext:hover:after, .btn-ext:active:after, .btn-ext:focus:after, .btn-ext:active:focus:after, .btn-extactive:hover:after, .btn-ext:target:after {
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/external-link-white.svg);
}

.btn-org {
  background: #ff8300;
  color: #fff !important;
  border: none;
  border: 1px solid #ff8300;
}
.btn-org:after {
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/button-arrow-white.svg);
}
.btn-org:hover {
  border: 1px solid white;
}
.btn-org.new:hover {
  background-color: #cc6900;
}

.btn-on-bg:hover, .btn-on-bg:active, .btn-on-bg:focus, .btn-on-bg:active:focus, .btn-on-bgactive:hover, .btn-on-bg:target {
  border-color: white !important;
  background: none !important;
  color: white !important;
}

div.table > *,
span.table > * {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
div.table.bottom > *,
span.table.bottom > * {
  vertical-align: bottom;
}
div.table.top > *,
span.table.top > * {
  vertical-align: top;
}

.vertical-align-mid {
  display: table;
  width: 100%;
}
.vertical-align-mid > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin: 0;
}

@media all and (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  div.table,
span.table > * {
    float: left;
    margin: 5px 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  .vertical-align-mid > * {
    display: block;
    float: left;
  }
}
.margin-top-15 {
  margin-top: 15px;
}

.content-slider {
  margin: 80px auto;
}
.content-slider .carousel-inner .item {
  width: 100%;
  min-height: 400px;
  table-layout: fixed;
}
.content-slider .carousel-inner .item.active, .content-slider .carousel-inner .item.next, .content-slider .carousel-inner .item.prev {
  display: table;
}
.content-slider .carousel-inner .item .carousel-caption {
  z-index: 10;
  padding: 60px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.content-slider .carousel-inner .item .carousel-caption h3 {
  font-size: 24px;
}
.content-slider .carousel-inner .item .carousel-caption h3, .content-slider .carousel-inner .item .carousel-caption p {
  max-width: 320px;
}
.content-slider .carousel-inner .item .content-img {
  padding: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  vertical-align: middle !important;
}
.content-slider .carousel-inner .item .content-img > .wrapper {
  position: relative;
  top: 0;
  transform: none;
  height: 70px;
}
.content-slider .carousel-inner .item .content-img, .content-slider .carousel-inner .item .carousel-caption {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.content-slider .carousel-indicators {
  bottom: -50px;
}
.content-slider .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 50%;
}
.content-slider .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #53bec6;
}

@media (max-width: 767px) {
  .content-slider .carousel-inner .item .content-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-blend-mode: luminosity;
    background-color: black;
  }
  .content-slider .carousel-inner .item .carousel-caption {
    background-color: rgba(83, 190, 198, 0.8);
    padding: 40px;
  }
  .content-slider .carousel-inner .item .carousel-caption h3 {
    margin-top: 0;
  }
}
body .carousel-inner > .item.next,
body .carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body .carousel-inner > .item.prev,
body .carousel-inner > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#events-twitter #events {
  float: left;
  width: 100%;
}
#events-twitter #events .event {
  text-align: left;
  background-color: white;
  padding: 20px 40px;
  margin-bottom: 10px;
  min-height: auto;
  transition: transform 400ms ease, box-shadow 400ms ease;
}
#events-twitter #events .event:last-child {
  margin-bottom: 0;
}
#events-twitter #events .event:hover {
  transform: scale3d(1.03, 1.03, 1);
  box-shadow: 0px 4px 10px 1px #c8c8c8;
  text-decoration: none;
}
#events-twitter #events .event .event__title {
  font-weight: bold;
  margin: 0;
}
#events-twitter #events .event .event__venue {
  margin: 0;
}
@media all and (max-width: 450px) {
  #events-twitter #events .event .event__date {
    width: 30%;
  }
}
#events-twitter #events .event .event__date .day {
  margin-top: -5px;
  color: #ff8300;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
#events-twitter #events .event .event__date .month {
  text-transform: uppercase;
  margin-top: -5px;
}
@media all and (max-width: 450px) {
  #events-twitter #events .event .event__content {
    width: 70%;
  }
}
#events-twitter #twitter {
  padding: 20px;
  background: white;
  margin-top: 20px;
}
#events-twitter #twitter .twitter-follow-button {
  min-height: 28px;
  display: block;
}
#events-twitter #twitter #timeline {
  overflow-y: scroll;
  height: 100%;
}
#events-twitter #twitter,
#events-twitter #events {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  #events-twitter #events {
    margin-bottom: 40px;
  }
  #events-twitter #twitter {
    height: 400px;
  }
}
#news-summary-widget, #news-top-stories, .search-results, .card-results {
  margin-bottom: 80px;
  /* news search results styling */
}
#news-summary-widget .btn-cta, #news-summary-widget #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent #news-summary-widget input.mgGoButton,
#news-summary-widget #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent #news-summary-widget input.mgSubmitButton,
#news-summary-widget #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent #news-summary-widget input#butGo, #news-summary-widget .btn-ext, #news-top-stories .btn-cta, #news-top-stories #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent #news-top-stories input.mgGoButton,
#news-top-stories #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent #news-top-stories input.mgSubmitButton,
#news-top-stories #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent #news-top-stories input#butGo, #news-top-stories .btn-ext, .search-results .btn-cta, .search-results #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .search-results input.mgGoButton,
.search-results #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .search-results input.mgSubmitButton,
.search-results #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .search-results input#butGo, .search-results .btn-ext, .card-results .btn-cta, .card-results #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .card-results input.mgGoButton,
.card-results #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .card-results input.mgSubmitButton,
.card-results #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .card-results input#butGo, .card-results .btn-ext {
  margin-top: 30px;
}
#news-summary-widget .news-items-4, #news-top-stories .news-items-4, .search-results .news-items-4, .card-results .news-items-4 {
  height: 50%;
  width: 50%;
}
#news-summary-widget .news-search-result, #news-top-stories .news-search-result, .search-results .news-search-result, .card-results .news-search-result {
  margin-bottom: 40px;
}
#news-summary-widget .news-search-result a, #news-top-stories .news-search-result a, .search-results .news-search-result a, .card-results .news-search-result a {
  border-bottom: 1px solid #DADCDD;
}
#news-summary-widget .news-search-result a .news-img, #news-top-stories .news-search-result a .news-img, .search-results .news-search-result a .news-img, .card-results .news-search-result a .news-img {
  padding: 0;
}
#news-summary-widget .news-search-result .news-img-wrapper, #news-top-stories .news-search-result .news-img-wrapper, .search-results .news-search-result .news-img-wrapper, .card-results .news-search-result .news-img-wrapper {
  height: 150px;
}
#news-summary-widget .news-search-result header, #news-top-stories .news-search-result header, .search-results .news-search-result header, .card-results .news-search-result header {
  padding: 0 0 0 40px;
}
@media all and (max-width: 768px) {
  #news-summary-widget .news-search-result header, #news-top-stories .news-search-result header, .search-results .news-search-result header, .card-results .news-search-result header {
    padding: 15px 0;
  }
}
#news-summary-widget .news-search-result h3, #news-summary-widget .news-search-result h4, #news-summary-widget .news-search-result time, #news-summary-widget .news-search-result .summary, #news-summary-widget .news-cards h3, #news-summary-widget .news-cards h4, #news-summary-widget .news-cards time, #news-summary-widget .news-cards .summary, #news-top-stories .news-search-result h3, #news-top-stories .news-search-result h4, #news-top-stories .news-search-result time, #news-top-stories .news-search-result .summary, #news-top-stories .news-cards h3, #news-top-stories .news-cards h4, #news-top-stories .news-cards time, #news-top-stories .news-cards .summary, .search-results .news-search-result h3, .search-results .news-search-result h4, .search-results .news-search-result time, .search-results .news-search-result .summary, .search-results .news-cards h3, .search-results .news-cards h4, .search-results .news-cards time, .search-results .news-cards .summary, .card-results .news-search-result h3, .card-results .news-search-result h4, .card-results .news-search-result time, .card-results .news-search-result .summary, .card-results .news-cards h3, .card-results .news-cards h4, .card-results .news-cards time, .card-results .news-cards .summary {
  max-width: 100%;
  display: block;
}
#news-summary-widget article, #news-top-stories article, .search-results article, .card-results article {
  /* Top Stories on News page */
  /* End Top Stories */
}
#news-summary-widget article.news-cards, #news-top-stories article.news-cards, .search-results article.news-cards, .card-results article.news-cards {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  #news-summary-widget article.news-cards:nth-of-type(3n+1), #news-top-stories article.news-cards:nth-of-type(3n+1), .search-results article.news-cards:nth-of-type(3n+1), .card-results article.news-cards:nth-of-type(3n+1) {
    padding: 0 35px 0 15px;
  }
  #news-summary-widget article.news-cards:nth-of-type(3n+2), #news-top-stories article.news-cards:nth-of-type(3n+2), .search-results article.news-cards:nth-of-type(3n+2), .card-results article.news-cards:nth-of-type(3n+2) {
    padding: 0 25px;
  }
  #news-summary-widget article.news-cards:nth-of-type(3n+3), #news-top-stories article.news-cards:nth-of-type(3n+3), .search-results article.news-cards:nth-of-type(3n+3), .card-results article.news-cards:nth-of-type(3n+3) {
    padding: 0 15px 0 35px;
  }
}
#news-summary-widget article.news-cards .news-img-wrapper, #news-top-stories article.news-cards .news-img-wrapper, .search-results article.news-cards .news-img-wrapper, .card-results article.news-cards .news-img-wrapper {
  height: 200px;
}
#news-summary-widget article.news-cards header, #news-top-stories article.news-cards header, .search-results article.news-cards header, .card-results article.news-cards header {
  padding: 15px 0;
}
#news-summary-widget article.news-cards header .summary, #news-top-stories article.news-cards header .summary, .search-results article.news-cards header .summary, .card-results article.news-cards header .summary {
  display: block;
}
#news-summary-widget article a, #news-top-stories article a, .search-results article a, .card-results article a {
  display: block;
  overflow: hidden;
}
#news-summary-widget article a:hover, #news-top-stories article a:hover, .search-results article a:hover, .card-results article a:hover {
  text-decoration: none;
}
#news-summary-widget article a:hover h3, #news-summary-widget article a:hover h4, #news-top-stories article a:hover h3, #news-top-stories article a:hover h4, .search-results article a:hover h3, .search-results article a:hover h4, .card-results article a:hover h3, .card-results article a:hover h4 {
  text-decoration: underline;
  color: #53bec6;
}
#news-summary-widget article .news-img-wrapper, #news-top-stories article .news-img-wrapper, .search-results article .news-img-wrapper, .card-results article .news-img-wrapper {
  overflow: hidden;
  position: relative;
  height: 320px;
}
#news-summary-widget article .news-img-wrapper img, #news-top-stories article .news-img-wrapper img, .search-results article .news-img-wrapper img, .card-results article .news-img-wrapper img {
  position: absolute;
  max-width: 500px;
  min-height: 320px;
  min-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#news-summary-widget header, #news-top-stories header, .search-results header, .card-results header {
  padding: 15px;
}
#news-summary-widget header h3, #news-summary-widget header h4, #news-top-stories header h3, #news-top-stories header h4, .search-results header h3, .search-results header h4, .card-results header h3, .card-results header h4 {
  font-size: 18px;
  color: black;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#news-summary-widget header .date, #news-summary-widget header .summary, #news-top-stories header .date, #news-top-stories header .summary, .search-results header .date, .search-results header .summary, .card-results header .date, .card-results header .summary {
  font-weight: normal;
  display: none;
}
#news-summary-widget header .date, #news-top-stories header .date, .search-results header .date, .card-results header .date {
  display: block;
  margin-bottom: 20px;
}

#news-summary-widget article a {
  border: 1px solid #DADCDD;
  height: 100%;
}
#news-summary-widget article .news-img-wrapper {
  height: 400px;
}
#news-summary-widget article.news-items-4 a header {
  display: table-cell;
  vertical-align: middle;
}

.partnernews {
  margin: 30px 0 0 0;
}
.partnernews h2 {
  margin: 70px 0 20px 0;
}
.partnernews h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
}
.partnernews .list-group-item-text {
  font-size: 15px;
}
.partnernews .org {
  color: #63ceca;
  display: inline-flex;
}
.partnernews .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}
.partnernews .list-group-item:hover {
  background: #fff;
  text-decoration: underline;
}
.partnernews .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.partnernews .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.newsroom {
  margin-top: 40px;
}
.newsroom .news-img img {
  margin: 0 0 15px 0;
}
.newsroom .filters {
  margin: 0 0 20px 0;
}
.newsroom .fa-sign-in {
  color: #63ceca;
}
.newsroom .news {
  margin-bottom: 0px;
}
.newsroom .newssummary h3 {
  font-weight: bold;
}

#news-summary-widget .col-md-4,
#news-summary-widget .col-sm-6 {
  padding-left: 0px;
}

.news-box {
  background: #f5f6f7;
  margin-top: 15px;
  padding: 40px;
  overflow: hidden;
  height: 350px;
  width: 100%;
}

.extlink {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  background: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/external-link.svg);
  background-size: 15px 15px;
  margin: 0 3px 0 0;
}

.abimage {
  margin: 30px 0 0 0;
}
.abimage p {
  font-weight: bold;
  margin: 20px 0 25px 0;
}

.list-group-hover .list-group-item:hover {
  background-color: #ffffff !important;
}

.alert-grey {
  background-color: #f3f1f1;
}

/* Desktop Styling */
@media all and (min-width: 768px) {
  #news-summary-widget header, #news-top-stories header, .search-results header {
    padding: 60px;
  }
  #news-summary-widget header h3, #news-summary-widget header h4, #news-top-stories header h3, #news-top-stories header h4, .search-results header h3, .search-results header h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #news-summary-widget header .date, #news-summary-widget header .summary, #news-top-stories header .date, #news-top-stories header .summary, .search-results header .date, .search-results header .summary {
    display: block;
  }
  #news-summary-widget .main-news, #news-top-stories .main-news, .search-results .main-news {
    border-right: 0;
  }
  #news-summary-widget .main-news header, #news-top-stories .main-news header, .search-results .main-news header {
    padding: 60px;
  }
  #news-summary-widget .no-border-left, #news-top-stories .no-border-left, .search-results .no-border-left {
    border-left: 0;
  }
  #news-summary-widget .no-border-top, #news-top-stories .no-border-top, .search-results .no-border-top {
    border-top: 0;
  }
  #news-summary-widget .main-news, #news-top-stories .main-news, .search-results .main-news {
    border-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  #news-summary-widget article.news-items-4 a {
    border-top: 0;
  }
  #news-summary-widget article.news-items-4:nth-of-type(odd) a {
    border-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  #news-summary-widget .main-news header, #news-summary-widget header, #news-top-stories header, .search-results header {
    padding: 25px;
  }
}
/* Animations */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3DB7E4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hero-page {
  display: flex;
  flex-direction: column-reverse;
  background-color: #005293;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  color: white;
}
.hero-page__title {
  font-size: 40px;
  font-family: "texta-bold";
}
.hero-page__content {
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  color: #fff;
  padding: 20px;
  display: table;
  vertical-align: middle;
  transform: translateY(-50%);
}

.hero-page, .documents__head {
  position: relative;
}
.hero-page:before, .documents__head:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.wwd-slider-outer {
  max-width: 2500px;
  height: 800px;
  margin: 0 auto;
  background: #000;
  background-image: url(https://images.unsplash.com/photo-1473621038790-b778b4750efe?dpr=1&auto=format&fit=crop&w=1500&h=998&q=80&cs=tinysrgb&crop=&bg=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}
.wwd-slider-outer:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.wwd-slider-outer .hero-page__content {
  margin-top: -50px;
}
@media all and (max-width: 767px) {
  .wwd-slider-outer .hero-page__content {
    margin-top: -67px;
  }
}
.wwd-slider-outer h2 {
  color: #fff;
  text-decoration: none !important;
  text-align: left;
  margin: 35px 0;
  font-size: 26px;
}
.wwd-slider-outer #wwd-slider {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.47);
  width: 100%;
  height: 100px;
  left: 0;
  /* carousel */
}
.wwd-slider-outer #wwd-slider .media-carousel {
  padding: 0 40px 0 40px;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track {
  height: 100px;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track a {
  display: table;
  height: 100px;
  border: none;
  color: #fff;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track a:hover {
  margin-top: -5px;
  transition: all 0.3s;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track a .title {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  float: none;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track a > .icon, .wwd-slider-outer #wwd-slider .media-carousel .slick-track a > .title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  width: 50%;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-track img, .wwd-slider-outer #wwd-slider .media-carousel .slick-track svg {
  margin: auto auto;
  height: 50px;
  float: right;
  width: auto !important;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-arrow {
  color: #000;
  font-weight: 900;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  opacity: 1;
  background-image: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #FFFFFF;
  position: absolute;
  padding: 0;
  text-align: center;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-arrow:first-of-type {
  left: 0;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-arrow:last-of-type {
  right: 0;
}
.wwd-slider-outer #wwd-slider .media-carousel .slick-arrow:before, .wwd-slider-outer #wwd-slider .media-carousel .slick-arrow:after {
  font-size: 13px;
  display: block;
  color: black;
}

@media (max-width: 767px) {
  .wwd-slider-outer {
    height: 480px;
  }
  .wwd-slider-outer h2 {
    font-size: 22px;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .wwd-slider-outer #wwd-slider {
    height: auto;
  }

  .hero-page__content h1 {
    font-size: 32px;
  }
}
.main-nav .navbar {
  border: none;
}
.main-nav .navbar-brand {
  width: 83px;
  overflow: hidden;
  margin: 0;
  height: 80px;
  padding: 0px;
}
.main-nav .navbar-brand svg {
  min-height: 100%;
  float: left;
  height: 1px;
}
.main-nav .navbar-brand svg .a {
  display: none;
}
.main-nav .nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-nav .navbar-toggle {
  margin: 31px;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 0;
}
.main-nav .navbar-toggle > span {
  transition: 0.25s ease-in-out;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
}
.main-nav .navbar-toggle > span:nth-child(2) {
  top: 0;
}
.main-nav .navbar-toggle > span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-nav .navbar-toggle > span:nth-child(4) {
  bottom: 0;
}
.main-nav .navbar-toggle[aria-expanded=true] > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-nav .navbar-toggle[aria-expanded=true] > span:nth-child(3) {
  width: 0;
  opacity: 0;
}
.main-nav .navbar-toggle[aria-expanded=true] > span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-nav .navbar-header {
  position: relative;
  z-index: 1;
}
.main-nav .navbar-collapse {
  position: relative;
  padding-top: 30px !important;
}
.main-nav .navbar-collapse.in {
  overflow: hidden;
  max-height: none !important;
  height: auto !important;
}
.main-nav .navbar-collapse form[role=search] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.main-nav .navbar-collapse form[role=search] button, .main-nav .navbar-collapse form[role=search] input {
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  border-width: 0;
  color: #777777;
  background-color: #eee;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  box-shadow: none;
  outline: none;
}
.main-nav .navbar-collapse form[role=search] input {
  padding: 16px 12px;
  font-size: 14pt;
  font-style: italic;
  color: #a0a0a0;
  box-shadow: none;
}
.main-nav .navbar-collapse form[role=search] button[type=reset] {
  display: none;
}
.main-nav .navbar-collapse form[role=search] .input-group {
  overflow: hidden;
}
.main-nav .navbar-collapse form[role=search] .input-group .input-group-btn {
  width: 1%;
}
.main-nav .navbar-nav {
  height: 100%;
}

@media all and (max-width: 767px) {
  .expanded-navigation-container {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  .expanded-navigation-container .navbar {
    height: 100vh;
    overflow-y: auto;
  }
  .expanded-navigation-container .navbar ul li {
    border-bottom: 1px solid lightgray;
  }
}

.hub-info {
  background-color: #ffffff;
}
.hub-info__item {
  padding: 80px 20px;
  color: #141414;
  display: block;
  border: 20px solid transparent;
}
.hub-info__item svg {
  width: 40%;
  overflow: hidden;
  display: block;
  margin: auto;
  max-height: 80px;
}
.hub-info__item svg .st0, .hub-info__item svg .st1, .hub-info__item svg .st2, .hub-info__item svg .st3, .hub-info__item svg .st4, .hub-info__item svg .st5, .hub-info__item svg .st6 {
  display: block;
}
.hub-info__item svg .a-fill {
  fill: #53bec6;
}
.hub-info__item h3 {
  font-weight: bold;
}
.hub-info__item p {
  max-width: 200px;
  margin: auto;
}
@media all and (min-width: 768px) {
  .hub-info__item p {
    max-width: 200px;
  }
}

.aim-info {
  background-color: #ffffff;
  margin: 0 0 60px 0;
}
.aim-info__item {
  padding: 60px 20px 0px 20px;
  color: #141414;
  display: block;
  border: 20px solid transparent;
}
.aim-info__item svg {
  width: 40%;
  overflow: hidden;
  display: block;
  margin: auto;
  max-height: 80px;
}
.aim-info__item svg .st0, .aim-info__item svg .st1, .aim-info__item svg .st2, .aim-info__item svg .st3, .aim-info__item svg .st4, .aim-info__item svg .st5, .aim-info__item svg .st6 {
  display: block;
}
.aim-info__item svg .a-fill {
  fill: #53bec6;
}
.aim-info__item h3 {
  font-weight: bold;
}
.aim-info__item p {
  max-width: 300px !important;
  margin: auto;
}
@media all and (min-width: 768px) {
  .aim-info__item p {
    max-width: 200px;
  }
}

.bgImg--image, .bgImg--youtube, .bgImg--facebook, .bgImg--default, .bgImg--brand, .bgImg--contract-portal, .bgImg--contract-opportunity {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
}
.bgImg--image, .bgImg--youtube, .bgImg--facebook, .bgImg--default, .bgImg--brand {
  min-height: 500px;
}
.bgImg--contract-portal, .bgImg--contract-opportunity {
  min-height: 400px;
}
.bgImg--image, .bgImg--contract-opportunity {
  background-image: url(../Assets/3618423I00.jpg);
}
.bgImg--image > .background-overlay, .bgImg--contract-opportunity > .background-overlay {
  color: white;
  background-color: rgba(61, 183, 228, 0.8);
}

.hero {
  margin: 30px 0 0 0;
}

.container .col-xs-12.col-sm-7 img {
  max-width: 100%;
  height: initial !important;
}

.bg--Teal {
  background: #53bec6;
}
.bg--Brown {
  background: #761f3a;
}
.bg--Navy {
  background: #005293;
}
.bg--Cyan {
  background: #3db7e4;
}
.bg--Orange {
  background: #fe811b;
}
.bg--Yellow {
  background: #ffc550;
}
.bg--Pink {
  background: #ed2939;
}
.bg--gray {
  background: #555555;
}
.bg--graydark {
  background: #333333;
}
.bg--newgray {
  background: #8d9093;
}
.bg--newgraydark {
  background: #52555a;
}
.bg--newgraylight {
  background: rgba(161, 161, 161, 0.08);
}
.bg--lightgreen {
  background: rgba(0, 161, 156, 0.17);
}
.bg--purple {
  background: #92398b;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.text-white {
  color: white;
}

/* Procurement page */
.panel-heading {
  background: #fff !important;
  padding: 20px;
}
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  float: right;
  color: #63ceca;
}
.panel-heading .accordion-toggle:after {
  content: "";
}

a[aria-expanded=false].accordion-toggle:after {
  content: "" !important;
}

a[aria-expanded=true].accordion-toggle:after {
  content: "" !important;
}

.panel-group .panel {
  border-radius: 0px;
}

.list-group-item {
  border: 0px;
}
.list-group-item a {
  color: #63ceca;
}

.related-accordion {
  margin: 10px auto 100px auto;
}

/* PSR Pages */
#psr h1 {
  margin: 24px 0 60px 0;
}
#psr .intro {
  margin: 50px 0 0 0;
}
#psr .updates {
  background: #ffffff;
  padding: 0px 70px 0px 70px;
}
#psr .card-results {
  margin: 0px;
}

/* this is to override the default stlying of the partner news on the HS2 page */
.hs2-override .partnernews {
  margin: 0;
}
.hs2-override .partnernews h2 {
  margin-top: 0;
}

#careers .hero {
  margin: 0px;
}
#careers .glyphicon-menu-right, #careers .glyphicon-menu-left {
  top: 45%;
}
#careers .links {
  margin: 100px auto 100px auto;
  text-align: center;
}
@media (max-width: 767px) {
  #careers .links {
    margin: 20px auto 20px auto;
    width: 80%;
  }
}
#careers .links .row .col-md-3 {
  font-size: 25px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  #careers .links .row .col-md-3 {
    font-size: 18px;
    margin: 30px 0;
  }
}
#careers .links svg {
  max-width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#careers .videos .details {
  padding: 0 50px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #careers .videos .details {
    padding: 0 10px;
  }
}
#careers .videos .details hr {
  border-top: 3px solid #FE811B;
  width: 80px;
  margin: 0px 0 10px 0;
}
#careers .videos .details-top {
  padding: 0 50px;
  position: absolute;
  top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #careers .videos .details-top {
    padding: 0 10px;
  }
}
#careers .videos .details-top hr {
  border-top: 3px solid #FE811B;
  width: 80px;
  margin: 0px 0 10px 0;
}
#careers .videos .details-top .quote {
  font-size: 1.3em;
}
#careers .videos .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
  height: 640px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #careers .videos .bg-overlay {
    background-size: auto !important;
    background-position: -300px 0px !important;
    height: 350px;
  }
}
@media (max-width: 991px) {
  #careers .videos .bg-overlay {
    background-position: -220px 0px;
  }
}
#careers .videos .bg-overlay:hover {
  opacity: 0.8;
}
#careers .videos .title {
  font-size: 30px;
  text-align: left;
  text-decoration: none;
}
#careers .videos .play-button {
  color: white;
  font-size: 30px;
  padding: 20px;
  background-color: #FE811B;
  border-radius: 40px;
}
#careers .quotes-block .details {
  padding: 0 50px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #careers .quotes-block .details {
    padding: 0 10px;
  }
}
#careers .quotes-block .details hr {
  border-top: 3px solid #FE811B;
  width: 80px;
  margin: 0px 0 10px 0;
}
#careers .quotes-block .details-top {
  padding: 0 50px;
  position: absolute;
  top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #careers .quotes-block .details-top {
    padding: 0 10px;
  }
}
#careers .quotes-block .details-top hr {
  border-top: 3px solid #FE811B;
  width: 80px;
  margin: 0px 0 10px 0;
}
#careers .quotes-block .details-top .quote {
  font-size: 1.3em;
}
@media (max-width: 767px) {
  #careers .quotes-block .details-top .quote {
    font-size: 0.9em;
    width: 55%;
  }
}
#careers .quotes-block .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  height: 640px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #careers .quotes-block .bg-overlay {
    height: 350px;
  }
}
#careers .quotes-block .title {
  font-size: 30px;
  text-align: left;
  text-decoration: none;
}
@media (max-width: 767px) {
  #careers .quotes-block .title {
    font-size: 22px;
  }
}
#careers .quotes-block .play-button {
  color: white;
  font-size: 30px;
  padding: 20px;
  background-color: #FE811B;
  border-radius: 40px;
}
#careers .quote .fa {
  color: #FF8300;
}
#careers .quote h4 {
  font-size: 30px;
}
#careers .quote p {
  font-size: 18px;
}
#careers .vacancies .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  height: 800px;
  padding-top: 50px;
}
#careers .vacancies svg {
  width: 120px;
}
#careers .vacancies .jobwrapper {
  overflow-x: auto;
  position: relative;
}
#careers .vacancies .jobwrapper .link:hover {
  text-decoration: none;
}
#careers .vacancies .list {
  margin: 30px 0;
  min-width: 1000px;
}
#careers .vacancies .list .firstjob {
  min-width: 300px;
  background: #FE811B;
  color: #fff;
  padding: 10px 30px;
}
#careers .vacancies .list .firstjob p {
  font-size: 15px;
}
#careers .vacancies .list .firstjob .sub {
  font-size: 15px;
  margin: 0 0 20px 0;
}
#careers .vacancies .list .job {
  min-width: 300px;
  background: #fff;
  color: #575656;
  padding: 10px 30px;
}
#careers .vacancies .list .job p {
  font-size: 15px;
}
#careers .vacancies .list .job .sub {
  color: #FE811B;
  font-size: 15px;
  margin: 0 0 20px 0;
}
#careers .listBoxes {
  margin: 50px auto;
}
#careers .listBoxes .image .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  height: 500px;
}
@media (max-width: 767px) {
  #careers .listBoxes .image .bg-overlay {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #careers .listBoxes .image .bg-overlay {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #careers .listBoxes .image .bg-overlay {
    height: 500px;
  }
}
#careers .listBoxes .subTitle {
  font-weight: bold;
}
#careers .listBoxes .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
#careers .listBoxes .copy {
  padding: 20px 0;
}
#careers .listBoxes h2 {
  padding-bottom: 5px;
  line-height: 48px;
  display: inline-block;
  font-size: 32px;
}
#careers .listBoxes .pledgecopy {
  margin: 20px auto 0px auto;
  width: 70%;
}
#careers .listBoxes .inner-copy {
  max-width: 90%;
  margin: auto;
}
#careers .listBoxes .image a {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  #careers .listBoxes > .row:nth-child(odd) .image {
    float: right;
  }
}
@media (max-width: 767px) {
  #careers .listBoxes .bgImg--image {
    height: 300px !important;
  }
}
#careers .alerts {
  padding: 0px;
  background: #000;
}
#careers .alerts .pane--careers svg {
  width: 120px;
}
#careers .alerts .pane--careers .btn, #careers .alerts .pane--careers #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent #careers .alerts .pane--careers input.mgGoButton,
#careers .alerts .pane--careers #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent #careers .alerts .pane--careers input.mgSubmitButton,
#careers .alerts .pane--careers #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent #careers .alerts .pane--careers input#butGo {
  margin: 0 auto;
}
#careers .double-bl {
  margin: 50px 0;
}
#careers .double-bl .bg-image {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}
#careers .double-bl .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  height: 600px;
}
@media (max-width: 767px) {
  #careers .double-bl .bg-overlay {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #careers .double-bl .bg-overlay {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #careers .double-bl .bg-overlay {
    height: 500px;
  }
}
#careers .double-bl .tile-copy {
  padding: 100px 150px;
  color: #fff;
}
@media (max-width: 767px) {
  #careers .double-bl .tile-copy {
    padding: 100px 20px !important;
  }
}
@media (max-width: 1199px) {
  #careers .double-bl .tile-copy {
    padding: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1600px) {
  #careers .double-bl .tile-copy {
    padding: 50px;
  }
}
#careers .double-bl .tile-copy-bg {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 40%;
}
@media (max-width: 1199px) {
  #careers .double-bl .tile-copy-bg {
    bottom: 20px;
    left: 20px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  #careers .double-bl .tile-copy-bg {
    position: absolute;
    margin: 150px 0 25px 0;
  }
}
#careers .tangible {
  color: #fff;
  background: #53555A;
  padding: 50px 0;
}
#careers .tangible svg {
  width: 120px;
}
#careers .tangible .text-center {
  margin: 0 0 70px 0;
}
#careers .tangible .summary {
  margin: 0 10px;
}
#careers .tangible .additional {
  margin: 70px 0 30px 10px;
}
#careers .tangible .benefits .benefit {
  border: 1px solid orange;
  margin: 20px 10px;
  padding: 10px 20px;
}
#careers .tangible .benefits .benefit ul {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  list-style-type: disc;
}
#careers .tangible .benefits .benefit li {
  line-height: 1.5em;
  float: left;
  display: list-item;
  padding-right: 25px;
}
#careers .tangible .benefits .benefit #double li {
  width: 50%;
}
@media (max-width: 767px) {
  #careers .tangible .benefits .benefit #double li {
    width: 100%;
  }
}
#careers .tangible .benefits .benefit h2 {
  color: #FE811B;
  font-size: 1.2em;
}
#careers .vacancies-footer .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  color: #fff;
  height: 100%;
  padding: 50px 0;
}
#careers .vacancies-footer svg {
  width: 120px;
}
#careers .block {
  margin: 0 0 100px 0;
}
#careers .newsletter-alerts svg {
  width: 150px;
}
#careers .vacancies-alerts svg {
  width: 150px;
}
#careers .quotes {
  background: #EDEDEE;
  padding: 40px;
  margin-bottom: 50px;
  color: #575656;
}
#careers .quotes .fa-2x {
  font-size: 1.5em;
}
#careers .quotes h4 {
  font-size: 19px;
}
#careers .quotes p {
  font-weight: bolder;
}
#careers .vacancies-list {
  margin-bottom: 80px;
}
#careers .vacancies-list .categories .btn-group {
  margin: 0 0 20px 0;
}
#careers .vacancies-list .categories .btn-group .btn, #careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input.mgGoButton,
#careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input.mgSubmitButton,
#careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input#butGo {
  border-radius: 50px;
  margin: 0 10px 10px 0;
  border: 1px solid #575656;
}
#careers .vacancies-list .categories .btn-group .btn.active, #careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input.active.mgGoButton, #modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input.active.mgGoButton,
#careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input.active.mgSubmitButton,
#modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input.active.mgSubmitButton,
#careers .vacancies-list .categories .btn-group #modern-gov-page #modgov .mgContent input.active#butGo,
#modern-gov-page #modgov .mgContent #careers .vacancies-list .categories .btn-group input.active#butGo {
  background: #575656;
  color: #ffffff;
}
#careers .vacancies-list .vacancy-search-result {
  border-top: 2px solid #f2f2f2;
  padding: 10px 0 50px 0;
}
#careers .vacancies-list .vacancy-search-result .sub {
  color: #fe811b;
}
#careers .vacancies-list .vacancy-search-result .btn-org {
  margin-top: 5px;
}
#careers .vacancy--info {
  margin: 0 0 100px 0;
}
#careers .vacancy--info h2 {
  margin: 0 0 50px 0;
}
#careers .vacancy--info .spec {
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  padding: 15px 0;
}
#careers .vacancy--info .hero-page {
  margin: 20px 0 60px 0;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fe811b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  color: white;
}
#careers .vacancy--info .hero-page svg {
  width: 150px;
}
#careers .vacancy--info .hero-page__title {
  font-size: 40px;
  font-family: "texta-bold";
}
#careers .vacancy--info .hero-page__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  color: #fff;
  padding: 20px;
  display: table;
  vertical-align: middle;
  transform: translateY(-50%);
}
#careers .vacancy--info .hero-page:before {
  background-color: #fe811b;
}
#careers .vacancy--info .docs .fa {
  color: #fe811b;
}
#careers .vacancy--info .question {
  background: #f2f2f2;
  padding: 20px;
  display: inline-block;
}
#careers .vacancy--info .question svg {
  width: 100px;
}
#careers .vacancy--info .question h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#careers .vacancy-enquiry-form input, #careers .vacancy-enquiry-form textarea {
  background: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  box-shadow: none;
  height: 46px;
}
#careers .careers-footer {
  position: relative;
  color: white;
  padding: 0;
}
#careers .careers-footer > .row {
  display: table;
  width: 100%;
  margin: 0;
}
@media all and (min-width: 768px) {
  #careers .careers-footer > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media all and (min-width: 768px) {
  #careers .careers-footer .bg-orange {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #careers .careers-footer .bg-orange {
    background-color: #fe811b;
  }
}
@media all and (max-width: 767px) {
  #careers .careers-footer {
    padding: 0;
  }
  #careers .careers-footer .bg-orange-xs {
    background-color: #fe811b;
  }
}
#careers .careers-footer .text-center {
  padding: 40px 15px;
}
#careers .careers-footer .text-center img {
  width: 15%;
  min-width: 65px;
}
#careers .careers-footer .tile-copy {
  padding: 200px 100px 200px 0;
  color: #fff;
}
@media (max-width: 767px) {
  #careers .careers-footer .tile-copy {
    padding: 100px 20px !important;
  }
}
@media (max-width: 1199px) {
  #careers .careers-footer .tile-copy {
    padding: 50px 30px 50px 30px;
  }
}
@media (min-width: 1199px) and (max-width: 1600px) {
  #careers .careers-footer .tile-copy {
    padding: 200px 80px 200px 0;
  }
}
#careers .careers-footer .tile-copy-bg {
  padding: 200px 120px 200px 100px;
  color: #fff;
}
@media (max-width: 767px) {
  #careers .careers-footer .tile-copy-bg {
    padding: 100px 20px !important;
  }
}
@media (max-width: 1199px) {
  #careers .careers-footer .tile-copy-bg {
    padding: 50px 30px 50px 30px;
  }
}
@media (min-width: 1199px) and (max-width: 1600px) {
  #careers .careers-footer .tile-copy-bg {
    padding: 200px 200px 200px 10px;
  }
}
#careers .careers-footer p {
  margin: auto auto 20px auto;
  max-width: 700px;
}

.events a.pull-right {
  padding-right: 20px;
}

.media h3 {
  font-size: 18px;
}
.media .btn-cta, .media #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .media input.mgGoButton,
.media #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .media input.mgSubmitButton,
.media #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .media input#butGo, .media .btn-ext {
  font-size: 14px;
  padding: 8px 46px 8px 16px;
}
.media .media-tabs {
  margin: 80px 0 150px 0;
}
.media--image, .media--youtube, .media--facebook, .media--default, .media--brand, .media--contract-portal, .media--contract-opportunity {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  background-blend-mode: luminosity;
}
.media--image > .background-overlay, .media--youtube > .background-overlay, .media--facebook > .background-overlay, .media--default > .background-overlay, .media--brand > .background-overlay, .media--contract-portal > .background-overlay, .media--contract-opportunity > .background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media--image > .background-overlay .tile-copy, .media--youtube > .background-overlay .tile-copy, .media--facebook > .background-overlay .tile-copy, .media--default > .background-overlay .tile-copy, .media--brand > .background-overlay .tile-copy, .media--contract-portal > .background-overlay .tile-copy, .media--contract-opportunity > .background-overlay .tile-copy {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.media--image > .background-overlay .tile-copy svg, .media--youtube > .background-overlay .tile-copy svg, .media--facebook > .background-overlay .tile-copy svg, .media--default > .background-overlay .tile-copy svg, .media--brand > .background-overlay .tile-copy svg, .media--contract-portal > .background-overlay .tile-copy svg, .media--contract-opportunity > .background-overlay .tile-copy svg {
  width: 100%;
  max-height: 40px;
}
.media--image, .media--youtube, .media--facebook, .media--default, .media--brand {
  min-height: 300px !important;
}
.media--contract-portal, .media--contract-opportunity {
  min-height: 400px;
}
.media--image, .media--contract-opportunity {
  background-image: url(../Assets/3618423I00.jpg);
}
.media--image > .background-overlay, .media--contract-opportunity > .background-overlay {
  color: white;
  background-color: rgba(61, 183, 228, 0.8);
}
.media--facebook {
  background-image: url(../Assets/3618423I00.jpg);
}
.media--facebook > .background-overlay {
  min-height: 200px;
  color: white;
  background-color: rgba(0, 82, 147, 0.8);
}
.media--youtube {
  background-image: url(../Assets/3618423I00.jpg);
}
.media--youtube > .background-overlay {
  min-height: 200px;
  color: white;
  background-color: rgba(237, 41, 57, 0.8);
}
.media--default, .media--contract-portal {
  background-image: url(../Assets/3618423I00.jpg);
}
.media--default > .background-overlay, .media--contract-portal > .background-overlay {
  min-height: 200px;
  color: white;
  background-color: rgba(99, 206, 202, 0.8);
}
.media--brand {
  background-image: url(../Assets/3618423I00.jpg);
}
@media all and (max-width: 767px) {
  .media--brand {
    border-right: none;
  }
}
.media--brand > .background-overlay {
  min-height: 200px;
  color: white;
}
.media--brand.wmca-tile .background-overlay {
  background-color: rgba(243, 144, 52, 0.8);
}
.media--brand.tfwm-tile .background-overlay {
  background-color: rgba(60, 16, 83, 0.7);
}
.media--brand.netwm-tile .background-overlay {
  background-color: rgba(0, 157, 224, 0.8);
}

.event {
  text-align: center;
  min-height: 150px;
}
.event__image {
  color: white;
}

.timeline {
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #555555;
  color: white;
}
.timeline--selected {
  font-weight: bold;
  font-size: 16px;
}
.timeline a, .timeline hr {
  color: #53bec6;
}
.timeline div {
  width: 70%;
}
.timeline hr {
  background-color: #53bec6;
  width: 80%;
}

.wmca-card {
  padding-bottom: 20px;
}
.wmca-card__pic {
  width: 90%;
}

.updates {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.updates a:hover h3 {
  color: #53bec6;
}

/* Structure/ Org Chart */
.structure {
  background-color: #3B3A3A;
  padding: 100px 0;
  margin-top: 40px;
}
.structure .structure-intro h2, .structure .structure-intro .fa-chevron-down {
  color: #53bec6;
}
.structure .structure-intro h2 {
  margin-bottom: 40px;
  font-size: 28px;
}
.structure .structure-intro .fa-chevron-down {
  animation: bounce 0.5s infinite alternate;
  font-size: 20px;
  margin-bottom: 40px;
}
.structure .structure-intro .swipe-desc {
  margin-top: 40px;
}
.structure .circ-row-local, .structure .circ-row-ca, .structure .circ-row-nonca, .structure .circ-row-lep, .structure .circ-row-oo, .structure .circ-row-oam {
  display: none;
}
.structure .container-scroll {
  overflow: auto;
}
.structure .circle-row {
  white-space: nowrap;
  padding-bottom: 20px;
  position: relative;
}
.structure .circle-row .circle {
  display: inline-block;
  float: none;
  cursor: pointer;
  margin-right: -6px;
  min-width: 200px;
  -webkit-animation: rotate 1s linear;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: rotate 1s linear;
  /* Firefox < 16 */
  -ms-animation: rotate 1s linear;
  /* Internet Explorer */
  -o-animation: rotate 1s linear;
  /* Opera < 12.1 */
  animation: rotate 1s linear;
}
.structure .circle-row .circle:hover div, .structure .circle-row .circle.active div {
  color: #3B3A3A;
}
.structure .circle-row .circle:hover:after, .structure .circle-row .circle.active:after {
  background: #53bec6;
  transition: all 0.3s;
}
.structure .circle-row .circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #53bec6;
}
.structure .circle-row .circle div {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  white-space: normal;
  font-size: 16px;
}
.structure .circle-row.line-outer {
  overflow: initial;
}
.structure .circle-row.line-outer > div {
  overflow: hidden;
  min-height: 100px;
  display: inline-block;
  float: none;
  min-width: 200px;
}
.structure .circle-row.line-outer > div .line {
  border-left: 2px dashed #53bec6;
  display: block;
  margin: auto 50%;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
  height: 100px;
}
.structure .circle-description {
  color: #53bec6;
  padding-bottom: 60px;
}
.structure .circle-description.main-circles {
  display: block;
}
.structure .circle-description > div {
  float: none;
  display: inline-block;
  white-space: initial;
  vertical-align: top;
  min-width: 200px;
}
@media all and (max-width: 768px) {
  .structure .line-outer {
    text-align: left;
  }
}
.structure .swipe-desc {
  color: white;
  display: none;
  margin-bottom: 20px;
}
.structure .swipe-desc:first-of-type {
  margin: 40px 0 20px 0;
}
.structure .swipe-desc .fa {
  animation: swipeLeft 0.5s 10 alternate;
}
.structure .swipe-desc .fa-chevron-right {
  animation: swipeRight 0.5s 10 alternate;
}
.structure .structure-body-copy {
  display: none;
  color: white;
}
.structure .structure-body-copy a {
  color: white;
  text-decoration: underline;
}
.structure .structure-body-copy a:hover {
  color: #53bec6;
}
.structure .structure-body-copy h3 {
  color: #53bec6;
}
.structure .structure-body-copy .lead {
  font-size: 18px;
}
.structure .structure-body-copy .leader {
  margin-bottom: 20px;
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes rotate {
  from {
    opacity: 0;
    transform: rotate(-60deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes swipeLeft {
  from {
    padding-right: 0;
  }
  to {
    padding-right: 15px;
  }
}
@keyframes swipeRight {
  from {
    padding-left: 0;
  }
  to {
    padding-left: 15px;
  }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

.sidebar {
  padding: 20px 15px;
}
.sidebar h2 {
  margin-top: 0;
}
.sidebar > div {
  margin-bottom: 20px;
}
.sidebar .latest-news .search-results {
  margin: 0;
}
.sidebar .latest-news .search-results .news-search-result:last-child {
  margin: 0;
}
.sidebar .tweets {
  margin-top: 0;
}
.sidebar .tweets #twitter {
  border: 1px solid #f2f2f2;
  height: 450px;
  margin: 0;
}
.sidebar .media-assets .bg-blue, .sidebar .media-assets .bg-turq {
  position: relative;
}

@font-face {
  font-family: "wmca";
  src: url("../fonts/wmca/wmca.eot?92757822");
  src: url("../fonts/wmca/wmca.eot?92757822#iefix") format("embedded-opentype"), url("../fonts/wmca/wmca.woff2?92757822") format("woff2"), url("../fonts/wmca/wmca.woff?92757822") format("woff"), url("../fonts/wmca/wmca.ttf?92757822") format("truetype"), url("../fonts/wmca/wmca.svg?92757822#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/wmca/wmca.svg?92757822#wmca') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "wmca";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#modern-gov-page {
  /*Form Datepicker*/
}
#modern-gov-page .ui-daterangepicker ul {
  width: auto;
}
#modern-gov-page .ui-daterangepicker ul li {
  border: 0;
}
#modern-gov-page .ui-daterangepicker ul li a {
  margin: 0;
}
#modern-gov-page .ui-daterangepicker ul li.ui-state-hover {
  background: #53bec6;
  border-radius: 0;
  border: 0;
}
#modern-gov-page .ui-daterangepicker ul li.ui-state-hover a {
  color: white;
}
#modern-gov-page .nav-pills li a.active {
  color: #53BEC6;
  border-bottom: 1px solid #53BEC6;
  font-weight: bold;
}
#modern-gov-page #modgov {
  /*Calendar*/
  /* Form Styling */
  /*General Items*/
  /* button styling */
  /*Tabs styling*/
  /*List Styling*/
}
#modern-gov-page #modgov .mgCalendarMonthRow:nth-child(odd) .mgCalendarCell:nth-child(even), #modern-gov-page #modgov .mgCalendarMonthRow:nth-child(even) .mgCalendarCell:nth-child(odd) {
  background: #f2f2f2;
}
#modern-gov-page #modgov .mgCalendarCell, #modern-gov-page #modgov .mgCalendarCellToday {
  padding: 5px;
  color: black;
}
#modern-gov-page #modgov .mgCalendarCell ul.mgCalendarMonthEventList li, #modern-gov-page #modgov .mgCalendarCellToday ul.mgCalendarMonthEventList li {
  background: white;
  border: 1px solid #d3d3d3;
  margin-bottom: 5px;
  list-style: none;
  padding: 5px;
}
#modern-gov-page #modgov .mgCalendarCellToday {
  background: #53bec6;
  color: black;
  border: 0;
}
#modern-gov-page #modgov .mgCalendarCellToday > p {
  color: white;
  font-weight: bold;
}
#modern-gov-page #modgov form {
  padding: 40px 0;
}
#modern-gov-page #modgov form .mgFormRow {
  padding: 0;
}
#modern-gov-page #modgov form select, #modern-gov-page #modgov form input:not([type=submit]), #modern-gov-page #modgov form text-area {
  width: auto;
  display: initial;
}
#modern-gov-page #modgov form select#KeyDec, #modern-gov-page #modgov form input:not([type=submit])#KeyDec, #modern-gov-page #modgov form text-area#KeyDec {
  margin: -10px 20px 0 0;
  float: left;
}
#modern-gov-page #modgov form p {
  margin-top: 0;
}
#modern-gov-page #modgov .mgSectionTitle, #modern-gov-page #modgov .mgTableTitleTxt {
  background: #53bec6;
  border-radius: 0;
  color: white;
}
#modern-gov-page #modgov a {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
#modern-gov-page #modgov a:hover {
  color: #53bec6;
  border-bottom: 1px solid #53bec6;
  text-decoration: none;
}
#modern-gov-page #modgov .mgContent input.mgGoButton,
#modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent input#butGo {
  padding-right: 35px;
  margin: 20px 0 0 0;
}
#modern-gov-page #modgov .mgContent .mgNoBr {
  padding: 20px 0;
}
#modern-gov-page #modgov .mgContent .mgNoBr input.mgGoButton {
  margin: 0 0 20px 0;
  display: block;
}
#modern-gov-page #modgov a.mgTabSelectTitleLnk, #modern-gov-page #modgov a.mgTabSelectTitleLnk:hover {
  background: #53bec6;
  border-radius: 0;
}
#modern-gov-page #modgov a.mgTabSelectTitleLnk, #modern-gov-page #modgov a.mgTabUnSelectTitleLnk {
  padding: 10px;
}
#modern-gov-page #modgov a.mgTabUnSelectTitleLnk {
  background: none;
}
#modern-gov-page #modgov a.mgTabUnSelectTitleLnk:hover {
  color: #53bec6;
}
#modern-gov-page #modgov .mgContent .mgNonBulletTableList li, #modern-gov-page #modgov tbody tr {
  list-style: none;
  padding: 10px;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.wmca-cards .card-results {
  margin-bottom: 0;
}
.wmca-double-text .col-md-offset-2 h2 {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .wmca-double-text .col-md-offset-2 h2 {
    margin-top: 0;
  }
}
.wmca-tweet-grid {
  background-color: white;
  margin: 20px 0 0 0;
}
.wmca-tweet-grid #timeline1, .wmca-tweet-grid #timeline2, .wmca-tweet-grid #mobile-timeline {
  background: white;
  padding: 20px;
  display: none;
}
.wmca-tweet-grid #timeline1 .inner-wrap, .wmca-tweet-grid #timeline2 .inner-wrap, .wmca-tweet-grid #mobile-timeline .inner-wrap {
  overflow-y: auto;
  height: 100%;
  max-height: 500px;
}
.wmca-logos a {
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 15px;
}
.wmca-logos a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wmca-logos a:hover {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.wmca-logos a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90% !important;
}
.wmca-homeless-signup {
  color: white;
}
.wmca-homeless-signup > .text-center {
  padding: 40px 15px;
}
.wmca-homeless-signup > .text-center img {
  width: 15%;
  min-width: 65px;
}
.wmca-homeless-signup > .text-center p {
  margin: auto auto 20px auto;
  max-width: 250px;
}
.wmca-homeless-signup .hidden-form {
  display: none;
  margin-top: 20px;
  overflow: hidden;
}
.wmca-homeless-signup .hidden-form .form-group, .wmca-homeless-signup .hidden-form #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .wmca-homeless-signup .hidden-form .mgFormRow {
  padding: 10px 15px;
}
.wmca-homeless-signup .hidden-form .form-group input, .wmca-homeless-signup .hidden-form #modern-gov-page #modgov form .mgFormRow input, #modern-gov-page #modgov form .wmca-homeless-signup .hidden-form .mgFormRow input {
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px white;
  box-shadow: none;
  background: none;
  width: 100%;
  color: white;
}
.wmca-panel li {
  padding: 0;
}
.wmca-multi-item-carousel {
  margin-bottom: 0;
}
.wmca-multi-item-carousel .slick-track {
  margin: initial;
}
.wmca-multi-item-carousel .slick-dots {
  display: none;
}
.wmca-multi-item-carousel .item {
  transition: 500ms ease-in-out left;
}
.wmca-multi-item-carousel .slick-arrow {
  background-color: white;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  z-index: 1;
  color: #53bec6;
  border: 1px solid #53bec6;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  outline: none;
  opacity: 0.9;
}
.wmca-multi-item-carousel .slick-arrow:hover, .wmca-multi-item-carousel .slick-arrow:focus {
  outline: 0;
  color: white;
  background-color: #53bec6;
  border-color: white;
  text-decoration: none;
  filter: alpha(opacity=90);
}
.wmca-multi-item-carousel .slick-arrow.slick-prev {
  left: 0;
}
.wmca-multi-item-carousel .slick-arrow.slick-prev:after {
  content: "";
}
.wmca-multi-item-carousel .slick-arrow.slick-next {
  right: 0;
}
.wmca-multi-item-carousel .slick-arrow.slick-next:after {
  content: "";
}
.wmca-multi-item-carousel .slick-arrow.slick-next:after, .wmca-multi-item-carousel .slick-arrow.slick-prev:after {
  font: normal normal normal 14px/1 FontAwesome;
}
.wmca-multi-item-carousel article.news-cards {
  margin-bottom: 0;
}
.wmca-multi-item-carousel article.news-cards > a {
  background-color: white;
  display: block;
}
.wmca-multi-item-carousel article.news-cards > a header {
  padding: 30px;
}
.wmca-multi-item-carousel article.news-cards > a header h3 {
  font-size: 24px;
  line-height: 32px;
}
.wmca-image-tabs-wrapper {
  position: relative;
}
.wmca-image-tabs-wrapper .bg-image.show-bg {
  background-image: url("//static.centro.org.uk/wmcaAssets/img/hero/curzon-street.jpg");
  background-position: center;
  background-color: #005293;
  background-size: cover;
  position: relative;
}
.wmca-image-tabs-wrapper .bg-image.show-bg:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 82, 147, 0.75);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wmca-image-tabs-wrapper .tab-content {
  margin: 0;
  color: white;
}
@media all and (max-width: 767px) {
  .wmca-image-tabs-wrapper .tab-content h3 {
    font-size: 28px;
  }
}
.wmca-image-tabs-wrapper .tab-content > .active {
  margin: auto;
  position: relative;
  width: 80%;
}
@media all and (min-width: 992px) {
  .wmca-image-tabs-wrapper .tab-content > .active {
    width: 50%;
  }
}
.wmca-image-tabs-wrapper .tab-list {
  color: white;
}
.wmca-image-tabs-wrapper .tab-list h3 {
  margin: 24px auto 12px auto;
  width: 80%;
}
@media all and (min-width: 992px) {
  .wmca-image-tabs-wrapper .tab-list h3 {
    width: 50%;
  }
}
.wmca-image-tabs-wrapper .tab-list ul {
  list-style: none;
  padding: 0;
}
.wmca-image-tabs-wrapper .tab-list ul li {
  padding: 15px;
}
.wmca-image-tabs-wrapper .tab-list ul li a:hover {
  text-decoration: none;
}
.wmca-image-tabs-wrapper .tab-list ul li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.wmca-image-tabs-wrapper .tab-list ul li.active a {
  border-left: 18px solid transparent;
  text-decoration: none;
}
.wmca-image-tabs-wrapper .tab-list ul a {
  color: white;
  display: block;
  position: relative;
  padding-left: 40px;
  margin: auto;
  width: 80%;
}
@media all and (min-width: 992px) {
  .wmca-image-tabs-wrapper .tab-list ul a {
    width: 50%;
  }
}
.wmca-image-tabs-wrapper .tab-list ul a:before {
  content: "";
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/button-arrow-white.svg);
  background-size: cover;
  display: block;
  width: 20px;
  height: 15px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.wmca-cta-block {
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.wmca-cta-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #92398b;
  opacity: 0.85;
  z-index: -1;
}
.wmca-cta-block img {
  position: absolute;
  margin: auto;
  max-width: 800px;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  filter: grayscale(100%);
}
@media all and (max-width: 767px) {
  .wmca-text-cta .wmca-cta-block {
    margin-top: 40px;
  }
}
.wmca-footer-block {
  padding: 140px 0 20px 0;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.wmca-footer-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #00a19c;
  opacity: 0.85;
  z-index: -1;
}
.wmca-footer-block img {
  position: absolute;
  margin: auto;
  max-width: 800px;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  filter: grayscale(100%);
}
.wmca-lightbox-gallery a {
  height: 415px;
  overflow: hidden;
  display: block;
  position: relative;
}
@media all and (max-width: 768px) {
  .wmca-lightbox-gallery a {
    height: 280px;
  }
}
.wmca-lightbox-gallery a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 800px !important;
  min-width: 100%;
}
.wmca-lightbox-gallery a.mfp-image:hover {
  background-color: black;
}
.wmca-lightbox-gallery a.mfp-image:hover img {
  opacity: 0.5;
  transition: opacity 0.5s linear;
}
.wmca-lightbox-gallery a.mfp-image:hover span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  color: #fff;
  padding: 20px;
  display: table;
  vertical-align: middle;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.wmca-lightbox-gallery a.mfp-iframe:hover {
  background-color: black;
}
.wmca-lightbox-gallery a.mfp-iframe:hover img {
  opacity: 0.5;
  transition: opacity 0.5s linear;
}
.wmca-lightbox-gallery a.mfp-iframe:hover .glyphicon-play {
  display: initial;
}
.wmca-lightbox-gallery a span {
  display: none;
}
.wmca-lightbox-gallery .col-sm-4 a {
  max-height: 200px;
  margin-left: -15px;
}
.wmca-lightbox-gallery .col-sm-4 a:first-child {
  margin-bottom: 15px;
}
.wmca-lightbox-gallery .col-sm-4.no-max-height a {
  max-height: auto;
}
.wmca-lightbox-gallery button {
  margin-top: 20px;
}
.wmca-benefit-block .row > *:first-child {
  vertical-align: top;
}
.wmca-benefit-block .row > *:first-child h3 {
  margin: 0;
}
@media all and (max-width: 767px) {
  .wmca-benefit-block .row > * {
    margin-bottom: 30px;
  }
}
.wmca-benefit-block svg {
  width: 30%;
  max-width: 100px;
}
.wmca-benefit-block hr {
  width: 100px;
  border-top: 3px solid #00a19c;
}
.wmca-benefit-block > .bg--purple hr {
  border-top-color: #fe811b;
}
.wmca-benefit-block h4 {
  font-size: 32px;
  font-weight: bold;
}
.wmca-benefit-block .bg--purple .col-xs-12.col-sm-3:first-child {
  padding-left: 50px;
}
.wmca-popup-help .fa-plus {
  color: #00a19c;
  padding: 12px 13px;
  border: 1px solid #8d9093;
  border-radius: 50%;
}
.wmca-popup-help .fa-plus:hover {
  background: #00a19c;
  color: white;
}

/* Related to Lightbox Gallery - Show play button on videos */
.mfp-iframe {
  cursor: pointer;
  background-blend-mode: luminosity;
  background-color: black;
}
.mfp-iframe .wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  display: table;
  vertical-align: middle;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mfp-iframe .wrapper {
    display: none;
  }
}
.mfp-iframe .wrapper .glyphicon-play {
  color: #53BEC6;
  font-size: 30px;
  opacity: 0.7;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.mfp-iframe:hover .wrapper .glyphicon-play {
  opacity: 1;
}

.thrive-at-work {
  /*New button styling*/
  /* PROFILE MENU SECTION */
}
.thrive-at-work .btn, .thrive-at-work #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .thrive-at-work input.mgGoButton,
.thrive-at-work #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .thrive-at-work input.mgSubmitButton,
.thrive-at-work #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .thrive-at-work input#butGo {
  color: white;
  border: none;
}
.thrive-at-work .btn:after, .thrive-at-work #modern-gov-page #modgov .mgContent input.mgGoButton:after, #modern-gov-page #modgov .mgContent .thrive-at-work input.mgGoButton:after,
.thrive-at-work #modern-gov-page #modgov .mgContent input.mgSubmitButton:after,
#modern-gov-page #modgov .mgContent .thrive-at-work input.mgSubmitButton:after,
.thrive-at-work #modern-gov-page #modgov .mgContent input#butGo:after,
#modern-gov-page #modgov .mgContent .thrive-at-work input#butGo:after {
  background-image: url(https://cloudcdn.wmca.org.uk/wmcaAssets/Assets/icons/svg/button-arrow-white.svg);
}
.thrive-at-work .btn-default, .thrive-at-work #modern-gov-page #modgov .mgContent input.mgGoButton, #modern-gov-page #modgov .mgContent .thrive-at-work input.mgGoButton,
.thrive-at-work #modern-gov-page #modgov .mgContent input.mgSubmitButton,
#modern-gov-page #modgov .mgContent .thrive-at-work input.mgSubmitButton,
.thrive-at-work #modern-gov-page #modgov .mgContent input#butGo,
#modern-gov-page #modgov .mgContent .thrive-at-work input#butGo {
  background-color: #00a19c;
}
.thrive-at-work .btn-default:hover, .thrive-at-work #modern-gov-page #modgov .mgContent input.mgGoButton:hover, #modern-gov-page #modgov .mgContent .thrive-at-work input.mgGoButton:hover,
.thrive-at-work #modern-gov-page #modgov .mgContent input.mgSubmitButton:hover,
#modern-gov-page #modgov .mgContent .thrive-at-work input.mgSubmitButton:hover,
.thrive-at-work #modern-gov-page #modgov .mgContent input#butGo:hover,
#modern-gov-page #modgov .mgContent .thrive-at-work input#butGo:hover {
  background-color: #00918c;
}
.thrive-at-work .btn-on-bg {
  background-color: #fe811b;
}
.thrive-at-work .btn-on-bg:hover {
  background-color: #e57418;
}
.thrive-at-work .head {
  background-color: #00a19c;
  height: 90px;
  margin: 30px 0 0 0;
}
.thrive-at-work .head svg {
  height: 80px;
  width: 100px;
  margin: 3px 0;
}
.thrive-at-work .levels .sub-title {
  font-size: 1.6em;
  font-weight: bold;
}
.thrive-at-work .levels li {
  margin: 15px 0 0 0;
}
.thrive-at-work .levels li a {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #00a19c;
}
.thrive-at-work .levels li a:hover {
  text-decoration: none;
}
.thrive-at-work .panel-group {
  margin-bottom: 60px;
}
.thrive-at-work .panel-group .panel {
  margin-bottom: -6px;
}
@media all and (max-width: 992px) {
  .thrive-at-work .btn-cta:first-of-type, .thrive-at-work #modern-gov-page #modgov .mgContent input.mgGoButton:first-of-type, #modern-gov-page #modgov .mgContent .thrive-at-work input.mgGoButton:first-of-type,
.thrive-at-work #modern-gov-page #modgov .mgContent input.mgSubmitButton:first-of-type,
#modern-gov-page #modgov .mgContent .thrive-at-work input.mgSubmitButton:first-of-type,
.thrive-at-work #modern-gov-page #modgov .mgContent input#butGo:first-of-type,
#modern-gov-page #modgov .mgContent .thrive-at-work input#butGo:first-of-type {
    margin: 0 0 20px 0;
  }
}
.thrive-at-work .registration-trial {
  background: rgba(0, 161, 156, 0.17);
  text-align: center;
  margin: 0 0 50px 0;
  padding: 50px 50px 70px 50px;
}
.thrive-at-work .registration-trial h2 {
  max-width: 500px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.thrive-at-work .registration-trial p {
  margin: 30px 0;
}
.thrive-at-work .thriveregistration {
  margin: 0;
  /* GENERAL FORM STYLING */
  /* END GENERAL FORM STYLING */
  /* GREEN AREA */
  /* END GREEN AREA */
  /* CONSENT AREA */
  /* END CONSENT AREA */
  /* FEEDBACK BOX */
  /* END FEEDBACK BOX */
  /* SUBMIT BUTTON */
  /* END SUBMIT BUTTON */
  /* CHECKBOX STYLING */
  /*Set the wrapper and hide the default checkbox */
  /*Style the new checkbox */
  /* When the checkbox is checked, add the green background */
  /* Create the checkbox indicator(tick) (hidden when not checked) */
  /* Style the .new-checkbox indicator(tick) */
  /*END CHECKBOX STYLING*/
}
.thrive-at-work .thriveregistration form {
  overflow: hidden;
}
.thrive-at-work .thriveregistration p {
  margin: 0 0 40px 0;
}
.thrive-at-work .thriveregistration legend {
  border: none;
}
.thrive-at-work .thriveregistration input {
  border: 1px solid #d3d3d3;
  width: 100%;
  padding: 10px;
}
.thrive-at-work .thriveregistration fieldset {
  margin-bottom: 40px;
}
.thrive-at-work .thriveregistration .control-label {
  text-align: left;
}
.thrive-at-work .thriveregistration .umbraco-forms-container.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.thrive-at-work .thriveregistration .form-group, .thrive-at-work .thriveregistration #modern-gov-page #modgov form .mgFormRow, #modern-gov-page #modgov form .thrive-at-work .thriveregistration .mgFormRow {
  padding: 0;
}
.thrive-at-work .thriveregistration .umbracoForms-Indicator {
  color: red;
}
.thrive-at-work .thriveregistration .field-validation-error {
  background-color: #f2dede;
  padding: 10px;
  display: block;
  margin: 20px 0;
}
.thrive-at-work .thriveregistration fieldset:first-of-type {
  background: rgba(0, 161, 156, 0.17);
  text-align: center;
  margin: 0 0 20px 0;
}
.thrive-at-work .thriveregistration fieldset:first-of-type .col-md-10 {
  width: 100%;
}
.thrive-at-work .thriveregistration fieldset:first-of-type .singlechoice .col-md-6 .col-md-10 {
  width: 75%;
  text-align: left;
  float: left;
}
.thrive-at-work .thriveregistration fieldset:first-of-type .singlechoice .col-md-6 .col-md-2 {
  width: 55px;
  float: left;
}
.thrive-at-work .thriveregistration fieldset:first-of-type h3 {
  width: 60%;
  margin: 30px auto 15px auto;
}
.thrive-at-work .thriveregistration fieldset:first-of-type p {
  width: 60%;
  margin: 5px auto;
}
.thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) .form-group .col-md-10, .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) #modern-gov-page #modgov form .mgFormRow .col-md-10, #modern-gov-page #modgov form .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) .mgFormRow .col-md-10 {
  width: 10%;
}
.thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) .form-group .col-md-2, .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) #modern-gov-page #modgov form .mgFormRow .col-md-2, #modern-gov-page #modgov form .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:nth-child(2) .mgFormRow .col-md-2 {
  width: 90%;
}
.thrive-at-work .thriveregistration fieldset:last-of-type textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #d3d3d3;
}
.thrive-at-work .thriveregistration input[type=submit] {
  display: none;
  background-color: #00a19c;
  color: #fff;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 10px 50px;
  width: auto;
}
.thrive-at-work .thriveregistration input[type=submit]:hover {
  background-color: #006e6b;
}
.thrive-at-work .thriveregistration .umbraco-forms-navigation .col-md-12 {
  text-align: center;
  margin-top: 40px;
}
.thrive-at-work .thriveregistration .checkbox-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  width: 25px;
}
.thrive-at-work .thriveregistration .checkbox-wrapper input {
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
.thrive-at-work .thriveregistration .umbraco-forms-page .new-checkbox,
.thrive-at-work .thriveregistration .umbraco-forms-page .checkbox-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  margin: 0;
  padding: 0;
  border: 1px solid lightgray;
}
.thrive-at-work .thriveregistration .checkbox-wrapper:hover input ~ .new-checkbox {
  background-color: rgba(0, 161, 156, 0.17);
}
.thrive-at-work .thriveregistration .checkbox-wrapper input:checked ~ .new-checkbox {
  background-color: #00a19c;
  /* Show the .new-checkbox indicator(tick) when checked */
}
.thrive-at-work .thriveregistration .checkbox-wrapper input:checked ~ .new-checkbox:after {
  display: block;
}
.thrive-at-work .thriveregistration .new-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.thrive-at-work .thriveregistration .checkbox-wrapper .new-checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.thrive-at-work .thriveregistration .checkbox {
  display: table;
  width: 100%;
}
.thrive-at-work .thriveregistration .checkbox > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media all and (min-width: 992px) {
  .thrive-at-work .thriveregistration fieldset:not(:first-of-type) {
    margin: 0 130px 0 130px;
  }
  .thrive-at-work .thriveregistration .col-md-2 {
    width: 25%;
  }
  .thrive-at-work .thriveregistration .col-md-10 {
    width: 75%;
  }
  .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:first-of-type .singlechoice > .col-md-10 {
    margin: 20px 10%;
    width: 80%;
  }
  .thrive-at-work .thriveregistration .umbraco-forms-page fieldset:first-of-type .singlechoice .col-md-6 {
    width: 50%;
  }
  .thrive-at-work .thriveregistration label[for=bfebceb3-32cf-4d51-dd7c-141657447af3],
.thrive-at-work .thriveregistration label[for=af085840-b9f4-42c1-8c16-a3168a2e4c91] {
    width: 100%;
  }
  .thrive-at-work .thriveregistration label[for=bfebceb3-32cf-4d51-dd7c-141657447af3] ~ .col-md-10,
.thrive-at-work .thriveregistration label[for=af085840-b9f4-42c1-8c16-a3168a2e4c91] ~ .col-md-10 {
    width: 100%;
  }
  .thrive-at-work .thriveregistration fieldset:last-of-type label:first-of-type {
    width: 100%;
  }
  .thrive-at-work .thriveregistration .singlechoice label {
    padding-top: 0;
  }
  .thrive-at-work .thriveregistration .singlechoice .col-md-6 {
    width: 30%;
  }
}
@media all and (max-width: 991px) {
  .thrive-at-work .thriveregistration .control-label {
    padding-top: 0;
  }
  .thrive-at-work .thriveregistration .radio1 {
    float: left;
    margin-top: 5px;
  }
  .thrive-at-work .thriveregistration .well form {
    padding: 0;
  }
  .thrive-at-work .thriveregistration .contactform, .thrive-at-work .thriveregistration #modern-gov-page #modgov form, #modern-gov-page #modgov .thrive-at-work .thriveregistration form {
    padding: 80px 0;
  }
  .thrive-at-work .thriveregistration form {
    padding: 0;
  }
}
.thrive-at-work .contact-footer svg {
  height: 100px;
  width: 140px;
}
.thrive-at-work .contact-footer .contactblock {
  padding: 80px 15px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .thrive-at-work .contact-footer .contactblock {
    padding: 20px 15px;
  }
}
.thrive-at-work .contact-footer .ctablock .ctablock--inner {
  width: 250px;
  margin: 0 auto;
  padding: 0 15px;
}
.thrive-at-work .contact-footer .heading {
  font-size: 2.5em;
  margin: -10px 0 40px 0;
}
.thrive-at-work .contact-footer p {
  margin: 0 0 20px 0 !important;
  color: #fff;
}
.thrive-at-work .contact-footer h3 {
  color: #fff;
}
.thrive-at-work .contact-footer .cta {
  padding: 95px 0;
}
.thrive-at-work .contact-footer .cta p {
  margin: 0 auto 30px auto !important;
}
.thrive-at-work .contact-footer .bg--Thrive {
  max-height: 500px;
  background: #00a19c !important;
}
.thrive-at-work .contact-footer .bg-image.show-bg {
  background-image: url("../Assets/5242216-new-holland-factory.jpg");
  background-position: center;
  background-color: #00a19c;
  background-size: cover;
  position: relative;
}
.thrive-at-work .contact-footer .bg-image.show-bg:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 161, 156, 0.75);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thrive-at-work .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.thrive-at-work .toolkit {
  margin: 0 0 60px 0;
}
.thrive-at-work .toolkit .row {
  margin: 0 0 15px 0;
}
.thrive-at-work .toolkit select {
  max-width: 400px;
}
.thrive-at-work .toolkit area {
  margin: 0 0 60px 0;
}
.thrive-at-work .toolkit .child {
  line-height: 50px;
}
.thrive-at-work .thrive-toolkit {
  padding: 0;
}
.thrive-at-work .thrive-toolkit .vertical-align-mid {
  margin: 0;
  width: 100%;
}
.thrive-at-work .thrive-toolkit .vertical-align-mid .content {
  max-width: 300px;
  margin: auto;
}
.thrive-at-work .thrive-toolkit .guidance-toolkit .area a {
  color: white;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .thrive-at-work .thrive-toolkit .guidance-toolkit .area a > * {
    display: table-cell;
    float: none;
  }
}
.thrive-at-work .col-md-6.col-sm-6.bg--Thrive.padding-tb-80 {
  background: #00a19c;
}
.thrive-at-work .col-md-6.col-sm-6.bg--Thrive.padding-tb-80 svg {
  width: 150px;
}
.thrive-at-work .thrive-quote {
  position: relative;
}
.thrive-at-work .thrive-quote .fa-quote-left,
.thrive-at-work .thrive-quote .fa-quote-right {
  font-size: 32px;
  color: #00a19c;
  max-width: 390px;
  margin: auto;
  display: block;
}
.thrive-at-work .thrive-quote .fa-quote-right {
  text-align: right;
}
.thrive-at-work .trial-banner {
  background-color: rgba(0, 161, 156, 0.17);
  padding: 40px 0;
}
.thrive-at-work .trial-banner h3 {
  color: #00a19c;
  margin: 0;
  font-size: 32px;
}
.thrive-at-work .trial-banner .row > * {
  margin-bottom: 20px;
}
.thrive-at-work .trial-banner .row > *:last-child {
  margin: 0;
}
@media all and (min-width: 768px) {
  .thrive-at-work .trial-banner .row > * {
    margin: 0;
  }
}
.thrive-at-work .daysBoxes h2 {
  font-size: 32px;
  border: 0;
}
@media all and (max-width: 768px) {
  .thrive-at-work .thrive-page-buttons a {
    margin-bottom: 20px;
  }
}
.thrive-at-work .list-unstyled a {
  color: #00a19c;
}
.thrive-at-work .col-xs-11 a {
  color: #00a19c;
}
.thrive-at-work .head {
  margin: 0;
}
.thrive-at-work .profile-menu .pull-right {
  position: relative;
}
.thrive-at-work .profile-menu .pull-right.open .dropdown-toggle .material-icons:last-child {
  margin-bottom: -8px;
  transition: all 0.2s;
}
.thrive-at-work .profile-menu .pull-right a {
  display: inline-block;
  padding: 8px 0;
}
.thrive-at-work .profile-menu .dropdown-toggle {
  color: #00a19c;
  padding: 8px 0;
  background: none;
}
.thrive-at-work .profile-menu .dropdown-toggle:active {
  outline: 0;
  box-shadow: none;
}
.thrive-at-work .profile-menu .dropdown-toggle:hover .material-icons:last-child {
  margin-bottom: -8px;
  transition: all 0.2s;
}
.thrive-at-work .profile-menu .dropdown-toggle > .vertical-align-mid > * {
  display: inline-block;
}
.thrive-at-work .profile-menu .dropdown-toggle > .vertical-align-mid .material-icons:first-child {
  margin-right: 5px;
}
.thrive-at-work .profile-menu .dropdown-toggle > .vertical-align-mid .profile-name {
  padding-bottom: 1px;
  border-bottom: 1px solid #00a19c;
  font-weight: bold;
}
.thrive-at-work .profile-menu .dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: 0;
  margin-top: 15px;
}
.thrive-at-work .profile-menu .dropdown-menu:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  top: -8px;
  left: 0;
  right: 0;
  z-index: -1;
}
.thrive-at-work .profile-menu .dropdown-menu li a,
.thrive-at-work .profile-menu .dropdown-menu li span {
  padding: 10px;
  font-size: 15px;
  display: block;
  cursor: pointer;
}
.thrive-at-work .profile-menu .dropdown-menu li a:hover,
.thrive-at-work .profile-menu .dropdown-menu li span:hover {
  background-color: rgba(0, 161, 156, 0.17);
}

.fade-carousel {
  position: relative;
  height: 550px;
}
@media screen and (max-width: 640px) {
  .fade-carousel {
    height: 350px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1077px) {
  .fade-carousel {
    height: 470px;
  }
}
.fade-carousel .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}
.fade-carousel .hero h2 {
  font-size: 3em;
  margin-bottom: 20px;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fade-carousel .hero h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1077px) {
  .fade-carousel .hero h2 {
    font-size: 2.5em;
  }
}
.fade-carousel .carousel-inner .item {
  height: 550px;
}
@media screen and (max-width: 640px) {
  .fade-carousel .carousel-inner .item {
    height: 350px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1077px) {
  .fade-carousel .carousel-inner .item {
    height: 470px;
  }
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  transition: 1s all ease-in-out 0.1s;
}
@media screen and (min-width: 980px) {
  .fade-carousel .carousel-inner .item .hero {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .fade-carousel .carousel-inner .item .hero {
    margin: 0px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1077px) {
  .fade-carousel .carousel-inner .item .hero {
    margin: 0px;
  }
}
.fade-carousel .carousel-inner .item .slide-1 .overlay, .fade-carousel .carousel-inner .item .slide-2 .overlay, .fade-carousel .carousel-inner .item .slide-3 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: 0.47;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  transition: 1s all ease-in-out 0.1s;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .fade-carousel .carousel-indicators > li {
    width: 10px;
    height: 10px;
  }
}
.fade-carousel .carousel-indicators > li.active {
  width: 20px;
  height: 20px;
  background-color: #FE811B;
  border-color: #FE811B;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .fade-carousel .carousel-indicators > li.active {
    width: 12px;
    height: 12px;
  }
}
.fade-carousel .carousel-control {
  opacity: 1;
}
.fade-carousel .carousel-control .glyphicon-menu-left, .fade-carousel .carousel-control .glyphicon-menu-right {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  font-size: 50px !important;
}
@media screen and (max-width: 640px) {
  .fade-carousel .carousel-control .glyphicon-menu-left, .fade-carousel .carousel-control .glyphicon-menu-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px !important;
  }
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 350px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1077px) {
  .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 470px;
  }
}

.slick-h2 {
  margin-top: 30px;
}

.slick-slide h3 {
  font-size: 28px;
}

.slick-next-prev-buttons {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.slick-next-prev-buttons .indexing {
  position: relative;
  height: 75px;
  width: 75px;
  text-align: center;
  display: inline-block;
  line-height: 75px;
  vertical-align: middle;
}
.slick-next-prev-buttons .indexing:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  border: 1px solid #fff;
  transform: rotateX(0deg) rotateZ(45deg);
}

/* Arrows */
.slick-prev,
.slick-next {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  width: 33.3%;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "Glyphicons Halflings";
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.75;
}

.slick-prev {
  text-align: left;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  padding-right: 24px;
  text-align: right;
}
.slick-next:after {
  content: "";
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 15px 0 30px 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.75;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: white;
}
.slick-dots li.slick-active button {
  background: white;
  opacity: 1;
}

/*# sourceMappingURL=bootstrap.css.map */
