@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 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(63.75, 63.75, 63.75);
  background-color: #fff;
}

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

a {
  color: #0668b3;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0668b3;
  text-decoration: none;
}
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: 6px;
}

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

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

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #d1d3d3;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Granjon W01", garamond, serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(15.3, 15.3, 15.3);
}
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: rgb(216.75, 216.75, 216.75);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

mark,
.mark {
  background-color: #443E8C;
  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: rgb(216.75, 216.75, 216.75);
}

.text-primary {
  color: #0668b3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}

.text-success {
  color: #fff;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-info {
  color: #fff;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-warning {
  color: #fff;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.text-danger {
  color: #fff;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(229.5, 229.5, 229.5);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0668b3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}

.bg-success {
  background-color: #14828C;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(13.625, 88.5625, 95.375);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(1.7307692308, 11.0769230769, 25.2692307692);
}

.bg-warning {
  background-color: #443E8C;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(50.8316831683, 46.3465346535, 104.6534653465);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(182.3170731707, 12.6829268293, 57.0731707317);
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid rgb(244.8, 244.8, 244.8);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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: 25px;
}

dt,
dd {
  line-height: 1.6;
}

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 rgb(216.75, 216.75, 216.75);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid rgb(244.8, 244.8, 244.8);
}
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.6;
  color: rgb(216.75, 216.75, 216.75);
}
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 rgb(244.8, 244.8, 244.8);
  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: 25px;
  font-style: normal;
  line-height: 1.6;
}

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: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: rgb(63.75, 63.75, 63.75);
  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%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(216.75, 216.75, 216.75);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.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.6;
  vertical-align: top;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(216.75, 216.75, 216.75);
}
.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 rgb(216.75, 216.75, 216.75);
}
.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 rgb(216.75, 216.75, 216.75);
}
.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 rgb(216.75, 216.75, 216.75);
}
.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: rgb(244.8, 244.8, 244.8);
}

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: rgb(244.8, 244.8, 244.8);
}

.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: rgb(232.05, 232.05, 232.05);
}

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

.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: rgb(16.8125, 109.28125, 117.6875);
}

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

.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: rgb(3.3653846154, 21.5384615385, 49.1346153846);
}

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

.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: rgb(59.4158415842, 54.1732673267, 122.3267326733);
}

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

.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: rgb(206.1585365854, 14.3414634146, 64.5365853659);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .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: 25px;
  font-size: 24px;
  line-height: inherit;
  color: rgb(63.75, 63.75, 63.75);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(127.5, 127.5, 127.5);
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(127.5, 127.5, 127.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(244.8, 244.8, 244.8);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 39px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 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,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}

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

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}

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

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

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 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: #fff;
}
.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #14828C;
}
.has-success .form-control-feedback {
  color: #fff;
}

.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: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #443E8C;
}
.has-warning .form-control-feedback {
  color: #fff;
}

.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: #fff;
}
.has-error .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #E61048;
}
.has-error .form-control-feedback {
  color: #fff;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(127.5, 127.5, 127.5);
}

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 20rem;
  font-size: 16px;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #0668b3;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #0668b3;
  border: 0;
  background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
  color: #0668b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #0668b3;
  border-color: rgb(177.72, 181.08, 181.08);
  background-color: rgb(229.5, 229.5, 229.5);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #0668b3;
  border-color: rgb(143.8333333333, 148.6666666667, 148.6666666667);
  background-color: rgb(211.65, 211.65, 211.65);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  border-color: #d1d3d3;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #0668b3;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0F388A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(10, 37.3333333333, 92);
}
.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;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(6.5, 24.2666666667, 59.8);
}
.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 {
  border-color: transparent;
  background-color: #0F388A;
}
.btn-primary .badge {
  color: #0F388A;
  background-color: #fff;
}

.btn.btn-tertiary {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0668b3;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  font-size: 1.6rem;
  padding: 1.5rem 3.3rem;
  transition: all 0.25s ease-in-out;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary.focus {
  color: #fff;
}
.btn.btn-tertiary:active, .btn.btn-tertiary.active, .open > .btn.btn-tertiary.dropdown-toggle {
  color: #fff;
  border-color: rgb(4.0151351351, 69.5956756757, 119.7848648649);
  background-color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}
.btn.btn-tertiary:active:hover, .btn.btn-tertiary:active:focus, .btn.btn-tertiary:active.focus, .btn.btn-tertiary.active:hover, .btn.btn-tertiary.active:focus, .btn.btn-tertiary.active.focus, .open > .btn.btn-tertiary.dropdown-toggle:hover, .open > .btn.btn-tertiary.dropdown-toggle:focus, .open > .btn.btn-tertiary.dropdown-toggle.focus {
  color: #fff;
  border-color: rgb(1.8648648649, 32.3243243243, 55.6351351351);
  background-color: rgb(3.1881081081, 55.2605405405, 95.1118918919);
}
.btn.btn-tertiary:active, .btn.btn-tertiary.active, .open > .btn.btn-tertiary.dropdown-toggle {
  background-image: none;
}
.btn.btn-tertiary.disabled:hover, .btn.btn-tertiary.disabled:focus, .btn.btn-tertiary.disabled.focus, .btn.btn-tertiary[disabled]:hover, .btn.btn-tertiary[disabled]:focus, .btn.btn-tertiary[disabled].focus, fieldset[disabled] .btn.btn-tertiary:hover, fieldset[disabled] .btn.btn-tertiary:focus, fieldset[disabled] .btn.btn-tertiary.focus {
  border-color: #0668b3;
  background-color: #0668b3;
}
.btn.btn-tertiary .badge {
  color: #0668b3;
  background-color: #fff;
}
.btn.btn-tertiary :hover,
.btn.btn-tertiary :active,
.btn.btn-tertiary :focus {
  border-color: transparent;
}

.btn-success {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #14828C;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
  color: #fff;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(13.625, 88.5625, 95.375);
}
.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;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(9.1625, 59.55625, 64.1375);
}
.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 {
  border-color: transparent;
  background-color: #14828C;
}
.btn-success .badge {
  color: #14828C;
  background-color: #fff;
}

.btn-info {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #052049;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
  color: #fff;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(1.7307692308, 11.0769230769, 25.2692307692);
}
.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;
  border-color: rgba(0, 0, 0, 0);
  background-color: black;
}
.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 {
  border-color: transparent;
  background-color: #052049;
}
.btn-info .badge {
  color: #052049;
  background-color: #fff;
}

.btn-warning {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #443E8C;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
  color: #fff;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(50.8316831683, 46.3465346535, 104.6534653465);
}
.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;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(38.8138613861, 35.3891089109, 79.9108910891);
}
.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 {
  border-color: transparent;
  background-color: #443E8C;
}
.btn-warning .badge {
  color: #443E8C;
  background-color: #fff;
}

.btn-danger {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #E61048;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
  color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(182.3170731707, 12.6829268293, 57.0731707317);
}
.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;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(148.9390243902, 10.3609756098, 46.6243902439);
}
.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 {
  border-color: transparent;
  background-color: #E61048;
}
.btn-danger .badge {
  color: #E61048;
  background-color: #fff;
}

.btn-link {
  color: #0668b3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0668b3;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(216.75, 216.75, 216.75);
  text-decoration: none;
}

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  border-radius: 20rem;
  font-size: 15px;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d1d3d3;
  border: 1px solid #d1d3d3;
  border-radius: 4px;
  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: 11.5px 0;
  overflow: hidden;
  background-color: #d1d3d3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #646e76;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  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: #0668b3;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(216.75, 216.75, 216.75);
}
.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;
}
.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.6;
  color: rgb(216.75, 216.75, 216.75);
  white-space: nowrap;
}

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: rgb(127.5, 127.5, 127.5);
  text-align: center;
  background-color: rgb(244.8, 244.8, 244.8);
  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 {
  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 {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav: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: rgb(244.8, 244.8, 244.8);
}
.nav > li.disabled > a {
  color: rgb(216.75, 216.75, 216.75);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  cursor: not-allowed;
  text-decoration: none;
  color: rgb(216.75, 216.75, 216.75);
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #0668b3;
  background-color: rgb(244.8, 244.8, 244.8);
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.6;
}
.nav-tabs > li > a:hover {
  border-color: rgb(244.8, 244.8, 244.8) rgb(244.8, 244.8, 244.8) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default;
  color: rgb(127.5, 127.5, 127.5);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0668b3;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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 > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  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: 12.5px 15px;
  font-size: 18px;
  line-height: 25px;
  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: 9px 10px;
  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;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@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: 25px;
  }
  .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: 12.5px;
    padding-bottom: 12.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: rgb(231.425, 231.425, 231.425);
}
.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: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  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: rgb(231.425, 231.425, 231.425);
  }
  .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: rgb(8.5, 8.5, 8.5);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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: 0 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: " ";
  padding: 0 5px;
  color: #d1d3d3;
}
.breadcrumb > .active {
  color: #646e76;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:before {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #d1d3d3;
  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: #000;
  background-color: #fff;
  border-color: #0668b3;
}
.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: #0668b3;
  border-color: #0668b3;
  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: rgb(216.75, 216.75, 216.75);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 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: 25px 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: #052049;
  border: 1px solid #052049;
  border-radius: 20em;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.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: rgb(216.75, 216.75, 216.75);
  background-color: #052049;
  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 {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #fff;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.label-primary {
  background-color: #0668b3;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}

.label-success {
  background-color: #14828C;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(13.625, 88.5625, 95.375);
}

.label-info {
  background-color: #052049;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(1.7307692308, 11.0769230769, 25.2692307692);
}

.label-warning {
  background-color: #443E8C;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(50.8316831683, 46.3465346535, 104.6534653465);
}

.label-danger {
  background-color: #E61048;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(182.3170731707, 12.6829268293, 57.0731707317);
}

.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: rgb(216.75, 216.75, 216.75);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0668b3;
  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: #fff;
  background-color: #007242;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(0, 63, 36.4736842105);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: rgb(63.75, 63.75, 63.75);
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0668b3;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  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: #14828C;
  border-color: #14828C;
  color: #fff;
}
.alert-success hr {
  border-top-color: rgb(16.8125, 109.28125, 117.6875);
}
.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-info {
  background-color: #052049;
  border-color: #052049;
  color: #fff;
}
.alert-info hr {
  border-top-color: rgb(3.3653846154, 21.5384615385, 49.1346153846);
}
.alert-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-warning {
  background-color: #443E8C;
  border-color: #443E8C;
  color: #fff;
}
.alert-warning hr {
  border-top-color: rgb(59.4158415842, 54.1732673267, 122.3267326733);
}
.alert-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-danger {
  background-color: #E61048;
  border-color: #E61048;
  color: #fff;
}
.alert-danger hr {
  border-top-color: rgb(206.1585365854, 14.3414634146, 64.5365853659);
}
.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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: 25px;
  color: #fff;
  text-align: center;
  background-color: #0668b3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #14828C;
}
.progress-striped .progress-bar-success {
  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: #052049;
}
.progress-striped .progress-bar-info {
  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: #443E8C;
}
.progress-striped .progress-bar-warning {
  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: #E61048;
}
.progress-striped .progress-bar-danger {
  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 #d1d3d3;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #0668b3;
}
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: #0668b3;
  background-color: transparent;
}

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: rgb(244.8, 244.8, 244.8);
  color: rgb(216.75, 216.75, 216.75);
  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: rgb(216.75, 216.75, 216.75);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0668b3;
  border-color: #0668b3;
}
.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: rgb(137.9243243243, 202.0216216216, 251.0756756757);
}

.list-group-item-success {
  color: #fff;
  background-color: #14828C;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
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: #fff;
  background-color: rgb(16.8125, 109.28125, 117.6875);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-info {
  color: #fff;
  background-color: #052049;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
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: #fff;
  background-color: rgb(3.3653846154, 21.5384615385, 49.1346153846);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-warning {
  color: #fff;
  background-color: #443E8C;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
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: #fff;
  background-color: rgb(59.4158415842, 54.1732673267, 122.3267326733);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-danger {
  color: #fff;
  background-color: #E61048;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
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: #fff;
  background-color: rgb(206.1585365854, 14.3414634146, 64.5365853659);
}
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: #fff;
  border-color: #fff;
}

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

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

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  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: 15px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 15px 15px;
  background-color: rgb(244.8, 244.8, 244.8);
  border-top: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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: 0;
  border-top-left-radius: 0;
}
.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: 0;
  border-bottom-left-radius: 0;
}
.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: 0;
  border-top-left-radius: 0;
}
.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: 0;
  border-top-right-radius: 0;
}
.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: 0;
}
.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: 0;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 0;
  border-bottom-right-radius: 0;
}
.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: 0;
}
.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: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.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: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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 #fff;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #fff;
}

.panel-default {
  border-color: #d1d3d3;
}
.panel-default > .panel-heading {
  color: rgb(63.75, 63.75, 63.75);
  background-color: #fff;
  border-color: #d1d3d3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d1d3d3;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: rgb(63.75, 63.75, 63.75);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d1d3d3;
}

.panel-primary {
  border-color: #0668b3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0668b3;
  border-color: #0668b3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0668b3;
}
.panel-primary > .panel-heading .badge {
  color: #0668b3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0668b3;
}

.panel-success {
  border-color: #14828C;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #14828C;
  border-color: #14828C;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #14828C;
}
.panel-success > .panel-heading .badge {
  color: #14828C;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #14828C;
}

.panel-info {
  border-color: #052049;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #052049;
  border-color: #052049;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #052049;
}
.panel-info > .panel-heading .badge {
  color: #052049;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #052049;
}

.panel-warning {
  border-color: #443E8C;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #443E8C;
  border-color: #443E8C;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #443E8C;
}
.panel-warning > .panel-heading .badge {
  color: #443E8C;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #443E8C;
}

.panel-danger {
  border-color: #E61048;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #E61048;
  border-color: #E61048;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E61048;
}
.panel-danger > .panel-heading .badge {
  color: #E61048;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E61048;
}

.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: rgb(244.8, 244.8, 244.8);
  border: 1px solid #052049;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #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.6;
}

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  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: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 16px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  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 {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    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: 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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.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 {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .nav-social ul:before, .clearfix:after, .nav-social ul:after {
  content: " ";
  display: table;
}
.clearfix:after, .nav-social ul: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;
}
.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;
  }
}
body {
  letter-spacing: normal;
  font-weight: 400;
}

a {
  border-bottom: 1px solid #0668b3;
}

a:hover,
a:focus {
  border-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
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-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  border-bottom-color: transparent;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #0668b3;
  border-bottom-color: inherit;
}
.region-sidebar h1,
.region-sidebar h2,
.region-sidebar h3,
.region-sidebar h4,
.region-sidebar h5,
.region-sidebar h6,
.region-sidebar .h1,
.region-sidebar .h2,
.region-sidebar .h3,
.region-sidebar .h4,
.region-sidebar .h5,
.region-sidebar .h6 {
  margin-top: 0;
}

strong {
  color: #000;
}

.job-title {
  display: block;
  font-size: 13px;
  font-style: italic;
}

h1,
.h1 {
  margin: 0 0 0.15em 0;
  font-size: 4.2rem;
  line-height: 1.1;
}
.not-front .region-content h1, .not-front .field--name-field-top-header h1,
.not-front .region-content .h1,
.not-front .field--name-field-top-header .h1 {
  font-size: 3.4rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .not-front .region-content h1, .not-front .field--name-field-top-header h1,
  .not-front .region-content .h1,
  .not-front .field--name-field-top-header .h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .not-front .region-content h1, .not-front .field--name-field-top-header h1,
  .not-front .region-content .h1,
  .not-front .field--name-field-top-header .h1 {
    font-size: 5.4rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5.4rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 6.2rem;
  }
}

h2,
.h2 {
  margin: 1.5em 0 0.25em 0;
  color: #052049;
  font-size: 3.6rem;
  line-height: 1.2;
}
.not-front .region-content h2,
.not-front .region-content .h2 {
  font-size: 3rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .not-front .region-content h2,
  .not-front .region-content .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .not-front .region-content h2,
  .not-front .region-content .h2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 5.2rem;
  }
}

h3,
.h3 {
  margin: 1.5em 0 0.5em 0;
  padding-bottom: 3px;
  font-size: 2.6rem;
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 3.4rem;
  }
}

h4,
.h4 {
  margin: 1.5em 0 0.5em 0;
  color: #052049;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 2.8rem;
  }
}

h5,
.h5 {
  margin: 2em 0 0.5em 0;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
}

h6,
.h6 {
  margin: 2em 0 1em 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
}

p {
  margin: 0 0 1.5em 0;
}
p.x-small {
  font-size: 13px;
}

ul ul,
ol ul {
  margin: 0.75em 0;
}

ol {
  margin: 1.5em 0;
  padding: 0 0 0 2em;
}
ol li {
  margin-bottom: 0.75em;
}

ul {
  margin: 1.5em 0;
  padding: 0 0 0 1em;
}
ul li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.25em;
  list-style: none;
}
ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #007242;
  font-size: 20px;
}
ul li li:before {
  background-color: #052049;
}

.lead {
  letter-spacing: 0.025em;
  color: #000;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .lead {
    font-size: 24px;
  }
}

.lead-alt {
  margin-bottom: 0.5em;
  color: #000;
  font-family: "Granjon W01", garamond, serif;
  font-size: 25px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .lead-alt {
    font-size: 36px;
  }
}

.title {
  margin-top: 0;
}

.sub-title {
  margin-bottom: 1.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #14828C;
  font-size: 12px;
}
@media (min-width: 992px) {
  .sub-title {
    font-size: 13px;
  }
}

.time .fas {
  padding-right: 5px;
  color: #052049;
}

.location .fas {
  padding: 0 3px 0 2px;
  color: #052049;
}

.text-primary {
  color: #0668b3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}

.text-success {
  color: #14828C;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(13.625, 88.5625, 95.375);
}

.text-info {
  color: #052049;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(1.7307692308, 11.0769230769, 25.2692307692);
}

.text-warning {
  color: #443E8C;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(50.8316831683, 46.3465346535, 104.6534653465);
}

.text-danger {
  color: #E61048;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(182.3170731707, 12.6829268293, 57.0731707317);
}

.page-header,
.page-title {
  margin: 0 0 30px;
  padding: 0;
  border-bottom: none;
}

.no-node .page-title {
  margin-bottom: 0;
  background-color: #fff;
}

.sidebar-info {
  padding: 30px;
  border-top: 10px solid #007242;
  background-color: rgb(244.8, 244.8, 244.8);
}
.sidebar-info h5 {
  font-weight: bold;
}
.sidebar-info .field__items {
  margin: 0 0 1.5em 0;
}

.invisible {
  width: 0;
}

.field--name-field-top-header :first-child {
  margin-top: 0;
}
.field--name-field-top-header h2,
.field--name-field-top-header .h2 {
  color: #000;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 1em 0;
}
table caption {
  font-size: 1.4em;
  text-align: left;
  color: rgb(63.75, 63.75, 63.75);
}
table thead th {
  background: #0071AD;
  color: #FFF;
  border-color: #0071AD;
  font-weight: 500;
  font-size: 1.1em;
}
table thead th strong {
  color: #FFF;
}
table tbody td, table tbody th {
  border: 1px #B4B9BF solid;
  vertical-align: top;
}
table td, table th {
  padding: 12px;
}

.btn {
  border: 0;
  white-space: normal;
  transition: all 0.25s ease-in-out;
}
.btn .fa,
.btn .fas {
  margin-left: 3px;
  vertical-align: middle;
  font-size: 150%;
}
.btn span {
  vertical-align: middle;
}
.btn::before {
  content: none;
}

.btn-text {
  text-decoration: none;
  color: #052049;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn-text:after {
  display: inline-block;
  margin-left: 10px;
  content: "\f101";
}
.btn-text:hover, .btn-text:focus {
  text-decoration: underline;
  border-bottom: none;
}

.alt.btn-text {
  color: #fff;
}

.btn-link {
  text-decoration: underline;
  letter-spacing: normal;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: inherit;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 250px;
}

.bootstrap-select .dropdown-toggle.bs-placeholder {
  color: inherit;
}
.bootstrap-select .btn {
  white-space: nowrap;
  border-radius: 0;
}

/* Button Sizes */
.btn {
  padding: 1.2rem 3rem 1rem;
  font-size: 1.6rem;
  line-height: 1.25;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 2rem 3.5rem;
  font-size: 1.8rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 1rem 2rem;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.8rem 1.5rem;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

/* Circles - Buttons */
.btn-circle, .profile-img {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}

.btn-play {
  color: #fff;
  border-bottom: none;
  font-size: 100px;
}
.btn-play:hover, .btn-play:focus {
  color: #ccc;
  border: 0;
}

.btn-primary {
  border: 0;
}
.btn-primary:focus, .btn-primary:hover {
  border: 0;
  background-color: #052049;
}

.btn-success {
  background-color: #14828C;
}
.btn-success:focus, .btn-success:hover {
  background-color: #0e5258;
}

.btn-secondary {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #052049;
  border: 0;
  background-color: #E1E3E5;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #052049;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #052049;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(197.6785714286, 201.5, 205.3214285714);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #052049;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(178.5535714286, 183.65, 188.7464285714);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  border-color: transparent;
  background-color: #E1E3E5;
}
.btn-secondary .badge {
  color: #E1E3E5;
  background-color: #052049;
}
.btn-secondary:focus, .btn-secondary:hover {
  background-color: #b4b9bf;
}

.btn-warning {
  border: 0;
}
.btn-warning:focus, .btn-warning:hover {
  border: 0;
  background-color: #2E2872;
}

.btn-info {
  border: 0;
}
.btn-info:focus, .btn-info:hover {
  border: 0;
  background-color: #0F388A;
}

.ctct-form-embed .ctct-form-button {
  background-color: #0F388A !important;
  border: none !important;
  font-weight: bold;
  margin-top: 24px;
}
.ctct-form-embed .ctct-form-button:focus, .ctct-form-embed .ctct-form-button:hover {
  background-color: #052049 !important;
}

/* === IMAGE RULES === */
figure {
  display: table;
  margin-bottom: 1.5em;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
}

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

.img-full {
  margin-bottom: 2em;
  width: 100%;
}
.img-full img {
  width: 100%;
}

.img-75, .img-center-75 {
  margin-bottom: 2em;
}
.img-75 img, .img-center-75 img {
  width: 100%;
}
@media (min-width: 992px) {
  .img-75, .img-center-75 {
    width: 75%;
  }
}

.img-50, .img-right-50, .img-left-50, .img-center-50 {
  margin-bottom: 2em;
}
.img-50 img, .img-right-50 img, .img-left-50 img, .img-center-50 img {
  width: 100%;
}
@media (min-width: 992px) {
  .img-50, .img-right-50, .img-left-50, .img-center-50 {
    width: 50%;
  }
}

.img-25, .img-right-25, .img-left-25, .img-center-25 {
  margin-bottom: 2em;
}
.img-25 img, .img-right-25 img, .img-left-25 img, .img-center-25 img {
  width: 100%;
}
@media (min-width: 992px) {
  .img-25, .img-right-25, .img-left-25, .img-center-25 {
    width: 25%;
  }
}
.img-25 .caption, .img-right-25 .caption, .img-left-25 .caption, .img-center-25 .caption {
  display: none;
}

/* Centered Images */
.img-center, .img-center-25, .img-center-50, .img-center-75 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}

/* Left Aligned Images */
.img-left, .img-left-25, .img-left-50 {
  float: left;
  margin-right: 2em;
}

/* Right Aligned Images */
.img-right, .img-right-25, .img-right-50 {
  float: right;
  margin-left: 2em;
}

/*==== Captions ===*/
figcaption {
  position: relative;
  margin-top: 5px;
  padding-left: 45px;
  padding-right: 20px;
  font-size: 13px;
}
figcaption:before {
  position: absolute;
  top: -4px;
  left: 15px;
  color: #cc4b00;
  content: "\f077";
}
figcaption .caption-title {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #052049;
  font-size: 13px;
  font-weight: 700;
}
figcaption .caption-desc {
  font-size: 13px;
}
figcaption .caption-desc *:last-child {
  margin-bottom: 0;
}

/*==== Image Utility Rules ===*/
.clear-float {
  clear: both;
}

.location-header .c-l .dropdown > a:after, .page-down a:before, .filter-toggle:after, .attachments .attachment-list .attachment:before, .nav-primary .yamm .close:after, .panel-group .panel-heading a:before, .btn.btn-boxes:after, .btn-emergency:after, .btn-icon:after, .breadcrumb > li + li:before, .slick-prev:before, .slick-next:before, .owl-prev:before, .owl-next:before, .btn-text:after, figcaption:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .yamm .dropdown {
    position: relative;
    padding: 0 10px;
  }
  .yamm a {
    display: block;
  }
  .yamm .dropdown:after {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: -11px;
    content: "\f078";
    color: #58595b;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .yamm .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
  }
  .yamm .dropdown-menu .yamm-content {
    padding-top: 10px;
  }
  .yamm .dropdown-menu .c-l {
    width: auto;
  }
  .yamm .dropdown-menu .link-list-group {
    padding: 0;
  }
  .yamm .dropdown-menu .callout {
    display: none;
  }
}
.owl-next {
  margin-left: 15px;
}

.owl-prev,
.owl-next {
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.owl-prev:before, .owl-next:before {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.owl-prev:before {
  content: "\f053";
}

.owl-next:before {
  content: "\f054";
}

.media-owl {
  margin-bottom: 20px;
}
.media-owl .owl-nav {
  margin-top: 10px;
  text-align: center;
}
.media-owl .owl-prev,
.media-owl .owl-next {
  border-color: #052049;
  background-color: #052049;
}
.media-owl .owl-prev:before, .media-owl .owl-next:before {
  color: #fff;
}

.slide-controls {
  display: none;
}

.slick-slider .slide-controls {
  display: block;
}

.slick-prev,
.slick-next {
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: #fff;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.highlighted-media .slide-controls {
  margin: 10px auto;
  text-align: center;
  display: block;
  width: 150px;
}
.highlighted-media .slick-next {
  margin-left: 15px;
}
.highlighted-media .slick-prev,
.highlighted-media .slick-next {
  border-color: #052049;
  background-color: #052049;
  float: left;
}
.highlighted-media .slick-prev:before, .highlighted-media .slick-next:before {
  color: #fff;
}
.highlighted-media .slick-track {
  display: flex;
  flex-flow: row;
  margin-left: initial;
}

:host-context(.field--name-body) .expand-less.content-text,
:host-context(.field--name-body) .expand-less.content {
  box-sizing: border-box;
}
:host-context(.field--name-body) .expand-less.content + .expand-less.content-text {
  padding: 0;
}

dom-collapsible:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
dom-collapsible .content-text {
  width: calc(100% - 30px) !important;
  margin-inline-start: -15px;
  overflow: auto;
}
dom-collapsible .content-text table {
  max-width: 100%;
}
dom-collapsible .content-text table th,
dom-collapsible .content-text table td {
  width: auto !important;
}

.page-utilities {
  position: relative;
  margin-bottom: 20px;
  padding-top: 30px;
}
.page-utilities .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 60px;
  }
}

.breadcrumb > li {
  display: none;
  margin: 0;
}
@media (min-width: 992px) {
  .breadcrumb > li {
    display: inline-block;
  }
}
.breadcrumb > li + li:before {
  content: "\f104";
  padding: 0 10px 0 0;
}
@media (min-width: 992px) {
  .breadcrumb > li + li:before {
    content: "\f105";
    padding-left: 8px;
  }
}
.breadcrumb > li:nth-last-child(2) {
  display: inline-block;
}
.breadcrumb > li a {
  border: none;
}
.breadcrumb > li a:hover, .breadcrumb > li a:focus {
  text-decoration: underline;
}

.btn-block,
.btn-square {
  border-radius: 0;
}

.btn-icon {
  position: relative;
  padding-left: 55px;
}
.btn-icon:after {
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 10px;
  margin-left: 20px;
  font-size: 1.6rem;
}

.btn-danger:focus, .btn-danger:hover {
  background-color: #8e0629;
}

.btn-emergency {
  position: relative;
  padding-left: 55px;
  border-radius: 0;
}
.btn-emergency:after {
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 10px;
  margin-left: 20px;
  content: "\f0f9";
  font-size: 1.6rem;
}
.btn-emergency .fa {
  margin-right: 4px;
}

.btn-circle-plus:after {
  content: "\f055";
}

.btn.btn-boxes {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0668b3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  transition: all 0.25s ease-in-out;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.btn.btn-boxes:hover, .btn.btn-boxes:focus, .btn.btn-boxes.focus {
  color: #fff;
}
.btn.btn-boxes:active, .btn.btn-boxes.active, .open > .btn.btn-boxes.dropdown-toggle {
  color: #fff;
  border-color: rgb(4.0151351351, 69.5956756757, 119.7848648649);
  background-color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}
.btn.btn-boxes:active:hover, .btn.btn-boxes:active:focus, .btn.btn-boxes:active.focus, .btn.btn-boxes.active:hover, .btn.btn-boxes.active:focus, .btn.btn-boxes.active.focus, .open > .btn.btn-boxes.dropdown-toggle:hover, .open > .btn.btn-boxes.dropdown-toggle:focus, .open > .btn.btn-boxes.dropdown-toggle.focus {
  color: #fff;
  border-color: rgb(1.8648648649, 32.3243243243, 55.6351351351);
  background-color: rgb(3.1881081081, 55.2605405405, 95.1118918919);
}
.btn.btn-boxes:active, .btn.btn-boxes.active, .open > .btn.btn-boxes.dropdown-toggle {
  background-image: none;
}
.btn.btn-boxes.disabled:hover, .btn.btn-boxes.disabled:focus, .btn.btn-boxes.disabled.focus, .btn.btn-boxes[disabled]:hover, .btn.btn-boxes[disabled]:focus, .btn.btn-boxes[disabled].focus, fieldset[disabled] .btn.btn-boxes:hover, fieldset[disabled] .btn.btn-boxes:focus, fieldset[disabled] .btn.btn-boxes.focus {
  border-color: #0668b3;
  background-color: #0668b3;
}
.btn.btn-boxes .badge {
  color: #0668b3;
  background-color: #fff;
}
.btn.btn-boxes :hover,
.btn.btn-boxes :active,
.btn.btn-boxes :focus {
  border-color: transparent;
}
.btn.btn-boxes:before {
  border-radius: 0;
}
.btn.btn-boxes:after {
  content: "\f061";
  font-size: 1.6rem;
}

.btn-green,
.btn-orange {
  color: #fff;
}
.btn-green:focus, .btn-green:hover,
.btn-orange:focus,
.btn-orange:hover {
  color: #fff;
}

.btn-green {
  background-color: #007242;
}
.btn-green:focus, .btn-green:hover {
  color: #fff;
  background: #00483A;
}

.btn-orange {
  background-color: #cc4b00;
}
.btn-orange:focus, .btn-orange:hover {
  color: #fff;
  background: #9b410e;
}

.btn-info::before,
.btn-green::before,
.btn-orange::before,
.btn-warning::before,
.btn-primary::before,
.btn-success::before,
.btn-danger::before {
  content: none;
}

.btn-primary.btn-lg:focus, .btn-group-lg > .btn-primary.btn:focus, .btn-primary.btn-lg:hover, .btn-group-lg > .btn-primary.btn:hover {
  background-color: #052049;
}

.btn-secondary.btn-lg:focus, .btn-group-lg > .btn-secondary.btn:focus, .btn-secondary.btn-lg:hover, .btn-group-lg > .btn-secondary.btn:hover {
  background-color: #b4b9bf;
}

.btn-warning.btn-lg:focus, .btn-group-lg > .btn-warning.btn:focus, .btn-warning.btn-lg:hover, .btn-group-lg > .btn-warning.btn:hover {
  background: #2E2872;
}

.btn-info.btn-lg:focus, .btn-group-lg > .btn-info.btn:focus, .btn-info.btn-lg:hover, .btn-group-lg > .btn-info.btn:hover {
  background: #0F388A;
}

.btn-success.btn-lg:focus, .btn-group-lg > .btn-success.btn:focus, .btn-success.btn-lg:hover, .btn-group-lg > .btn-success.btn:hover {
  background: #0e5258;
}

.btn-danger.btn-lg:focus, .btn-group-lg > .btn-danger.btn:focus, .btn-danger.btn-lg:hover, .btn-group-lg > .btn-danger.btn:hover {
  background: #8e0629;
}

.close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover, .close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

/* =========== Containers =========== */
.c-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
  max-width: 800px;
}
.c-xs:before, .c-xs:after {
  content: " ";
  display: table;
}
.c-xs:after {
  clear: both;
}
@media (min-width: 1200px) {
  .c-xs {
    width: 60%;
  }
}
@media (min-width: 1500px) {
  .c-xs {
    width: 50%;
  }
}

.c-s {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
  max-width: 1000px;
}
.c-s:before, .c-s:after {
  content: " ";
  display: table;
}
.c-s:after {
  clear: both;
}
@media (min-width: 1200px) {
  .c-s {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .c-s {
    width: 70%;
  }
}

.c-m {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1350px;
}
.c-m:before, .c-m:after {
  content: " ";
  display: table;
}
.c-m:after {
  clear: both;
}
@media (min-width: 992px) {
  .c-m {
    width: 90%;
  }
}

.c-l {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1500px;
}
.c-l:before, .c-l:after {
  content: " ";
  display: table;
}
.c-l:after {
  clear: both;
}
@media (min-width: 992px) {
  .c-l {
    width: 94%;
  }
}

.c-xl {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1800px;
}
.c-xl:before, .c-xl:after {
  content: " ";
  display: table;
}
.c-xl:after {
  clear: both;
}
@media (min-width: 992px) {
  .c-xl {
    width: 94%;
  }
}

.c-f {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-f:before, .c-f:after {
  content: " ";
  display: table;
}
.c-f:after {
  clear: both;
}

.c-off-left {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-off-left:before, .c-off-left:after {
  content: " ";
  display: table;
}
.c-off-left:after {
  clear: both;
}
@media (min-width: 1200px) {
  .c-off-left {
    width: 94%;
    margin: 0 6% 0 0;
  }
}

.c-off-right {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.c-off-right:before, .c-off-right:after {
  content: " ";
  display: table;
}
.c-off-right:after {
  clear: both;
}
@media (min-width: 992px) {
  .c-off-right {
    width: 94%;
    margin: 0 0 0 6%;
  }
}

/* Grid Elements */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.label {
  letter-spacing: 0.15em;
  font-size: 11px;
  padding: 1px 10px 2px 10px;
  border-radius: 0;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  white-space: normal;
  text-align: left;
  line-height: 1.6;
}

.label-default {
  color: #14828C;
  padding: 0;
  vertical-align: top;
}

.label-secondary {
  background-color: #646e76;
}
.label-secondary[href]:hover, .label-secondary[href]:focus {
  background-color: rgb(76.6055045872, 84.2660550459, 90.3944954128);
}

.list-group,
.menu {
  margin-bottom: 0;
}

.list-group-item {
  margin-bottom: 0;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.list-group-item a {
  border-bottom: 1px solid #d1d3d3;
}
.list-group-item:before {
  display: none;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: underline;
}

.list-group-item.is-visible {
  display: block;
}
.list-group-item.is-visible:first-child {
  border-top: 1px solid #d1d3d3;
}
.list-group-item.is-visible > a {
  display: block;
}
.list-group-item.is-visible .menu .menu-item {
  display: block;
}
.list-group-item.is-visible .menu .menu-item > a {
  display: block;
}
.list-group-item > a {
  display: none;
  padding: 10px 15px;
  color: #0668b3;
}
.list-group-item .menu .menu-item:last-child {
  border-bottom: none;
}
.list-group-item .menu .menu-item > a {
  padding: 10px 30px;
}
.list-group-item .menu .menu-item .menu .menu-item > a {
  padding: 10px 45px;
}
.list-group-item .menu .menu-item .menu .menu-item .menu .menu-item > a {
  padding: 10px 60px;
}
.list-group-item .menu .menu-item .menu .menu-item .menu .menu-item .menu .menu-item > a {
  padding: 10px 75px;
}
.list-group-item .menu .menu-item .menu .menu-item .menu .menu-item .menu .menu-item .menu .menu-item > a {
  padding: 10px 90px;
}
.list-group-item > .is-active, .list-group-item.menu-item--active-trail > a.is-active {
  color: #fff !important;
  border-color: #0668b3;
  background-color: #0668b3;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-decoration: none;
}

.list-group-item-success {
  color: #fff;
  background-color: #14828C;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
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: #fff;
  background-color: rgb(16.8125, 109.28125, 117.6875);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-info {
  color: #fff;
  background-color: #052049;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
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: #fff;
  background-color: rgb(3.3653846154, 21.5384615385, 49.1346153846);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-warning {
  color: #fff;
  background-color: #443E8C;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
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: #fff;
  background-color: rgb(59.4158415842, 54.1732673267, 122.3267326733);
}
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: #fff;
  border-color: #fff;
}

.list-group-item-danger {
  color: #fff;
  background-color: #E61048;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
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: #fff;
  background-color: rgb(206.1585365854, 14.3414634146, 64.5365853659);
}
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: #fff;
  border-color: #fff;
}

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

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

.modal-full {
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-full {
    width: 80%;
  }
}

/***** Modal *****/
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal-content {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-body {
  padding: 0 25px 25px 25px;
}

.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.date-pager {
  position: relative;
}

.active-date {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  right: 0;
  text-align: center;
}

.pager li > a,
.pager li > span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  white-space: normal;
  font-size: 10px;
  padding: 0.8em 1.5em;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.pager li:before {
  display: none;
}

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

.pagination {
  font-size: 1.6rem;
  font-weight: 700;
}
.pagination > li {
  padding-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  margin: 8px;
  padding: 6px 10px;
  border: none;
  border-bottom: 2px solid #d1d3d3;
}
@media (min-width: 992px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 14px;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li.pager__item {
  padding: 0;
}
.pagination > li.pager__item--ellipsis, .pagination > li.pager__item--first, .pagination > li.pager__item--last {
  display: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 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;
}

.panel {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
}

.panel-body > *:first-child {
  margin-top: 0;
}

.panel-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.025em;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
  border: none;
}

.panel-group {
  margin-bottom: 30px;
  margin-top: 30px;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
  padding-top: 0;
}
.panel-group .panel-heading a {
  display: block;
  padding: 15px 15px;
  position: relative;
  padding-right: 50px;
  line-height: 1.4;
}
.panel-group .panel-heading a:before {
  position: absolute;
  right: 15px;
  top: 7.5px;
  color: #007242;
  font-size: 15px;
  content: "\f068";
}
.panel-group .panel-heading .collapsed:before {
  content: "\f067";
}

.panel-group .panel-default .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-default .panel-heading + .panel-collapse > .list-group {
  padding-top: 0;
}
.panel-group .panel-default .panel-title > a,
.panel-group .panel-default .panel-title > small,
.panel-group .panel-default .panel-title > .small,
.panel-group .panel-default .panel-title > small > a,
.panel-group .panel-default .panel-title > .small > a {
  color: #0668b3;
}
.panel-group .panel-default .panel-body {
  font-size: 15px;
}

.well {
  padding: 25px 30px 30px 30px;
  border: none;
  border-left: 6px solid #052049;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
.well *:first-child {
  margin-top: 0;
}
.well *:last-child {
  margin-bottom: 0;
}

.well-lg {
  padding: 35px 40px 40px 40px;
  font-size: 16px;
}

.well-sm {
  padding: 5px 15px;
  background: transparent;
  font-size: 15px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #007242;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(0, 63, 36.4736842105);
}
.container .jumbotron, .container-fluid .jumbotron, .c-l .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron, .c-l .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

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: 12px;
  margin: 0 0 12.5px;
  font-size: 10.6666666667px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: rgb(63.75, 63.75, 63.75);
  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;
}

.alert {
  font-size: 15px;
}
.alert .alert-link {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}
.alert strong {
  color: inherit;
}

/* custom collapsing navbar links */
.nav-collapsing .navbar-brand {
  float: none;
}

@media (min-width: 768px) {
  .nav-collapsing {
    float: left;
    padding-left: 0;
    list-style: none;
    white-space: nowrap;
  }
  .nav-collapsing > li {
    position: relative;
    display: inline-block !important;
    float: none;
    white-space: nowrap;
  }
  .nav-collapsing > li > a,
  .nav-collapsing .dropdown-menu > li > a {
    display: block;
  }
}
.navbar-brand {
  font-size: 13px;
}

.block-we-megamenu-blockcta-menu .yamm {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0668b3;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3rem 1rem;
  border: 0;
  border-radius: 20rem;
  font-size: 1.6rem;
  line-height: 1.25;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.focus {
  color: #fff;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.active, .open > .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.dropdown-toggle {
  color: #fff;
  border-color: rgb(4.0151351351, 69.5956756757, 119.7848648649);
  background-color: rgb(4.3459459459, 75.3297297297, 129.6540540541);
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active:focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active.focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.active:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.active:focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.active.focus, .open > .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.dropdown-toggle:hover, .open > .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.dropdown-toggle:focus, .open > .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.dropdown-toggle.focus {
  color: #fff;
  border-color: rgb(1.8648648649, 32.3243243243, 55.6351351351);
  background-color: rgb(3.1881081081, 55.2605405405, 95.1118918919);
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.active, .open > .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.dropdown-toggle {
  background-image: none;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.disabled:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.disabled:focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.disabled.focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle[disabled]:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle[disabled]:focus, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle[disabled].focus, fieldset[disabled] .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:hover, fieldset[disabled] .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:focus, fieldset[disabled] .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle.focus {
  border-color: #0668b3;
  background-color: #0668b3;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle .badge {
  color: #0668b3;
  background-color: #fff;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:hover, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:active, .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle:focus {
  border: 0;
  background: #0668b3;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw > a.dropdown-toggle::after {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 10px;
  content: "";
  transition: all 0.25s ease-in-out;
  background: url("../images/icon-chevron-down-light.svg") no-repeat;
  background-size: contain;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw::before {
  content: none;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw.open .dropdown-menu {
  z-index: 4;
  top: 20px;
  right: 0;
  left: auto;
  padding: 50px 40px 37px;
  border: 0;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw.open .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
  }
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw.open > a.dropdown-toggle {
  background-color: #0668b3;
}
.block-we-megamenu-blockcta-menu .yamm > .dropdown.yamm-fw.open > a.dropdown-toggle:after {
  transform: rotate(180deg);
}
.block-we-megamenu-blockcta-menu .c-l {
  width: 100%;
}
.block-we-megamenu-blockcta-menu .c-l,
.block-we-megamenu-blockcta-menu .yamm .dropdown-menu .yamm-content {
  margin: 0;
  padding: 0;
}
.block-we-megamenu-blockcta-menu .yamm .dropdown-menu .yamm-content .link-lists {
  margin-right: 0;
}
.block-we-megamenu-blockcta-menu .yamm .dropdown {
  position: relative;
}
.block-we-megamenu-blockcta-menu .close.dropdown-toggle {
  display: none;
}
.block-we-megamenu-blockcta-menu .subul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-we-megamenu-blockcta-menu .link-lists .link-list {
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.block-we-megamenu-blockcta-menu .link-lists .link-list::before {
  content: none;
}
.block-we-megamenu-blockcta-menu .link-lists .link-list:last-child {
  margin-bottom: 0;
}
.block-we-megamenu-blockcta-menu .link-lists .link-list .link-list-title {
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  letter-spacing: normal;
  text-transform: none;
  color: #052049;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}
.block-we-megamenu-blockcta-menu .yamm .dropdown:after {
  content: none;
}
@media (min-width: 1200px) {
  .block-we-megamenu-blockcta-menu {
    margin: 0;
  }
}

.callout-default {
  background-color: #0668b3;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 1.5em 20px;
}
.callout-default .field--name-field-text-plain, .callout-default .field--name-field-text-free-form {
  margin-bottom: 10px;
  font-family: "Granjon W01", garamond, serif;
  line-height: 1.35;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .callout-default .field--name-field-text-plain, .callout-default .field--name-field-text-free-form {
    max-width: 900px;
  }
}
.callout-default .field--name-field-link-call-to-action {
  display: block;
}
.callout-default .field--name-field-link-call-to-action a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #0668b3;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.callout-default .field--name-field-link-call-to-action a:hover {
  background-color: #006ba5;
}

.table-grid {
  margin-top: 2em;
  border-top: 1px solid #f1f1f1;
}
.table-grid:first-child {
  margin-top: 0;
}

.table-cell {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-top: 0;
  font-size: 15px;
}

.table-cell:last-child {
  padding-right: 0;
}

.table-label {
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #14828C;
  font-size: 13px;
  font-weight: 600;
}
.table-row-header .table-label {
  color: #fff;
}

.table-row-headerxxx,
.table-row > .table-cell:first-child .table-label {
  color: #fff;
  background-color: #14828C;
}
.table-row-headerxxx .table-label,
.table-row > .table-cell:first-child .table-label .table-label {
  color: #fff;
}

.table-row > .table-cell:first-child {
  padding: 0;
}
.table-row > .table-cell:first-child .table-label,
.table-row > .table-cell:first-child .table-content {
  padding: 8px;
}
.table-row > .table-cell:first-child .table-label {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-row > .table-cell:first-child .table-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-row {
  overflow: hidden;
  margin-bottom: 2em;
}

.table-column-header {
  display: none;
  overflow: hidden;
}
.table-column-header .table-cell:last-child .table-content {
  text-align: left;
}
.table-sort:hover {
  cursor: pointer;
}

.table-sort:after {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  content: "";
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.table-sort.active:after {
  border-top: 6px solid #fd0;
}

.table-sort.reverse:after {
  top: -2px;
  border-top: 0;
  border-bottom: 6px solid #fff;
}

.table-sort.reverse.active:after {
  border-bottom: 6px solid #fd0;
}

@media (min-width: 600px) {
  .table-row {
    display: block;
    padding: 30px 0 30px 15px;
    border: 1px solid #e1e1e1;
  }
  .table-row .table-cell:first-child .table-content {
    padding: 8px;
  }
  .table-cell {
    float: left;
    border: 0;
  }
  .table-cell {
    width: 20%;
  }
  .table-cell:last-child .table-content {
    text-align: center;
  }
  .table-row-header,
  .table-row > .table-cell:first-child {
    color: #000;
    background-color: transparent;
  }
  .table-row-header .table-label,
  .table-row > .table-cell:first-child .table-label {
    color: #14828C;
  }
  .table-label {
    display: none;
  }
  .table-column-header {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    background-color: #14828C;
  }
  .table-column-header .table-cell {
    position: relative;
    height: 55px;
  }
  .table-column-header .table-cell:first-child .table-label {
    color: #fff;
  }
  .table-column-header .table-label {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    color: #fff;
  }
  .table-grid {
    border: 0;
  }
}
@media (min-width: 768px) {
  .table-row {
    padding: 30px 0 30px 22px;
  }
  .table-column-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.table-grid .table-cell.invisible {
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.table-contact-list .view-header .table-cell {
  border: 0;
}
.table-contact-list .view-header .table-cell .table-label {
  color: #fff;
}
.table-contact-list .table-column-header {
  display: block;
  background-color: #14828C;
}
.table-contact-list .table-row {
  padding: 10px 8px 10px 8px;
  border-top: 1px solid #e1e1e1;
}
.table-contact-list .table-cell.invisible {
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.table-contact-list .table-cell:last-child .table-content {
  text-align: left;
}
@media (min-width: 600px) {
  .table-contact-list .view-content .table-label,
  .table-contact-list .table-data-view-component .table-label {
    display: block;
  }
}
@media (min-width: 730px) {
  .table-contact-list .view-content .table-label,
  .table-contact-list .table-data-view-component .table-label {
    display: none;
  }
}
@media (min-width: 600px) {
  .table-contact-list .view-content .table-row > .table-cell:first-child .table-label,
  .table-contact-list .table-data-view-component .table-row > .table-cell:first-child .table-label {
    color: #fff;
  }
}
@media (max-width: 730px) {
  .table-contact-list .view-content .table-row > .table-cell:nth-child(2),
  .table-contact-list .table-data-view-component .table-row > .table-cell:nth-child(2) {
    text-transform: uppercase;
    color: #000;
    font-size: 82%;
    font-weight: bold;
  }
  .table-contact-list .view-content .table-cell,
  .table-contact-list .table-data-view-component .table-cell {
    display: block;
  }
}
@media (min-width: 600px) {
  .table-contact-list .table-cell {
    width: 100%;
  }
}
@media (min-width: 730px) {
  .table-contact-list .table-cell:nth-child(1) {
    width: 20%;
  }
  .table-contact-list .table-cell:nth-child(2) {
    width: 20%;
  }
  .table-contact-list .table-cell:nth-child(3) {
    width: 25%;
  }
  .table-contact-list .table-cell:nth-child(4) {
    width: 35%;
  }
}

.list-table {
  width: 100% !important;
}
.list-table tr,
.list-table td,
.list-table th {
  border: none;
}
.list-table tr > td:first-child {
  min-width: 10rem;
  text-align: right;
}
.list-table p {
  margin-bottom: 1rem;
}
.list-table a {
  border-color: inherit;
  border-bottom: 1px solid;
}
.list-table a:hover, .list-table a:focus {
  border-bottom: none;
}

.component-title {
  margin: 0 0 40px;
  text-align: center;
}

.paragraph-bg--white {
  background-color: #fff;
}

.paragraph-bg--gray {
  background-color: #f2f3f4;
}
.path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray {
  position: relative;
}
.path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::before, .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::after {
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  content: "";
  background-color: #f2f3f4;
}
@media (min-width: 992px) {
  .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::before, .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::after {
    width: 60px;
  }
}
.path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::before {
  left: -20px;
}
@media (min-width: 992px) {
  .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::before {
    left: -60px;
  }
}
.path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::after {
  right: -20px;
}
@media (min-width: 992px) {
  .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray::after {
    right: -60px;
  }
}
.path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray:last-child {
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .path-node:not(.page-node-type-home-page) .field--name-field-sections .paragraph-bg--gray:last-child {
    margin-bottom: -20px;
  }
}

.field--name-field-paragraph-content > .field__item > .paragraph,
.field--name-field-content-bottom-sections > .field__item > .paragraph {
  padding-block: 40px;
}
@media (min-width: 1200px) {
  .field--name-field-paragraph-content > .field__item > .paragraph,
  .field--name-field-content-bottom-sections > .field__item > .paragraph {
    padding-block: 80px;
  }
}
.field--name-field-paragraph-content > .field__item:first-child > .paragraph:not(.paragraph-bg--gray):not(.paragraph-bg--white),
.field--name-field-content-bottom-sections > .field__item:first-child > .paragraph:not(.paragraph-bg--gray):not(.paragraph-bg--white) {
  padding-top: 0;
}
.field--name-field-paragraph-content > .field__item:last-child > .paragraph:not(.paragraph-bg--gray):not(.paragraph-bg--white),
.field--name-field-content-bottom-sections > .field__item:last-child > .paragraph:not(.paragraph-bg--gray):not(.paragraph-bg--white) {
  padding-bottom: 0;
}

.range-month {
  padding: 8px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  background-color: #443E8C;
  font-size: 12px;
  font-weight: 400;
}

.date-range:nth-child(5n+1) .range-month {
  background-color: #14828C;
}

.date-range:nth-child(5n+1) .day {
  color: #14828C;
}

.date-range:nth-child(5n+2) .range-month {
  background-color: #443E8C;
}

.date-range:nth-child(5n+2) .day {
  color: #443E8C;
}

.date-range:nth-child(5n+3) .range-month {
  background-color: #052049;
}

.date-range:nth-child(5n+3) .day {
  color: #052049;
}

.date-range:nth-child(5n+4) .range-month {
  background-color: #0668b3;
}

.date-range:nth-child(5n+4) .day {
  color: #0668b3;
}

.date-range:nth-child(5n+5) .range-month {
  background-color: #646e76;
}

.date-range:nth-child(5n+5) .day {
  color: #646e76;
}

.calendar-feed {
  position: relative;
  padding: 0 0 130px 0;
  background-color: #fff;
}

.calendar-list {
  margin-left: -30px;
  margin-right: -30px;
}
.calendar-list:before, .calendar-list:after {
  content: " ";
  display: table;
}
.calendar-list:after {
  clear: both;
}

.calendar-item {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .calendar-item {
    float: left;
    width: 33.3333333333%;
  }
}
.calendar-item .calendar-content {
  padding-left: 90px;
}
.calendar-item .calendar-icon {
  float: left;
}

.calendar-icon {
  width: 65px;
  margin-right: 16px;
  border-radius: 4px;
}
.calendar-icon .day {
  padding-top: 2px;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14828C;
  font-size: 1.6rem;
  font-weight: 700;
}
.calendar-icon .number-date {
  padding-top: 1rem;
  padding-bottom: 5px;
  text-align: center;
  color: #000;
  border: none;
  border-top: 1px solid #000;
  font-family: "Granjon W01", garamond, serif;
  font-size: 5.2rem;
  line-height: 0.85;
}

.events.list-view .label-default {
  letter-spacing: normal;
  text-transform: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
}
.events.list-view .consumable-content .title a {
  color: #0668b3;
  font-size: 2.8rem;
  line-height: 3.08rem;
}
.events.list-view .view-footer .section-actions {
  display: flex;
  justify-content: center;
}
.events.list-view .consumable-content .consumable-specs > span.time {
  display: flex;
  align-items: center;
}
.events.list-view .icon-clock {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  background: url("../images/icon-clock-dark.svg") no-repeat;
  background-size: contain;
}

.region-sidebar .events.horizontal .events-row {
  float: none;
  width: 100%;
}

.upcoming-events__wrapper .label-default {
  background: transparent;
}

/* Mega Menu */
.nav-primary .yamm .close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  transition: 0.4s ease;
  color: #0668b3;
  border-bottom: 0;
  font-size: 20px;
}
.nav-primary .yamm .close:focus, .nav-primary .yamm .close:hover {
  color: #052049;
}
.nav-primary .yamm .close:after {
  content: "\f00d";
}
@media (max-width: 991px) {
  .nav-primary .yamm .close {
    display: none;
  }
}
@media (max-width: 1199px) {
  .nav-primary .yamm .dropdown.yamm-fw {
    position: relative;
    padding: 0;
  }
  .nav-primary .yamm .dropdown.yamm-fw .col-md-7 {
    width: 100%;
  }
  .nav-primary .yamm .dropdown.yamm-fw .col-md-5 {
    width: 100%;
    max-width: 475px;
  }
}
@media (min-width: 1200px) {
  .nav-primary .yamm .dropdown.yamm-fw .col-md-7 {
    width: 55.3333%;
  }
  .nav-primary .yamm .dropdown.yamm-fw .col-md-5 {
    width: 44.6667%;
  }
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
  margin-top: 0;
  padding: 40px;
  border: 0;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu li {
  margin-bottom: 5px;
  padding-left: 0;
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu li:before {
  display: none;
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu li > a {
  color: #0668b3;
  border-bottom: 0;
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu .yamm-content .we-mega-menu-row {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu .yamm-content .we-mega-menu-row:before, .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu .yamm-content .we-mega-menu-row:after {
  content: " ";
  display: table;
}
.nav-primary .yamm .dropdown.yamm-fw .dropdown-menu .yamm-content .we-mega-menu-row:after {
  clear: both;
}
@media (min-width: 992px) {
  .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
    top: 98%;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
    top: auto;
    right: auto;
    left: -20px;
    width: -moz-max-content;
    width: max-content;
    max-width: 830px;
    margin-top: 20px;
  }
}
@media (min-width: 1500px) {
  .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .nav-primary .yamm .dropdown.yamm-fw::after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .nav-primary .yamm .dropdown.yamm-fw:nth-child(3) .dropdown-menu {
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .nav-primary .yamm .dropdown.yamm-fw:nth-child(n+4) .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .nav-primary .yamm .dropdown.yamm-fw:nth-child(n+4) .dropdown-menu {
    right: auto;
    left: -50%;
    translate: -50% 0;
  }
}
@media (min-width: 1200px) and (max-width: 1779px) {
  .nav-primary .yamm .dropdown.yamm-fw:last-child .dropdown-menu {
    right: -40px;
    left: auto;
    translate: 0;
  }
}
@media (min-width: 1200px) {
  .nav-primary .yamm .dropdown.yamm-fw {
    position: relative;
  }
}
.nav-primary .yamm .subul {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .region-we-mega-menu .nav-primary .yamm .dropdown.yamm-fw .dropdown-menu {
    max-width: 800px;
  }
}

.dropdown-menu {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.35);
}

.hero-video {
  position: relative;
  height: 100vh;
  background: #000 url("https://campaign.ucsf.edu/sites/campaign.ucsf.edu/files/2017-09/opp-schools-bg3.jpg") no-repeat center center;
  background-size: cover;
}

.hero-video-container,
.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-video-container {
  position: fixed;
  display: none;
}
@media (min-width: 768px) {
  .hero-video-container {
    display: block;
  }
}

.hero-video .btn-play {
  font-size: 50px;
}
@media (min-width: 768px) {
  .hero-video .btn-play {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -100px;
    font-size: 100px;
  }
}

.hero-video-content {
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .hero-video-content {
    text-align: left;
  }
}
.hero-video-content .c-m {
  position: relative;
}
.hero-video-content h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .hero-video-content h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .hero-video-content h1 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-video-content h1 {
    font-size: 90px;
  }
}
.hero-video-content .lead,
.hero-video-content h1 {
  color: #fff;
}
.hero-video-content strong {
  color: #cc4b00;
}

@media (min-aspect-ratio: 16/9) {
  .hero-video-container {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-video-container {
    width: 300%;
    left: -100%;
  }
}
.sliders-container {
  position: relative;
}

.featured-slideshow {
  position: relative;
}
.featured-slideshow .slick-slide.slick-current.slick-active:after {
  z-index: 1;
}
.featured-slideshow .featured-slide .c-l {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
}
.featured-slideshow .featured-slide .c-l:before, .featured-slideshow .featured-slide .c-l:after {
  content: " ";
  display: table;
}
.featured-slideshow .featured-slide .c-l:after {
  clear: both;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-slideshow .featured-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide:after {
    height: calc(100% - 25px);
  }
}
.featured-slideshow .slide-controls {
  margin-bottom: 25px;
}
.featured-slideshow .slide-controls.disabled {
  display: none;
}

.featured-slideshow .featured-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide:after {
    height: calc(100% - 40px);
    margin-top: 15px;
  }
}
.featured-slideshow .featured-slide .slide-img {
  height: 300px;
}
.featured-slideshow .featured-slide .slide-img::after {
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 25px;
  width: 100px;
  content: "";
  background: #007242;
  display: none;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide .slide-img::after {
    display: block;
  }
}
.featured-slideshow .featured-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide .slide-img {
    float: left;
    height: 375px;
    width: 50%;
    position: relative;
  }
}
.featured-slideshow .featured-slide .slide-content {
  color: #fff;
  font-size: 15px;
  padding: 30px;
  position: relative;
}
.featured-slideshow .featured-slide .slide-content .title {
  color: #fff;
  font-size: 24px;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide .slide-content .title {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide .slide-content {
    float: left;
    width: 50%;
    padding: 27px 8px 40px 55px;
    margin-top: 15px;
  }
}
.featured-slideshow .featured-slide .slide-content .slick-next {
  position: absolute;
  left: 95px;
  padding: 1px 16px;
}
@media (min-width: 1100px) {
  .featured-slideshow .featured-slide .slide-content .slick-next {
    left: 140px;
  }
}
.featured-slideshow .featured-slide .slide-content .slick-prev {
  padding: 1px 13px;
}

.featured-slide.primary-turquise:after, .featured-slide.primary-turquise .slide-content {
  background-color: #14828C;
}
.featured-slide.primary-navy:after, .featured-slide.primary-navy .slide-content {
  background-color: #052049;
}
.featured-slide.primary-green:after, .featured-slide.primary-green .slide-content {
  background-color: #007242;
}
.featured-slide.primary-blue:after, .featured-slide.primary-blue .slide-content {
  background-color: #0668b3;
}
.featured-slide.primary-orange:after, .featured-slide.primary-orange .slide-content {
  background-color: #cc4b00;
}
.featured-slide.primary-red:after, .featured-slide.primary-red .slide-content {
  background-color: #E61048;
}
.featured-slide.primary-yellow:after, .featured-slide.primary-yellow .slide-content {
  background-color: #fd0;
}
.featured-slide.primary-light-gray:after, .featured-slide.primary-light-gray .slide-content {
  background-color: #d1d3d3;
}
.featured-slide.primary-gray:after, .featured-slide.primary-gray .slide-content {
  background-color: #b4b9bf;
}
.featured-slide.primary-dark-gray:after, .featured-slide.primary-dark-gray .slide-content {
  background-color: #646e76;
}
.featured-slide.primary-purple:after, .featured-slide.primary-purple .slide-content {
  background-color: #443E8C;
}
.featured-slide.secondary-turquise .slide-img:after {
  background-color: #14828C;
}
.featured-slide.secondary-navy .slide-img:after {
  background-color: #052049;
}
.featured-slide.secondary-purple .slide-img:after {
  background-color: #443E8C;
}
.featured-slide.secondary-green .slide-img:after {
  background-color: #007242;
}
.featured-slide.secondary-blue .slide-img:after {
  background-color: #0668b3;
}
.featured-slide.secondary-orange .slide-img:after {
  background-color: #cc4b00;
}
.featured-slide.secondary-red .slide-img:after {
  background-color: #E61048;
}
.featured-slide.secondary-yellow .slide-img:after {
  background-color: #fd0;
}
.featured-slide.secondary-light-gray .slide-img:after {
  background-color: #d1d3d3;
}
.featured-slide.secondary-gray .slide-img:after {
  background-color: #b4b9bf;
}
.featured-slide.secondary-dark-gray .slide-img:after {
  background-color: #646e76;
}

@media (min-width: 992px) {
  .page-feature.full .section-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

.page-feature {
  margin-top: 15px;
}

.featured-slideshow {
  position: relative;
}
.featured-slideshow .full-slide {
  position: relative;
}
.featured-slideshow .full-slide .slide-img {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
}
.featured-slideshow .full-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .featured-slideshow .full-slide .slide-img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .featured-slideshow .full-slide .slide-img {
    height: 100%;
  }
}
.featured-slideshow .full-slide .slide-content {
  position: relative;
  color: #fff;
  font-size: 15px;
  padding: 30px;
  margin-top: 300px;
}
@media (min-width: 768px) {
  .featured-slideshow .full-slide .slide-content {
    margin-top: 500px;
  }
}
@media (min-width: 992px) {
  .featured-slideshow .full-slide .slide-content {
    margin-top: 10%;
    margin-bottom: 10%;
    float: left;
    width: 50%;
    padding: 40px 50px 80px 50px;
  }
}
@media (min-width: 1200px) {
  .featured-slideshow .full-slide .slide-content {
    margin-top: 8%;
    margin-bottom: 100px;
    float: left;
    width: 40%;
    padding: 40px 50px 80px 50px;
  }
}
.featured-slideshow .full-slide .slide-content .slide-controls {
  margin-bottom: 25px;
  display: none;
}
@media (min-width: 992px) {
  .featured-slideshow .full-slide .slide-content .slide-controls {
    display: block;
  }
}
.featured-slideshow .full-slide .slide-content .title {
  color: #fff;
  font-size: 24px;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .featured-slideshow .full-slide .slide-content .title {
    font-size: 40px;
  }
}
.featured-slideshow .full-slide .c-l {
  padding: 0;
}
@media (min-width: 992px) {
  .featured-slideshow .full-slide .c-l {
    padding: 0 15px;
  }
}

.full-slide.primary-turquise .slide-content {
  background-color: #14828C;
}
.full-slide.primary-turquise:after {
  background-color: #14828C;
}
.full-slide.primary-navy .slide-content {
  background-color: #052049;
}
.full-slide.primary-navy:after {
  background-color: #052049;
}
.full-slide.primary-green .slide-content {
  background-color: #007242;
}
.full-slide.primary-green:after {
  background-color: #007242;
}
.full-slide.primary-blue .slide-content {
  background-color: #0668b3;
}
.full-slide.primary-blue:after {
  background-color: #0668b3;
}
.full-slide.primary-orange .slide-content {
  background-color: #cc4b00;
}
.full-slide.primary-orange:after {
  background-color: #cc4b00;
}
.full-slide.primary-red .slide-content {
  background-color: #E61048;
}
.full-slide.primary-red:after {
  background-color: #E61048;
}
.full-slide.primary-yellow .slide-content {
  background-color: #fd0;
  color: #000 !important;
}
.full-slide.primary-yellow:after {
  background-color: #fd0;
}
.full-slide.primary-light-gray .slide-content {
  background-color: #d1d3d3;
}
.full-slide.primary-light-gray:after {
  background-color: #d1d3d3;
}
.full-slide.primary-gray .slide-content {
  background-color: #b4b9bf;
}
.full-slide.primary-gray:after {
  background-color: #b4b9bf;
}
.full-slide.primary-dark-gray .slide-content {
  background-color: #646e76;
}
.full-slide.primary-dark-gray:after {
  background-color: #646e76;
}
.full-slide.primary-purple .slide-content {
  background-color: #443E8C;
}
.full-slide.primary-purple:after {
  background-color: #443E8C;
}
.full-slide.secondary-turquise .slide-img:after {
  background-color: #14828C;
}
.full-slide.secondary-navy .slide-img:after {
  background-color: #052049;
}
.full-slide.secondary-purple .slide-img:after {
  background-color: #443E8C;
}
.full-slide.secondary-green .slide-img:after {
  background-color: #007242;
}
.full-slide.secondary-blue .slide-img:after {
  background-color: #0668b3;
}
.full-slide.secondary-orange .slide-img:after {
  background-color: #cc4b00;
}
.full-slide.secondary-red .slide-img:after {
  background-color: #E61048;
}
.full-slide.secondary-yellow .slide-img:after {
  background-color: #fd0;
}
.full-slide.secondary-light-gray .slide-img:after {
  background-color: #d1d3d3;
}
.full-slide.secondary-gray .slide-img:after {
  background-color: #b4b9bf;
}
.full-slide.secondary-dark-gray .slide-img:after {
  background-color: #646e76;
}

.link-lists .link-list-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .link-lists .link-list-group {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .link-lists .link-list-group {
    float: left;
    width: 25%;
  }
}
.link-lists .link-list-group *:last-child {
  margin-bottom: 0;
}
.link-lists .link-list-group:last-child {
  margin-bottom: 0;
}
.link-lists .link-list-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-lists .link-list-group .link-list {
  margin-bottom: 2em;
}
.link-lists .link-list-group .link-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-lists .link-list-group .link-list > ul > li {
  margin-bottom: 0.5em;
  padding-left: 0;
}
.link-lists .link-list-group .link-list > ul > li:before {
  display: none;
}
.link-list {
  font-size: 15px;
}
.link-list .link-list-title {
  display: block;
  margin: 0 0 1.5rem;
  color: #0668b3;
  font-size: 1.7rem;
}
.link-list > .link-list-title:first-child {
  margin-top: 0;
}
.link-list li {
  margin-bottom: 0.75em;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.4;
}
.link-list a {
  border-bottom: 0;
}
.link-list a:focus, .link-list a:hover {
  text-decoration: underline;
}

.nav-social:before, .nav-social:after {
  content: " ";
  display: table;
}
.nav-social:after {
  clear: both;
}
.nav-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-social ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.nav-social ul li:before {
  display: none;
}
.nav-social ul li a {
  display: block;
  position: relative;
  background-color: #363636;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  text-indent: -5000px;
}
.nav-social ul li a:hover, .nav-social ul li a:focus {
  background-color: #555;
  text-decoration: none;
  color: #fff;
}
.nav-social ul li a:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  text-indent: 0;
}
.nav-social ul li a.fab {
  font-size: 12px;
}
.nav-social ul li a.fab.fa-twitter {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.nav-social ul li a.fab.fa-twitter:before {
  content: "𝕏";
}

.section-header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-header .title,
  .section-header .form-inline {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.media-card {
  position: relative;
  margin-right: 20px;
  background-color: #fff;
}
.media-card .title a {
  border-color: transparent;
}
.media-card .title a:hover {
  border-color: inherit;
}
.slick-initialized .media-card.slick-slide {
  display: flex;
  flex-direction: column;
  height: inherit;
}

.media-card-content {
  position: relative;
  padding: 10%;
}
.media-card-content h4 {
  font-weight: 400;
}
.media-card-content a {
  color: #fff;
}
.media-card-content a:hover, .media-card-content a:focus {
  color: #fff;
}

.media-portrait .media-card-content, .alt-5 .media-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 7%;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="$ucsf-navy", GradientType=0); /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #052049 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.media-portrait .media-card-support, .alt-5 .media-card-support {
  height: 100%;
}
.media-portrait .media-card-support:after, .alt-5 .media-card-support:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.media-full .media-card-support, .alt-1 .media-card-support {
  height: 100%;
}
.media-full .media-card-support:after, .alt-1 .media-card-support:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.media-inline .media-card-content, .alt-4 .media-card-content {
  padding-top: 5%;
}
.media-inline .media-card-support, .alt-4 .media-card-support {
  position: static;
  height: 55%;
}

.alt-1 {
  background-color: #000;
}
.alt-1.navy .media-card-support:after {
  background: rgba(5, 32, 73, 0.95);
}
.alt-1.turquise .media-card-support:after {
  background: rgba(20, 130, 140, 0.95);
}
.alt-1.green .media-card-support:after {
  background: rgba(0, 114, 66, 0.95);
}
.alt-1.blue .media-card-support:after {
  background: rgba(6, 104, 179, 0.95);
}
.alt-1.orange .media-card-support:after {
  background: rgba(204, 75, 0, 0.95);
}
.alt-1.purple .media-card-support:after {
  background: rgba(68, 62, 140, 0.95);
}
.alt-1.red .media-card-support:after {
  background: rgba(230, 16, 72, 0.95);
}
.alt-1.light-gray .media-card-support:after {
  background: rgba(209, 211, 211, 0.95);
}
.alt-1.gray .media-card-support:after {
  background: rgba(180, 185, 191, 0.95);
}
.alt-1.dark-gray .media-card-support:after {
  background: rgba(100, 110, 118, 0.95);
}

.alt-4.navy {
  background: #052049;
}
.alt-4.turquise {
  background: #14828C;
}
.alt-4.green {
  background: #007242;
}
.alt-4.blue {
  background: #0668b3;
}
.alt-4.orange {
  background: #cc4b00;
}
.alt-4.purple {
  background: #443E8C;
}
.alt-4.red {
  background: #E61048;
}
.alt-4.light-gray {
  background: #d1d3d3;
}
.alt-4.gray {
  background: #b4b9bf;
}
.alt-4.dark-gray {
  background: #646e76;
}
.alt-4.yellow {
  background: #fd0;
}
.alt-4.yellow h4,
.alt-4.yellow a {
  color: #000;
}
.alt-4 h4 {
  color: #fff;
}

.alt-5.navy {
  background: #052049;
}
.alt-5.turquise {
  background: #14828C;
}
.alt-5.green {
  background: #007242;
}
.alt-5.blue {
  background: #0668b3;
}
.alt-5.orange {
  background: #cc4b00;
}
.alt-5.purple {
  background: #443E8C;
}
.alt-5.red {
  background: #E61048;
}
.alt-5.light-gray {
  background: #d1d3d3;
}
.alt-5.gray {
  background: #b4b9bf;
}
.alt-5.dark-gray {
  background: #646e76;
}
.alt-5.yellow {
  background: #fd0;
}
.alt-5.yellow h4,
.alt-5.yellow a {
  color: #000;
}
.alt-5 h4 {
  color: #fff;
}

.highlighted-media {
  overflow: hidden;
  padding: 75px 0;
}
.highlighted-media .title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.news-featured-view {
  display: flex;
  flex-direction: column;
}
.news-featured-view .featured_news-meta,
.news-featured-view .featured_news-featured {
  font-size: 1.6rem;
}
.news-featured-view .featured_news-meta {
  margin-top: 12px;
}
.news-featured-view .attachment-before {
  display: flex;
}
.news-featured-view .attachment-before .featured_news-right {
  position: relative;
  width: 80%;
  margin-top: -5rem;
  padding: 3rem 4rem;
  background: rgba(255, 255, 255, 0.8);
}
.news-featured-view .attachment-before .featured_news-right .featured_news-title {
  margin-top: 0;
  font-size: 3rem;
}
.news-featured-view .attachment-before .featured_news-right .featured_news-title a {
  color: #0668b3;
}
@media (min-width: 992px) {
  .news-featured-view .attachment-before {
    width: 50%;
    padding-right: 2rem;
  }
}
.news-featured-view > .view-content {
  display: flex;
  flex-flow: column wrap;
}
.news-featured-view > .view-content .views-row {
  width: 100%;
}
.news-featured-view > .view-content .views-row .featured_news {
  display: flex;
  padding: 2rem 3rem;
}
.news-featured-view > .view-content .views-row .featured_news .featured_news-left {
  width: 30%;
}
.news-featured-view > .view-content .views-row .featured_news .featured_news-right {
  width: calc(70% - 40px);
  margin-left: 40px;
  padding: 0;
}
.news-featured-view > .view-content .views-row .featured_news .featured_news-right .featured_news-title {
  margin-top: 0;
  font-size: 2rem;
}
.news-featured-view > .view-content .views-row .featured_news .featured_news-right .featured_news-title a {
  color: #0668b3;
}
@media (min-width: 992px) {
  .news-featured-view > .view-content .views-row .featured_news {
    padding-inline: 0;
  }
}
.news-featured-view > .view-content .views-row:first-child .featured_news {
  padding-top: 0;
}
@media (min-width: 992px) {
  .news-featured-view > .view-content {
    width: 50%;
    padding-right: 2rem;
  }
}
.news-featured-view .view-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .news-featured-view {
    flex-flow: row wrap;
  }
}

@media (min-width: 992px) {
  .latest-news {
    padding-right: 4.6567%;
  }
}

.numbers-owl .owl-stage {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.numbers-owl .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}

.number-lg {
  text-align: center;
  position: relative;
}
.number-lg .number-highlight {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
}
.number-lg .number-desc {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.15em;
}
.number-lg .number-link {
  margin-top: 2em;
}

.number-curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.number-stage {
  position: relative;
  background: rgba(100, 110, 118, 0.95);
  height: 100%;
  width: 100%;
  display: table;
  padding: 75px 50px;
}

.number-img {
  max-width: 75%;
  margin-bottom: 2em;
}

.number-content {
  display: table-cell;
  vertical-align: middle;
}

.number-lg .number-content a {
  color: #fff;
}
.number-lg .number-content a:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .number-lg.split-right .number-curtain {
    background-position: left center;
  }
  .number-lg.split-right .number-stage {
    float: right;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .number-lg.split-left .number-curtain {
    background-position: right center;
  }
  .number-lg.split-left .number-stage {
    float: left;
    width: 60%;
  }
}

/* Number Colors */
.number-lg.dark-blue .number-stage {
  background: rgba(5, 32, 73, 0.95);
}

.number-lg.blue .number-stage {
  background: rgba(5.172972973, 89.6648648649, 154.327027027, 0.95);
}

.number-lg.turquise .number-stage {
  background: rgba(18.725, 121.7125, 131.075, 0.95);
}

/* Small Numbers */
.number-sm {
  margin-bottom: 2em;
  text-align: center;
}
.number-sm .number-highlight {
  font-size: 70px;
  font-weight: 200;
  color: rgb(15.3, 15.3, 15.3);
  color: #052049;
  line-height: 1.1;
  margin-bottom: 10px;
}
.number-sm .number-desc {
  text-transform: uppercase;
  font-size: 12px;
  color: #646e76;
  letter-spacing: 0.15em;
}

/* Group of small numbers */
.number-group {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.number-group:before, .number-group:after {
  content: " ";
  display: table;
}
.number-group:after {
  clear: both;
}
.number-group .number-sm {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .number-group .number-sm {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .number-group .number-sm {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    float: none;
    min-width: 250px;
  }
}

.number-group .number-sm:nth-child(5n+1) .number-highlight {
  color: #14828C;
}

.number-group .number-sm:nth-child(5n+2) .number-highlight {
  color: #007242;
}

.number-group .number-sm:nth-child(5n+3) .number-highlight {
  color: #443E8C;
}

.number-group .number-sm:nth-child(5n+4) .number-highlight {
  color: #052049;
}

.number-group .number-sm:nth-child(5n+5) .number-highlight {
  color: #cc4b00;
}

.numbers-grid {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.numbers-grid:before, .numbers-grid:after {
  content: " ";
  display: table;
}
.numbers-grid:after {
  clear: both;
}
.numbers-grid .number-lg {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .numbers-grid .number-lg {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .numbers-grid .number-lg {
    float: left;
    min-height: 50vh;
  }
  .numbers-grid .number-lg.featured {
    float: right;
  }
}

.node--type-opportunity.node--view-mode-full .node__content > .field, .node--type-fund-opportunity.node--view-mode-full .node__content > .field {
  margin-bottom: 2em;
}
.node--type-opportunity.node--view-mode-full .field--name-field-list-location .field__items .field__item, .node--type-opportunity.node--view-mode-full .field--name-field-list-eligibility .field__items .field__item, .node--type-fund-opportunity.node--view-mode-full .field--name-field-list-location .field__items .field__item, .node--type-fund-opportunity.node--view-mode-full .field--name-field-list-eligibility .field__items .field__item {
  display: inline-block;
}

.page-node-type-opportunity .page-title, .page-node-type-fund-opportunity .page-title {
  margin-bottom: 1em;
}

#search-block-form {
  width: 100%;
}

.search-box {
  position: relative;
}
.search-box:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  content: "\f002";
  color: #58595b;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

input[type=search] {
  width: 100%;
  height: 32px;
  letter-spacing: 0.025em;
  border: none;
  border-bottom: 1px solid #b4b9bf;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  input[type=search] {
    height: 58px;
    padding: 1.3rem 1rem 1.3rem 2rem;
    border: 1px solid #b4b9bf;
  }
}

.section-nav {
  padding: 15px 0;
  color: #fff;
}
.section-nav.on-white {
  color: #000;
}
.section-nav .section-nav-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
  display: none;
}
@media (min-width: 992px) {
  .section-nav .section-nav-title {
    display: inline-block;
    margin-right: 20px;
  }
}
.section-nav .section-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-nav .section-nav-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
.section-nav li {
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-nav li {
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
  }
}
.section-nav li:before {
  display: none;
}
.section-nav li .btn {
  display: block;
  width: 100%;
}

.simple-cta-list {
  margin-left: -15px;
  margin-right: -15px;
}
.simple-cta-list:before, .simple-cta-list:after {
  content: " ";
  display: table;
}
.simple-cta-list:after {
  clear: both;
}
.simple-cta-list .simple-cta {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .simple-cta-list .simple-cta {
    float: left;
    width: 50%;
  }
}

.simple-cta {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.simple-cta a {
  border: none;
  display: block;
  background-image: url("https://campaign.ucsf.edu/sites/campaign.ucsf.edu/files/2017-09/organism-bg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-cta a:focus, .simple-cta a:hover {
  background-size: 120%;
}
.simple-cta a:focus:after, .simple-cta a:hover:after {
  opacity: 0.75;
}
.simple-cta a:after {
  background-color: #0668b3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.95;
  transition: all 0.3s ease-in-out;
}
.simple-cta .simple-cta-content {
  color: #fff !important;
  letter-spacing: 0.025em;
  padding: 30px;
  position: relative;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.simple-cta .simple-cta-content span {
  font-size: 15px;
}
.simple-cta .simple-cta-content * {
  color: #fff !important;
}
.simple-cta .simple-cta-content h5 {
  color: #fff !important;
  margin-top: 0;
  font-weight: 500;
}

.cta-generic-list {
  margin-left: -15px;
  margin-right: -15px;
}
.cta-generic-list:before, .cta-generic-list:after {
  content: " ";
  display: table;
}
.cta-generic-list:after {
  clear: both;
}
.cta-generic-list .cta-generic {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .cta-generic-list .cta-generic {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cta-generic-list .cta-generic {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .cta-generic-list .cta-generic:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .cta-generic-list .cta-generic:nth-child(2n+1) {
    clear: none;
  }
  .cta-generic-list .cta-generic:nth-child(3n+1) {
    clear: left;
  }
}

.cta-generic {
  margin-bottom: 2em;
}
.cta-generic .cta-generic-img {
  margin-bottom: 1em;
  border-bottom: 10px solid #007242;
}
.cta-generic .cta-generic-img img {
  width: 100%;
}
.cta-generic .cta-generic-content {
  font-size: 13px;
}
.cta-generic .cta-generic-content .title {
  margin-bottom: 0.25em;
}

.cta-generic:nth-child(5n+1) .cta-generic-img {
  border-color: #007242;
}

.cta-generic:nth-child(5n+2) .cta-generic-img {
  border-color: #052049;
}

.cta-generic:nth-child(5n+3) .cta-generic-img {
  border-color: #443E8C;
}

.cta-generic:nth-child(5n+4) .cta-generic-img {
  border-color: #cc4b00;
}

.cta-generic:nth-child(5n+5) .cta-generic-img {
  border-color: #fd0;
}

.paragraph--type--cta-boxes .cta-boxes-wrapper,
.paragraph--type--cta-boxes .cards-wrapper .field--name-field-cards,
.paragraph--type--cards .cta-boxes-wrapper,
.paragraph--type--cards .cards-wrapper .field--name-field-cards {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.paragraph--type--cta-boxes .cta-boxes-wrapper.cta-boxes-cols-two a,
.paragraph--type--cta-boxes .cards-wrapper .field--name-field-cards.cta-boxes-cols-two a,
.paragraph--type--cards .cta-boxes-wrapper.cta-boxes-cols-two a,
.paragraph--type--cards .cards-wrapper .field--name-field-cards.cta-boxes-cols-two a {
  width: calc(50% - 2rem);
  margin: 1rem;
}
.paragraph--type--cta-boxes .cta-boxes-wrapper.cta-boxes-cols-three a,
.paragraph--type--cta-boxes .cards-wrapper .field--name-field-cards.cta-boxes-cols-three a,
.paragraph--type--cards .cta-boxes-wrapper.cta-boxes-cols-three a,
.paragraph--type--cards .cards-wrapper .field--name-field-cards.cta-boxes-cols-three a {
  width: calc(33.3333% - 2rem);
  margin: 1rem;
}
.paragraph--type--cta-boxes .component-title,
.paragraph--type--cards .component-title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .paragraph--type--cta-boxes .cta-boxes-wrapper,
  .paragraph--type--cta-boxes .cards-wrapper .field--name-field-cards,
  .paragraph--type--cards .cta-boxes-wrapper,
  .paragraph--type--cards .cards-wrapper .field--name-field-cards {
    flex-direction: row;
  }
}

.paragraph--type--cta-boxes {
  padding: 3rem;
}

.paragraph--type--cards .field--name-field-cards .field__item {
  width: min(100%, 318px);
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .paragraph--type--cards .field--name-field-cards .field__item {
    width: calc(33.3333% - 6rem);
    margin: 20px 30px;
  }
}
.paragraph--type--cards .paragraph--type--card {
  position: relative;
  display: flex;
  padding-top: 75%;
  border-bottom: none;
}
.paragraph--type--cards .paragraph--type--card .card-button {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0F388A;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.25s ease-in-out;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  color: #fff;
  border-radius: 0;
  background: #0668b3;
  font-family: "Granjon W01", Garamond, serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
}
.paragraph--type--cards .paragraph--type--card .card-button:hover, .paragraph--type--cards .paragraph--type--card .card-button:focus, .paragraph--type--cards .paragraph--type--card .card-button.focus {
  color: #fff;
}
.paragraph--type--cards .paragraph--type--card .card-button:active, .paragraph--type--cards .paragraph--type--card .card-button.active, .open > .paragraph--type--cards .paragraph--type--card .card-button.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(10, 37.3333333333, 92);
}
.paragraph--type--cards .paragraph--type--card .card-button:active:hover, .paragraph--type--cards .paragraph--type--card .card-button:active:focus, .paragraph--type--cards .paragraph--type--card .card-button:active.focus, .paragraph--type--cards .paragraph--type--card .card-button.active:hover, .paragraph--type--cards .paragraph--type--card .card-button.active:focus, .paragraph--type--cards .paragraph--type--card .card-button.active.focus, .open > .paragraph--type--cards .paragraph--type--card .card-button.dropdown-toggle:hover, .open > .paragraph--type--cards .paragraph--type--card .card-button.dropdown-toggle:focus, .open > .paragraph--type--cards .paragraph--type--card .card-button.dropdown-toggle.focus {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(6.5, 24.2666666667, 59.8);
}
.paragraph--type--cards .paragraph--type--card .card-button:active, .paragraph--type--cards .paragraph--type--card .card-button.active, .open > .paragraph--type--cards .paragraph--type--card .card-button.dropdown-toggle {
  background-image: none;
}
.paragraph--type--cards .paragraph--type--card .card-button.disabled:hover, .paragraph--type--cards .paragraph--type--card .card-button.disabled:focus, .paragraph--type--cards .paragraph--type--card .card-button.disabled.focus, .paragraph--type--cards .paragraph--type--card .card-button[disabled]:hover, .paragraph--type--cards .paragraph--type--card .card-button[disabled]:focus, .paragraph--type--cards .paragraph--type--card .card-button[disabled].focus, fieldset[disabled] .paragraph--type--cards .paragraph--type--card .card-button:hover, fieldset[disabled] .paragraph--type--cards .paragraph--type--card .card-button:focus, fieldset[disabled] .paragraph--type--cards .paragraph--type--card .card-button.focus {
  border-color: transparent;
  background-color: #0F388A;
}
.paragraph--type--cards .paragraph--type--card .card-button .badge {
  color: #0F388A;
  background-color: #fff;
}
.paragraph--type--cards .paragraph--type--card .card-button :hover,
.paragraph--type--cards .paragraph--type--card .card-button :active,
.paragraph--type--cards .paragraph--type--card .card-button :focus {
  border-color: transparent;
  background-color: #14828C;
}
.paragraph--type--cards .paragraph--type--card .card-button:before {
  border-radius: 0;
}
.paragraph--type--cards .paragraph--type--card .card-arrow svg {
  width: 1.6rem;
  height: 1.6rem;
}

.attachments {
  border-bottom: 1px solid #d1d3d3;
  margin-top: 40px;
  margin-bottom: 20px;
}
.attachments .attachment-intro {
  padding: 10px 20px;
  background: #646e76;
  color: #fff;
}
.attachments .attachment-intro .title {
  margin-bottom: 0;
  color: #fff;
}
.attachments .attachment-list .attachment {
  border-bottom: 1px solid #d1d3d3;
  padding: 25px 20px;
  position: relative;
  padding-left: 55px;
}
@media (min-width: 992px) {
  .attachments .attachment-list .attachment {
    padding-right: 220px;
  }
}
.attachments .attachment-list .attachment .attachment-content {
  font-size: 13px;
}
.attachments .attachment-list .attachment .attachment-content *:last-child {
  margin-bottom: 0;
}
.attachments .attachment-list .attachment:last-child {
  border-bottom: none;
}
.attachments .attachment-list .attachment:before {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #14828C;
  content: "\f1c1";
  font-size: 25px;
}
.attachments .attachment-list .attachment .attachment-actions {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .attachments .attachment-list .attachment .attachment-actions {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
  }
}

.support .attachment-actions {
  position: static;
}

.publications {
  border-bottom: 1px solid #d1d3d3;
}
.publications .publications-intro {
  padding: 10px 20px;
  background: #646e76;
  color: #fff;
}
.publications .publications-intro .title {
  margin-bottom: 0;
  color: #fff;
}
.publications .publications-list .publication {
  border-bottom: 1px solid #d1d3d3;
  padding: 25px 20px 25px 60px;
  position: relative;
  display: block;
}
.publications .publications-list .publication:hover, .publications .publications-list .publication:focus {
  background-color: rgb(244.8, 244.8, 244.8);
}
.publications .publications-list .publication:hover .title, .publications .publications-list .publication:focus .title {
  text-decoration: underline;
}
.publications .publications-list .publication .publication-content {
  font-size: 13px;
}
.publications .publications-list .publication .publication-content *:last-child {
  margin-bottom: 0;
}
.publications .publications-list .publication:last-child {
  border-bottom: none;
}
.publications .publications-list .publication:before {
  background: transparent url("../images/pub-med-icon.png") no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 25px;
  content: "";
}
.publications .publications-list .publication .publication-actions {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .publications .publications-list .publication .publication-actions {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
  }
}

.w-side-nav .nav-sidebar-toggle {
  display: block;
}
@media (min-width: 992px) {
  .w-side-nav .nav-sidebar-toggle {
    display: none;
  }
}

.nav-sidebar-toggle {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 5px;
  bottom: 0;
  display: none;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: #0e5258;
  border-bottom: none;
  font-size: 18px;
  line-height: 1;
}
.nav-sidebar-toggle:hover, .nav-sidebar-toggle:focus {
  text-decoration: none;
  border-bottom: none;
}

.nav-sidebar {
  padding-block: 20px;
}
.nav-sidebar__title {
  margin: 0;
  color: #0668b3;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .nav-sidebar__title {
    margin-bottom: 25px;
    color: #000;
  }
}
.nav-sidebar .list-group-item,
.nav-sidebar .menu-item {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  font-weight: normal;
}
.nav-sidebar .list-group-item::before,
.nav-sidebar .menu-item::before {
  content: none;
}
.nav-sidebar .list-group-item a,
.nav-sidebar .menu-item a {
  text-decoration: none;
  color: #0668b3;
  border-bottom: 1px solid transparent;
}
.nav-sidebar .list-group-item a:focus, .nav-sidebar .list-group-item a:hover,
.nav-sidebar .menu-item a:focus,
.nav-sidebar .menu-item a:hover {
  border-bottom: 1px solid #0668b3;
}
.nav-sidebar .list-group-item a.is-active,
.nav-sidebar .menu-item a.is-active {
  color: #0e5258;
}
.nav-sidebar .list-group-item a.is-active:focus, .nav-sidebar .list-group-item a.is-active:hover,
.nav-sidebar .menu-item a.is-active:focus,
.nav-sidebar .menu-item a.is-active:hover {
  border-bottom: 1px solid #0e5258;
}
.nav-sidebar .list-group-item:last-child,
.nav-sidebar .menu-item:last-child {
  margin-bottom: 0;
}
.nav-sidebar .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sidebar .menu .menu {
  margin-top: 22px;
  margin-left: 25px;
}
.nav-sidebar .menu .menu .menu-item {
  font-size: 1.6rem;
}
.nav-sidebar .menu .menu .menu-item .is-active {
  display: inline-flex;
  align-items: center;
}
.nav-sidebar .menu .menu .menu-item .is-active::before {
  display: block;
  width: 30px;
  height: 0;
  margin-right: 2rem;
  content: "";
  border-top: 1px solid #0e5258;
}
.nav-sidebar > .menu .menu-accordion-trigger-wrapper {
  display: inline-flex;
  align-items: center;
}
.nav-sidebar > .menu .menu-accordion-trigger {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 30px;
  margin-left: 5px;
  border: 0 !important;
  background: url("../images/icon-chevron-down-dark.svg") no-repeat center;
  background-size: 12px;
}
.nav-sidebar > .menu .menu-accordion-trigger.-open {
  transform: rotate(180deg);
}
.nav-sidebar > .menu > .menu-item--active-trail {
  padding: 25px 25px 25px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav-sidebar > .menu > .menu-item--active-trail > a {
  color: #0e5258;
}
.nav-sidebar > .menu > .menu-item--active-trail > a:focus, .nav-sidebar > .menu > .menu-item--active-trail > a:hover {
  border-bottom: 1px solid #0e5258;
}
.nav-sidebar > .menu > .menu-item--active-trail::after, .nav-sidebar > .menu > .menu-item--active-trail::before {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  content: "";
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav-sidebar > .menu > .menu-item--active-trail::after {
  right: -15px;
}
.nav-sidebar > .menu > .menu-item--active-trail::before {
  left: -15px;
}
@media (min-width: 992px) {
  .nav-sidebar > .menu > .menu-item--active-trail::after {
    content: none;
  }
  .nav-sidebar > .menu > .menu-item--active-trail::before {
    left: -25px;
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .nav-sidebar > .menu > .menu-item--active-trail::before {
    left: -58px;
    width: 58px;
  }
}
@media (max-width: 991px) {
  .nav-sidebar > .menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-sidebar > .menu {
    display: block !important;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .nav-sidebar .nav-sidebar__title-wrapper ~ .menu {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .nav-sidebar .nav-sidebar__title-wrapper:before, .nav-sidebar .nav-sidebar__title-wrapper:after {
    content: " ";
    display: table;
  }
  .nav-sidebar .nav-sidebar__title-wrapper:after {
    clear: both;
  }
}
@media (min-width: 992px) {
  .nav-sidebar .nav-sidebar-mobile-trigger,
  .nav-sidebar .nav-sidebar__title-mobile-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
.nav-sidebar .nav-sidebar-mobile-trigger {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 17H25.5' stroke='black' stroke-width='2.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.25 8.5H29.75' stroke='black' stroke-width='2.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.25 25.5H29.75' stroke='black' stroke-width='2.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.nav-sidebar .nav-sidebar-mobile-trigger.-open {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z' class=''%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .nav-sidebar .nav-sidebar-mobile-trigger {
    float: left;
    margin-top: 3px;
    margin-right: 15px;
  }
}
.nav-sidebar .nav-sidebar__title-mobile-label {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .nav-sidebar {
    margin-bottom: 40px;
    padding-block: 50px 40px;
    border-bottom: 1px solid #c1c5ca;
  }
}

.profile-img {
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.profile-img img {
  width: 100%;
}

.profile-card {
  padding: 30px;
  text-align: center;
  border-top: 10px solid #052049;
  background: #fff;
}

.profile-img {
  margin: 0 auto 20px auto;
}

.profile-card .title {
  margin-bottom: 0;
}
.profile-card p {
  font-size: 15px;
}

.profile-list {
  margin-bottom: 10px;
}
.profile-list .profile-intro {
  padding: 10px 20px;
  color: #fff;
  background: #052049;
}
.profile-list .profile-intro .title {
  margin-bottom: 0;
  color: #fff;
}
.profile-list .profile-card {
  position: relative;
  display: block;
  padding: 10px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #b4b9bf;
  background-color: #fff;
}
.profile-list .profile-card:before, .profile-list .profile-card:after {
  content: " ";
  display: table;
}
.profile-list .profile-card:after {
  clear: both;
}
.profile-list .profile-card:hover, .profile-list .profile-card:focus {
  background-color: rgb(244.8, 244.8, 244.8);
}
.profile-list .profile-card .profile-img {
  float: left;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.profile-list .profile-card .profile-content {
  padding-left: 70px;
}
.profile-list .profile-card .profile-content .title {
  margin-top: 0;
  font-size: 18px;
}
.profile-list .profile-card .profile-content p {
  margin-bottom: 0;
  color: #646e76;
  font-size: 13px;
}

.blockquote-support .profile-img {
  margin: 0 auto;
}

blockquote {
  position: relative;
  background-color: rgb(244.8, 244.8, 244.8);
  word-wrap: break-word;
  box-shadow: 10px 10px #0668b3;
  padding: 30px;
  margin-bottom: 2em;
}
blockquote .blockquote-content {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 1em;
  position: relative;
  font-family: "Granjon W01", garamond, serif;
}
blockquote .blockquote-content:before {
  content: "“";
  display: block;
  left: -15px;
  position: absolute;
}
blockquote .blockquote-content:after {
  content: "”";
}
blockquote .blockquote-title {
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
blockquote .blockquote-source,
blockquote .blockquote-title {
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.5;
}
blockquote .blockquote-support {
  margin-bottom: 20px;
}

.support .consumption-stack {
  margin-bottom: 20px;
}

.consumable:before, .consumable:after {
  content: " ";
  display: table;
}
.consumable:after {
  clear: both;
}

.consumable-support {
  margin-bottom: 1em;
}
.consumable-support img {
  width: 100%;
}

.consumable-content .title {
  padding-bottom: 0;
  border-bottom: 0;
}
.consumable-content .title a {
  color: inherit;
  border-bottom-color: transparent;
}
.consumable-content .title a:hover, .consumable-content .title a:focus {
  border-bottom-color: #b4b9bf;
}
.consumable-content .consumable-desc {
  margin-bottom: 1em;
  font-size: 15px;
}
.consumable-content .consumable-specs {
  color: #646e76;
  font-size: 13px;
}
.consumable-content .consumable-specs > span {
  display: inline-block;
  margin-right: 20px;
}
.consumable-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.consumable-content .consumable-more {
  margin-top: 20px;
  padding: 20px 30px 40px;
  border: 1px solid #d1d3d3;
  font-size: 13px;
}
.consumable-content .pub-med {
  padding-top: 90px;
  background: #fff url("../images/pub-med-logo.png") no-repeat center 20px;
  background-size: auto 60px;
}

.featured.consumption-stack.grid-view {
  margin-left: -15px;
  margin-right: -15px;
}
.featured.consumption-stack.grid-view:before, .featured.consumption-stack.grid-view:after {
  content: " ";
  display: table;
}
.featured.consumption-stack.grid-view:after {
  clear: both;
}
.featured.consumption-stack.grid-view .consumable {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .featured.consumption-stack.grid-view .consumable {
    float: left;
    width: 100%;
  }
}

.consumption-stack.list-view .consumable {
  padding: 30px 20px;
  border-top: 1px solid #d1d3d3;
}
.consumption-stack.list-view .consumable:first-child {
  border-top: 0;
}
.consumption-stack.list-view .consumable .consumable-support {
  float: left;
  width: 20%;
  margin-bottom: 0;
}
.consumption-stack.list-view .consumable .consumable-support + .consumable-content {
  padding-left: calc(20% + 30px);
}
.consumption-stack.list-view .consumable:last-child {
  border-bottom: 1px solid #d1d3d3;
}

.downplayed.consumption-stack.list-view .consumable {
  padding: 15px 5px;
}
.downplayed.consumption-stack.list-view .consumable .consumable-support {
  width: 100px;
}
.downplayed.consumption-stack.list-view .consumable .consumable-support + .consumable-content {
  margin-left: 120px;
  padding: 0;
}
.downplayed.consumption-stack.list-view .consumable .title {
  font-size: 18px;
  font-weight: 400;
}
.downplayed.consumption-stack.list-view .view-footer {
  margin-top: 30px;
}

.sidebar-event-list .views-row {
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #d1d3d3;
}
.sidebar-event-list .views-row:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d3d3;
}

.events .events-row {
  padding: 30px 20px;
  border: 0;
}
.events .events-row .views-field-field-event-date-1 {
  float: left;
  width: 65px;
}
.events .events-row .views-field-field-event-date-1 + .views-field-nothing {
  padding-left: 90px;
}

.events.horizontal .events-row {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em;
}
@media (min-width: 1200px) {
  .events.horizontal .events-row {
    float: left;
    width: 33.3333333333%;
  }
}

.consumption-stack.no-border .consumable {
  border-bottom: 0 !important;
}

.news-section {
  margin-bottom: 4em;
}

.news-section.multiple-cat {
  margin-left: -15px;
  margin-right: -15px;
}
.news-section.multiple-cat:before, .news-section.multiple-cat:after {
  content: " ";
  display: table;
}
.news-section.multiple-cat:after {
  clear: both;
}
.news-section.multiple-cat .news-category {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .news-section.multiple-cat .news-category {
    float: left;
    width: 33.3333333333%;
  }
}
.news-section.multiple-cat .news-category > .title {
  margin-bottom: 0;
}

.filters {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .filters {
    display: block;
  }
}

.filter-toggle {
  background-color: #0668b3;
  color: #fff;
  padding: 10px 20px;
  display: block;
  border-bottom: 0;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.filter-toggle:focus, .filter-toggle:hover {
  color: #fff;
}
.filter-toggle:after {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #fff;
  font-size: 13px;
  content: "\f068";
}
@media (min-width: 992px) {
  .filter-toggle {
    display: none;
  }
}

.filter-toggle.collapsed:after {
  content: "\f067";
}

.filters input[type=search] {
  height: 40px;
}
.filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.filters .form-inline .form-group,
.filters .form-item {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .filters .form-inline .form-group,
  .filters .form-item {
    width: auto;
    margin-bottom: 0;
  }
  .filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
  }
  .filters .search-box {
    width: 220px;
  }
  .filters .year .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
  }
}
.filters .form-actions {
  clear: none;
}

.page-down {
  position: absolute;
  z-index: 100;
  right: 50px;
  bottom: -7px;
  display: none;
}
@media (min-width: 1100px) {
  .page-down {
    display: block;
  }
}
.page-down a {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: block;
  background-color: #cc4b00;
  color: #fff;
  border: none;
  text-align: center;
}
.page-down a:before {
  content: "\f063";
  position: absolute;
  left: 7.5px;
  top: 18px;
}

.page-feature.full .page-down {
  bottom: -30px;
}

.a11y-paragraphs-tabs__wrapper .a11y-paragraphs-tabs__section-title {
  margin-bottom: 1.5rem;
}
.a11y-paragraphs-tabs__wrapper .tabs-tab-list {
  flex-wrap: wrap;
  border-bottom: none;
}
.a11y-paragraphs-tabs__wrapper .tabs-tab-list li {
  margin-top: 1rem;
  padding-left: 0;
}
.a11y-paragraphs-tabs__wrapper .tabs-tab-list li .tabs-trigger {
  position: relative;
  z-index: 2;
  margin: 1 1rem 0 0;
  text-decoration: none;
  color: #00264f;
  border-bottom: none;
  background: #f2f3f4;
}
.a11y-paragraphs-tabs__wrapper .tabs-tab-list li .tabs-trigger.is-selected {
  z-index: 4;
  margin-bottom: -2px;
  color: #fff;
  border-bottom: 2px solid #0e5258;
  background: #0e5258;
  font-weight: 600;
}
.a11y-paragraphs-tabs__wrapper .tabs-tab-list li:before {
  content: none;
}
.a11y-paragraphs-tabs__wrapper .accordion-trigger {
  position: relative;
  z-index: 2;
  margin: 0 1rem 0 0;
  text-decoration: none;
  color: #00264f;
  border-bottom: none;
  background: #f2f3f4;
}
.a11y-paragraphs-tabs__wrapper .accordion-trigger[aria-expanded=true] {
  z-index: 4;
  color: #fff;
  border-bottom: none;
  background: #038b9a;
  font-weight: 600;
}
.a11y-paragraphs-tabs__wrapper .tabs-panel:not(:first-of-type) {
  margin-top: 1rem;
  border-top: none;
}
.a11y-paragraphs-tabs__wrapper .a11y-tabs-panel-content {
  padding: 2rem;
}

@media only screen and (min-width: 768px) {
  .a11y-paragraphs-tabs__wrapper .tabs-allowed .tabs-panel {
    position: relative;
    z-index: 3;
  }
  .a11y-paragraphs-tabs__wrapper .tabs-trigger {
    margin: 0 1rem 0 0;
  }
  .a11y-paragraphs-tabs__wrapper .tabs-tab-list {
    border-bottom: 2px solid #c0c5c9;
  }
  .a11y-paragraphs-tabs__wrapper .tabs-panel:not(:first-of-type) {
    border-top: 2px solid #eee;
  }
}
@media (min-width: 992px) {
  .a11y-paragraphs-tabs__wrapper .paragraph--type--a11y-paragraphs-tabs-panel {
    padding: 2rem;
  }
}
.paragraph--type--quicklinks-hero {
  background-color: #fff;
}
@media (min-width: 992px) {
  .paragraph--type--quicklinks-hero {
    padding-bottom: 24px;
    padding-left: 4.6567%;
  }
}

.quicklinks-hero_img {
  position: relative;
}
.quicklinks-hero_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quicklinks-hero_img .quicklinks-hero-title {
  padding: 3rem 3rem 0;
}
@media (min-width: 992px) {
  .quicklinks-hero_img .quicklinks-hero-title {
    width: 87%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .quicklinks-hero_img.has-quicklinks .quicklinks-hero-title {
    width: 65%;
  }
}

.quicklinks-hero_wrapper {
  display: block;
}
@media (min-width: 992px) {
  .quicklinks-hero_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.quicklinks-hero_wrapper .quicklinks-hero-left .btn-tertiary {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .quicklinks-hero_wrapper .quicklinks-hero-left {
    position: relative;
    flex: 0 0 87%;
    width: 87%;
  }
}
.quicklinks-hero_wrapper .quicklinks-hero-right {
  padding: 3rem;
}
@media (min-width: 992px) {
  .quicklinks-hero_wrapper .quicklinks-hero-right {
    padding: 0 9% 0 0;
  }
}
.quicklinks-hero_wrapper .quicklinks-hero-right .paragraph--type--quicklinks {
  font-size: 1.6rem;
  line-height: 1.4;
}
.quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-text-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-weight: bold;
}
.quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-text-title:after {
  width: 32px;
  height: 0;
  margin-left: 2rem;
  content: "";
  border-top: 2px solid #14828C;
}
.quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-quick-links > .field__item {
  margin-bottom: 14px;
}
.quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-quick-links a {
  border-bottom: 1px solid #0668b3;
  font-weight: 300;
}
.quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-quick-links a:focus, .quicklinks-hero_wrapper .quicklinks-hero-right .field--name-field-quick-links a:hover {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .quicklinks-hero_wrapper.has-quicklinks .quicklinks-hero-left {
    flex: 0 0 65%;
    width: 65%;
  }
}

.quicklinks-hero-content {
  padding: 3rem;
}

.quicklinks-hero-teaser,
.quicklinks-hero-title {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .quicklinks-hero-teaser,
  .quicklinks-hero-title {
    margin-bottom: 25px;
  }
}

.quicklinks-hero-title {
  color: #052049;
}
@media (min-width: 1500px) {
  .quicklinks-hero-title {
    font-size: 5.8rem;
  }
}

.quicklinks-hero-teaser {
  font-size: 1.8rem;
  line-height: 1.6;
}
.quicklinks-hero-teaser p:last-child {
  margin-bottom: 0;
}

.information__wrapper {
  padding: 10% 0;
}
.information__title {
  margin-bottom: 20px;
  text-align: left;
}
.information__text {
  width: 100%;
  padding: 3rem;
  background: #fff;
}
@media (min-width: 768px) {
  .information__text {
    width: 50rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .information__wrapper {
    padding: 0;
    background: none !important;
  }
  .information__wrapper .information__text {
    padding: 2rem;
  }
}
.small-card__image img {
  display: block;
}
.small-card__second {
  display: flex;
  align-items: center;
  padding: 2rem;
  color: #fff;
  background: #0668b3;
  font-weight: normal;
  line-height: 1.1;
  gap: 0 10px;
}
.small-card__title {
  font-family: "Granjon W01", Garamond, serif;
  font-size: 2.2rem;
}
.small-card__teaser {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.small-card__teaser :last-child {
  margin-bottom: 0;
}
.small-card__arrow {
  flex: 0 0 1.6rem;
}
.small-card__arrow svg {
  width: 1.6rem;
  height: 1.6rem;
}

.global-header {
  background-color: #052049;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
}
.global-header:before, .global-header:after {
  content: " ";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header a {
  color: #fff;
  border-bottom: 0;
}
.global-header a:hover, .global-header a:focus {
  text-decoration: underline;
}
.global-header .global-brand {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (min-width: 992px) {
  .global-header .global-brand {
    float: left;
    width: 50%;
  }
}
.global-header .global-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .global-header .global-links {
    float: left;
    width: 50%;
  }
}
.global-header .global-links a {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .global-header .global-links {
    display: block;
  }
}

body:not(.user-logged-in) .site-header {
  padding-top: 0 !important;
}

.site-header {
  margin-bottom: 25px;
  background-color: #fff;
}
.path-blog.no-node .site-header, .path-news.no-node .site-header, .page-node-type-home-page .site-header {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .site-header {
    margin-bottom: 46px;
  }
}

.search-box {
  display: inline-flex;
  order: 1;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .search-box {
    width: 215px;
  }
}

.nav-social {
  display: inline-flex;
  order: 2;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .nav-social ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }
  .nav-social ul li {
    flex: 0 0 33.3%;
    margin: 0;
  }
  .nav-social ul li a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-social ul li:last-child {
    margin-right: 0;
  }
}

.primary-header {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .primary-header {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .primary-header {
    padding-bottom: 30px;
  }
  .primary-header .c-l {
    position: relative;
  }
}

/* Header Logo */
.primary-brand {
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 0;
}
.primary-brand a {
  border-bottom: none;
}
.primary-brand img {
  height: 100%;
}
@media (min-width: 1200px) {
  .primary-brand {
    position: absolute;
    top: 0px;
    left: 15px;
    height: 83px;
  }
}

.nav-primary-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #000;
  font-size: 30px;
}
.nav-primary-toggle a {
  display: block;
  color: #000;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .nav-primary-toggle {
    display: none;
  }
}

.nav-right .region-header {
  padding: 0 20px;
  display: inline-flex;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-right .region-header {
    display: grid;
    grid-template-columns: auto auto 215px;
    grid-template-areas: "empty social search" "empty apply apply" "nav nav nav";
    gap: 1rem;
    justify-items: end;
    border-top: none;
    padding: 0;
  }
  .nav-right .region-header .search-box {
    grid-area: search;
    margin-bottom: 0;
  }
  .nav-right .region-header .nav-social {
    grid-area: social;
    margin-bottom: 0;
  }
  .nav-right .region-header .block-we-megamenu-blockcta-menu {
    grid-area: apply;
  }
  .nav-right .region-header .block.menu--mega-menu {
    grid-area: nav;
    width: 100%;
  }
}

.nav-primary {
  margin-top: 20px;
}
.nav-primary > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-primary > ul > li:before {
  display: none;
}
.nav-primary > ul > li > a {
  color: #052049;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.nav-primary > ul > li > a:focus, .nav-primary > ul > li > a:hover, .nav-primary > ul > li > a.is-active {
  border-bottom-color: #14828C;
}
.nav-primary > ul > li > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-primary > ul > li > a.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-primary > ul > li > a.dropdown-toggle::after {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 8px;
  content: "";
  transition: all 0.25s ease-in-out;
  background: url("../images/icon-chevron-down-dark.svg") no-repeat;
  background-size: contain;
}
.nav-primary > ul > li.open > a {
  border-bottom-color: #14828C;
}
.nav-primary > ul > li.open > a.dropdown-toggle::after {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .nav-primary > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav-primary > ul > li {
    margin: 0;
    padding: 0;
  }
  .nav-primary > ul > li > a.is-active {
    border-color: transparent;
  }
}

.nav-primary-collapse {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (min-width: 1200px) {
  .nav-primary-collapse.collapse {
    position: static;
    display: block;
    box-shadow: none;
  }
}
.with-location .location-header {
  display: block;
}

.location-header {
  background-color: #0668b3;
  letter-spacing: 0.025em;
  font-size: 15px;
  font-weight: 200;
  display: none;
}
.location-header .fas {
  margin-right: 7px;
}
.location-header .dropdown-menu {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 0;
  left: -15px;
  right: -15px;
  width: auto;
  border: none;
}
@media (min-width: 992px) {
  .location-header .dropdown-menu {
    width: 600px;
  }
}
.location-header .c-l .dropdown > a {
  color: #fff;
  border-bottom: none;
  padding: 0.5em 0;
  display: inline-block;
  padding-right: 45px;
  position: relative;
}
.location-header .c-l .dropdown > a:after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 90%;
  content: "\f078";
}

.location-list {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 500px;
  border-radius: 0;
  margin: 0 0 0 0;
}
.location-list li {
  border-bottom: 1px solid #d1d3d3;
  margin-bottom: 0;
}
.location-list li:last-child {
  border: none;
}
.location-list li a {
  border-bottom: none;
  padding: 15px;
  white-space: normal;
}
.location-list li a:before, .location-list li a:after {
  content: " ";
  display: table;
}
.location-list li a:after {
  clear: both;
}
.location-list .location-img {
  float: left;
  width: 100px;
}
.location-list .location-img img {
  width: 100%;
}
.location-list .location-content {
  padding-left: 120px;
  font-size: 13px;
}
.location-list .location-content .title {
  margin-bottom: 0.25em;
}
.location-list .location-content *:last-child {
  margin-bottom: 0;
}

.main-section-header {
  margin-bottom: 20px;
  padding: 8px 0;
  background-color: #0668b3;
}
.main-section-header .page-title {
  margin-bottom: 0;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Neue Helvetica W01", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .main-section-header .page-title {
    font-size: 20px;
  }
}

.no-node .page-title {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .no-node .page-title {
    padding: 50px 60px 20px;
  }
}

/* Footer */
#site-footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #052049;
}
#site-footer ul {
  margin: 0 0 2em;
}
#site-footer ul li {
  margin-bottom: 0.5em;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
#site-footer ul li:before {
  display: none;
}
#site-footer ul li.link-list-group {
  margin-bottom: 2em;
}
#site-footer .link-lists {
  margin-right: 0;
  margin-left: 0;
}
#site-footer .link-list-group .link-list-title {
  margin: 2em 0 0.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#site-footer .link-list-group .link-list-title:first-child {
  margin-top: 0;
}
#site-footer .link-list-group a {
  color: #fff;
  border-bottom: none;
}
#site-footer .link-list-group a:focus, #site-footer .link-list-group a:hover {
  text-decoration: underline;
}
#site-footer .link-list-group li {
  display: inline-block;
  margin-right: 5px;
}
#site-footer .link-list-group li:after {
  content: ",";
}
#site-footer .link-list-group li:last-child:after {
  content: "";
}
@media (min-width: 768px) {
  #site-footer .link-list-group li {
    display: block;
    margin-right: 0;
  }
  #site-footer .link-list-group li:after {
    display: none;
  }
}
#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer h4,
#site-footer h5,
#site-footer h6,
#site-footer .h1,
#site-footer .h2,
#site-footer .h3,
#site-footer .h4,
#site-footer .h5,
#site-footer .h6 {
  color: #fff;
}

.sub-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-footer:before, .sub-footer:after {
  content: " ";
  display: table;
}
.sub-footer:after {
  clear: both;
}
.sub-footer .brand img {
  width: 200px;
}
.sub-footer .utilties {
  margin-top: 25px;
}
.sub-footer a:not(.btn) {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .sub-footer .brand {
    float: left;
    clear: left;
  }
  .sub-footer .utilties {
    float: right;
    margin-top: 8px;
    margin-left: 30px;
  }
}

.legal {
  clear: both;
  text-align: center;
  font-size: 13px;
}
.legal .copyright {
  display: block;
}
.legal a:not(.btn) {
  text-decoration: underline;
  color: #fff;
  border-bottom: 0;
}
.legal a:not(.btn):focus, .legal a:not(.btn):hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .legal {
    text-align: left;
  }
  .legal .copyright {
    display: inline-block;
    margin-right: 5px;
  }
}

.footer-som-wrapper {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  background: #f2f3f4;
}
.footer-som-wrapper .footer-som {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 925px;
  margin: auto;
  padding: 50px 30px 60px;
}
.footer-som-wrapper .footer-som .footer-som-logo .site-logo {
  display: block;
  width: 210px;
  border-bottom: none;
}
.footer-som-wrapper .footer-som .footer-som-text p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-som-wrapper .footer-som .footer-som-text {
    margin: 0 5rem;
  }
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans {
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  color: #fff;
  border: 0;
  background-color: #0F388A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  transition: all 0.25s ease-in-out;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  color: #0668b3;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  font-size: 1.7rem;
  font-weight: 400;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:hover, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.focus {
  color: #fff;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:active, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.active, .open > .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.dropdown-toggle {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(10, 37.3333333333, 92);
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:active:hover, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:active:focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:active.focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.active:hover, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.active:focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.active.focus, .open > .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.dropdown-toggle:hover, .open > .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.dropdown-toggle:focus, .open > .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.dropdown-toggle.focus {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(6.5, 24.2666666667, 59.8);
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:active, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.active, .open > .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.dropdown-toggle {
  background-image: none;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.disabled:hover, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.disabled:focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.disabled.focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans[disabled]:hover, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans[disabled]:focus, .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans[disabled].focus, fieldset[disabled] .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:hover, fieldset[disabled] .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:focus, fieldset[disabled] .footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans.focus {
  border-color: transparent;
  background-color: #0F388A;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans .badge {
  color: #0F388A;
  background-color: #fff;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans :hover,
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans :active,
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans :focus {
  border-color: transparent;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:before {
  border-radius: 0;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:after {
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  content: "";
  background: url("../images/icon-arrow-right-blue.svg") no-repeat;
  background-size: contain;
  font-size: 1.7rem;
}
.footer-som-wrapper .footer-som .btn.btn-boxes.btn-trans:hover:after {
  background: url("../images/icon-arrow-right-light.svg") no-repeat;
}
@media (min-width: 992px) {
  .footer-som-wrapper .footer-som {
    flex-direction: row;
  }
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  border-bottom-color: transparent;
}
.arrow-link::after {
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  content: "";
  background: url("../images/icon-arrow-right-blue.svg") no-repeat;
  background-size: contain;
  font-size: 1.7rem;
}
.arrow-link:focus, .arrow-link:hover {
  border-bottom: 1px solid #0668b3;
}

.block.footer-cta {
  position: absolute;
  right: 0;
  bottom: 3rem;
  overflow: hidden;
}
.block.footer-cta a.btn.btn-tertiary {
  position: relative;
  right: -7rem;
  width: 315px;
  padding-right: 11rem;
  text-align: left;
  border-radius: 0.5rem;
}
.block.footer-cta a.btn.btn-tertiary:before {
  border-radius: 0.5rem;
}

.menu--footer-bottom {
  margin-bottom: 4rem;
}

.page {
  background-color: #f2f3f4;
}

.page-content .main-content {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-content .main-content {
    padding-top: 40px;
  }
}
.page-content .content {
  margin-bottom: 2em;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .page-content .content {
    padding-top: 0;
  }
}

.main-content .row {
  display: flex;
  flex-direction: column;
}
.main-content .row > .nav-sidebar {
  order: 1;
}
.main-content .row > .page-intro {
  order: 2;
}
.main-content .row > .content {
  order: 4;
}
.main-content .row > .support {
  order: 5;
}
.main-content .row > .page-header {
  order: 3;
}
@media (min-width: 992px) {
  .main-content .row {
    display: block;
  }
}

.sidebar .sidebar-left .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar .sidebar-left .content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar-left .content {
    float: right;
    padding-left: 3%;
  }
}
.sidebar .sidebar-left .support {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .sidebar .sidebar-left .support {
    float: left;
    width: 25%;
  }
}

.region-content-top {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .region-content-top {
    margin-bottom: 50px;
  }
}

.region-content {
  padding: 30px 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .region-content {
    padding: 50px 60px 20px;
  }
}

.page-title + .region-content {
  padding-top: 10px;
}

.sidebar-right .layout-content,
.sidebar:not(.page-node-type-ucsf-person) .layout-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .sidebar-right .layout-content,
  .sidebar:not(.page-node-type-ucsf-person) .layout-content {
    float: left;
    width: 66.6666666667%;
  }
}
.sidebar-right .support,
.sidebar-right .layout-sidebar,
.sidebar-right .layout-sidebar-top,
.sidebar:not(.page-node-type-ucsf-person) .support,
.sidebar:not(.page-node-type-ucsf-person) .layout-sidebar,
.sidebar:not(.page-node-type-ucsf-person) .layout-sidebar-top {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-inline: 0;
}
@media (min-width: 992px) {
  .sidebar-right .support,
  .sidebar-right .layout-sidebar,
  .sidebar-right .layout-sidebar-top,
  .sidebar:not(.page-node-type-ucsf-person) .support,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar-top {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .sidebar-right .support,
  .sidebar-right .layout-sidebar,
  .sidebar-right .layout-sidebar-top,
  .sidebar:not(.page-node-type-ucsf-person) .support,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar-top {
    position: relative;
    float: right;
    clear: right;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .sidebar-right .support,
  .sidebar-right .layout-sidebar,
  .sidebar-right .layout-sidebar-top,
  .sidebar:not(.page-node-type-ucsf-person) .support,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar-top {
    padding-left: 58px;
  }
}
@media (min-width: 992px) {
  .sidebar-right .layout-sidebar-top,
  .sidebar:not(.page-node-type-ucsf-person) .layout-sidebar-top {
    float: right;
  }
}

.section-support {
  padding: 0;
}

.section-intro {
  width: 80%;
  margin: 0 auto 2em auto;
  text-align: center;
}

.region-content-bottom {
  margin-top: 30px;
}
.region-content-bottom .field--name-field-textarea-content-bottom {
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .region-content-bottom {
    margin-top: 50px;
  }
}

/* ======== Sidebar - Globals ======== */
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar .field p:last-child,
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar-top .field p:last-child {
  margin-bottom: 0;
}
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar > div,
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar-top > div {
  margin-bottom: 3rem;
  padding: 20px;
  background-color: #fff;
}
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar > div:last-child,
body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar-top > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar > div,
  body:not(.page-node-type-ucsf-person):not(.page-node-type-ucsf-events) .support .region-sidebar-top > div {
    padding: 20px 30px 30px;
  }
}

body.page-node-type-ucsf-events .support .region-sidebar {
  padding: 30px;
  border-top: 10px solid #052049;
  background-color: #fff;
}
body.page-node-type-ucsf-events .support .region-sidebar h5 {
  font-weight: bold;
}
body.page-node-type-ucsf-events .support .region-sidebar .field__items {
  margin: 0 0 1.5em 0;
}

.page-intro {
  text-align: center;
  width: 90%;
  margin: 20px auto 0 auto;
}
@media (min-width: 992px) {
  .page-intro {
    width: 70%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media (min-width: 100px) {
  .path-contact-list.sidebar #block-dom-content {
    width: 100%;
  }
}
.page-branding {
  height: 30vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-branding {
    height: 50vh;
    background-attachment: fixed;
    background-position: center top;
    background-size: auto 65%;
  }
}
.page-branding .page-branding-name {
  position: absolute;
  bottom: 0;
  background-color: #0668b3;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.section-grid, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(odd) {
  background-color: #fff;
  position: relative;
  padding: 10px 0 50px 0;
}
@media (min-width: 992px) {
  .section-grid, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(odd) {
    padding: 70px 0;
  }
}

.section-grid + .section-grid {
  padding-top: 50px;
}

.section-grid-content {
  margin-bottom: 3em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .section-grid-content {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .section-grid-content {
    margin-bottom: 0;
  }
}

.section-grid-support {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .section-grid-support {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-grid-support {
    float: right;
  }
}
.section-grid-support figure {
  position: relative;
  z-index: 1;
}

.section-grid-bg {
  display: none;
  position: absolute;
  right: -40px;
  top: -60px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .section-grid-bg {
    display: block;
  }
}

.section-grid-alt, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(even) {
  background-color: #fff;
  position: relative;
  padding: 10px 0 50px 0;
}
@media (min-width: 992px) {
  .section-grid-alt, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(even) {
    padding: 70px 0;
  }
}
.section-grid-alt .section-grid-content, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(even) .section-grid-content {
  float: right;
}
.section-grid-alt .section-grid-support, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(even) .section-grid-support {
  float: left;
}
.section-grid-alt .section-grid-bg, .field--name-field-paragraph-content > .two_columns_with_images:nth-of-type(even) .section-grid-bg {
  left: -40px;
  right: auto;
}

.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean {
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean {
    padding: 50px 15px 50px 15px;
  }
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .c-l {
  background-color: #052049;
  position: relative;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .sub-title {
  color: #fff;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .title {
  color: #fff;
  margin-bottom: 20px;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean dom-quote {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean dom-quote {
    margin-right: -100px;
  }
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #052049;
  padding: 50px 30px;
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-content {
    padding: 75px 75px 100px 75px;
  }
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-content p {
  margin-bottom: 0;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  padding: 0;
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support {
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
  }
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support figure {
  height: 100%;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support figure img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 715px;
  width: 100%;
}
.field--name-field-paragraph-content > .two_columns_with_images.word-from-dean .section-grid-support figcaption {
  display: none;
}

.node--type-resource.node--view-mode-teaser {
  animation-duration: 0.568464s;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
}
.node--type-resource.node--view-mode-teaser:hover {
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.45);
}
.node--type-resource.node--view-mode-teaser .content {
  padding: 10px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
  color: #000;
}
.node--type-resource.node--view-mode-teaser .content .updated {
  color: #646e76;
  font-size: 13px;
}
.node--type-resource.node--view-mode-teaser .content .read-more {
  color: #0668b3;
}
.node--type-resource.node--view-mode-teaser .content > a {
  border-bottom: none;
}
.node--type-resource.node--view-mode-teaser .content h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.node--type-resource.node--view-mode-full .media--type-podcast .field--name-field-media-entity-link a {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c6ccd5;
  text-align: center;
  padding: 16px;
}
.node--type-resource.node--view-mode-full .media--type-podcast .field--name-field-media-entity-link a::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  vertical-align: middle;
  background-image: url("../images/headphones-solid.svg");
  margin-top: -6px;
}

.views-block-resource-hub-related-resources > h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.views-block-resource-hub-related-resources .view-id-resource_hub.view-display-id-related_resources .view-content .views-row:not(:last-child) {
  margin-bottom: 2rem;
}

.path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .gutter-sizer {
  width: 20px;
}
.path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .views-row, .path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .grid-sizer {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .views-row, .path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .grid-sizer {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .views-row, .path-resource-hub .view-id-resource_hub.view-display-id-resource_hub .view-content .grid-sizer {
    width: calc(33.3333% - 13.3333px);
  }
}
.path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub .filters {
  margin-bottom: 0;
}
.path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub form .form--inline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub form .form--inline .form-item-keys {
  display: flex;
  flex-direction: column;
}
.path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub.bef-exposed-form .form--inline > .form-item {
  float: none;
}
.path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub.bef-exposed-form .form--inline.clearfix:before, .path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub.bef-exposed-form .nav-social ul.form--inline:before, .nav-social .path-resource-hub .views-exposed-form.views-exposed-form-resource-hub-resource-hub.bef-exposed-form ul.form--inline:before {
  display: none;
}

body.page-node-type-resource .node--type-resource.node--view-mode-full .node__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-node-type-resource .node--type-resource.node--view-mode-full .node__content h1.page-title {
  margin: 0;
}
body.page-node-type-resource .node--type-resource.node--view-mode-full .node__content .field--name-field-category .field__items {
  display: flex;
  gap: 5px;
}
body.page-node-type-resource .node--type-resource.node--view-mode-full .node__content .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
body.page-node-type-resource .node--type-resource.node--view-mode-full .node__content .field--name-field-media-oembed-video iframe {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.form-item-bundle-ucsf-media {
  display: none;
}

.field--name-field-media-inline-frame iframe {
  margin: 0 !important;
  width: 100%;
  height: unset;
  aspect-ratio: 608/402;
}

.block.remove-background {
  background: transparent !important;
}

.node--type-ucsf-person.node--view-mode-extended-teaser {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .node--type-ucsf-person.node--view-mode-extended-teaser {
    grid-template-columns: 1fr 2fr;
  }
}
.node--type-ucsf-person.node--view-mode-extended-teaser .profile-info .sites, .node--type-ucsf-person.node--view-mode-extended-teaser .profile-info .departments {
  margin-bottom: 1rem;
}

.path-frontpage .region-content,
.page-node-type-home-page .region-content {
  padding: 0;
  background-color: transparent;
}
.path-frontpage .page,
.page-node-type-home-page .page {
  padding-top: 0;
}
.path-frontpage .page-content,
.page-node-type-home-page .page-content {
  position: relative;
}

.find-funding-datatable .search-box,
.block-views-exposed-filter-blockfind-funding-page-1 .search-box {
  width: 245px;
}
.find-funding-datatable .search-box input,
.block-views-exposed-filter-blockfind-funding-page-1 .search-box input {
  max-width: 100%;
  height: 36px;
  padding: 1em;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.find-funding-datatable .btn-sm,
.find-funding-datatable .btn-group-sm > .btn,
.block-views-exposed-filter-blockfind-funding-page-1 .btn-sm,
.block-views-exposed-filter-blockfind-funding-page-1 .btn-group-sm > .btn {
  padding: 0.825em 2em;
}
.find-funding-datatable .table-grid input[type=search],
.block-views-exposed-filter-blockfind-funding-page-1 .table-grid input[type=search] {
  border-top: 1px;
}
.find-funding-datatable details,
.block-views-exposed-filter-blockfind-funding-page-1 details {
  margin-top: 0;
  margin-bottom: 0;
}

.gme-grand-rounds-datatable .table-column-header {
  margin-bottom: 25px;
}
.gme-grand-rounds-datatable .filters {
  margin-bottom: 0;
}
.gme-grand-rounds-datatable .filters .search-box {
  width: 300px;
}
.gme-grand-rounds-datatable .filters .btn-sm, .gme-grand-rounds-datatable .filters .btn-group-sm > .btn {
  padding: 0.825em 2em;
}
.gme-grand-rounds-datatable .filters .table-grid input[type=search] {
  border-top: 1px;
}
.gme-grand-rounds-datatable .filters input[type=search] {
  box-shadow: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 32px;
  font-size: 14px;
  width: 100% !important;
  letter-spacing: 0.025em;
  font-weight: 400;
  padding: 1.24em;
}
.gme-grand-rounds-datatable .filters details {
  margin-top: 0;
  margin-bottom: 0;
}

.alphabet-filters {
  margin-bottom: 15px;
}
.alphabet-filters .btn {
  font-size: 14px;
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
  border-radius: 4px;
}

/* https://y3ti.teamwork.com/#/tasks/16659111 */
.covid-datatable .table-row .table-content {
  position: relative;
}
.covid-datatable .table-row .table-content p, .covid-datatable .table-row .table-content ul, .covid-datatable .table-row .table-content ol, .covid-datatable .table-row .table-content li, .covid-datatable .table-row .table-content img, .covid-datatable .table-row .table-content table, .covid-datatable .table-row .table-content iframe, .covid-datatable .table-row .table-content h2, .covid-datatable .table-row .table-content h3, .covid-datatable .table-row .table-content h4, .covid-datatable .table-row .table-content h5, .covid-datatable .table-row .table-content h6 {
  display: none;
}
.covid-datatable .table-row .table-content p:first-child {
  display: block;
  cursor: pointer;
  padding-right: 30px;
  font-size: 16px;
}
.covid-datatable .table-row .table-content p:first-child:after {
  color: #6ea400;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
}
.covid-datatable .table-row.open .table-content p, .covid-datatable .table-row.open .table-content ul, .covid-datatable .table-row.open .table-content ol, .covid-datatable .table-row.open .table-content li, .covid-datatable .table-row.open .table-content img, .covid-datatable .table-row.open .table-content table, .covid-datatable .table-row.open .table-content iframe, .covid-datatable .table-row.open .table-content h2, .covid-datatable .table-row.open .table-content h3, .covid-datatable .table-row.open .table-content h4, .covid-datatable .table-row.open .table-content h5, .covid-datatable .table-row.open .table-content h6 {
  display: block;
}
.covid-datatable .table-row.open .table-content p:first-child:after {
  content: "\f068";
}

@media (min-width: 730px) {
  .covid-datatable .table-cell:nth-child(1) {
    width: 60%;
    padding-right: 30px;
  }
  .covid-datatable .table-cell:nth-child(2) {
    width: 18%;
  }
  .covid-datatable .table-cell:nth-child(3) {
    width: 22%;
    padding-left: 50px;
  }
  .covid-datatable .table-row .table-content p:first-child:after {
    right: 0px;
    top: 7px;
  }
}

.bot {
  background-color: #ccc;
  color: #ccc;
}

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.hide-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

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

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

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

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

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

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
#block-mainnavigation.contextual-region,
#block-megamenu.contextual-region,
.hero-video-container .video-embed-field-responsive-video {
  position: initial;
}

.paragraph--type--two-columns-with-images img {
  width: 100%;
}

.region-content-top {
  position: relative;
}

.section-actions {
  clear: both;
}

.search-box button[type=submit],
.search-box button[type=submit]:active,
.search-box button[type=submit]:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  text-indent: 500px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #000;
}

.primary-header .search-box button[type=submit] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.table-grid .form-item-combine {
  margin-bottom: 1em;
}
.table-grid .form-actions {
  margin-bottom: 1.5em;
}
.table-grid .header-text {
  margin-bottom: 2.5em;
}
.table-grid input[type=search] {
  border-top: 0;
}
@media (width >= 430px) {
  .table-grid .form-item-combine {
    display: inline-block;
    margin-right: 1.5em;
  }
  .table-grid .form-actions {
    display: inline-block;
  }
}

.book-navigation {
  display: none;
}

.we-mega-menu-row {
  position: relative;
  clear: both;
}

.tabs ul li:before,
.toolbar-tab ul li:before {
  display: none;
}
.tabs a,
.toolbar-tab a {
  border-bottom: none;
}

.field--name-field-event-type .field__item,
.field--name-field-event-audience .field__item,
.field--name-field-event-campus .field__item {
  display: inline-block;
}

.field--name-field-event-address .address {
  margin-bottom: 0;
}

.field--name-field-event-ics-url,
.field--name-field-event-url,
.field--name-field-event-topic,
.field--name-field-event-contact-info {
  margin: 0 0 1.5em 0;
}

.view-filters #edit-actions,
.filters #edit-actions {
  display: inline-block;
}
.view-filters .search-box,
.filters .search-box {
  display: block;
  float: left;
  width: 100%;
}
.view-filters input[type=search],
.filters input[type=search] {
  padding: 6px 12px;
  color: #807f7f;
}

.block-views-blocknews-latest-news .view-content {
  margin-bottom: 20px;
}

.page-branding {
  margin-bottom: 0;
}
.page-branding img {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .page-branding img {
    height: 50vh;
  }
}

.block-views-blocknews-details-bottom {
  position: relative;
}
.block-views-blocknews-details-bottom .view-footer {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
}
.block-views-blocknews-details-bottom .slide-controls {
  position: absolute;
  right: 24px;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .block-views-blocknews-details-bottom .slide-controls {
    right: auto;
    justify-content: center;
  }
}

.dropdown-backdrop {
  display: none;
}

.border-green {
  margin-bottom: 15px;
  border-bottom: 10px solid #007242;
}

.border-navy {
  margin-bottom: 15px;
  border-bottom: 10px solid #052049;
}

.border-purple {
  margin-bottom: 15px;
  border-bottom: 10px solid #443E8C;
}

.border-orange {
  margin-bottom: 15px;
  border-bottom: 10px solid #cc4b00;
}

.field--name-field-top-header {
  padding-top: 40px;
}

.page-node-type-book .page-content {
  padding-top: 0;
}

.simple-cta dom-numbercallout {
  padding: 75px 50px;
}
.simple-cta .number-highlight {
  color: #fff;
  font-weight: 400;
}
.simple-cta .number-highlight span {
  font-size: 70px;
}
.simple-cta .number-desc {
  color: #fff;
  font-size: 14px;
}

.align-left {
  float: left;
  margin: 0 20px 10px 0;
}

.align-right {
  float: right;
  margin: 0 0 10px 20px;
}

.search-form input[type=search] {
  display: block;
  float: left;
  width: auto !important;
}
.search-form label {
  display: block;
}

.path-search .item-list li {
  padding-left: 1.25em;
}

.In-the-News .news {
  display: none;
}

.node-preview-container {
  top: 120px;
}

.paragraph--type--split-image-banner .number-link a {
  color: #fff;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

.view-id-people_embed .view-content {
  display: flex;
  flex-flow: column wrap;
}
.view-id-people_embed .view-content .views-row {
  flex: 1 25%;
}
@media (min-width: 992px) {
  .view-id-people_embed .view-content {
    flex-direction: row;
  }
}

.sidebar .view-id-people_embed .view-content .views-row {
  flex: 1 33%;
}

#block-dom-local-tasks {
  clear: both;
}

.field--name-field-post-date {
  display: inline-block;
  padding: 5px 0 5px 15px;
}

.page-node-type-ucsf-person #block-dom-content {
  padding-right: 0;
  padding-left: 0;
}
.page-node-type-ucsf-person #block-dom-content .content {
  width: 100%;
}
.page-node-type-ucsf-person dom-collapsible .content-text {
  margin-top: -1.6em;
  margin-bottom: 1.6em;
  white-space: pre-line;
}
.page-node-type-ucsf-person .page-title {
  margin: 0 0 0.15em 0;
}

.page-node-type-policy .field--name-field-post-date .field__label,
.page-node-type-policy .field--name-field-post-date .field__item {
  display: inline-block;
}

.addtocalendar {
  margin: 0 0 1.5em 0;
}
.addtocalendar .atcb-list {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  border: 1px solid #d1d3d3;
}
.addtocalendar li.atcb-item:before {
  display: none;
}
.addtocalendar li.atcb-item .atcb-item-link {
  padding: 5px 10px;
  color: #052049;
  border-bottom: none;
  border-bottom: 1px solid #b4b9bf;
}
.addtocalendar li.atcb-item .atcb-item-link:hover {
  border-bottom-color: #14828C;
  background: #d1d3d3;
}
.addtocalendar li.atcb-item .atcb-item-link:last-child {
  border-bottom: none;
}

ul.toolbar-menu li {
  padding-left: 0;
}

.field--name-body > *:first-child {
  margin-top: 0;
}

.grid-view .view-content {
  display: flex;
  display: grid;
  flex-flow: row wrap;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  justify-content: space-evenly;
  margin-right: auto;
  margin-left: auto;
}
.grid-view .view-content .views-row {
  width: 130px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  text-align: center;
}
.grid-view .view-content .views-row .field-content {
  text-align: center;
}
.grid-view .view-content .views-row .consumable-content {
  text-align: center;
}
.grid-view .view-content .views-row .title {
  font-size: 20px;
}
.grid-view .view-content .views-row p {
  font-size: 14px;
}
.grid-view .view-content .views-row img {
  width: 130px;
}
@media (min-width: 350px) {
  .grid-view .view-content .views-row {
    width: 150px;
  }
}
@media (min-width: 580px) {
  .grid-view .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-view .view-content .views-row {
    width: 180px;
  }
}
@media (min-width: 720px) {
  .grid-view .view-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 900px) {
  .grid-view .view-content {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-view .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-view .view-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1578px) {
  .grid-view .view-content {
    grid-template-columns: repeat(5, 1fr);
  }
}

.views-exposed-form .form-select {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
  margin: 0;
  padding: 0.6em 1.4em 0.5em 0.8em;
  color: #444;
  border: 1px solid #aaa;
  border-radius: 0.5em;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.views-exposed-form .form-select::-ms-expand {
  display: none;
}
.views-exposed-form .form-select:hover {
  border-color: #888;
}
.views-exposed-form .form-select:focus {
  color: #222;
  border-color: #aaa;
  outline: none;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
}
.views-exposed-form .form-select option {
  font-weight: normal;
}
.views-exposed-form *[dir=rtl] .form-select,
.views-exposed-form :root:lang(ar) .form-select,
.views-exposed-form :root:lang(iw) .form-select {
  padding: 0.6em 0.8em 0.5em 1.4em;
  background-position: left 0.7em top 50%, 0 0;
}
.views-exposed-form .form-select:disabled,
.views-exposed-form .form-select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
}
.views-exposed-form .form-select:disabled:hover,
.views-exposed-form .form-select[aria-disabled=true] {
  border-color: #aaa;
}

.s-lc-w-table .s-lc-w-dtr .s-lc-w-date .s-lc-w-date-m {
  color: #000;
}

dom-collapsible h5 {
  background-color: #fff;
}

[data-column1-color=interactive-teal] a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.node__content dom-quote {
  background-color: whitesmoke;
  box-shadow: 10px 10px #007CBE;
}
.node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow),
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) {
  color: #fff;
}
.node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h1, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h2, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h3, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h4, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h5, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h6, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) strong,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h1,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h2,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h3,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h4,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h5,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) h6,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) strong {
  color: #fff;
}
.node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a {
  color: #fff;
  text-decoration: underline;
  border-bottom: none;
}
.node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:hover, .node__content dom-onecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-onecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-onecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-onecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-twocolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-twocolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-twocolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-twocolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-threecolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-threecolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-threecolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-threecolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-fourcolumn-layout .column1:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-fourcolumn-layout .column2:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-fourcolumn-layout .column3:not(.bg--transparent):not(.bg--interactive-yellow) a:focus,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:hover,
.node__content dom-fourcolumn-layout .column4:not(.bg--transparent):not(.bg--interactive-yellow) a:focus {
  text-decoration: none;
}
.node__content dom-onecolumn-layout .column1 > *:last-child,
.node__content dom-onecolumn-layout .column2 > *:last-child,
.node__content dom-onecolumn-layout .column3 > *:last-child,
.node__content dom-onecolumn-layout .column4 > *:last-child,
.node__content dom-twocolumn-layout .column1 > *:last-child,
.node__content dom-twocolumn-layout .column2 > *:last-child,
.node__content dom-twocolumn-layout .column3 > *:last-child,
.node__content dom-twocolumn-layout .column4 > *:last-child,
.node__content dom-threecolumn-layout .column1 > *:last-child,
.node__content dom-threecolumn-layout .column2 > *:last-child,
.node__content dom-threecolumn-layout .column3 > *:last-child,
.node__content dom-threecolumn-layout .column4 > *:last-child,
.node__content dom-fourcolumn-layout .column1 > *:last-child,
.node__content dom-fourcolumn-layout .column2 > *:last-child,
.node__content dom-fourcolumn-layout .column3 > *:last-child,
.node__content dom-fourcolumn-layout .column4 > *:last-child {
  margin-bottom: 0;
}
.node__content dom-onecolumn-layout .profile-img,
.node__content dom-twocolumn-layout .profile-img,
.node__content dom-threecolumn-layout .profile-img,
.node__content dom-fourcolumn-layout .profile-img {
  width: auto;
  height: auto;
  max-width: 200px;
}
.node__content dom-onecolumn-layout .column1.bg--interactive-orange,
.node__content dom-onecolumn-layout .column2.bg--interactive-orange,
.node__content dom-onecolumn-layout .column3.bg--interactive-orange,
.node__content dom-onecolumn-layout .column4.bg--interactive-orange,
.node__content dom-twocolumn-layout .column1.bg--interactive-orange,
.node__content dom-twocolumn-layout .column2.bg--interactive-orange,
.node__content dom-twocolumn-layout .column3.bg--interactive-orange,
.node__content dom-twocolumn-layout .column4.bg--interactive-orange,
.node__content dom-threecolumn-layout .column1.bg--interactive-orange,
.node__content dom-threecolumn-layout .column2.bg--interactive-orange,
.node__content dom-threecolumn-layout .column3.bg--interactive-orange,
.node__content dom-threecolumn-layout .column4.bg--interactive-orange,
.node__content dom-fourcolumn-layout .column1.bg--interactive-orange,
.node__content dom-fourcolumn-layout .column2.bg--interactive-orange,
.node__content dom-fourcolumn-layout .column3.bg--interactive-orange,
.node__content dom-fourcolumn-layout .column4.bg--interactive-orange {
  background-color: #cc4b00 !important;
}
.node__content dom-onecolumn-layout .column1.bg--interactive-green,
.node__content dom-onecolumn-layout .column2.bg--interactive-green,
.node__content dom-onecolumn-layout .column3.bg--interactive-green,
.node__content dom-onecolumn-layout .column4.bg--interactive-green,
.node__content dom-twocolumn-layout .column1.bg--interactive-green,
.node__content dom-twocolumn-layout .column2.bg--interactive-green,
.node__content dom-twocolumn-layout .column3.bg--interactive-green,
.node__content dom-twocolumn-layout .column4.bg--interactive-green,
.node__content dom-threecolumn-layout .column1.bg--interactive-green,
.node__content dom-threecolumn-layout .column2.bg--interactive-green,
.node__content dom-threecolumn-layout .column3.bg--interactive-green,
.node__content dom-threecolumn-layout .column4.bg--interactive-green,
.node__content dom-fourcolumn-layout .column1.bg--interactive-green,
.node__content dom-fourcolumn-layout .column2.bg--interactive-green,
.node__content dom-fourcolumn-layout .column3.bg--interactive-green,
.node__content dom-fourcolumn-layout .column4.bg--interactive-green {
  background-color: #007242 !important;
}

.btn-emergency {
  position: relative;
  padding-left: 55px;
  border-radius: 0;
  box-shadow: 3px 3px 1px #2d2e31;
}

.btn-emergency:after {
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 10px;
  margin-left: 20px;
  content: "\f0f9";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

#views-exposed-form-people-page-1 .js-form-item-department > label,
#views-exposed-form-people-page-2 .form-item-year > label,
#views-exposed-form-chair-s-corner-page-1 label,
#views-exposed-form-upcoming-events-page-1 label,
#views-exposed-form-policies-procedures-page-1 label {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.region-sidebar #block-profile-email a {
  font-size: 120%;
  font-weight: 600;
}

.block-views-blocknews-details-bottom .form-item-field-term-news-category-target-id > label {
  position: absolute;
  overflow: hidden;
  width: 0;
}

.main iframe {
  margin: 15px;
}

/* https://y3ti.teamwork.com/#/tasks/16591600 */
.page-node-type-basic-page .ctct-popup-form {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
