@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/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: 400;
  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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #4c4c4e;
  background-color: #fff;
}

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

a {
  color: #0f206c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a93f6b;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dddce1;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #888b8d;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 3.375rem;
}

h2, .h2 {
  font-size: 2.75rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.375rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 11px;
}

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

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

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

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

.text-primary {
  color: #0f206c;
}

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

.text-success {
  color: #48a23f;
}

a.text-success:hover,
a.text-success:focus {
  color: #387d31;
}

.text-info {
  color: #00857d;
}

a.text-info:hover,
a.text-info:focus {
  color: #00524d;
}

.text-warning {
  color: #f0b323;
}

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

.text-danger {
  color: #d9534f;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0f206c;
}

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

.bg-success {
  background-color: #dff0d8;
}

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

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

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

.bg-warning {
  background-color: #fcf8e3;
}

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #dddce1;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .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;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #dddce1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #888b8d;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #dddce1;
  border-left: 0;
}
.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: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #4c4c4e;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #888b8d;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #4c4c4e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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: 8px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #63666a;
}

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

textarea.form-control {
  height: auto;
}

@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: 38px;
  }
  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: 33px;
  }
  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: 54px;
  }
}
.form-group {
  margin-bottom: 0;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.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-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

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: 33px;
  line-height: 33px;
}

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: 33px;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 11px;
  font-size: 14px;
  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: 54px;
  padding: 11px 18px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}

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: 54px;
  line-height: 54px;
}

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: 54px;
  padding: 11px 18px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  min-height: 44px;
  padding: 12px 18px;
  font-size: 22px;
  line-height: 1.3333333;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  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: 54px;
  height: 54px;
  line-height: 54px;
}

.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: 33px;
  height: 33px;
  line-height: 33px;
}

.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: #48a23f;
}
.has-success .form-control {
  border-color: #48a23f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #387d31;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #83cc7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #83cc7b;
}
.has-success .input-group-addon {
  color: #48a23f;
  background-color: #dff0d8;
  border-color: #48a23f;
}
.has-success .form-control-feedback {
  color: #48a23f;
}

.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: #f0b323;
}
.has-warning .form-control {
  border-color: #f0b323;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #d2980e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7d482;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7d482;
}
.has-warning .input-group-addon {
  color: #f0b323;
  background-color: #fcf8e3;
  border-color: #f0b323;
}
.has-warning .form-control-feedback {
  color: #f0b323;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  background-color: #f2dede;
  border-color: #d9534f;
}
.has-error .form-control-feedback {
  color: #d9534f;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8b8b8e;
}

@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 {
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 8px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 12px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

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

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

.btn-default {
  color: #fff;
  background-color: #0f206c;
  border-color: #0f206c;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #09133f;
  border-color: black;
}
.btn-default:hover {
  color: #fff;
  background-color: #09133f;
  border-color: #081036;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #09133f;
  background-image: none;
  border-color: #081036;
}
.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: #fff;
  background-color: #040920;
  border-color: black;
}
.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 {
  background-color: #0f206c;
  border-color: #0f206c;
}
.btn-default .badge {
  color: #0f206c;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0f206c;
  border-color: #0f206c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #09133f;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #09133f;
  border-color: #081036;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #09133f;
  background-image: none;
  border-color: #081036;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #040920;
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0f206c;
  border-color: #0f206c;
}
.btn-primary .badge {
  color: #0f206c;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #48a23f;
  border-color: #48a23f;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #387d31;
  border-color: #1f461b;
}
.btn-success:hover {
  color: #fff;
  background-color: #387d31;
  border-color: #34762e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #387d31;
  background-image: none;
  border-color: #34762e;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #2c6427;
  border-color: #1f461b;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #48a23f;
  border-color: #48a23f;
}
.btn-success .badge {
  color: #48a23f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00857d;
  border-color: #00857d;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00524d;
  border-color: #000605;
}
.btn-info:hover {
  color: #fff;
  background-color: #00524d;
  border-color: #004843;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00524d;
  background-image: none;
  border-color: #004843;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #002e2c;
  border-color: #000605;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #00857d;
  border-color: #00857d;
}
.btn-info .badge {
  color: #00857d;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0b323;
  border-color: #f0b323;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d2980e;
  border-color: #8a6409;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d2980e;
  border-color: #c8910e;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d2980e;
  background-image: none;
  border-color: #c8910e;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b07f0c;
  border-color: #8a6409;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0b323;
  border-color: #f0b323;
}
.btn-warning .badge {
  color: #f0b323;
  background-color: #fff;
}

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

.btn-link {
  font-weight: 400;
  color: #0f206c;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #a93f6b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #888b8d;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 11px 18px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 11px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #4c4c4e;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #3f3f41;
  text-decoration: none;
  background-color: #e5e5e5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0f206c;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dddce1;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #dddce1;
  white-space: nowrap;
}

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

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

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

@media (min-width: 992px) {
  .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 {
  display: table;
  content: " ";
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

.btn-lg .caret, .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 {
  display: table;
  content: " ";
}
.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-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 7px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #63666a;
  text-align: center;
  background-color: #dddce1;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 11px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 11px 18px;
  font-size: 22px;
  border-radius: 0;
}
.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: #dddce1;
}
.nav > li.disabled > a {
  color: #888b8d;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #888b8d;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #dddce1;
  border-color: #0f206c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dddce1 #dddce1 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #63666a;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0f206c;
}

.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: 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: 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: 0 0 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 {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@media (min-width: 992px) {
  .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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 22px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #afb1b2;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #afb1b2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #afb1b2;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #afb1b2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #afb1b2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #afb1b2;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #888b8d;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 14px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #0f206c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #a93f6b;
  background-color: #dddce1;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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;
  cursor: default;
  background-color: #0f206c;
  border-color: #0f206c;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888b8d;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 11px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dddce1;
}
.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: #888b8d;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  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: #888b8d;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #6f7173;
}

.label-primary {
  background-color: #0f206c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #09133f;
}

.label-success {
  background-color: #48a23f;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #387d31;
}

.label-info {
  background-color: #00857d;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #00524d;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #888b8d;
  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: #0f206c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #4c4c4e;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0f206c;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
  color: #48a23f;
  background-color: #dff0d8;
  border-color: #48a23f;
}
.alert-success hr {
  border-top-color: #409038;
}
.alert-success .alert-link {
  color: #387d31;
}

.alert-info {
  color: #00857d;
  background-color: #d9edf7;
  border-color: #00857d;
}
.alert-info hr {
  border-top-color: #006c65;
}
.alert-info .alert-link {
  color: #00524d;
}

.alert-warning {
  color: #f0b323;
  background-color: #fcf8e3;
  border-color: #f0b323;
}
.alert-warning hr {
  border-top-color: #eaa910;
}
.alert-warning .alert-link {
  color: #d2980e;
}

.alert-danger {
  color: #d9534f;
  background-color: #f2dede;
  border-color: #d9534f;
}
.alert-danger hr {
  border-top-color: #d43f3a;
}
.alert-danger .alert-link {
  color: #c9302c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0f206c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

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

.progress-bar-success {
  background-color: #48a23f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00857d;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0b323;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #888b8d;
  cursor: not-allowed;
  background-color: #dddce1;
}
.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: #888b8d;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0f206c;
  border-color: #0f206c;
}
.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: #5e78e9;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #48a23f;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #48a23f;
}
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: #48a23f;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #48a23f;
  border-color: #48a23f;
}

.list-group-item-info {
  color: #00857d;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #00857d;
}
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: #00857d;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #00857d;
  border-color: #00857d;
}

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

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

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

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

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

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

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.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: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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-left-radius: -1;
  border-top-right-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #4c4c4e;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4c4c4e;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

.panel-success {
  border-color: #48a23f;
}
.panel-success > .panel-heading {
  color: #48a23f;
  background-color: #dff0d8;
  border-color: #48a23f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #48a23f;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #48a23f;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #48a23f;
}

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: 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: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media 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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: table;
  content: " ";
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.bs4-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bs4-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.bs4-no-gutters > .bs4-col,
.bs4-no-gutters > [class*=bs4-col-] {
  padding-right: 0;
  padding-left: 0;
}

.bs4-col-1, .bs4-col-2, .bs4-col-3, .bs4-col-4, .bs4-col-5, .bs4-col-6, .bs4-col-7, .bs4-col-8, .bs4-col-9, .bs4-col-10, .bs4-col-11, .bs4-col-12, .bs4-col,
.bs4-col-auto, .bs4-col-sm-1, .bs4-col-sm-2, .bs4-col-sm-3, .bs4-col-sm-4, .bs4-col-sm-5, .bs4-col-sm-6, .bs4-col-sm-7, .bs4-col-sm-8, .bs4-col-sm-9, .bs4-col-sm-10, .bs4-col-sm-11, .bs4-col-sm-12, .bs4-col-sm,
.bs4-col-sm-auto, .bs4-col-md-1, .bs4-col-md-2, .bs4-col-md-3, .bs4-col-md-4, .bs4-col-md-5, .bs4-col-md-6, .bs4-col-md-7, .bs4-col-md-8, .bs4-col-md-9, .bs4-col-md-10, .bs4-col-md-11, .bs4-col-md-12, .bs4-col-md,
.bs4-col-md-auto, .bs4-col-lg-1, .bs4-col-lg-2, .bs4-col-lg-3, .bs4-col-lg-4, .bs4-col-lg-5, .bs4-col-lg-6, .bs4-col-lg-7, .bs4-col-lg-8, .bs4-col-lg-9, .bs4-col-lg-10, .bs4-col-lg-11, .bs4-col-lg-12, .bs4-col-lg,
.bs4-col-lg-auto, .bs4-col-xl-1, .bs4-col-xl-2, .bs4-col-xl-3, .bs4-col-xl-4, .bs4-col-xl-5, .bs4-col-xl-6, .bs4-col-xl-7, .bs4-col-xl-8, .bs4-col-xl-9, .bs4-col-xl-10, .bs4-col-xl-11, .bs4-col-xl-12, .bs4-col-xl,
.bs4-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bs4-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bs4-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bs4-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.bs4-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.bs4-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.bs4-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.bs4-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.bs4-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.bs4-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.bs4-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.bs4-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.bs4-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.bs4-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.bs4-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bs4-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.bs4-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.bs4-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.bs4-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.bs4-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.bs4-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.bs4-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.bs4-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.bs4-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.bs4-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.bs4-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.bs4-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.bs4-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.bs4-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.bs4-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.bs4-offset-1 {
  margin-left: 8.333333%;
}

.bs4-offset-2 {
  margin-left: 16.666667%;
}

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

.bs4-offset-4 {
  margin-left: 33.333333%;
}

.bs4-offset-5 {
  margin-left: 41.666667%;
}

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

.bs4-offset-7 {
  margin-left: 58.333333%;
}

.bs4-offset-8 {
  margin-left: 66.666667%;
}

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

.bs4-offset-10 {
  margin-left: 83.333333%;
}

.bs4-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .bs4-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bs4-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bs4-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs4-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs4-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bs4-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs4-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs4-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bs4-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs4-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs4-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bs4-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs4-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs4-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bs4-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bs4-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bs4-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bs4-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bs4-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bs4-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bs4-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bs4-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bs4-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bs4-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bs4-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bs4-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bs4-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bs4-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bs4-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bs4-offset-sm-0 {
    margin-left: 0;
  }
  .bs4-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .bs4-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .bs4-offset-sm-3 {
    margin-left: 25%;
  }
  .bs4-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .bs4-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .bs4-offset-sm-6 {
    margin-left: 50%;
  }
  .bs4-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .bs4-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .bs4-offset-sm-9 {
    margin-left: 75%;
  }
  .bs4-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .bs4-offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .bs4-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bs4-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bs4-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs4-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs4-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bs4-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs4-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs4-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bs4-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs4-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs4-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bs4-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs4-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs4-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bs4-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bs4-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bs4-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bs4-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bs4-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bs4-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bs4-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bs4-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bs4-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bs4-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bs4-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bs4-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bs4-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bs4-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bs4-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bs4-offset-md-0 {
    margin-left: 0;
  }
  .bs4-offset-md-1 {
    margin-left: 8.333333%;
  }
  .bs4-offset-md-2 {
    margin-left: 16.666667%;
  }
  .bs4-offset-md-3 {
    margin-left: 25%;
  }
  .bs4-offset-md-4 {
    margin-left: 33.333333%;
  }
  .bs4-offset-md-5 {
    margin-left: 41.666667%;
  }
  .bs4-offset-md-6 {
    margin-left: 50%;
  }
  .bs4-offset-md-7 {
    margin-left: 58.333333%;
  }
  .bs4-offset-md-8 {
    margin-left: 66.666667%;
  }
  .bs4-offset-md-9 {
    margin-left: 75%;
  }
  .bs4-offset-md-10 {
    margin-left: 83.333333%;
  }
  .bs4-offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .bs4-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bs4-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bs4-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs4-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs4-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bs4-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs4-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs4-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bs4-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs4-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs4-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bs4-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs4-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs4-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bs4-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bs4-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bs4-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bs4-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bs4-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bs4-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bs4-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bs4-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bs4-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bs4-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bs4-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bs4-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bs4-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bs4-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bs4-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bs4-offset-lg-0 {
    margin-left: 0;
  }
  .bs4-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .bs4-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .bs4-offset-lg-3 {
    margin-left: 25%;
  }
  .bs4-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .bs4-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .bs4-offset-lg-6 {
    margin-left: 50%;
  }
  .bs4-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .bs4-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .bs4-offset-lg-9 {
    margin-left: 75%;
  }
  .bs4-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .bs4-offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .bs4-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bs4-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bs4-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs4-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs4-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bs4-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs4-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs4-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bs4-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs4-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs4-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bs4-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs4-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs4-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bs4-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bs4-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bs4-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bs4-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bs4-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bs4-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bs4-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bs4-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bs4-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bs4-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bs4-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bs4-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bs4-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bs4-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bs4-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bs4-offset-xl-0 {
    margin-left: 0;
  }
  .bs4-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .bs4-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .bs4-offset-xl-3 {
    margin-left: 25%;
  }
  .bs4-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .bs4-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .bs4-offset-xl-6 {
    margin-left: 50%;
  }
  .bs4-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .bs4-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .bs4-offset-xl-9 {
    margin-left: 75%;
  }
  .bs4-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .bs4-offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bs4-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.bs4-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .bs4-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs4-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bs4-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs4-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bs4-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs4-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bs4-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs4-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .bs4-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bs4-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.bs4-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.bs4-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.bs4-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.bs4-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.bs4-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.bs4-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.bs4-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.bs4-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.bs4-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.bs4-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.bs4-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.bs4-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.bs4-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.bs4-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.bs4-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.bs4-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.bs4-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.bs4-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.bs4-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.bs4-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bs4-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.bs4-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.bs4-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.bs4-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.bs4-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.bs4-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.bs4-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.bs4-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.bs4-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.bs4-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.bs4-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.bs4-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.bs4-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.bs4-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .bs4-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bs4-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bs4-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bs4-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bs4-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bs4-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bs4-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bs4-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bs4-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bs4-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bs4-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bs4-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bs4-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bs4-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bs4-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bs4-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bs4-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bs4-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bs4-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bs4-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bs4-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bs4-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bs4-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bs4-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bs4-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bs4-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bs4-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bs4-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bs4-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bs4-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bs4-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bs4-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bs4-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bs4-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bs4-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bs4-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bs4-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bs4-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bs4-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bs4-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bs4-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bs4-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bs4-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bs4-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bs4-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bs4-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bs4-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bs4-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bs4-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bs4-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bs4-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bs4-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bs4-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bs4-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bs4-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bs4-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bs4-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bs4-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bs4-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bs4-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bs4-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bs4-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bs4-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bs4-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bs4-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bs4-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bs4-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bs4-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bs4-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bs4-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bs4-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bs4-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bs4-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bs4-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bs4-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bs4-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bs4-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bs4-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bs4-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bs4-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bs4-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bs4-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bs4-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bs4-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bs4-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bs4-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bs4-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bs4-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bs4-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bs4-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bs4-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bs4-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bs4-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bs4-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bs4-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bs4-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bs4-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bs4-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bs4-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bs4-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bs4-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bs4-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bs4-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bs4-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bs4-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bs4-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bs4-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bs4-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bs4-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bs4-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bs4-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bs4-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bs4-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bs4-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bs4-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bs4-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bs4-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bs4-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bs4-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bs4-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bs4-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bs4-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bs4-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bs4-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bs4-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bs4-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bs4-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bs4-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bs4-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bs4-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bs4-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bs4-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bs4-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bs4-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bs4-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bs4-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #387d31;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #00524d;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #d2980e;
}

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

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #888b8d;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #0f206c;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #0f206c;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #f0b323;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #eaa910;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #0f206c;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #d9534f;
}
.has-success .select-wrapper:after {
  color: #48a23f;
}
.has-warning .select-wrapper:after {
  color: #f0b323;
}

.form-required:after {
  background-image: url("../images/required.svg");
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 0;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 14px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #888b8d;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #0f206c;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #888b8d;
  font-size: 14px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #dddce1 #ddd #dddce1 #dddce1;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #dddce1 #dddce1 #dddce1 #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #4c4c4e;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #e5e5e5;
  color: #3f3f41;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #0f206c;
  color: #fff;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 22px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #888b8d;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.contextual {
  z-index: 1060;
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-row.flex-nowrap {
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.flex-row.flex-align-center {
  -ms-flex-align: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.flex-row.flex-align-end {
  -ms-flex-align: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-row.flex-justify-center {
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-row.flex-margins {
  margin-left: -15px;
  margin-right: -15px;
}

.flex-row.flex-margins > [class*=flex-] {
  padding-left: 15px;
  padding-right: 15px;
}

.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-col.flex-nowrap {
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.flex-col.flex-align-center {
  -ms-flex-align: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.flex-col.flex-align-end {
  -ms-flex-align: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-col.flex-justify-center {
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-grow {
  -ms-flex: 1 1 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flex-xs-1 {
  -ms-flex: 0 1 8.3333333333%;
  -webkit-flex: 0 1 8.3333333333%;
  flex: 0 1 8.3333333333%;
}

.flex-xs-2 {
  -ms-flex: 0 1 16.6666666667%;
  -webkit-flex: 0 1 16.6666666667%;
  flex: 0 1 16.6666666667%;
}

.flex-xs-3 {
  -ms-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
}

.flex-xs-4 {
  -ms-flex: 0 1 33.3333333333%;
  -webkit-flex: 0 1 33.3333333333%;
  flex: 0 1 33.3333333333%;
}

.flex-xs-5 {
  -ms-flex: 0 1 41.6666666667%;
  -webkit-flex: 0 1 41.6666666667%;
  flex: 0 1 41.6666666667%;
}

.flex-xs-6 {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flex-xs-7 {
  -ms-flex: 0 1 58.3333333333%;
  -webkit-flex: 0 1 58.3333333333%;
  flex: 0 1 58.3333333333%;
}

.flex-xs-8 {
  -ms-flex: 0 1 66.6666666667%;
  -webkit-flex: 0 1 66.6666666667%;
  flex: 0 1 66.6666666667%;
}

.flex-xs-9 {
  -ms-flex: 0 1 75%;
  -webkit-flex: 0 1 75%;
  flex: 0 1 75%;
}

.flex-xs-10 {
  -ms-flex: 0 1 83.3333333333%;
  -webkit-flex: 0 1 83.3333333333%;
  flex: 0 1 83.3333333333%;
}

.flex-xs-11 {
  -ms-flex: 0 1 91.6666666667%;
  -webkit-flex: 0 1 91.6666666667%;
  flex: 0 1 91.6666666667%;
}

.flex-xs-12 {
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media all and (min-width: 768px) {
  .flex-sm-1 {
    -ms-flex: 0 1 8.3333333333%;
    -webkit-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .flex-sm-2 {
    -ms-flex: 0 1 16.6666666667%;
    -webkit-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .flex-sm-3 {
    -ms-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .flex-sm-4 {
    -ms-flex: 0 1 33.3333333333%;
    -webkit-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .flex-sm-5 {
    -ms-flex: 0 1 41.6666666667%;
    -webkit-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .flex-sm-6 {
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .flex-sm-7 {
    -ms-flex: 0 1 58.3333333333%;
    -webkit-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .flex-sm-8 {
    -ms-flex: 0 1 66.6666666667%;
    -webkit-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .flex-sm-9 {
    -ms-flex: 0 1 75%;
    -webkit-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .flex-sm-10 {
    -ms-flex: 0 1 83.3333333333%;
    -webkit-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .flex-sm-11 {
    -ms-flex: 0 1 91.6666666667%;
    -webkit-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .flex-sm-12 {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media all and (min-width: 992px) {
  .flex-md-1 {
    -ms-flex: 0 1 8.3333333333%;
    -webkit-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .flex-md-2 {
    -ms-flex: 0 1 16.6666666667%;
    -webkit-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .flex-md-3 {
    -ms-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .flex-md-4 {
    -ms-flex: 0 1 33.3333333333%;
    -webkit-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .flex-md-5 {
    -ms-flex: 0 1 41.6666666667%;
    -webkit-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .flex-md-6 {
    -ms-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .flex-md-7 {
    -ms-flex: 0 1 58.3333333333%;
    -webkit-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .flex-md-8 {
    -ms-flex: 0 1 66.6666666667%;
    -webkit-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .flex-md-9 {
    -ms-flex: 0 1 75%;
    -webkit-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .flex-md-10 {
    -ms-flex: 0 1 83.3333333333%;
    -webkit-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .flex-md-11 {
    -ms-flex: 0 1 91.6666666667%;
    -webkit-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .flex-md-12 {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.bg-gradient-cas, .bg-gradient-exp, .bg-gradient-pay, .bg-gradient-xcm {
  background-color: #3A5DAE;
  background-image: -webkit-linear-gradient(180deg, #3A5DAE, #41B6E6);
  background-image: -moz-linear-gradient(180deg, #3A5DAE, #41B6E6);
  background-image: -o-linear-gradient(180deg, #3A5DAE, #41B6E6);
  background-image: linear-gradient(90deg, #3A5DAE, #41B6E6);
}

.bg-gradient-con {
  background-color: #41B6E6;
  background-image: -webkit-linear-gradient(180deg, #41B6E6, #3A5DAE);
  background-image: -moz-linear-gradient(180deg, #41B6E6, #3A5DAE);
  background-image: -o-linear-gradient(180deg, #41B6E6, #3A5DAE);
  background-image: linear-gradient(90deg, #41B6E6, #3A5DAE);
}

.bg-gradient-bil, .bg-gradient-ema {
  background-color: #DC6B2F;
  background-image: -webkit-linear-gradient(180deg, #DC6B2F, #F0B323);
  background-image: -moz-linear-gradient(180deg, #DC6B2F, #F0B323);
  background-image: -o-linear-gradient(180deg, #DC6B2F, #F0B323);
  background-image: linear-gradient(90deg, #DC6B2F, #F0B323);
}

.bg-gradient-int {
  background-color: #48A23F;
  background-image: -webkit-linear-gradient(180deg, #48A23F, #00857D);
  background-image: -moz-linear-gradient(180deg, #48A23F, #00857D);
  background-image: -o-linear-gradient(180deg, #48A23F, #00857D);
  background-image: linear-gradient(90deg, #48A23F, #00857D);
}

.bg-gradient-ver {
  background-color: #00857D;
  background-image: -webkit-linear-gradient(180deg, #00857D, #48A23F);
  background-image: -moz-linear-gradient(180deg, #00857D, #48A23F);
  background-image: -o-linear-gradient(180deg, #00857D, #48A23F);
  background-image: linear-gradient(90deg, #00857D, #48A23F);
}

.bg-gradient-riv {
  background-color: #0A0A0A;
  background-image: -webkit-linear-gradient(180deg, #0A0A0A, #63666A);
  background-image: -moz-linear-gradient(180deg, #0A0A0A, #63666A);
  background-image: -o-linear-gradient(180deg, #0A0A0A, #63666A);
  background-image: linear-gradient(90deg, #0A0A0A, #63666A);
}

.bg-gradient-abo {
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -moz-linear-gradient(270deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -o-linear-gradient(270deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
}

.bg-gradient-aicpa {
  background-color: #000;
  background-image: -webkit-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -moz-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -o-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: linear-gradient(90deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
}

.bg-gradient-aicpa-purple {
  background-color: #72246C;
  background-image: -webkit-linear-gradient(180deg, #72246C, #72246C 20%, #80326c 70%, #A93F6B);
  background-image: -moz-linear-gradient(180deg, #72246C, #72246C 20%, #80326c 70%, #A93F6B);
  background-image: -o-linear-gradient(180deg, #72246C, #72246C 20%, #80326c 70%, #A93F6B);
  background-image: linear-gradient(90deg, #72246C, #72246C 20%, #80326c 70%, #A93F6B);
}

.aicpa-btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .aicpa-btn {
    min-width: 245px;
  }
}
.aicpa-btn:hover, .aicpa-btn:active, .aicpa-btn:focus {
  text-decoration: none;
}

.aicpa-primary-btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
  background-color: #0F206C;
  color: #FFF !important;
}

.aicpa-primary-btn:hover, .aicpa-primary-btn:active, .aicpa-primary-btn:focus {
  text-decoration: none;
}

.aicpa-primary-btn:hover, .aicpa-primary-btn:active, .aicpa-primary-btn:focus {
  background-color: #A93F6B;
}

.aicpa-purple-btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
  background-color: #72246C;
  color: #FFF !important;
}

@media screen and (max-width: 480px) {
  .aicpa-purple-btn {
    min-width: 245px;
  }
}
.aicpa-purple-btn:hover, .aicpa-purple-btn:active, .aicpa-purple-btn:focus {
  text-decoration: none;
}

.aicpa-purple-btn:hover, .aicpa-purple-btn:active, .aicpa-purple-btn:focus {
  background-color: #A93F6B;
}

.aicpa-inverse-btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
  background-color: #DDD;
  color: #333 !important;
}

@media screen and (max-width: 480px) {
  .aicpa-inverse-btn {
    min-width: 245px;
  }
}
.aicpa-inverse-btn:hover, .aicpa-inverse-btn:active, .aicpa-inverse-btn:focus {
  text-decoration: none;
}

.aicpa-inverse-btn:hover, .aicpa-inverse-btn:active, .aicpa-inverse-btn:focus {
  background-color: #b7b7b7;
}

.add-arrow {
  position: relative;
  padding-right: 45px;
}

.add-arrow::after, .add-arrow:after {
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.add-arrow.dl-arrow::after, .add-arrow.dl-arrow:after {
  content: "\f019";
}

.bg-purple {
  background-color: #0F206C;
}

.bg-dcpa, .bg-aicpa-purple {
  background-color: #72246C;
}

.bg-lightgray {
  background-color: #E9E9EA;
}

.bg-gray {
  background-color: #BBBCBC;
}

.bg-cas, .bg-exp, .bg-pay, .bg-xcm {
  background-color: #3A5DAE;
}

.bg-con {
  background-color: #41B6E6;
}

.bg-bil, .bg-ema {
  background-color: #DC6B2F;
}

.bg-ver {
  background-color: #00857D;
}

.bg-int {
  background-color: #48A23F;
}

.aicpa-link {
  color: #0F206C !important;
}

.aicpa-link:hover, .aicpa-link:active, .aicpa-link:focus {
  color: #A93F6B !important;
  text-decoration: underline;
}

.aicpa-link-inverse {
  color: #FFF !important;
}

.aicpa-link-inverse:hover, .aicpa-link-inverse:active, .aicpa-link-inverse:focus {
  color: #FFF !important;
  text-decoration: underline;
}

.aicpa-link-inline {
  text-decoration: underline;
}

.aicpa-link-inline:hover, .aicpa-link-inline:active, .aicpa-link-inline:focus {
  text-decoration: none;
}

.firm-box {
  padding: 25px 20px;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  font-weight: 300;
}

@media screen and (min-width: 767px) {
  .firm-box {
    min-width: 290px;
  }
}
@media screen and (min-width: 991px) {
  .firm-box {
    min-width: 415px;
  }
}
@media screen and (min-width: 1199px) {
  .firm-box {
    min-width: 500px;
  }
}
.firm-box .fb-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.944rem;
  line-height: 1.15;
  margin: 0;
  color: #FFF;
}

.anchor {
  height: 0;
  visibility: hidden;
  position: relative;
  bottom: 48px;
}

.extra-bold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 500 !important;
}

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

.thin {
  font-weight: 100;
}

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

.bullets > li {
  list-style: disc outside;
  margin-left: 1em;
  padding-left: 1em;
}

.numbers > li {
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 767px) {
  .modal-lg {
    width: 750px;
  }
}
@media screen and (min-width: 991px) {
  .modal-lg {
    width: 970px;
  }
}
@media screen and (min-width: 1199px) {
  .modal-lg {
    width: 1140px;
  }
}
@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}
.modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.modal-backdrop.in {
  opacity: 0.9;
}

.ajax-progress .throbber {
  background: none;
  float: none;
  margin: 0;
  position: absolute;
  left: calc(50% - 30px);
  top: 45px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top: 3px solid #CCC;
  border-right: 3px solid #CCC;
  border-bottom: 3px solid #CCC;
  border-left: 3px solid #0F206C;
  -webkit-animation: spin 1000ms infinite linear 0ms;
  -moz-animation: spin 1000ms infinite linear 0ms;
  -o-animation: spin 1000ms infinite linear 0ms;
  animation: spin 1000ms infinite linear 0ms;
}

.resource-tiles .views-exposed-form .views-exposed-widgets, .resource-list .views-exposed-form .views-exposed-widgets, .article-posts .views-exposed-form .views-exposed-widgets, .video-page .views-exposed-form .views-exposed-widgets {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets, .resource-list .views-exposed-form .views-exposed-widgets, .article-posts .views-exposed-form .views-exposed-widgets, .video-page .views-exposed-form .views-exposed-widgets {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 5px;
  }
}
.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  margin: 0;
  padding: 0;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
  color: #FFF;
  margin: 0 10px 0;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget label, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
    margin-bottom: 10px;
  }
}
.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget:after, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget:after, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget:after, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 8px;
  color: #FFF;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget {
    margin-right: 0;
  }
}
.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFF;
  margin: 0;
  border: none;
  padding: 10px 25px 10px 15px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select::-ms-expand, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select::-ms-expand, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select::-ms-expand, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget select::-ms-expand {
  display: none;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget option, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget option, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget option, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget option {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  background: #FFF;
  color: #333;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
  margin: 0 !important;
  color: #FFF;
  background-color: transparent;
  display: block;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px 22px !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit:hover, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit:hover, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit:hover, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit:hover {
  color: #FFF;
  background-color: #A93F6B;
}

@media screen and (max-width: 991px) {
  .resource-tiles .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .resource-list .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .article-posts .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit, .video-page .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-submit {
    padding: 8px 40px;
  }
}
@media screen and (max-width: 991px) {
  .resource-tiles .video-filters, .resource-list .video-filters, .article-posts .video-filters, .video-page .video-filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 5px;
  }
}
.resource-tiles .video-filters .filter-label, .resource-list .video-filters .filter-label, .article-posts .video-filters .filter-label, .video-page .video-filters .filter-label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
  color: #FFF;
  margin: 0 10px 0;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .resource-tiles .video-filters .filter-label, .resource-list .video-filters .filter-label, .article-posts .video-filters .filter-label, .video-page .video-filters .filter-label {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .resource-tiles .video-filters .filter-label, .resource-list .video-filters .filter-label, .article-posts .video-filters .filter-label, .video-page .video-filters .filter-label {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .resource-tiles .video-filters .filter, .resource-list .video-filters .filter, .article-posts .video-filters .filter, .video-page .video-filters .filter {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .resource-tiles .video-filters .filter, .resource-list .video-filters .filter, .article-posts .video-filters .filter, .video-page .video-filters .filter {
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.resource-tiles .video-filters .filter .filter-btn, .resource-list .video-filters .filter .filter-btn, .article-posts .video-filters .filter .filter-btn, .video-page .video-filters .filter .filter-btn {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #FFF;
  margin-right: 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px 22px;
  background: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.resource-tiles .video-filters .filter .filter-btn:hover, .resource-list .video-filters .filter .filter-btn:hover, .article-posts .video-filters .filter .filter-btn:hover, .video-page .video-filters .filter .filter-btn:hover {
  background-color: #A93F6B;
}

.resource-tiles .video-filters .filter .filter-btn.add-arrow, .resource-list .video-filters .filter .filter-btn.add-arrow, .article-posts .video-filters .filter .filter-btn.add-arrow, .video-page .video-filters .filter .filter-btn.add-arrow {
  position: relative;
}

.resource-tiles .video-filters .filter .filter-btn.add-arrow:after, .resource-list .video-filters .filter .filter-btn.add-arrow:after, .article-posts .video-filters .filter .filter-btn.add-arrow:after, .video-page .video-filters .filter .filter-btn.add-arrow:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 8px;
  color: #FFF;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .resource-tiles .video-filters .filter .filter-btn, .resource-list .video-filters .filter .filter-btn, .article-posts .video-filters .filter .filter-btn, .video-page .video-filters .filter .filter-btn {
    margin-right: 0;
  }
}
.resource-tiles .video-filters .filter .filter-select, .resource-list .video-filters .filter .filter-select, .article-posts .video-filters .filter .filter-select, .video-page .video-filters .filter .filter-select {
  padding: 10px 50px 10px 15px;
}

@media screen and (max-width: 480px) {
  .resource-tiles .video-filters .filter .filter-select, .resource-list .video-filters .filter .filter-select, .article-posts .video-filters .filter .filter-select, .video-page .video-filters .filter .filter-select {
    width: 100%;
    text-align: left;
  }
}
.resource-tiles .video-filters .filter .filter-options, .resource-list .video-filters .filter .filter-options, .article-posts .video-filters .filter .filter-options, .video-page .video-filters .filter .filter-options {
  border-radius: 5px;
  border: none;
}

@media screen and (max-width: 480px) {
  .resource-tiles .video-filters .filter .filter-options, .resource-list .video-filters .filter .filter-options, .article-posts .video-filters .filter .filter-options, .video-page .video-filters .filter .filter-options {
    width: 100%;
  }
}
.resource-tiles .video-filters .filter .filter-options a, .resource-list .video-filters .filter .filter-options a, .article-posts .video-filters .filter .filter-options a, .video-page .video-filters .filter .filter-options a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}

.resource-tiles .video-filters .filter .filter-options a:hover, .resource-list .video-filters .filter .filter-options a:hover, .article-posts .video-filters .filter .filter-options a:hover, .video-page .video-filters .filter .filter-options a:hover {
  color: #A93F6B;
  background-color: #DDD;
}

.section-header .site-logo, .section-footer .site-logo {
  display: inline-block;
  height: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-header .site-logo, .section-footer .site-logo {
    height: 95px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-header .site-logo, .section-footer .site-logo {
    height: 60px;
    padding-bottom: 0;
  }
}
.section-header .site-logo img, .section-footer .site-logo img {
  max-height: 100%;
  max-width: 100%;
}

.section-header .brand-links, .section-footer .brand-links {
  margin-top: 15px;
  text-align: right;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .section-header .brand-links, .section-footer .brand-links {
    margin-top: 30px;
  }
}
.section-header .brand-links li, .section-footer .brand-links li {
  border-left: 1px solid #333;
}

.section-header .brand-links li:first-child, .section-footer .brand-links li:first-child {
  border-left: none;
}

.section-header .brand-links .link, .section-footer .brand-links .link {
  color: #0F206C !important;
  color: #333;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

.section-header .brand-links .link:hover, .section-header .brand-links .link:active, .section-header .brand-links .link:focus, .section-footer .brand-links .link:hover, .section-footer .brand-links .link:active, .section-footer .brand-links .link:focus {
  color: #A93F6B !important;
  text-decoration: underline;
}

.section-header .search-block, .section-footer .search-block {
  text-align: right;
  white-space: nowrap;
  position: relative;
}

.section-header .search-block .container-inline, .section-footer .search-block .container-inline {
  position: relative;
}

.section-header .search-block .form-item, .section-header .search-block .form-actions, .section-header .search-block .header-help, .section-footer .search-block .form-item, .section-footer .search-block .form-actions, .section-footer .search-block .header-help {
  vertical-align: middle;
}

.section-header .search-block .form-item .form-text, .section-footer .search-block .form-item .form-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 8px 15px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #0F206C;
  color: #333;
  outline: none;
}

.section-header .search-block .form-item .form-text:focus, .section-footer .search-block .form-item .form-text:focus {
  box-shadow: 0 0 1px 1px rgba(169, 63, 107, 0.3), 0 0 1px 1px rgba(169, 63, 107, 0.3) inset;
}

.section-header .search-block .form-item .form-text::-webkit-input-placeholder, .section-header .search-block .form-item .form-text:-moz-placeholder, .section-header .search-block .form-item .form-text::-moz-placeholder, .section-header .search-block .form-item .form-text:-ms-input-placeholder, .section-header .search-block .form-item .form-text::placeholder, .section-footer .search-block .form-item .form-text::-webkit-input-placeholder, .section-footer .search-block .form-item .form-text:-moz-placeholder, .section-footer .search-block .form-item .form-text::-moz-placeholder, .section-footer .search-block .form-item .form-text:-ms-input-placeholder, .section-footer .search-block .form-item .form-text::placeholder {
  color: #333;
}

@media screen and (max-width: 991px) {
  .section-header .search-block .form-item .form-text, .section-footer .search-block .form-item .form-text {
    width: 100%;
    max-width: 600px;
  }
}
.section-header .search-block .form-actions, .section-footer .search-block .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .section-header .search-block .form-actions, .section-footer .search-block .form-actions {
    right: 0;
  }
}
.section-header .search-block .form-actions .btn, .section-footer .search-block .form-actions .btn {
  outline: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
  padding: 9px 15px;
  margin: 0;
  background-color: transparent;
  color: #0F206C;
}

.section-header .search-block .form-actions .btn:hover, .section-footer .search-block .form-actions .btn:hover {
  color: #A93F6B;
}

.section-header .search-block .form-actions .btn:active, .section-footer .search-block .form-actions .btn:active {
  box-shadow: none;
}

.section-header .search-block .content, .section-footer .search-block .content {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .section-header .search-block .content, .section-footer .search-block .content {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.section-header .search-block input, .section-footer .search-block input {
  margin: 0;
}

.section-header .login-social, .section-footer .login-social {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .section-header .login-social, .section-footer .login-social {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.section-header .login-social li, .section-footer .login-social li {
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -4px;
}

.section-header .login-social .login-link, .section-footer .login-social .login-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 9px;
  color: #0F206C !important;
  color: #333;
  margin-right: 15px;
}

.section-header .login-social .login-link:hover, .section-header .login-social .login-link:active, .section-header .login-social .login-link:focus, .section-footer .login-social .login-link:hover, .section-footer .login-social .login-link:active, .section-footer .login-social .login-link:focus {
  color: #A93F6B !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section-header .login-social .login-link, .section-footer .login-social .login-link {
    margin-right: 0;
  }
}
.section-header .login-social .login-link:after, .section-header .login-social .login-link::after, .section-footer .login-social .login-link:after, .section-footer .login-social .login-link::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  white-space: pre;
}

.section-header .login-social .social-link, .section-footer .login-social .social-link {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  width: 30px;
  color: #333;
  border: 1px solid #0F206C;
  border-radius: 50%;
  vertical-align: middle;
}

.section-header .login-social .social-link:hover, .section-header .login-social .social-link:focus, .section-footer .login-social .social-link:hover, .section-footer .login-social .social-link:focus {
  border-color: #A93F6B;
  background-color: #A93F6B;
  color: #FFF;
  text-decoration: none;
}

.section-header .login-social .search-toggle, .section-footer .login-social .search-toggle {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  width: 30px;
  color: #333;
  border: 1px solid #0F206C;
  border-radius: 50%;
  vertical-align: middle;
}

.section-header .login-social .search-toggle:hover, .section-header .login-social .search-toggle:focus, .section-footer .login-social .search-toggle:hover, .section-footer .login-social .search-toggle:focus {
  border-color: #A93F6B;
  background-color: #A93F6B;
  color: #FFF;
  text-decoration: none;
}

.section-header .login-social .menu-toggle, .section-footer .login-social .menu-toggle {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  width: 30px;
  color: #333;
  border: 1px solid #0F206C;
  border-radius: 50%;
  vertical-align: middle;
  border-radius: 2px;
}

.section-header .login-social .menu-toggle:hover, .section-header .login-social .menu-toggle:focus, .section-footer .login-social .menu-toggle:hover, .section-footer .login-social .menu-toggle:focus {
  border-color: #A93F6B;
  background-color: #A93F6B;
  color: #FFF;
  text-decoration: none;
}

.section-header {
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .section-header {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .section-header .region-social-top {
    width: 100%;
  }
  .section-header .brand-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.section-footer .footer-head {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.section-footer .footer-menu {
  border-bottom: 1px solid #333;
  margin-bottom: 575px;
}

@media screen and (max-width: 991px) {
  .section-footer .footer-menu {
    margin-bottom: 680px;
  }
}
@media screen and (max-width: 767px) {
  .section-footer .footer-menu {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .section-footer .footer-menu .container > .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .section-footer .footer-menu .container > .menu > li {
    -ms-flex: 0 1 190px;
    -webkit-flex: 0 1 190px;
    flex: 0 1 190px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .section-footer .footer-menu .container > .menu > li {
    display: block;
  }
}
.section-footer .footer-menu .container > .menu > li > a {
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 768px) {
  .section-footer .footer-menu .container > .menu > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 30px;
  }
  .section-footer .footer-menu .container > .menu > li > a:hover {
    color: #A93F6B;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .section-footer .footer-menu .container > .menu > li > a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #0F206C !important;
  }
  .section-footer .footer-menu .container > .menu > li > a:hover, .section-footer .footer-menu .container > .menu > li > a:active, .section-footer .footer-menu .container > .menu > li > a:focus {
    color: #A93F6B !important;
    text-decoration: underline;
  }
}
.section-footer .footer-menu .container > .menu > li > .menu {
  padding-left: 30px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-footer .footer-menu .container > .menu > li > .menu {
    position: static;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 2em;
  }
}
.section-footer .footer-menu .container > .menu > li > .menu > li + .expanded {
  margin-top: 1em;
}

.section-footer .footer-menu .container > .menu > li > .menu .expanded > :first-child {
  text-transform: uppercase;
}

.section-footer .footer-menu .container > .menu > li > .menu a {
  color: #0F206C !important;
}

.section-footer .footer-menu .container > .menu > li > .menu a:hover, .section-footer .footer-menu .container > .menu > li > .menu a:active, .section-footer .footer-menu .container > .menu > li > .menu a:focus {
  color: #A93F6B !important;
  text-decoration: underline;
}

.section-footer .footer-menu .container > .menu > li > .menu .nolink {
  color: #333;
}

.section-footer .footer-menu .menu {
  padding-left: 0;
  margin-left: 0;
}

.section-footer .footer-menu .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-copyright {
  border-top: 1px solid #333;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .section-copyright .footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.section-copyright .flex-child {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .section-copyright .flex-child {
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex: 0 1 190px;
    -webkit-flex: 0 1 190px;
    flex: 0 1 190px;
  }
  .section-copyright .flex-child.copyright {
    -ms-flex: 0 1 570px;
    -webkit-flex: 0 1 570px;
    flex: 0 1 570px;
  }
}
.section-copyright .flex-child .link {
  font-weight: 500;
}

.section-copyright .flex-child .link:hover, .section-copyright .flex-child .link:active, .section-copyright .flex-child .link:focus {
  color: #A93F6B;
  text-decoration: underline;
}

.section-nav {
  border-bottom: 1px solid #333;
  background-color: #FFF;
}

.section-nav .region-navigation {
  min-height: 0;
}

.jumbo {
  position: relative;
  height: 650px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #DDD;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbo.v-center .container, .jumbo.v-center .container-fluid, .jumbo.v-center .flex-row {
  height: 100%;
}

.jumbo .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .jumbo .mask {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.65));
    background-image: -moz-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.65));
    background-image: -o-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.65));
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65));
  }
}
.jumbo .j-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.jumbo .j-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.666rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
}

.jumbo .j-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .jumbo.invert-colors .mask {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4));
  }
}
.jumbo.invert-colors .j-h1, .jumbo.invert-colors .j-h2, .jumbo.invert-colors .j-p1 {
  color: #FFF;
}

.feat-res {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .feat-res {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.feat-res .fr-item {
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  .feat-res .fr-item {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 991px) {
  .feat-res .fr-item {
    padding: 30px 0;
    border-top: 1px solid #333;
  }
}
.feat-res .fr-item .image-box {
  margin-bottom: 30px;
}

.feat-res .fr-item .image-box .icon {
  height: 130px;
}

.feat-res .fr-item .button-box {
  margin-top: auto;
}

.feat-res .fr-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  color: #333;
  margin-top: 0;
  margin-bottom: 50px;
}

.feat-res .fr-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.feat-res .fr-p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .feat-res .fr-p {
    min-height: 115px;
  }
}
.page-body {
  padding-top: 65px;
  padding-bottom: 90px;
}

.page-body .logo-row .image-box {
  height: 80px;
  margin-bottom: 40px;
}

.page-body .pb-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 70px;
}

.page-body .pb-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 70px;
}

.page-body .pb-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.666rem;
  line-height: 1.2;
  font-weight: 400;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 0;
}

.page-body .pb-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 0;
}

.page-body .pb-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

.page-body .pb-sub {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .page-body .page-links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-body .pb-h1 {
    font-size: 2.667rem;
  }
}
.page-body .link-group + .link-group {
  margin-top: 45px;
}

.page-body .pb-a1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  color: #FFF;
}

.page-body .pb-a2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
}

.page-body .corner-box {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .page-body .corner-box {
    margin-top: 45px;
    max-width: 400px;
  }
}
.page-body .corner-box .image-box {
  margin-bottom: 25px;
}

.page-body .corner-box .pb-sub {
  margin-top: 15px;
}

.body-banner {
  padding-top: 35px;
  padding-bottom: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.body-banner .logo-row .logo-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .body-banner .logo-row .logo-right {
    text-align: left;
  }
}
.body-banner .image-box {
  margin-bottom: 45px;
}

.body-banner .bb-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 30px;
}

.body-banner .bb-p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 1em;
}

.icon-columns {
  padding-top: 50px;
  padding-bottom: 100px;
}

.icon-columns .ic-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .icon-columns .ic-item {
    margin-top: 80px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.icon-columns .image-box {
  margin-bottom: 45px;
}

.icon-columns .image-box .icon {
  height: 170px;
}

.icon-columns .ic-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.icon-columns .ic-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.666rem;
  line-height: 1.1;
  font-weight: 500;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.icon-columns .ic-h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.icon-columns .ic-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.666rem;
  line-height: 1.1;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 25px;
}

.icon-columns .ic-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 0;
}

.icon-columns .ic-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 0;
}

.icon-columns .ic-a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
}

.icon-columns .ic-a:after, .icon-columns .ic-a::after {
  content: "\f30b";
  white-space: pre;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.icon-columns .button-box {
  margin-top: 35px;
}

.icon-rows {
  padding-top: 55px;
  padding-bottom: 55px;
}

.icon-rows .ir-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.icon-rows .ir-item .image-box {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .icon-rows .ir-item .image-box {
    margin-bottom: 30px;
    text-align: left;
  }
}
.icon-rows .ir-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.555rem;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .ir-p4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows .button-box {
  margin-top: 35px;
}

.second-body {
  position: relative;
  padding-top: 55px;
  padding-bottom: 180px;
  background-color: #DDD;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .second-body {
    background-position: 60% 50%;
  }
}
.second-body .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .second-body .mask {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5));
    background-image: -moz-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5));
    background-image: -o-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.5));
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
  }
}
.second-body .sb-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.667rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.second-body .sb-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.333rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 50px;
}

.second-body .sb-h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.second-body .sb-h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.second-body .sb-h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.444rem;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.second-body .sb-h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.second-body .sb-h7 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.second-body .sb-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.666rem;
  line-height: 1.1;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 60px;
}

.second-body .sb-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.444rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 35px;
}

.second-body .sb-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.second-body .sb-p4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
}
.second-body .sb-p4 li {
  list-style-type: none;
  margin: 0;
}

.feat-test {
  padding-top: 60px;
  padding-bottom: 60px;
}

.feat-test .tag {
  font-size: 0.889rem;
  line-height: 1;
  font-weight: 300;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #38B5E6;
  padding: 7px 20px;
}

@media screen and (max-width: 991px) {
  .feat-test .tag {
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .feat-test .tag {
    left: 15px;
  }
}
.feat-test .flex-row {
  position: relative;
}

@media screen and (max-width: 991px) {
  .feat-test .flex-row {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .feat-test .flex-row {
    padding: 0 15px;
  }
}
.feat-test .flex-margin {
  padding-left: 40px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .feat-test .flex-margin {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .feat-test .flex-margin {
    padding-left: 0;
    padding-right: 0;
  }
}
.feat-test .quote-box {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .feat-test .quote-box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .feat-test .quote-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .feat-test .image-box {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .feat-test .image-box {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.feat-test .image-box .headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feat-test blockquote {
  padding: 0;
  margin: 0;
  border: none;
}

.feat-test .ft-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.444rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-bottom: 35px;
}

.feat-test .ft-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-bottom: 0;
}

.feat-test .ft-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-bottom: 0;
}

.res-list {
  padding: 45px 0;
}

.res-list .res-type {
  padding: 50px 0;
  border-top: 1px solid #333;
}

@media screen and (min-width: 992px) {
  .res-list .image-box {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .res-list .image-box {
    margin-bottom: 30px;
  }
}
.res-list .rl-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 55px;
}

.res-list .rl-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.res-list .rl-a {
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .res-list .rl-a {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.feat-vid {
  padding-top: 50px;
  padding-bottom: 60px;
}

.feat-vid .video {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .feat-vid .video {
    margin-top: 60px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .feat-vid .video.full {
    max-width: initial;
  }
}
.feat-vid .image-box {
  margin-bottom: 35px;
}

.feat-vid .image-box .img {
  width: 100%;
}

.feat-vid .fv-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.feat-vid .fv-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.feat-vid .fv-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 0;
}

.end-cta {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #DDD;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .end-cta {
    background-position: 65% 50%;
  }
}
@media screen and (max-width: 767px) {
  .end-cta {
    background-position: 70% 50%;
  }
}
.end-cta .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .end-cta .mask {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8));
    background-image: -moz-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8));
    background-image: -o-linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8));
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
  }
}
.end-cta .ec-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.end-cta .ec-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.778rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.end-cta .ec-p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.end-cta .ec-a {
  color: #0F206C !important;
}

.end-cta .ec-a:hover, .end-cta .ec-a:active, .end-cta .ec-a:focus {
  color: #A93F6B !important;
  text-decoration: underline;
}

.end-cta .cta {
  margin-top: 100px;
}

.end-cta .cta .ec-h1 {
  margin-bottom: 10px;
}

.end-cta .cta .icon {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12.5rem;
  line-height: 0.7;
  font-weight: 300;
  color: #0F206C;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 300px;
}

@media screen and (max-width: 991px) {
  .end-cta .cta .icon {
    margin-bottom: 0;
  }
}
.end-cta .cta .button-box {
  margin-top: 50px;
}

.intro .i-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
}

.intro .i-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.2;
  font-weight: 300;
}

.intro .i-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.2;
  font-weight: 300;
}

.intro .i-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.2;
  font-weight: 400;
}

.intro .i-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.4;
  font-weight: 400;
}

.intro .i-p4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.4;
  font-weight: 300;
}

.title-row {
  padding: 35px 0;
  border-bottom: 1px solid #FFF;
  margin-bottom: 45px;
}

.title-row .tr-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.333rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .title-row .tr-h1 {
    margin-bottom: 15px;
  }
}
.menu-promo {
  background: #DDD;
  text-align: center;
}

#sliding-popup {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #333;
  background-color: #FFF;
}

#sliding-popup .popup-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: center;
  align-items: center;
}

#sliding-popup .popup-content > div {
  padding-left: 15px;
  padding-right: 15px;
}

#sliding-popup .popup-content .gdpr-text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

#sliding-popup .popup-content .agree-button {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
  background-color: #0F206C;
  color: #FFF !important;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 300;
  min-width: initial;
}

@media screen and (max-width: 480px) {
  #sliding-popup .popup-content .agree-button {
    min-width: 245px;
  }
}
#sliding-popup .popup-content .agree-button:hover, #sliding-popup .popup-content .agree-button:active, #sliding-popup .popup-content .agree-button:focus {
  text-decoration: none;
}

#sliding-popup .popup-content .agree-button:hover, #sliding-popup .popup-content .agree-button:active, #sliding-popup .popup-content .agree-button:focus {
  background-color: #A93F6B;
}

#sliding-popup .popup-content .find-more-button {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  min-width: 210px;
  text-align: center;
  background-color: #DDD;
  color: #333 !important;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 300;
  min-width: initial;
}

@media screen and (max-width: 480px) {
  #sliding-popup .popup-content .find-more-button {
    min-width: 245px;
  }
}
#sliding-popup .popup-content .find-more-button:hover, #sliding-popup .popup-content .find-more-button:active, #sliding-popup .popup-content .find-more-button:focus {
  text-decoration: none;
}

#sliding-popup .popup-content .find-more-button:hover, #sliding-popup .popup-content .find-more-button:active, #sliding-popup .popup-content .find-more-button:focus {
  background-color: #b7b7b7;
}

#sliding-popup .popup-content button {
  margin: 8px 0;
}

@media all and (max-width: 1199px) {
  .jumbo.home-jumbo {
    background-position: 60% 50%;
  }
}
@media all and (max-width: 991px) {
  .jumbo.home-jumbo {
    background-position: 67% 50%;
  }
}
@media all and (max-width: 767px) {
  .jumbo.home-jumbo {
    background-position: 59% 50%;
  }
}
@media all and (max-width: 480px) {
  .jumbo.home-jumbo {
    background-position: right bottom;
  }
}
.jumbo.home-jumbo .j-h1 {
  font-size: 4rem;
}

@media all and (max-width: 767px) {
  .jumbo.home-jumbo .j-h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .jumbo.home-jumbo .j-h1 {
    font-size: 2.5rem;
  }
}
.icon-columns.home-ic {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .icon-columns.home-ic .ic-item {
    text-align: left;
    max-width: initial;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .icon-columns.home-ic .image-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.icon-columns.home-ic .button-box {
  margin-top: 25px;
}

.icon-rows .ir-h1 {
  color: #333;
  margin-bottom: 35px;
}

.icon-rows .ir-h2 {
  color: #333;
  margin-bottom: 30px;
}

.icon-rows .ir-p2 {
  color: #333;
}

.feat-vid.home-fv .fv-h1, .feat-vid.home-fv .fv-h2, .feat-vid.home-fv .fv-p1 {
  color: #333;
}

.get-trial {
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .get-trial {
    padding-top: 50px;
  }
}
.get-trial .flex-row {
  margin-left: -15px;
  margin-right: -15px;
}

.get-trial .flex-margin {
  padding-left: 15px;
  padding-right: 15px;
}

.get-trial .image-box {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .get-trial .image-box {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 320px;
  }
}
.get-trial .gt-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.333rem;
  line-height: 1.1;
  font-weight: 100;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .get-trial .gt-h1 {
    font-size: 3em;
    margin-bottom: 50px;
  }
}
.get-trial .button-box {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .get-trial .button-box {
    margin-bottom: 50px;
  }
}
.get-trial .logo-box {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .get-trial .logo-box .logo {
    height: 60px;
  }
}
.calculator {
  padding-top: 75px;
  padding-bottom: 80px;
}

.calculator .flex-row {
  margin-left: -15px;
  margin-right: -15px;
}

.calculator .flex-margin {
  padding-left: 15px;
  padding-right: 15px;
}

.calculator .image-box {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .calculator .image-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.calculator .c-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.333rem;
  line-height: 1.1;
  font-weight: 100;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.calculator .c-p {
  font-size: 1.666rem;
  line-height: 1.1;
  font-weight: 400;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 0;
}

.calculator .c-input {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 6.222rem;
  line-height: 1;
  font-weight: 100;
  color: #FFF;
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: none;
  max-width: 100%;
}

.calculator .c-input::-webkit-inner-spin-button, .calculator .c-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator .c-body {
  border: 5px solid #FFF;
  border-radius: 65px;
  padding: 50px;
}

@media screen and (max-width: 480px) {
  .calculator .c-body {
    border-width: 3px;
    border-radius: 50px;
    padding: 50px 15px;
  }
}
.calculator .c-body .c-display {
  border: 5px solid #FFF;
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .calculator .c-body .c-display {
    border-width: 3px;
  }
}
.calculator .c-body hr {
  color: #FFF;
  border-width: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .calculator .c-body hr {
    border-width: 3px;
  }
}
.calculator .c-body .button-box {
  margin-top: 45px;
}

@media screen and (max-width: 480px) {
  .calculator .c-body .button-box .aicpa-primary-btn {
    width: 254px;
  }
}
.selling-points {
  padding-top: 95px;
  padding-bottom: 160px;
  background-color: #DDD;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .selling-points {
    background-position: 100%;
  }
}
.selling-points .sp-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 50px;
}

.selling-points .sp-p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.444rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.body-banner.confirmation-banner .bb-h1, .body-banner.confirmation-banner .bb-p {
  color: #333;
}

.body-banner.confirmation-banner .bb-a {
  color: #41B6E6;
}

@media screen and (max-width: 480px) {
  .jumbo.caseware-j {
    background-position: left;
  }
}
.page-body.caseware-pb .logo-row {
  border-bottom: 1px solid #FFF;
  margin-bottom: 50px;
}

.page-body.caseware-pb .page-links {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .page-body.caseware-pb .page-links {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .page-body.caseware-pb .flex-col .image-box {
    margin-top: 45px;
  }
}
.intro.caseware-i {
  padding-top: 80px;
  padding-bottom: 40px;
}

.intro.caseware-i .flex-row {
  margin-top: 80px;
}

.intro.caseware-i .flex-row .image-box {
  height: 55px;
}

.intro.caseware-i .flex-row .image-box .logo {
  max-height: 55px;
}

.intro.caseware-i .i-h1 {
  margin-bottom: 0.9em;
}

.intro.caseware-i .i-p3 {
  margin-bottom: 1.45em;
}

.intro.caseware-i .image-box {
  margin-bottom: auto;
}

@media screen and (max-width: 991px) {
  .intro.caseware-i .image-box .image {
    margin: 0 auto;
    display: block;
    max-height: 400px;
  }
}
.icon-rows.caseware-ir .ir-h1, .icon-rows.caseware-ir .ir-h2, .icon-rows.caseware-ir .ir-h3, .icon-rows.caseware-ir .ir-h4, .icon-rows.caseware-ir .ir-h5, .icon-rows.caseware-ir .ir-p1, .icon-rows.caseware-ir .ir-p2, .icon-rows.caseware-ir .ir-p3, .icon-rows.caseware-ir .ir-p4 {
  color: #FFF;
}

.icon-rows.caseware-ir .ir-h1 {
  font-size: 2.667rem;
  margin-bottom: 1.1em;
}

.icon-rows.caseware-ir .ir-h4 {
  font-weight: 300;
  margin-bottom: 1.2em;
}

.icon-rows.caseware-ir .ir-p1 {
  font-weight: 400;
  margin-bottom: 1.8em;
}

.icon-rows.caseware-ir .ir-p3 {
  font-weight: 300;
}

.second-body.caseware-sb {
  padding-bottom: 0;
}

.second-body.caseware-sb .image-box {
  margin-bottom: 65px;
}

.second-body.caseware-sb .image-box .logo {
  max-height: 120px;
}

.second-body.caseware-sb .sb-h4 {
  margin-bottom: 1.4em;
}

.end-cta.caseware-ec .button-box {
  margin-top: 55px;
}

.intro.accountanthq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro.accountanthq .image-box {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .intro.accountanthq .image-box {
    text-align: left;
    margin-bottom: 45px;
  }
  .intro.accountanthq .image-box .icon {
    height: 225px;
    width: auto;
  }
}
.intro.accountanthq .i-h1 {
  margin-top: 0;
  margin-bottom: 40px;
}

.intro.accountanthq .i-h1, .intro.accountanthq .i-h2, .intro.accountanthq .i-p1, .intro.accountanthq .i-p2, .intro.accountanthq .i-p3, .intro.accountanthq .i-p4 {
  color: #FFF;
}

.second-body.paychex-second {
  padding-bottom: 250px;
}

.second-body.paychex-second .sb-h3 {
  margin-bottom: 35px;
}

.second-body.paychex-second .button-box {
  margin-top: 30px;
}

.jumbo.xcmpaf-j .j-h1, .jumbo.xcmpaf-j .j-h2 {
  color: #FFF;
}

.intro.quad-intro {
  padding-top: 55px;
  padding-bottom: 80px;
  color: #333;
}

.intro.quad-intro .i-h1 {
  margin-bottom: 60px;
}

.intro.quad-intro .i-h2 {
  font-weight: 400;
  margin-bottom: 0;
}

.intro.quad-intro .i-p3 {
  margin-bottom: 35px;
}

.second-body.xcmc-second {
  padding-bottom: 150px;
}

.second-body.xcmc-second .sb-h4 {
  margin-bottom: 40px;
}

.second-body.xcmpaf-second .sb-h1, .second-body.xcmpaf-second .sb-h2, .second-body.xcmpaf-second .sb-h3, .second-body.xcmpaf-second .sb-h4, .second-body.xcmpaf-second .sb-h5, .second-body.xcmpaf-second .sb-h6, .second-body.xcmpaf-second .sb-h7, .second-body.xcmpaf-second .sb-p1, .second-body.xcmpaf-second .sb-p2, .second-body.xcmpaf-second .sb-p3, .second-body.xcmpaf-second .sb-p4 {
  color: #FFF;
}

.second-body.xcmpaf-second .sb-h1, .second-body.xcmpaf-second .sb-p4 {
  margin-bottom: 45px;
}

.end-cta.xcmpaf-ec .ec-h1, .end-cta.xcmpaf-ec .ec-h2, .end-cta.xcmpaf-ec .ec-p {
  color: #FFF;
}

@media screen and (max-width: 991px) {
  .icon-columns.vertex-ic .ic-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.screenshots.feat-vid {
  padding-bottom: 0;
}

.screenshots.feat-vid .fv-p1 {
  margin-top: 25px;
  margin-bottom: 60px;
  color: #FFF;
}

.screenshots.feat-vid hr {
  border-top: 1px solid #FFF;
  margin-top: 30px;
  margin-bottom: 0;
}

.second-body.vertex-second {
  padding-top: 100px;
}

.second-body.vertex-second .sb-h4 {
  margin-bottom: 60px;
}

.body-banner.vertex-bb .image-box {
  margin-bottom: 15px;
}

.body-banner.vertex-bb .image-box.logo-right {
  margin-bottom: 45px;
}

.second-body.intacct-second {
  padding-bottom: 225px;
}

.second-body.intacct-second .sb-h3 {
  margin-bottom: 55px;
}

.second-body.intacct-second .sb-h6 {
  margin-top: 35px;
}

.second-body.intacct-second .sb-p3 {
  margin-bottom: 20px;
}

.intro.faq-email {
  padding-top: 65px;
  padding-bottom: 100px;
}

.intro.faq-email .logos {
  margin-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .intro.faq-email .logos {
    margin-bottom: 60px;
  }
}
.intro.faq-email .logos .email-logo {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .intro.faq-email .logos .email-logo {
    margin-top: 30px;
    text-align: left;
  }
}
.intro.faq-email .fe-item {
  border-top: 1px solid #FFF;
  margin-top: 60px;
  padding-top: 45px;
  padding-bottom: 30px;
}

.intro.faq-email .i-h1 {
  margin-bottom: 25px;
}

.intro.faq-email .i-h1, .intro.faq-email .i-h2, .intro.faq-email .i-p1, .intro.faq-email .i-p2, .intro.faq-email .i-p3, .intro.faq-email .i-p4 {
  color: #FFF;
}

.pricing-packages {
  padding-top: 55px;
  padding-bottom: 35px;
}

.pricing-packages .pp-item {
  border-top: 1px solid #333;
  padding-top: 55px;
  padding-bottom: 20px;
}

.pricing-packages .pp-item .icon-box {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pricing-packages .pp-item .icon-box {
    text-align: left;
    margin-bottom: 15px;
  }
}
.pricing-packages .pp-item .button-box {
  margin-top: 40px;
  margin-bottom: 35px;
}

.pricing-packages .pp-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.222rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 35px;
}

.pricing-packages .pp-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 35px;
}

.pricing-packages .pp-h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  margin-top: 20px;
  margin-bottom: 35px;
}

.pricing-packages .pp-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 45px;
}

.pricing-packages .pp-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.pricing-packages .pp-price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 3.333rem;
  line-height: 1;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.pricing-packages .pp-price .sup {
  font-size: 0.55em;
  vertical-align: super;
}

.end-cta.email-end .cta {
  margin-top: 310px;
}

.page-body.rivio-body {
  padding-bottom: 150px;
}

.page-body.rivio-body .logo-row {
  border-bottom: 1px solid #FFF;
  margin-bottom: 50px;
}

.page-body.rivio-body .page-links {
  margin-top: 75px;
}

.page-body.rivio-body .flex-col .image-box {
  margin-top: 45px;
}

.page-body.rivio-body hr {
  margin-top: 80px;
  margin-bottom: 40px;
}

.rivio-banner.body-banner {
  padding-top: 50px;
  padding-bottom: 65px;
}

@media screen and (min-width: 992px) {
  .rivio-banner.body-banner .image-box {
    margin-bottom: 0;
  }
}
.rivio-banner.body-banner .bb-h1, .rivio-banner.body-banner .bb-p {
  color: #FFF;
}

.rivio-banner.body-banner .button-box {
  margin-top: 45px;
}

.second-body.rivio-second {
  padding-bottom: 250px;
}

.second-body.rivio-second .sb-p1 {
  white-space: nowrap;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .second-body.rivio-second .sb-p1 {
    white-space: normal;
  }
}
.page-body.about-body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .page-body.about-body {
    padding-bottom: 45px;
  }
  .page-body.about-body .image-box {
    margin-top: 45px;
  }
}
.page-body.about-body .page-links {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .page-body.about-body .page-links {
    margin-top: 45px;
  }
}
.page-body.about-body hr {
  margin-top: 60px;
  margin-bottom: 0;
}

.page-body.about-body .body-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.our-story {
  padding-top: 150px;
  padding-bottom: 100px;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .our-story {
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .our-story {
    padding-top: 0;
  }
}
.our-story .os-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 300px;
}

@media screen and (min-width: 1800px) {
  .our-story .os-h1 {
    margin-bottom: 22vw;
  }
}
@media screen and (max-width: 991px) {
  .our-story .os-h1 {
    margin-bottom: 35%;
  }
}
@media screen and (max-width: 767px) {
  .our-story .os-h1 {
    margin-bottom: 60%;
  }
}
@media screen and (max-width: 480px) {
  .our-story .os-h1 {
    margin-bottom: 45px;
    margin-top: 70%;
    color: #333;
  }
}
.our-story .os-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.222rem;
  line-height: 1.125;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.our-story .os-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
}

.our-story .feat-test .os-quote {
  color: #0F206C;
  margin-bottom: 45px;
}

.our-story li {
  margin-bottom: 1em;
}

.board-members {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .board-members {
    background-position: 50%;
  }
}
@media screen and (max-width: 767px) {
  .board-members {
    background-position: 50%;
  }
}
.board-members .members {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  .board-members .members {
    margin-top: 100px;
  }
}
.board-members .members .member {
  margin-bottom: 35px;
}

.board-members .bm-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.board-members .bm-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.board-members .bm-p {
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

.intro.join-team {
  padding-top: 70px;
  padding-bottom: 100px;
}

.intro.join-team .image-box {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .intro.join-team .image-box {
    margin-bottom: 30px;
  }
}
.intro.join-team .i-h1 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 30px;
}

.intro.join-team .i-h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 40px;
}

.intro.join-team .i-p1 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 40px;
}

.intro.join-team .i-p2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-rows.navigator-benefits .ir-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-rows.navigator-benefits .ir-h1, .icon-rows.navigator-benefits .ir-h2, .icon-rows.navigator-benefits .ir-h3, .icon-rows.navigator-benefits .ir-h4, .icon-rows.navigator-benefits .ir-p1, .icon-rows.navigator-benefits .ir-p2, .icon-rows.navigator-benefits .ir-p3 {
  color: #333;
}

.icon-rows.navigator-benefits .ir-p3 {
  margin-bottom: 35px;
}

.body-banner.navigator-banner .bb-h1, .body-banner.navigator-banner .bb-p {
  color: #FFF;
}

.body-banner.navigator-banner .bb-h1 {
  margin-bottom: 30px;
}

.body-banner.navigator-banner .image-box {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .body-banner.navigator-banner .image-box {
    margin-top: 15px;
  }
}
.end-cta.navigator-end {
  padding-top: 115px;
  padding-bottom: 170px;
}

.end-cta.navigator-end .cta {
  margin-top: 200px;
}

.jumbo.caas-j {
  padding-top: 60px;
}

.icon-columns.caas-ic .image-box .icon {
  height: 150px;
}

.icon-columns.caas-ic .ic-h1, .icon-columns.caas-ic .ic-h2, .icon-columns.caas-ic .ic-h3, .icon-columns.caas-ic .ic-p1, .icon-columns.caas-ic .ic-p2, .icon-columns.caas-ic .ic-p3 {
  color: #333;
}

.selling-points.caas-points {
  padding-top: 60px;
  padding-bottom: 375px;
}

.icon-rows.caas-curr .ir-h1, .icon-rows.caas-curr .ir-h2, .icon-rows.caas-curr .ir-h3, .icon-rows.caas-curr .ir-h4, .icon-rows.caas-curr .ir-p1, .icon-rows.caas-curr .ir-p2, .icon-rows.caas-curr .ir-p3 {
  color: #FFF;
}

.icon-rows.caas-curr .ir-h1 {
  font-size: 4.444rem;
}

.icon-rows.caas-curr .ir-h2 {
  font-size: 3.611rem;
}

@media screen and (max-width: 991px) {
  .icon-rows.caas-curr .ir-h3 {
    margin-bottom: 15px;
  }
}
.icon-rows.caas-leaders .ir-h1, .icon-rows.caas-leaders .ir-h2, .icon-rows.caas-leaders .ir-h3, .icon-rows.caas-leaders .ir-h4, .icon-rows.caas-leaders .ir-p1, .icon-rows.caas-leaders .ir-p2, .icon-rows.caas-leaders .ir-p3 {
  color: #333;
}

.icon-rows.caas-leaders .ir-h1 {
  font-size: 4.444rem;
}

.icon-rows.caas-leaders .ir-p1 {
  margin-bottom: 40px;
}

.second-body.caas-second {
  padding-top: 140px;
  padding-bottom: 290px;
}

.second-body.caas-second .sb-p1 {
  margin-bottom: 40px;
}

.pricing-packages.caas-pricing {
  padding-top: 95px;
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .pricing-packages.caas-pricing {
    padding-bottom: 30px;
  }
}
.pricing-packages.caas-pricing .image-box {
  margin-bottom: 30px;
}

.pricing-packages.caas-pricing .image-box .icon {
  height: 320px;
}

@media screen and (max-width: 991px) {
  .pricing-packages.caas-pricing .image-box .icon {
    height: 250px;
  }
}
.pricing-packages.caas-pricing .pp-h1, .pricing-packages.caas-pricing .pp-h2, .pricing-packages.caas-pricing .pp-h3, .pricing-packages.caas-pricing .pp-p1, .pricing-packages.caas-pricing .pp-p2, .pricing-packages.caas-pricing .pp-price {
  color: #FFF;
}

.pricing-packages.caas-pricing .pp-h2 {
  margin-bottom: 80px;
}

.pricing-packages.caas-pricing .pp-p1.normal {
  font-weight: 400;
}

.pricing-packages.caas-pricing .pp-price {
  font-size: 4.444rem;
  font-weight: 400;
}

.pricing-packages.caas-pricing .button-box {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .pricing-packages.caas-pricing .button-box {
    margin-bottom: 60px;
  }
}
.pricing-packages.caas-pricing .button-box .add-arrow {
  width: initial;
  white-space: nowrap;
  padding-right: 50px;
}

.end-cta.caas-end {
  padding-bottom: 95px;
}

.jumbo.dcpa-j {
  padding-top: 45px;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .jumbo.dcpa-j {
    background-position: 53%;
  }
}
@media screen and (max-width: 480px) {
  .jumbo.dcpa-j {
    background-position: 43%;
  }
}
.jumbo.dcpa-j .flex-col {
  height: 100%;
}

.jumbo.dcpa-j .image-box {
  margin-bottom: 30px;
}

.jumbo.dcpa-j .button-box {
  margin-top: 40px;
}

.jumbo.dcpa-j .j-h1 {
  font-size: 9.444rem;
  font-weight: 100;
  line-height: 1;
  color: #FFF;
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .jumbo.dcpa-j .j-h1 {
    font-size: 8.7rem;
  }
}
@media screen and (max-width: 991px) {
  .jumbo.dcpa-j .j-h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .jumbo.dcpa-j .j-h1 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 991px) {
  .feat-res.dcpa-fr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.feat-res.dcpa-fr .fr-item {
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .feat-res.dcpa-fr .fr-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.feat-res.dcpa-fr .fr-p {
  min-height: initial;
}

.second-body.dcpa-sb {
  padding-bottom: 415px;
}

@media screen and (max-width: 767px) {
  .second-body.dcpa-sb .mask {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.125));
    background-image: -moz-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.125));
    background-image: -o-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.125));
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.125));
  }
}
.second-body.dcpa-sb .sb-h3, .second-body.dcpa-sb .sb-p1 {
  color: #FFF;
}

.second-body.dcpa-sb .sb-p1 {
  margin-bottom: 0;
}

.body-banner.dcpa-bb .image-box, .body-banner.dcpa-bb .button-box {
  margin-bottom: 30px;
}

.feat-vid.dcpa-fv {
  padding-top: 65px;
  padding-bottom: 100px;
}

.feat-vid.dcpa-fv .fv-p1 {
  color: #FFF;
  margin-top: 45px;
}

.feat-vid.dcpa-fv .photo-slider {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .feat-vid.dcpa-fv .photo-slider {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .feat-vid.dcpa-fv .photo-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.icon-columns.dcpa-ic .ic-h0 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 5.389rem;
  line-height: 1.1;
  font-weight: 100;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.icon-columns.dcpa-ic .ic-h2 {
  font-weight: 400;
}

.icon-columns.dcpa-ic .ic-p2 {
  font-size: 1.222rem;
}

.icon-columns.dcpa-ic .button-box {
  margin-top: 80px;
}

.icon-columns.dcpa-ic .online-icon {
  margin-top: 15px;
  text-align: center;
}

.page-body.tcaw-pb .resource-tiles {
  padding-bottom: 0;
}

.page-body.tcaw-pb .resource-tiles .tile2 .tile-bot, .page-body.tcaw-pb .resource-tiles .tile2 .tile-title, .page-body.tcaw-pb .resource-tiles .tile2 .tile-body {
  height: auto;
}

.second-body.tcaw-sb {
  padding-top: 180px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .second-body.tcaw-sb .mask {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
  }
}
.second-body.tcaw-sb .sb-h3 {
  margin-bottom: 10px;
}

.second-body.tcaw-sb .sb-p3 {
  margin-bottom: 0;
}

.feat-test.tcaw-ft {
  padding-top: 40px;
  padding-bottom: 65px;
}

.feat-test.tcaw-ft .flex-row {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .icon-columns.tcaw-ic-xl .ic-item {
    text-align: left;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}
.icon-columns.tcaw-ic-xl hr {
  margin-top: 75px;
  margin-bottom: 25px;
  border-color: #FFF;
}

.icon-columns.tcaw-ic-xl .ic-h1 {
  font-size: 4.444rem;
  font-weight: 300;
}

.icon-columns.tcaw-ic-xl .ic-h2 {
  font-size: 3.333rem;
  font-weight: 300;
}

.icon-columns.tcaw-ic-xl .ic-h3 {
  font-size: 1.667rem;
  text-transform: none;
  font-weight: 300;
}

.icon-columns.tcaw-ic-xl .ic-p1 {
  font-size: 1.667rem;
  font-weight: 300;
}

.intro.contact-i {
  padding-top: 80px;
  padding-bottom: 100px;
}

.intro.contact-i .i-h1, .intro.contact-i .i-h2, .intro.contact-i .i-p1, .intro.contact-i .i-p2, .intro.contact-i .i-p3, .intro.contact-i .i-p4 {
  color: #FFF;
}

.intro.contact-i .i-h1 {
  margin-bottom: 40px;
}

.intro.contact-i .i-h2 {
  text-transform: none;
  margin-bottom: 45px;
}

.icon-rows.contact-intro {
  padding-top: 65px;
  padding-bottom: 0;
}

.icon-rows.contact-intro .ir-item {
  padding: 0;
}

.icon-rows.contact-intro .ir-h1, .icon-rows.contact-intro .ir-h2, .icon-rows.contact-intro .ir-p1, .icon-rows.contact-intro .ir-p2 {
  color: #FFF;
}

.icon-rows.contact-intro .ir-p2 {
  margin-bottom: 40px;
}

.contact-form {
  padding-top: 25px;
  padding-bottom: 65px;
  color: white;
}

.contact-form a:not(.btn) {
  color: white;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form .btn-primary {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
  padding: 15px;
  text-transform: none;
  border: none;
  width: 265px;
  text-align: center;
  background-color: #DDD;
  color: #333 !important;
  border-radius: 3px;
}

.contact-form .btn-primary:hover, .contact-form .btn-primary:active, .contact-form .btn-primary:focus {
  text-decoration: none;
}

.contact-form .btn-primary:hover, .contact-form .btn-primary:active, .contact-form .btn-primary:focus {
  background-color: #b7b7b7;
}

.contact-form .btn-primary.form-submit {
  position: relative;
}

.contact-form .btn-primary.form-submit::after, .contact-form .btn-primary.form-submit:after {
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.contact-form fieldset.collapsible span.fieldset-legend {
  background: url(/sites/all/themes/richer/misc/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px;
}

.contact-form fieldset.collapsed span.fieldset-legend {
  background-image: url(/sites/all/themes/richer/misc/menu-collapsed.png);
  background-position: 5px 50%;
}

.contact-location {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .contact-location {
    text-align: center;
  }
}
.contact-location .container {
  border-top: 1px solid #FFF;
  padding-top: 50px;
}

.contact-location .image-box {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contact-location .image-box {
    margin-bottom: 30px;
  }
}
.contact-location .map-box {
  margin-top: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .contact-location .map-box {
    margin-bottom: 30px;
  }
}
.contact-location .cl-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-location .cl-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .contact-location .cl-h2 {
    margin-bottom: 15px;
  }
}
.contact-location .cl-p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  color: #FFF;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

#details-modal .close {
  font-size: 3.5rem;
  line-height: 1;
  opacity: 0.5;
  color: #FFF;
  margin: 0;
}

#details-modal .close:hover {
  opacity: 1;
}

#details-modal .modal-content {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

#details-modal .modal-header {
  padding: 0;
  border-bottom: none;
}

#details-modal .modal-body {
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  #details-modal .modal-body {
    padding: 15px;
  }
}
.article-posts {
  padding-bottom: 45px;
}

.article-posts .post {
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .article-posts .post {
    padding-bottom: 25px;
  }
}
.article-posts .post .image-box {
  margin-bottom: 30px;
}

.article-posts .post .image-box.headshot {
  margin-left: -15px;
}

@media screen and (max-width: 480px) {
  .article-posts .post .image-box.headshot {
    margin-left: 0;
  }
}
.article-posts .post .image-box img {
  max-height: 400px;
}

.article-posts .post .mini {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}

.article-posts .post .mini::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent 50%, #FFF);
  background-image: -moz-linear-gradient(270deg, transparent, transparent 50%, #FFF);
  background-image: -o-linear-gradient(270deg, transparent, transparent 50%, #FFF);
  background-image: linear-gradient(180deg, transparent, transparent 50%, #FFF);
}

.article-posts .post .show-post {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .article-posts .post .post-content {
    padding-right: 30px;
  }
}
.article-posts .post .post-meta {
  border-top: 1px solid #0F206C;
  padding-top: 25px;
}

.article-posts .post .post-meta .post-author, .article-posts .post .post-meta .post-date, .article-posts .post .post-meta .post-tags {
  display: inline-block;
  margin-right: 45px;
}

@media screen and (max-width: 991px) {
  .article-posts .post .post-meta .post-author, .article-posts .post .post-meta .post-date, .article-posts .post .post-meta .post-tags {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.article-posts .post .post-meta .post-author .ap-p3, .article-posts .post .post-meta .post-date .ap-p3, .article-posts .post .post-meta .post-tags .ap-p3 {
  margin-left: 15px;
}

@media screen and (min-width: 992px) {
  .article-posts .menu-links {
    padding-left: 30px;
  }
}
.article-posts .ap-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.333rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.article-posts .ap-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.article-posts .ap-h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.article-posts .ap-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 35px;
}

.article-posts .ap-p1 strong {
  font-weight: 500;
}

.article-posts .ap-p2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .article-posts .ap-p2 {
    margin-bottom: 15px;
  }
}
.article-posts .ap-p3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.667rem;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.resource-tiles {
  padding-bottom: 55px;
}

.resource-tiles.videos-section {
  padding-bottom: 35px;
}

.resource-tiles.videos-section .view-header {
  padding: 35px 0;
  border-top: 1px solid #FFF;
}

.resource-tiles.videos-section .bx-wrapper {
  margin: 0;
}

.resource-tiles.videos-section .bx-wrapper .bx-pager {
  position: static;
  margin: 0 !important;
}

.resource-tiles.videos-section .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  border-color: #FFF;
  background-color: transparent;
}

.resource-tiles.videos-section .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #FFF;
}

.resource-tiles.videos-section .bx-wrapper .bx-controls-direction {
  text-align: center;
  position: relative;
  top: -23px;
}

.resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-prev, .resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-next {
  position: static;
  width: initial;
  height: initial;
  text-indent: 0;
  z-index: 0;
  font-size: 32px;
  line-height: 1;
  color: #FFF;
  margin-top: 0;
  background: none;
  display: inline-block;
}

.resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-prev {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-prev {
    margin-right: 75px;
  }
}
.resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-next {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .resource-tiles.videos-section .bx-wrapper .bx-controls-direction .bx-next {
    margin-left: 75px;
  }
}
.resource-tiles .tile-trigger {
  background-color: #FFF;
}

.resource-tiles .tile-trigger:focus, .resource-tiles .tile-trigger:active {
  text-decoration: none;
}

.resource-tiles .tile-trigger:hover .tile-title {
  text-decoration: underline;
}

.resource-tiles .tile .tile-top {
  border: 1px solid #FFF;
  padding: 15px;
  height: 280px;
  position: relative;
}

.resource-tiles .tile .tile-bot {
  padding: 25px 15px;
  background-color: #FFF;
}

.resource-tiles .tile .logo-box img {
  width: auto;
  max-height: 40px;
  max-width: 55%;
}

.resource-tiles .tile .tile-title {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.resource-tiles .tile .tile-body {
  margin-bottom: 25px;
  color: #333;
  height: 100px;
}

.resource-tiles .tile .tile-detail {
  margin-bottom: 25px;
  color: #333;
  height: 25px;
}

.resource-tiles .tile2 .tile-top {
  border: 1px solid #FFF;
  height: 240px;
  background-size: contain;
  background-position: center;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
}

.resource-tiles .tile2 .tile-top.add-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80px;
  line-height: 0.8;
  background-color: #FFF;
  color: #0F206C;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.resource-tiles .tile2:hover .tile-top.add-play:before {
  opacity: 1;
}

.resource-tiles .tile2 .tile-bot {
  padding: 25px 15px;
  background-color: #FFF;
}

.resource-tiles .tile2 .tile-title {
  color: #333;
  margin-bottom: 40px;
  height: 99px;
}

.resource-tiles .tile2 .tile-body {
  margin-bottom: 25px;
  color: #333;
  height: 100px;
}

.resource-tiles .tile2 .tile-detail {
  margin-bottom: 25px;
  color: #333;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .resource-tiles .tile .tile-trigger, .resource-tiles .tile2 .tile-trigger {
    max-width: 350px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .resource-tiles .tile .tile-bot, .resource-tiles .tile .tile-body, .resource-tiles .tile .tile-title, .resource-tiles .tile .tile-detail, .resource-tiles .tile2 .tile-bot, .resource-tiles .tile2 .tile-body, .resource-tiles .tile2 .tile-title, .resource-tiles .tile2 .tile-detail {
    height: auto;
  }
}
.resource-tiles .rt-h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.333rem;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.resource-tiles .rt-h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.667rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.resource-tiles .rt-p1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.222rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.video-page .title-row {
  border-bottom: none;
  margin-bottom: 0;
}

.icon-rows.resource-list {
  padding-top: 0;
}

.icon-rows.resource-list .title-row {
  margin-bottom: 0;
}

.icon-rows.resource-list .ir-item {
  border-bottom: 1px solid #FFF;
  padding-top: 65px;
  padding-bottom: 65px;
}

.icon-rows.resource-list .ir-h3 {
  color: #FFF;
  text-transform: none;
  margin-bottom: 35px;
}

.icon-rows.resource-list .ir-p4 {
  color: #FFF;
  margin-bottom: 25px;
}

.icon-rows.resource-list .button-box {
  margin-top: 25px;
}

.icon-columns.dcasrw-ic .image-box .icon {
  height: 150px;
}

.icon-columns.dcasrw-ic .ic-h1, .icon-columns.dcasrw-ic .ic-h2, .icon-columns.dcasrw-ic .ic-h3, .icon-columns.dcasrw-ic .ic-p1, .icon-columns.dcasrw-ic .ic-p2, .icon-columns.dcasrw-ic .ic-p3 {
  color: #333;
}

.second-body.dcasrw-sb {
  padding-top: 250px;
  padding-bottom: 250px;
}

.second-body.dcasrw-agenda-sb {
  padding-bottom: 550px;
}

.second-body.dcasrw-agenda-sb .sb-h1 {
  font-size: 4.444rem;
  margin-bottom: 60px;
}

.second-body.dcasrw-agenda-sb .sb-p1 {
  margin-bottom: 40px;
}

.pricing-packages.dcasrw-pp {
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .pricing-packages.dcasrw-pp {
    padding-bottom: 70px;
  }
}
.pricing-packages.dcasrw-pp .pp-h1, .pricing-packages.dcasrw-pp .pp-h2, .pricing-packages.dcasrw-pp .pp-h3, .pricing-packages.dcasrw-pp .pp-p1, .pricing-packages.dcasrw-pp .pp-p2 {
  color: #FFF;
}

.pricing-packages.dcasrw-pp .pp-h1 {
  font-size: 4.444rem;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .pricing-packages.dcasrw-pp .pp-h1 {
    margin-bottom: 40px;
  }
}
.pricing-packages.dcasrw-pp .pp-h2 {
  margin-bottom: 0;
}

.pricing-packages.dcasrw-pp .pp-h3 {
  margin-bottom: 55px;
  text-transform: none;
}

.pricing-packages.dcasrw-pp .pp-p1 {
  margin-bottom: 45px;
}

.pricing-packages.dcasrw-pp .image-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .pricing-packages.dcasrw-pp .image-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pricing-packages.dcasrw-pp .image-box .icon {
  height: 155px;
}

.pricing-packages.dcasrw-pp .button-box {
  margin-top: 125px;
}

@media screen and (max-width: 991px) {
  .pricing-packages.dcasrw-pp .button-box {
    margin-top: 70px;
  }
}
.resource-tiles.dcasrw-rt hr {
  margin-top: 0;
  margin-bottom: 70px;
  border-color: #FFF;
}

@media screen and (max-width: 991px) {
  .resource-tiles.dcasrw-rt .tile .tile-trigger, .resource-tiles.dcasrw-rt .tile2 .tile-trigger {
    max-width: 350px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .resource-tiles.dcasrw-rt .tile .tile-bot, .resource-tiles.dcasrw-rt .tile .tile-body, .resource-tiles.dcasrw-rt .tile .tile-title, .resource-tiles.dcasrw-rt .tile .tile-detail, .resource-tiles.dcasrw-rt .tile2 .tile-bot, .resource-tiles.dcasrw-rt .tile2 .tile-body, .resource-tiles.dcasrw-rt .tile2 .tile-title, .resource-tiles.dcasrw-rt .tile2 .tile-detail {
    height: auto;
  }
}
.resource-tiles.dcasrw-rt .rt-h1 {
  margin-bottom: 95px;
}

@media screen and (max-width: 991px) {
  .resource-tiles.dcasrw-rt .rt-h1 {
    margin-bottom: 45px;
  }
}
.page-body.fmr-tb {
  padding-bottom: 15px;
}

.page-body.fmr-tb .image-box {
  margin-bottom: 30px;
}

.icon-rows.tool-ir .tool-group {
  border-top: 1px solid #FFF;
  padding-top: 55px;
  padding-bottom: 30px;
}

.icon-rows.tool-ir .tool-group > .row {
  padding: 45px 0;
}

.icon-rows.tool-ir .tool-group > .row .ir-h1 {
  margin-bottom: 0;
}

.icon-rows.tool-ir .video {
  margin-bottom: 30px;
}

.icon-rows.tool-ir .ir-h1, .icon-rows.tool-ir .ir-h5, .icon-rows.tool-ir .ir-p1, .icon-rows.tool-ir .ir-p4 {
  color: #FFF;
}

.icon-rows.tool-ir .ir-h1 {
  margin-bottom: 30px;
}

.icon-rows.tool-ir .ir-h5 {
  margin-bottom: 30px;
}

.icon-rows.tool-ir .ir-p1 {
  font-weight: 400;
  margin-bottom: 40px;
}

.icon-rows.tool-ir .ir-p4 {
  margin-bottom: 30px;
}

.icon-rows.tool-ir .ir-p4:last-child {
  margin-bottom: 0;
}

.icon-rows.tool-ir .paychex-banners .image-box, .icon-rows.tool-ir .paychex-banners .button-box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .icon-rows.tool-ir .paychex-banners .image-box, .icon-rows.tool-ir .paychex-banners .button-box {
    text-align: left;
  }
}
.icon-rows.tool-ir .paychex-banners .image-box {
  margin-bottom: 15px;
}

.icon-rows.tool-ir .paychex-banners .button-box {
  margin-top: 0;
  margin-bottom: 45px;
}

.jumbo.solutions-j {
  height: auto;
  padding-top: 75px;
  padding-bottom: 200px;
}

.feat-res.solutions-fr + .solutions-fr {
  padding-top: 0;
}

.feat-res.solutions-fr .image-box {
  height: 165px;
}

.feat-res.solutions-fr .fr-item {
  margin-bottom: 70px;
  border: none;
}

.feat-res.solutions-fr .fr-h2 {
  height: 2.4em;
}

.resource-tiles.solutions-rt {
  padding-top: 100px;
  padding-bottom: 150px;
}

.resource-tiles.solutions-rt .tile {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .resource-tiles.solutions-rt .tile {
    margin-bottom: 30px;
  }
}
.resource-tiles.solutions-rt .tile .tile-top {
  position: relative;
  padding: 30px;
}

.resource-tiles.solutions-rt .tile .tile-top .logo-box {
  margin-bottom: 25%;
}

.resource-tiles.solutions-rt .tile .tile-top .tile-title {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.resource-tiles.solutions-rt .tile .tile-bot {
  padding: 30px;
  height: auto;
}

.resource-tiles.solutions-rt .rt-h1 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .resource-tiles.solutions-rt .rt-h1 {
    margin-bottom: 40px;
  }
}
.page-body.burrus-pb .pb-h1 {
  margin-bottom: 50px;
}

.page-body.burrus-pb hr {
  margin-top: 65px;
  margin-bottom: 75px;
}

.icon-rows.burrus-ir .ir-h1, .icon-rows.burrus-ir .ir-h2, .icon-rows.burrus-ir .ir-h3, .icon-rows.burrus-ir .ir-h4, .icon-rows.burrus-ir .ir-p1, .icon-rows.burrus-ir .ir-p2, .icon-rows.burrus-ir .ir-p3, .icon-rows.burrus-about-ir .ir-h1, .icon-rows.burrus-about-ir .ir-h2, .icon-rows.burrus-about-ir .ir-h3, .icon-rows.burrus-about-ir .ir-h4, .icon-rows.burrus-about-ir .ir-p1, .icon-rows.burrus-about-ir .ir-p2, .icon-rows.burrus-about-ir .ir-p3 {
  color: #333;
}

.icon-rows.burrus-ir .ir-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.icon-rows.burrus-ir .ir-text-icon {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11.94rem;
  line-height: 1;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  color: #0F206C;
}

.icon-rows.burrus-ir .ir-h1 {
  font-size: 2.667rem;
  margin-bottom: 15px;
}

.icon-rows.burrus-ir .ir-h2 {
  margin-bottom: 0;
}

.icon-rows.burrus-ir .ir-h4 {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 35px;
}

.icon-rows.burrus-ir .ir-p1 {
  margin-bottom: 60px;
}

.icon-rows.burrus-ir .ir-p3 {
  font-weight: 300;
}

.icon-rows.burrus-about-ir {
  padding-top: 0;
}

.icon-rows.burrus-about-ir hr {
  border: 1px solid #333;
  margin-top: 0;
  margin-bottom: 100px;
}

.icon-rows.burrus-about-ir .ir-h1 {
  font-size: 4.444rem;
}

.icon-rows.burrus-about-ir .ir-p1 {
  margin-bottom: 40px;
}

.second-body.burrus-sb {
  padding-top: 225px;
  padding-bottom: 280px;
}

.second-body.engels-sb {
  padding-top: 160px;
  padding-bottom: 175px;
}

.pricing-packages.burrus-pp .image-box, .pricing-packages.engels-pp .image-box {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pricing-packages.burrus-pp .image-box, .pricing-packages.engels-pp .image-box {
    text-align: left;
    margin-bottom: 30px;
  }
}
.pricing-packages.burrus-pp .pp-h1, .pricing-packages.engels-pp .pp-h1 {
  font-size: 4.444rem;
}

.pricing-packages.burrus-pp .pp-h1, .pricing-packages.burrus-pp .pp-h2, .pricing-packages.burrus-pp .pp-h3, .pricing-packages.burrus-pp .pp-p1, .pricing-packages.burrus-pp .pp-p2, .pricing-packages.burrus-pp .pp-price, .pricing-packages.engels-pp .pp-h1, .pricing-packages.engels-pp .pp-h2, .pricing-packages.engels-pp .pp-h3, .pricing-packages.engels-pp .pp-p1, .pricing-packages.engels-pp .pp-p2, .pricing-packages.engels-pp .pp-price {
  color: #FFF;
}

.pricing-packages.burrus-pp {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pricing-packages.burrus-pp .button-box {
  margin-top: 65px;
}

.pricing-packages.engels-pp {
  padding-top: 60px;
  padding-bottom: 80px;
}

.pricing-packages.engels-pp .pp-option {
  margin-bottom: 35px;
}

.pricing-packages.engels-pp .pp-h1 {
  margin-bottom: 25px;
}

.pricing-packages.engels-pp .pp-h2 {
  margin-bottom: 20px;
}

.pricing-packages.engels-pp .pp-p1 {
  margin-bottom: 0;
}

.pricing-packages.engels-pp hr {
  margin-top: 40px;
  margin-bottom: 65px;
}

.pricing-packages.engels-pp .row {
  margin-top: 75px;
}

.page-body.team-pb .image-box {
  margin-bottom: 50px;
}

.article-posts.team-pb .ap-h2 {
  margin-bottom: 0;
  font-weight: 400;
}

.intro.webinar-i .i-h1 {
  margin-bottom: 1em;
}

.feat-vid.practice-fv .fv-h1, .feat-vid.practice-fv .fv-h2, .feat-vid.practice-fv .fv-p1 {
  color: #333;
}

.icon-rows.practice-ir .tool-group {
  border-top: 1px solid #333;
  padding-top: 50px;
  padding-bottom: 0;
}

.icon-rows.practice-ir .tool-group > .row {
  padding: 45px 0;
}

.icon-rows.practice-ir .ir-h1 {
  margin-bottom: 0;
}

.icon-rows.practice-ir .ir-p1 {
  margin-bottom: 40px;
}

.icon-rows.practice-ir .register-box {
  margin-top: 0;
  padding-left: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 1199px) {
  .icon-rows.practice-ir .register-box {
    padding-right: 15px;
  }
}
.icon-rows.practice-ir .register-box .ir-h1 {
  margin-bottom: 15px;
  color: #FFF;
}

@media screen and (max-width: 991px) {
  .icon-rows.practice-ir .register-box .ir-h1 {
    margin-bottom: 30px;
  }
}
.icon-rows.practice-ir .register-box .icon {
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon-rows.practice-ir-register .ir-h1, .icon-rows.practice-ir-register .ir-h5, .icon-rows.practice-ir-register .ir-p1, .icon-rows.practice-ir-register .ir-p4 {
  color: #FFF;
}

.icon-rows.practice-ir-register .image-box {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .icon-rows.practice-ir-register .image-box {
    text-align: left;
  }
}
.icon-rows.practice-ir-register .image-box .icon {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .icon-rows.practice-ir-register .image-box .icon {
    width: 200px;
    margin-bottom: 15px;
  }
}
.bg-gradient-cpa {
  background-color: #000;
  background-image: -webkit-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -moz-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -o-linear-gradient(180deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: linear-gradient(90deg, #000, #000 0%, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
}

.jumbo {
  height: 700px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .jumbo.cas-bms {
    height: auto !important;
  }
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.text-primary {
  color: #4c4c4e;
}

a.footer-bottom__link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.add-arrow {
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.tile-top.add-play::before {
  position: absolute;
  left: 50%;
  top: 47.5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 80px;
  line-height: 0.8;
  background-color: #FFF;
  color: #0f206c;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.tile2:hover .tile-top.add-play::before {
  opacity: 1;
}

.page_block .page_block_header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page_block .page_block_header .pb-h3 {
  color: #fff;
  font-style: italic;
}
.page_block .page_block_header .pb-h2 {
  margin-bottom: 1.5rem;
}
.page_block .page_block_body .pb-p1 {
  font-weight: 300;
  line-height: 1.3125;
  font-size: 1.375rem;
}
.page_block figure .logo {
  width: auto;
  height: 100%;
  max-height: 60px;
}

#paychex_page_block .page_block .page_block_header {
  border-bottom: 1px solid #000;
}

#Vertex_Section_Featured_Videos_1.screenshots .screenshot {
  width: 100%;
  border: 4px solid #00857d;
  cursor: pointer;
}
#Vertex_Section_Featured_Videos_1.screenshots .screenshot:active, #Vertex_Section_Featured_Videos_1.screenshots .screenshot:hover {
  border: 4px solid #fff;
}

@media (min-width: 992px) {
  #Bill_Section_Icon_Columns_1 .ic-item:last-child, #Intacct_Section_Icon_Columns_1 .ic-item:last-child, #Intacct_Section_Icon_Columns_2 .ic-item:last-child, #Expensify_section_Icon_Columns_1 .ic-item:last-child, #Vertex_Section_Icon_Columns_3 .ic-item:last-child, #Confirmation_Section_Icon_Columns_1 .ic-item:last-child, #XCMC_Section_Icon_Columns_1 .ic-item:last-child, #XCMC_Section_Icon_Columns_2 .ic-item:last-child, #Paychex_Section_Icon_Columns_2 .ic-item:last-child, #Vertex_Section_Icon_Columns_2 .ic-item:last-child, #cas_cert_workshop_only_CPAcom .ic-item:last-child, #home_icons_1 .ic-item:last-child, #home_feature_stories .ic-item:last-child, #Home_Featured_Whitepapers .ic-item:last-child {
    border-right: 0;
  }
  #Bill_Section_Icon_Columns_1 .ic-item:nth-child(4), #Intacct_Section_Icon_Columns_1 .ic-item:nth-child(4), #Intacct_Section_Icon_Columns_2 .ic-item:nth-child(4), #Expensify_section_Icon_Columns_1 .ic-item:nth-child(4), #Vertex_Section_Icon_Columns_3 .ic-item:nth-child(4), #Confirmation_Section_Icon_Columns_1 .ic-item:nth-child(4), #XCMC_Section_Icon_Columns_1 .ic-item:nth-child(4), #XCMC_Section_Icon_Columns_2 .ic-item:nth-child(4), #Paychex_Section_Icon_Columns_2 .ic-item:nth-child(4), #Vertex_Section_Icon_Columns_2 .ic-item:nth-child(4), #cas_cert_workshop_only_CPAcom .ic-item:nth-child(4), #home_icons_1 .ic-item:nth-child(4), #home_feature_stories .ic-item:nth-child(4), #Home_Featured_Whitepapers .ic-item:nth-child(4) {
    border-right: 0;
  }
  #Bill_Section_Icon_Columns_1 .ic-item figure, #Intacct_Section_Icon_Columns_1 .ic-item figure, #Intacct_Section_Icon_Columns_2 .ic-item figure, #Expensify_section_Icon_Columns_1 .ic-item figure, #Vertex_Section_Icon_Columns_3 .ic-item figure, #Confirmation_Section_Icon_Columns_1 .ic-item figure, #XCMC_Section_Icon_Columns_1 .ic-item figure, #XCMC_Section_Icon_Columns_2 .ic-item figure, #Paychex_Section_Icon_Columns_2 .ic-item figure, #Vertex_Section_Icon_Columns_2 .ic-item figure, #cas_cert_workshop_only_CPAcom .ic-item figure, #home_icons_1 .ic-item figure, #home_feature_stories .ic-item figure, #Home_Featured_Whitepapers .ic-item figure {
    padding: 0 0.5rem;
    text-align: center;
  }
  #Bill_Section_Icon_Columns_1 .border-top, #Intacct_Section_Icon_Columns_1 .border-top, #Intacct_Section_Icon_Columns_2 .border-top, #Expensify_section_Icon_Columns_1 .border-top, #Vertex_Section_Icon_Columns_3 .border-top, #Confirmation_Section_Icon_Columns_1 .border-top, #XCMC_Section_Icon_Columns_1 .border-top, #XCMC_Section_Icon_Columns_2 .border-top, #Paychex_Section_Icon_Columns_2 .border-top, #Vertex_Section_Icon_Columns_2 .border-top, #cas_cert_workshop_only_CPAcom .border-top, #home_icons_1 .border-top, #home_feature_stories .border-top, #Home_Featured_Whitepapers .border-top {
    border-top: 1px solid #fff;
    margin-top: 3rem;
  }
  #Bill_Section_Icon_Columns_1 .ic-p2, #Bill_Section_Icon_Columns_1 .ic-p3 {
    color: #fff;
  }
  #Paychex_Section_Icon_Columns_1 .ic-item {
    border-right: 1px solid #000;
  }
  #Paychex_Section_Icon_Columns_1 .ic-item:last-child {
    border-right: 0;
  }
  #Paychex_Section_Icon_Columns_1 .ic-item:nth-child(4) {
    border-right: 0;
  }
  #Paychex_Section_Icon_Columns_1 .ic-item figure {
    padding: 0 0.5rem;
    text-align: center;
  }
  #Paychex_Section_Icon_Columns_1 .border-top {
    border-top: 1px solid #000;
    margin-top: 3rem;
  }
  #Bill_Section_Icon_Columns_2 .ic-item, #Expensify_Section_Icon_Columns_2 .ic-item {
    padding: 0 15px;
    text-align: center;
  }
  #Bill_Section_Icon_Columns_2 .ic-item:last-child, #Expensify_Section_Icon_Columns_2 .ic-item:last-child {
    border-right: 0;
  }
}
.page-body.dcpa_cta {
  background-image: url("/sites/cpa/files/2019-07/dcpa19-b-04-fade2.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #0a0a0a;
  background-position: top right;
}
.page-body.dcpa_cta .lead {
  font-size: 2rem;
  line-height: 1.428571429;
}
.page-body.caseware-pb .page-links {
  margin-top: 0;
}
.page-body.rivio-body .logo-row {
  border-bottom: 0;
}
.page-body.caas-body .corner-box .icon {
  width: auto;
  height: 100px;
}
.page-body.caas-body .sidebar .logo {
  max-height: initial;
}
.page-body.caas-body .casCertCollabIcon {
  width: 100%;
}
@media (max-width: 992px) {
  .page-body.caas-body .casCertCollabIcon {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-body.caas-body .casCertCollabIcon {
    width: 85%;
  }
}
.page-body.fmr-pb .sidebar .logo {
  max-height: initial;
}
.page-body.aicpa-engage {
  padding-top: 0;
}
.page-body.aicpa-engage .bg-gradient-cpa {
  padding: 55px 0;
  color: #fff;
}
.page-body.aicpa-engage .bg-gradient-cpa .cta_block .event_date {
  padding: 15px;
  background-color: #72246c;
  width: 50%;
}
.page-body.engage-dcpa-resources {
  color: #fff;
}
.page-body.engage-dcpa-resources .lead {
  margin-top: 1.5rem;
}
.page-body.engage-dcpa-resources .aicpa-primary-btn {
  border: 1px solid #6e707a;
}
.page-body.mission {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-page-body-about.png");
}
.page-body.innov-pract {
  background: url("/sites/cpa/files/innovative-prac-dcpa19-bg.png") no-repeat top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-body.innov-pract .aicpa-primary-btn.votingClosed::after {
  content: "VOTING IS NOW CLOSED";
  width: 280px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  opacity: 0.9;
  border-radius: 35px;
  transform: rotate(9deg);
  display: inline-block;
  position: absolute;
  margin-top: -16px;
  color: #4c4c4e;
  background-color: #fff;
  border: 1px solid #4c4c4e;
  font-size: 22px;
}
.page-body#cas_cert_workshop_part_1 {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/caas-cert-part1-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-body#cas_cert_workshop_part_1 .pb-h2 {
  color: #000 !important;
}
.page-body#cas_cert_workshop_part_1 .pb-p1 {
  color: #000 !important;
}
.page-body.research-innovation {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/research-innovation-content-section-2-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .page-body.research-innovation {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/sites/cpa/files/2018-assets/backgrounds/research-innovation-content-section-2-bg.png");
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/sites/cpa/files/2018-assets/backgrounds/research-innovation-content-section-2-bg.png");
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/sites/cpa/files/2018-assets/backgrounds/research-innovation-content-section-2-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.page-body.research-innovation .sub-title {
  margin-top: 0;
}
.page-body.research-innovation .section-content {
  font-size: 1.375rem;
}
.page-body .pb-p1 {
  font-size: 1.3125rem;
  line-height: 22px;
  font-weight: 300;
}
.page-body .pb-h2 {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 300;
}

.second-body.intacct-second {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/sage-intacct-features-bg-2018.jpg");
}
.second-body.vertex-second {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-secondary-body-vertex.png");
}
.second-body.confirmation-second {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/confirmation_image_block_02_181113.jpg");
}
.second-body.confirmation-second h2, .second-body.confirmation-second .sb-h3, .second-body.confirmation-second .sb-p4 {
  color: #fff;
}
.second-body.xcmc-second {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-secondary-body-xcmc.png");
}
.second-body.xcmc-second .panel-primary {
  border-color: #41b6e6;
}
.second-body.xcmc-second .panel-primary .panel-heading {
  border-color: #41b6e6;
  background-color: #41b6e6;
}
.second-body.paychex-second {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-secondary-body-paychex.png");
}
.second-body.dcpa-sb {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/dcpa-home-attend-bg.jpg");
  padding-bottom: 55px;
}
.second-body.dcpa-sb .sb-h1, .second-body.dcpa-sb .sb-h2, .second-body.dcpa-sb .sb-h3 {
  color: #fff;
}
.second-body.dcpa-sb .sb-p1, .second-body.dcpa-sb .sb-p2 {
  color: #fff;
  font-weight: 300;
  line-height: 22px;
}
.second-body.dcpa-sb .bullets {
  line-height: 1.3125;
}
.second-body.tcaw-sb {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-secondary-body-tcaw.png");
}
.second-body .firm-box.bg-con {
  background-color: #3a5dae;
}
.second-body .sb-p3 {
  font-weight: 300;
  line-height: 1.3125;
}
.second-body .sb-p2 {
  font-weight: 300;
}
.second-body p {
  font-weight: 300;
  line-height: 22px;
}

.body-banner.dcpa-bb {
  background-image: url("http://cpad8dev.cpa.com/sites/cpa/files/2019-07/dcpa-reg-banner-bg_0.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.body-banner.dcpa-bb #GC_save_date h2 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.body-banner.dcpa-bb #GC_save_date h4 {
  color: #fff;
  line-height: 1.428571429;
}
.body-banner.dcpa-bb #GC_save_date .aicpa-purple-btn {
  border: 1px solid #6e707a;
}

.selling-points {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/confirmation_image_block_03_181113.jpg");
}
.selling-points .sp-h1, .selling-points .sp-p {
  color: #fff;
}

.intro.caseware-i .logo {
  width: auto;
  height: 55px;
}
.intro.caseware-i .caseware-logo {
  height: 45px;
}
.intro.join-team .i-p2 {
  font-weight: 300;
}
.intro.xcmc .panel-primary {
  border-color: #41b6e6;
}
.intro.xcmc .panel-primary .panel-heading {
  border-color: #41b6e6;
  background-color: #41b6e6;
}

.pricing-packages.dcasrw-pp {
  padding-bottom: 35px;
}
.pricing-packages.dcasrw-pp h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 2.75rem;
}
.pricing-packages.dcasrw-pp .button-box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pricing-packages.dcasrw-pp .tiny_print {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.pricing-packages.dcasrw-pp .workshopOption {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 15px;
}
.pricing-packages.dcasrw-pp .workshopOption::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.pricing-packages.dcasrw-pp .workshopOption .workshopCheckBox {
  float: left;
  margin: 9px 30px 0 0;
  max-width: 40px;
  cursor: pointer;
}
.pricing-packages.dcasrw-pp .workshopOption .workshopCheckBox.soldOut {
  cursor: default;
}
.pricing-packages.dcasrw-pp .workshopOption .workshopDate {
  float: left;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .pricing-packages.dcasrw-pp .workshopOption .workshopDate {
    white-space: unset;
  }
}
.pricing-packages.dcasrw-pp .workshopOption .workshopDate.soldOut {
  cursor: default;
}
.pricing-packages.dcasrw-pp .workshopOption .workshopDate.soldOut::after {
  content: "Sold Out";
  width: 135px;
  color: #4c4c4e;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  opacity: 0.8;
  border: 1px solid #4c4c4e;
  border-radius: 35px;
  transform: rotate(15deg);
  font-size: 22px;
  display: inline-block;
  position: absolute;
  margin-top: -50px;
}

.icon-columns {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.icon-columns.home-ic {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .icon-columns.home-ic .ic-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .icon-columns.home-ic .ic-item .ic-h3 {
    min-height: 105px;
  }
}
@media (min-width: 992px) {
  .icon-columns.home-ic .ic-item .ic-p2 {
    min-height: 200px;
    margin: 1rem 0 2rem;
  }
}
.icon-columns.caas-ic .ic-item:first-child .image-box {
  padding-left: 0;
}
.icon-columns.caas-ic .ic-item:last-child .image-box {
  padding-right: 0;
}
.icon-columns.caas-ic .ic-item .image-box {
  padding: 0 15px;
}
.icon-columns#XCMC_Section_Icon_Columns_1 .ic-p2, .icon-columns#XCMC_Section_Icon_Columns_2 .ic-p2 {
  color: #fff;
}
.icon-columns #Paychex_Section_Icon_Columns_1 .ic-p2 {
  color: #000;
}
.icon-columns #Paychex_Section_Icon_Columns_1.dcasrw-ic .ic-p2 {
  color: #fff !important;
}
.icon-columns .ic-h2 {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}

.curriculum.dcpa-ic {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/dcpa-about-curric-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.curriculum.dcpa-ic .ic-p2, .curriculum.dcpa-ic .ic-p3 {
  color: #fff;
}

.end-cta.caas-end {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-end-cta-caas.png");
}

.our-story {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-our-story-about.png");
}
.our-story .os-h1 {
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .our-story .os-h1 {
    margin-bottom: 20vw;
  }
}

.board-members {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/bg-board-about.png");
}
.board-members .members .member .bm-h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

#block-views-speakers-keynote-speakers {
  background-image: url("/sites/cpa/files/2019-07/dcpa19-b-02.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 55px;
}
#block-views-speakers-keynote-speakers .section-title {
  color: #fff;
}
#block-views-speakers-keynote-speakers .speaker-field.speaker-name > a {
  color: #fff;
}
#block-views-speakers-keynote-speakers .speaker-field.speaker-details, #block-views-speakers-keynote-speakers .speaker-field.speaker-bio {
  color: #fff;
}

.team {
  border-bottom: 0;
  background-color: transparent;
}
.team .team-info {
  border-bottom: none;
  border-right: none;
  border-left: none;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
}
.team .team-info .team-name h3 {
  font-size: 1.75rem;
  line-height: 1.1;
  color: #fff;
}
.team .team-info .team-about {
  font-size: 1.375rem;
  line-height: 1.1;
}
.team .team-info .team-about .field-name-field-team-position {
  font-size: 0.875rem;
  font-style: normal;
}
.team p {
  margin-bottom: 1rem !important;
}

@media (min-width: 420px) {
  .cas-bms .j-h1 {
    font-size: 6rem;
    font-weight: 300;
  }
  .cas-bms .j-h2 {
    font-size: 2.75rem;
  }
}
.view-display-id-all_speakers {
  background-image: url("/sites/cpa/files/2019-08/dcpa19-speakers-top-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #000;
}

.jumbo.dcpa-j {
  background: url("https://www.cpa.com/sites/default/files/2018-assets/backgrounds/dcpa19_header_01_190506.jpg") no-repeat top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 60px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .jumbo.dcpa-j {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .jumbo.dcpa-j {
    background-position: 85%;
  }
}
@media screen and (min-width: 769px) {
  .jumbo.dcpa-j {
    background-position: right;
  }
}
@media screen and (max-width: 530px) {
  .jumbo.dcpa-j {
    background-position: center;
  }
}
.jumbo.dcpa-j .j-h1 {
  font-size: 5rem;
  margin-bottom: 3rem;
}
.jumbo.dcpa-j .image-box {
  margin-bottom: 3rem;
}
.jumbo.dcpa-j .j-p1 {
  font-size: 1.75rem;
}

.page-body.partnersSponsors {
  background-image: url("/sites/cpa/files/2019-07/dcpa19-b-04-fade2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-color: #000;
}
.page-body.partnersSponsors .sponsors .icon {
  max-width: 270px;
  max-height: 90px;
}
.page-body.partnersSponsors .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.page-body.partnersSponsors .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.9;
}
.page-body.partnersSponsors .tooltip p a {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}
.page-body.partnersSponsors .tooltip .tooltiptext {
  visibility: hidden;
  min-width: 250px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
  padding: 10px;
  font-size: 14px;
}
.page-body.partnersSponsors .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}

.icon-columns.dcpa-ic {
  background-image: url("/sites/cpa/files/2019-07/dcpa19-c-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #000;
  padding-bottom: 50px;
}
.icon-columns.dcpa-ic.tracks {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/dcpa-about-curric-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icon-columns.dcpa-ic .ic-h2 {
  font-size: 3.375rem;
  font-weight: 100;
}
.icon-columns.dcpa-ic .ic-p2 {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.icon-columns.dcpa-ic .dcpa_tiny_title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.icon-columns.dcpa-iao {
  background-image: url("/sites/cpa/files/2019-08/dcpa19-attend-virtual-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  background-position: bottom right;
}
.icon-columns.dcpa-iao .image-box .icon {
  width: 100px;
  height: auto;
}
.icon-columns.dcpa-iao .ic-h4 {
  color: #fff;
  font-size: 1.375rem;
  font-style: italic;
  margin-top: 3rem;
}
.icon-columns.dcpa-community {
  background-image: url("/sites/cpa/files/2019-08/dcpa19-community-top-bg2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}
.icon-columns.dcpa-community-bottom {
  background-image: url("/sites/cpa/files/2019-08/dcpa19-community-bottom-bg2.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}
.icon-columns.dcpa-community-bottom .image-box .icon {
  height: 100px;
}
@media (min-width: 992px) {
  .icon-columns.dcpa-community-bottom figcaption .ic-p2 {
    min-height: 130px;
  }
}

.dcpa.feat-test {
  background-image: url("/sites/cpa/files/2018-assets/backgrounds/dcpa-reg-banner-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.dcpa.feat-test .ft-h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 50px;
}
.dcpa.feat-test blockquote * {
  color: #fff;
}

.round-button {
  border-radius: 50%;
  font-size: 40px;
  line-height: 42px;
  padding-top: 25%;
  width: 215px;
  height: 215px;
}

.outer-clock-container {
  width: 620px;
  margin: auto;
}
.outer-clock-container .clock {
  margin: 0;
}
@media (max-width: 894px) {
  .outer-clock-container .clock {
    margin: auto;
    width: 620px;
  }
}
@media (max-width: 684px) {
  .outer-clock-container .clock {
    margin: auto;
    width: 60px;
  }
}
.outer-clock-container .clock .flip-clock-divider .flip-clock-label {
  color: #fff;
}
.outer-clock-container .clock .flip-clock-wrapper::before, .outer-clock-container .clock .flip-clock-wrapper::after {
  content: "";
  display: inline;
  vertical-align: top;
  clear: both;
}

aside.sidebar nav.page-links {
  margin-left: 1rem;
  margin-bottom: 3rem;
}
aside.sidebar nav.page-links a {
  margin-bottom: 0.334rem;
  display: block;
}
aside.sidebar nav.page-links a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
}
aside.sidebar #upcoming_webinars {
  margin-top: 2.25rem;
  padding: 1.5rem 0;
}

.text--bold {
  font-weight: 400;
}
.text--white {
  color: #fff;
}
.text--tiny {
  font-size: 12px;
}

.section-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section-padding--no-top {
  padding-top: 0;
}
.section-padding--no-bottom {
  padding-bottom: 0;
}

.image-style--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-gradient--primary, .background-gradient--cpa {
  background-image: -webkit-linear-gradient(0deg, #000, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: -o-linear-gradient(90deg, #000, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
  background-image: linear-gradient(90deg, #000, #3D5EAA 72.96%, #3E68B1 78.19%, #4183C2 87.14%, #46AFDF 98.66%, #47B5E3);
}
.background-gradient--aicpa {
  background-image: -webkit-linear-gradient(0deg, #72246c, #72246c 20%, #8e326c 70%, #a93f6b);
  background-image: -o-linear-gradient(90deg, #72246c, #72246c 20%, #8e326c 70%, #a93f6b);
  background-image: linear-gradient(90deg, #72246c, #72246c 20%, #8e326c 70%, #a93f6b);
}
.background-gradient--cas, .background-gradient--exp, .background-gradient--pay, .background-gradient--xcm {
  background-image: -webkit-linear-gradient(0deg, #3a5dae, #41b6e6);
  background-image: -o-linear-gradient(90deg, #3a5dae, #41b6e6);
  background-image: linear-gradient(90deg, #3a5dae, #41b6e6);
}
.background-gradient--con {
  background-image: -webkit-linear-gradient(0deg, #41b6e6, #3a5dae);
  background-image: -o-linear-gradient(90deg, #41b6e6, #3a5dae);
  background-image: linear-gradient(90deg, #41b6e6, #3a5dae);
}
.background-gradient--bil, .background-gradient--ema {
  background-image: -webkit-linear-gradient(0deg, #dc6b2f, #f0b323);
  background-image: -o-linear-gradient(90deg, #dc6b2f, #f0b323);
  background-image: linear-gradient(90deg, #dc6b2f, #f0b323);
}
.background-gradient--int {
  background-image: -webkit-linear-gradient(0deg, #48a23f, #00857d);
  background-image: -o-linear-gradient(90deg, #48a23f, #00857d);
  background-image: linear-gradient(90deg, #48a23f, #00857d);
}
.background-gradient--ver {
  background-image: -webkit-linear-gradient(0deg, #00857d, #48a23f);
  background-image: -o-linear-gradient(90deg, #00857d, #48a23f);
  background-image: linear-gradient(90deg, #00857d, #48a23f);
}
.background-gradient--riv {
  background-image: -webkit-linear-gradient(0deg, #0a0a0a, #63666a);
  background-image: -o-linear-gradient(90deg, #0a0a0a, #63666a);
  background-image: linear-gradient(90deg, #0a0a0a, #63666a);
}

.background-color--primary, .background-color--cpa {
  background-color: #0f206c;
}
.background-color--dcpa, .background-color--aicpa, .background-color--purple {
  background-color: #72246c;
}
.background-color--cas, .background-color--exp, .background-color--pay, .background-color--xcm {
  background-color: #3a5dae;
}
.background-color--con {
  background-color: #41b6e6;
}
.background-color--bil, .background-color--ema {
  background-color: #dc6b2f;
}
.background-color--int {
  background-color: #48a23f;
}
.background-color--ver {
  background-color: #00857d;
}
.background-color--riv {
  background-color: #0a0a0a;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-loading {
  position: relative;
}
.is-loading::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.is-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 800ms infinite normal linear 0ms;
  -o-animation: spin 800ms infinite normal linear 0ms;
  animation: spin 800ms infinite normal linear 0ms;
  border-top: 4px solid #dddce1;
  border-right: 4px solid #dddce1;
  border-bottom: 4px solid #dddce1;
  border-left: 4px solid #0f206c;
  border-radius: 50%;
  display: block;
  content: "";
  z-index: 2;
}

html {
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 14.8px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-weight: 300;
}

.button {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
.button:hover, .button:active, .button:focus {
  text-decoration: none;
}
.button--primary {
  padding: 15px 30px;
  line-height: 1;
  min-width: 210px;
  background-color: #0f206c;
  color: #fff;
}
.button--primary:hover, .button--primary:active, .button--primary:focus {
  background-color: #a93f6b;
  color: #fff;
}
.button--danger {
  padding: 15px 30px;
  line-height: 1;
  min-width: 210px;
  background-color: #d9534f;
  color: #fff;
}
.button--danger:hover, .button--danger:active, .button--danger:focus {
  background-color: #b52b27;
  color: #fff;
}
.button--aicpa {
  padding: 15px 30px;
  line-height: 1;
  min-width: 210px;
  background-color: #72246c;
  color: #fff;
}
.button--aicpa:hover, .button--aicpa:active, .button--aicpa:focus {
  background-color: #a93f6b;
  color: #fff;
}
.button--gray {
  background-color: #dddce1;
  color: #4c4c4e;
}
.button--gray:hover, .button--gray:active, .button--gray:focus {
  background-color: #b5b3be;
  color: #4c4c4e;
}
.button--filter {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button--filter:hover, .button--filter:active, .button--filter:focus {
  background-color: #a93f6b;
  border: 1px solid #fff;
}
.button--link {
  border: none;
  background: none;
  padding: 0;
  color: #0f206c;
  outline: none;
  text-decoration: underline;
}
.button--link:hover, .button--link:active, .button--link:focus {
  color: #a93f6b;
}
.button--large {
  font-size: 22px;
  padding: 15px 30px;
}
.button--small {
  font-size: 14px;
  padding: 10px 15px;
}
.button--with-arrow::after {
  display: inline-block;
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  margin-left: 15px;
  font-weight: 900;
}
.button--download::after {
  display: inline-block;
  content: "\f019";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-left: 15px;
  font-weight: 900;
}
.button--border-white {
  border: 1px solid #fff;
}

.dialog {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.dialog__close {
  float: right;
  background-color: transparent;
}
.dialog__close:hover, .dialog__close:active, .dialog__close:focus {
  background-color: #dddce1;
  color: #262627;
}

.header {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4c4c4e;
}
@media all and (max-width: 991px) {
  .header {
    padding-bottom: 15px;
  }
}
.header__organization-links {
  margin-bottom: 0;
  font-size: 0;
  line-height: 15px;
}
@media all and (max-width: 991px) {
  .header__organization-links {
    margin-bottom: 15px;
  }
}
.header__organization-item {
  font-size: 14px;
}
.header__organization-item:first-child {
  padding-left: 0;
}
.header__organization-item:last-child {
  padding-right: 0;
}
@media (max-width: 480px) {
  .header__organization-item {
    font-size: 12px;
  }
}
.header__organization-item + .header__organization-item {
  border-left: 1px solid #4c4c4e;
}
.header__logo-link {
  display: inline-block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .header__logo-link {
    margin-bottom: 15px;
  }
}
.header__logo-image {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media all and (max-width: 767px) {
  .header__logo-image {
    height: 35px;
  }
}
.link-bar {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .link-bar {
    margin-bottom: 15px;
  }
}
.link-bar__item {
  padding: 0 2px;
  vertical-align: middle;
}
.link-bar__link {
  display: inline-block;
  vertical-align: middle;
}
.link-bar__link--icon {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  width: 32px;
  border: 1px solid #4c4c4e;
  color: #4c4c4e;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.link-bar__link--icon:hover, .link-bar__link--icon:focus {
  border-color: #a93f6b;
  background-color: #a93f6b;
  color: #fff;
  text-decoration: none;
}
.link-bar__link--circle {
  border-radius: 50%;
}

.search-form .form-group {
  display: block;
}
@media (min-width: 992px) {
  .search-form .form-group {
    margin-bottom: 0;
  }
}
.search-form .input-group {
  display: block;
}
.search-form .form-control {
  border-color: #0f206c;
  display: block;
  width: 100%;
}
.search-form .form-control:focus {
  border-color: #a93f6b;
  -webkit-box-shadow: 0 0 1px 1px rgba(169, 63, 107, 0.3), inset 0 0 1px 1px rgba(169, 63, 107, 0.3);
  box-shadow: 0 0 1px 1px rgba(169, 63, 107, 0.3), inset 0 0 1px 1px rgba(169, 63, 107, 0.3);
}
.search-form .input-group-addon {
  display: none;
}
.search-form__button {
  font-weight: 300;
}

.search-form-block {
  position: relative;
}
@media (min-width: 992px) {
  .search-form-block.collapse {
    display: block;
  }
}
.search-form-block__button {
  position: absolute;
  right: 16px;
  top: 1px;
  margin: 0;
  color: #0f206c;
  background-color: transparent;
  border-left: none;
  font-size: 16px;
  line-height: 1;
  padding: 11px 13px 12px;
  border: none;
  z-index: 3;
}
.search-form-block__button:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.search-form-block__button:hover, .search-form-block__button:active, .search-form-block__button:focus {
  color: #a93f6b;
  background-color: transparent;
}

.search-results {
  background-color: #f7f7f7;
  padding: 15px;
}
@media (min-width: 992px) {
  .search-results {
    padding: 30px;
  }
}

.search-result {
  border-bottom: 1px solid #bbbcbc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-result:first-child {
  border-top: 1px solid #bbbcbc;
}
.search-result__type {
  margin-top: 0;
  margin-bottom: 0;
}
.search-result__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5857142862;
  margin-top: 15px;
  margin-bottom: 0;
}
.search-result__snippet {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5857142862;
}
.search-result__date {
  font-size: 14px;
  color: #888b8d;
  margin-top: 10px;
  margin-bottom: 0;
}
.search-result__tags {
  margin-top: 30px;
}
.search-result__tag-wrapper {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7857142863;
}
.search-result__tag {
  display: inline-block;
  font-size: 12px;
  line-height: 1.7857142863;
  background-color: #dddce1;
  border: none;
  padding: 0 4px;
  border-radius: 4px;
  outline: none;
}

.facets-panel {
  background-color: #f7f7f7;
  padding: 15px;
}
@media (min-width: 992px) {
  .facets-panel {
    padding: 30px;
  }
}
.facets-panel__title {
  font-size: 1.375rem;
  border-top: 1px solid #bbbcbc;
  border-bottom: 1px solid #bbbcbc;
  font-weight: 400;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.facets {
  border-bottom: 1px solid #bbbcbc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.facets__title {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.facets-widget-checkbox .item-list__checkbox {
  padding-left: 0;
}
.facets-widget-checkbox .facet-item {
  list-style: none;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-bottom: 5px;
}
.facets-widget-checkbox .facet-item__value {
  white-space: normal;
}
.facets-widget-checkbox .facet-item label {
  font-weight: 300;
  margin-bottom: 0;
  vertical-align: middle;
}
.facets-widget-checkbox .facets-checkbox {
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.main-menu {
  border-bottom: 1px solid #4c4c4e;
  margin-bottom: 0;
  min-height: auto;
  padding-right: 0;
  padding-left: 0;
}
.main-menu__affix {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .main-menu__affix {
    position: static;
  }
}
@media (max-width: 991px) {
  .main-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.ultimenu {
  padding-left: 0;
}
.ultimenu .ultimenu__region {
  background-color: transparent;
  padding: 0;
}
.ultimenu .ultimenu__flyout {
  background-color: transparent;
  padding: 0 !important;
}
.ultimenu .ultimenu__item:hover .ultimenu__link, .ultimenu .ultimenu__item:active .ultimenu__link, .ultimenu .ultimenu__item:focus .ultimenu__link {
  background-color: #0f206c;
  color: #fff;
}
.ultimenu .ultimenu__item:hover .caret, .ultimenu .ultimenu__item:active .caret, .ultimenu .ultimenu__item:focus .caret {
  border-left: 1px solid #fff;
}
.ultimenu .ultimenu__item--expanded .ultimenu__link {
  background-color: #0f206c;
  color: #fff;
}
.ultimenu .ultimenu__item--expanded .ultimenu__link::before {
  transform: rotateX(180deg);
}
.ultimenu .ultimenu__item--expanded .ultimenu__flyout {
  display: block;
  margin-top: 0;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: initial !important;
}
.ultimenu .ultimenu__item--expanded .caret {
  border-left: 1px solid #fff;
}
.ultimenu .ultimenu__item--expanded .caret::after {
  transform: rotateX(180deg);
}
.ultimenu .ultimenu__link {
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4e;
  padding: 15px 30px 15px 15px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 991px) {
  .ultimenu .ultimenu__link {
    position: relative;
  }
}
.ultimenu--restricted-width {
  position: relative;
}
.ultimenu .has-ultimenu .ultimenu__link::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1em;
  transition: transform 200ms linear;
}
@media (max-width: 991px) {
  .ultimenu .has-ultimenu .ultimenu__link::before {
    display: none;
  }
}
.ultimenu .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #4c4c4e;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 992px) {
  .ultimenu .caret {
    display: none;
  }
}
.ultimenu .caret::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
}

.button.button--ultimenu {
  display: none;
}

.ultimenu-submenu__menu {
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #888b8d;
}
.ultimenu-submenu__submenu {
  padding-left: 0;
}
.ultimenu-submenu__item {
  list-style: none;
}
.ultimenu-submenu__link {
  display: block;
  position: relative;
  padding: 10px 45px 10px 15px;
  color: #4c4c4e;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #888b8d;
  border-left: 1px solid #888b8d;
  border-right: 1px solid #888b8d;
}
.ultimenu-submenu__link:hover, .ultimenu-submenu__link:active, .ultimenu-submenu__link:focus {
  text-decoration: none;
  background-color: #dddce1;
}
.ultimenu-submenu__heading {
  background-color: #dddce1;
  text-transform: uppercase;
}

.ultimenu__region [class*=bs4-col] + [class*=bs4-col] .ultimenu-submenu__link {
  margin-left: -1px;
}

.user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speaker--full + .sidebar-menu {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .speaker--full + .sidebar-menu {
    padding-top: 30px;
    padding-left: 15px;
  }
}
.sidebar-menu__image-wrapper {
  margin-bottom: 30px;
}
.sidebar-menu__links {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}
.sidebar-menu__link {
  text-decoration: underline;
  font-weight: 400;
}
.sidebar-menu__link:hover, .sidebar-menu__link:active, .sidebar-menu__link:focus {
  text-decoration: none;
}
.sidebar-menu__link::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.sidebar-menu--white .sidebar-menu__link {
  color: #fff;
}

.footer-top {
  border-top: 1px solid #4c4c4e;
}

.footer-menu {
  position: relative;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .footer-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    width: 100%;
    border-top: 1px solid #4c4c4e;
  }
}
.footer-menu__container {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu__submenu {
  padding-left: 0;
}
.footer-menu__item {
  list-style: none;
}
.footer-menu__heading {
  margin-top: 1em;
  font-weight: 400;
}
.footer-menu__link {
  display: inline-block;
  font-size: 13px;
}
.footer-menu__link--level-0 {
  font-size: 14px;
  color: #4c4c4e;
  line-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .footer-menu__link--level-0 {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 767px) {
  .footer-menu__link--level-0 {
    margin-top: 1em;
  }
}
.footer-menu__item:first-child > .footer-menu__link--level-1.footer-menu__heading {
  margin-top: 0;
}

.footer-bottom {
  border-top: 1px solid #4c4c4e;
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-bottom__copyright {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}
.footer-bottom__link {
  font-size: 14px;
  font-weight: 400;
}

.bs-carousel .carousel-inner {
  padding-bottom: 15px;
}
.bs-carousel .carousel-indicators {
  font-size: 10px;
  line-height: 1;
  position: static;
  width: initial;
  margin: initial;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .bs-carousel .carousel-indicators {
    display: none;
  }
}
.bs-carousel .carousel-indicators .carousel-indicator {
  width: 10px;
  height: 10px;
  margin: 0;
}
.bs-carousel .carousel-control {
  position: static;
  display: inline-block;
  width: initial;
  background-image: none;
}
.bs-carousel .carousel-control .carousel-control__icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
.bs-carousel__user-interface {
  padding-bottom: 30px;
}
.bs-carousel .bs-carousel__user-interface--inverse .carousel-indicator {
  border-color: #4c4c4e;
}
.bs-carousel .bs-carousel__user-interface--inverse .carousel-indicator.active {
  background-color: #4c4c4e;
}
.bs-carousel .bs-carousel__user-interface--inverse .carousel-control__icon {
  background-color: initial;
  color: #4c4c4e;
}

.testimonial {
  position: relative;
}
@media all and (max-width: 991px) {
  .testimonial {
    max-width: 500px;
    margin: 0 auto;
  }
}
.testimonial__tag {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 7px 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .testimonial__tag {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 0;
  }
}
.testimonial__tag--blue {
  color: #FFF;
  background-color: #38B5E6;
}
.testimonial__text-area {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 991px) {
  .testimonial__text-area {
    padding: 15px;
  }
}
.testimonial__blockquote {
  position: relative;
  border-left: none;
  margin: 0;
  padding: 0;
}
.testimonial__footer::before {
  display: none;
}
.testimonial__quote, .testimonial__quotee, .testimonial__quotee-info {
  font-size: 1.375rem;
}
@media all and (max-width: 991px) {
  .testimonial__quote, .testimonial__quotee, .testimonial__quotee-info {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .testimonial__quote, .testimonial__quotee, .testimonial__quotee-info {
    font-size: 1.125rem;
  }
}
.testimonial__quote {
  margin-bottom: 30px;
}
.testimonial__quotee {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #4c4c4e;
  font-style: normal;
}
.testimonial__quotee-info {
  margin-bottom: 0;
  color: #4c4c4e;
}

.resource {
  color: #fff;
}
.resource__type {
  margin-top: 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #fff;
  margin-bottom: 45px;
}
.resource__title {
  margin-top: 0;
  margin-bottom: 45px;
}
.resource__body {
  font-size: 22px;
  position: relative;
  margin-bottom: 45px;
}
.resource__secondary_body {
  margin-bottom: 45px;
}
.resource__media-player {
  max-height: 90vh;
  margin-bottom: 45px;
}
.resource__media-player video {
  background-color: #000;
}
.resource__media-player audio {
  width: 100%;
}
.resource__form-frame {
  border: none;
}

.login-prompt {
  padding-top: 45px;
  padding-bottom: 45px;
  max-height: 200px;
}
.login-prompt__title {
  margin-top: 0;
  margin-bottom: 1em;
}
.login-prompt__body {
  font-size: 22px;
}
.login-prompt__button-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.login-prompt__image-wrapper {
  margin-top: 75px;
  text-align: center;
}
@media (max-width: 991px) {
  .login-prompt__image-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}
.login-prompt__text {
  margin-top: 1em;
}
.login-prompt__text--small {
  font-size: 16px;
}
.login-prompt__text--em {
  font-style: normal;
  text-decoration: underline;
}

.resource-view__header-row {
  padding-top: 45px;
  padding-bottom: 45px;
}
.resource-view__header-row--page {
  border-bottom: 1px solid #fff;
  margin-bottom: 45px;
}
.resource-view__header-row--section {
  padding-top: 30px;
  border-top: 1px solid #fff;
  padding-bottom: 30px;
}
.resource-view__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .resource-view__title {
    margin-bottom: 15px;
  }
}
.resource-view__filter-label {
  color: #fff;
}

.resource-tile {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .resource-tile {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.resource-tile__link:hover, .resource-tile__link:active, .resource-tile__link:focus {
  text-decoration: none;
}
.resource-tile__link:hover .resource-tile__title,
.resource-tile__link:hover .resource-tile__cta-text, .resource-tile__link:active .resource-tile__title,
.resource-tile__link:active .resource-tile__cta-text, .resource-tile__link:focus .resource-tile__title,
.resource-tile__link:focus .resource-tile__cta-text {
  text-decoration: underline;
  color: #a93f6b;
}
.resource-tile__link:hover .resource-tile__image-wrapper--with-play::before, .resource-tile__link:active .resource-tile__image-wrapper--with-play::before, .resource-tile__link:focus .resource-tile__image-wrapper--with-play::before {
  opacity: 1;
}
.resource-tile__image-wrapper {
  background-color: #000;
  border: 1px solid #FFF;
  height: 240px;
  position: relative;
}
@media (max-width: 767px) {
  .resource-tile__image-wrapper {
    height: auto;
  }
}
.resource-tile__image-wrapper--with-play {
  position: relative;
}
.resource-tile__image-wrapper--with-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-size: 65px;
  line-height: 0.95;
  width: 63px;
  background-color: #FFF;
  color: #0f206c;
  border-radius: 50%;
  opacity: 0.75;
}
.resource-tile__image {
  max-width: 100%;
}
.resource-tile__content-wrapper {
  background-color: #fff;
  color: #4c4c4e;
  text-decoration: none;
  padding: 15px;
  font-size: 22px;
}
.resource-tile__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  height: 3.3em;
}
.resource-tile__body {
  margin-bottom: 30px;
  height: 5.714285716em;
}
.resource-tile__details {
  margin-bottom: 15px;
  height: 1.428571429em;
}
.resource-tile__cta-text {
  font-weight: 400;
}

.resource-row {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
}
.resource-row__link {
  color: #fff;
}
.resource-row__link:hover, .resource-row__link:active, .resource-row__link:focus {
  color: #fff;
}
.resource-row__image-wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .resource-row__image-wrapper {
    margin-bottom: 30px;
    text-align: left;
  }
}
.resource-row__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}
.resource-row__body {
  margin-bottom: 30px;
}
.resource-row__cta-text {
  text-decoration: underline;
}

/* ---------- LIGHTMODE CUSTOMIZATION ---------- */
.content-lightmode {
  color: #000;
}

.resource-lightmode__body {
  border-right: solid 1px #CCC;
}
.resource-lightmode__type {
  font-size: 2.75rem;
}
.resource-lightmode__image-wrapper {
  font-size: 2.75rem;
}
.resource-lightmode__image-wrapper img {
  width: 100%;
}

@media all and (max-width: 991px) {
  .resource-lightmode__body {
    border-right: none;
  }
}
.lightmode-login-prompt {
  padding: 0;
}
.lightmode-login-prompt__title {
  font-size: 1.3125rem;
}
.lightmode-login-prompt__text {
  font-size: 1.3125rem;
  font-weight: 700;
}
.lightmode-login-prompt__subtext {
  font-size: 1.3125rem;
}

.contact-me-now {
  width: 100%;
  padding-bottom: 25px;
  height: auto;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-me-now p {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}

#cmn-cb {
  width: 35px;
  margin: 0px 15px;
  float: left;
  cursor: pointer;
}

iframe[src^=ungated] {
  display: none;
}

.article {
  background-color: #fff;
  padding-top: 45px;
}
.article__collapse-wrapper {
  position: relative;
}
.article__collapse-wrapper.collapse {
  display: block;
  height: 157.14285719px !important;
  overflow: hidden;
}
.article__collapse-wrapper.collapse::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-image: -webkit-linear-gradient(90deg, transparent, #fff 80%, #fff);
  background-image: -o-linear-gradient(180deg, transparent, #fff 80%, #fff);
  background-image: linear-gradient(180deg, transparent, #fff 80%, #fff);
}
.article__collapse-wrapper.collapse.in {
  height: initial !important;
}
.article__collapse-wrapper.collapse.in::before {
  display: none;
}
.article__collapse-wrapper.collapsing {
  height: initial !important;
}
.article__collapse-trigger {
  margin-bottom: 30px;
  font-size: 22px;
  display: none;
}
.article__collapse-trigger.collapsed {
  display: block;
}
.article__title {
  margin-top: 0;
  margin-bottom: 45px;
}
.article__body {
  font-size: 22px;
}
.article__author-wrapper {
  margin-bottom: 30px;
}
.article__share {
  margin-bottom: 45px;
}
.article__meta-wrapper {
  border-top: 1px solid #4c4c4e;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .article__meta-item {
    margin-bottom: 15px;
  }
  .article__meta-item:last-child {
    margin-bottom: 0;
  }
}
.article__meta-icon {
  margin-right: 15px;
}
.article--item {
  margin-bottom: 45px;
}
.article p {
  margin-bottom: 1em;
}
.article img {
  max-width: 100%;
}

.session {
  background: #fff;
}
.session__title {
  margin-top: 0;
}
.session__subtitle {
  font-weight: 400;
  text-decoration: underline;
  margin-top: 30px;
  margin-bottom: 0;
}
.session__subtitle:first-child {
  margin-top: 0;
}
.session__datetime-wrapper {
  margin-bottom: 15px;
}
.session__datetime {
  margin-right: 30px;
}
.session__datetime:last-child {
  margin-right: 0;
}
.session__tags-wrapper {
  border: 1px solid #888b8d;
  background-color: #dddce1;
  padding: 15px;
}
.session__tag-label {
  margin-top: 15px;
  margin-bottom: 2px;
  font-weight: 400;
}
.session__tag {
  color: #63666a;
  border: 1px solid #888b8d;
  background-color: #f7f7f7;
  margin-top: 3px;
  margin-bottom: 0;
  padding: 2px 7px;
  border-radius: 4px;
  display: inline-block;
}
.session__body {
  font-size: 22px;
}
@media (max-width: 767px) {
  .session__social-media {
    margin-bottom: 15px;
  }
}
.session__speakers-wrapper {
  margin-top: 30px;
}

.session--modal {
  padding: 30px;
}
@media (max-width: 767px) {
  .session--modal {
    padding: 15px;
  }
}

.session-teaser {
  padding-top: 30px;
  padding-bottom: 30px;
}
.session-teaser__wrapper {
  border-bottom: 1px solid #4c4c4e;
}
.session-teaser__wrapper:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .session-teaser__image-wrapper {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .session-teaser__image-wrapper {
    margin-bottom: 15px;
  }
}
.session-teaser__image {
  display: inline-block;
}
.session-teaser__datetime-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .session-teaser__datetime-wrapper {
    margin-bottom: 15px;
  }
}
.session-teaser__datetime {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .session-teaser__datetime {
    text-align: right;
  }
}
.session-teaser__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #4c4c4e;
}
.session-teaser__body {
  font-size: 18px;
}
@media (max-width: 767px) {
  .session-teaser__body {
    margin-bottom: 15px;
  }
}
.session-teaser__speakers-wrapper {
  margin-bottom: 30px;
}
.session-teaser__speaker-name {
  margin-top: 0;
  font-weight: 400;
}
.session-teaser__speaker-name::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
}
.session-teaser--gray {
  background-color: #dddce1;
}

.session-title__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.428571429;
}
.session-title__bullet {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 10px;
}

.speaker--full {
  background-color: #fff;
  padding-right: 30px;
}
.speaker--full .fa-linkedin {
  color: #0077B5;
}
.speaker--full .fa-linkedin:hover, .speaker--full .fa-linkedin:active, .speaker--full .fa-linkedin:focus {
  color: #0099e8;
}
.speaker--full .fa-twitter-square {
  color: #1DA1F2;
}
.speaker--full .fa-twitter-square:hover, .speaker--full .fa-twitter-square:active, .speaker--full .fa-twitter-square:focus {
  color: #4db5f5;
}
@media (max-width: 767px) {
  .speaker--full .speaker__image-wrapper {
    margin-bottom: 15px;
  }
}
.speaker--full .speaker__name {
  margin-top: 0;
}
.speaker--full .speaker__detail {
  font-size: 22px;
  margin-bottom: 0;
}
.speaker--full .speaker__social-media-wrapper {
  margin-bottom: 30px;
}
.speaker--full .speaker__social-media-link {
  font-size: 44px;
}
.speaker--full .speaker__biography {
  font-size: 22px;
  margin-bottom: 30px;
}
.speaker--full .speaker__sessions-wrapper {
  border-top: 1px solid #888b8d;
  padding-top: 30px;
}
.speaker--full .speaker__subtitle {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
}

.speaker-compact {
  margin-top: 30px;
}
.speaker-compact__name {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.speaker-compact__detail {
  color: #888b8d;
  margin-bottom: 0;
}
.speaker-teaser {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 400px;
}
.speaker-teaser__image-wrapper {
  margin-bottom: 15px;
}
.speaker-teaser__name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 400;
  text-transform: uppercase;
}
.speaker-teaser__detail {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.speaker-teaser__biography {
  margin-bottom: 15px;
}
.speaker-teaser__social-media-wrapper {
  margin-top: auto;
  margin-bottom: 15px;
}
.speaker-teaser__social-media-link {
  font-size: 27.5px;
  margin-right: 15px;
}
.speaker-teaser__social-media-link:last-child {
  margin-right: 0;
}
.speaker-teaser__more-link {
  display: block;
  font-weight: 400;
}
.speaker-teaser .fa-linkedin-in {
  color: #fff;
}
.speaker-teaser .fa-linkedin-in:hover, .speaker-teaser .fa-linkedin-in:active, .speaker-teaser .fa-linkedin-in:focus {
  color: #0077B5;
}
.speaker-teaser .fa-twitter {
  color: #fff;
}
.speaker-teaser .fa-twitter:hover, .speaker-teaser .fa-twitter:active, .speaker-teaser .fa-twitter:focus {
  color: #1DA1F2;
}

.agenda-speakers {
  background-color: #000;
}
.agenda-speakers__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.agenda-view__filters {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 22px;
}
.agenda-view__filters-label {
  padding-right: 15px;
}
.agenda-view__filter-wrapper .select-wrapper::after {
  color: #fff;
}
.agenda-view__filter-wrapper .select-wrapper:hover::after {
  color: #a93f6b;
}
.agenda-view__select {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.agenda-view__select:hover {
  background-color: #fff;
  color: #a93f6b;
}
.agenda-view .form-control {
  outline: none;
}

.agenda-date-filter {
  text-align: center;
  background-color: #bbbcbc;
}
@media (max-width: 991px) {
  .agenda-date-filter {
    display: none;
  }
}
.agenda-date-filter__date-item {
  position: relative;
  flex: 1 1 0;
}
.agenda-date-filter__link {
  text-decoration: none;
  color: #63666a;
  display: block;
  padding: 15px;
}
.agenda-date-filter__link:hover, .agenda-date-filter__link:focus {
  background: #fff;
  text-decoration: none;
  outline: none;
}
.agenda-date-filter__link.js-active {
  background-color: #fff;
}
.agenda-date-filter__link.js-active .agenda-date-filter__day-of-month {
  background-color: #0f206c;
  color: #fff;
}
.agenda-date-filter__day-of-week {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 15px;
}
.agenda-date-filter__day-of-month {
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  font-size: 64px;
  line-height: 72px;
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
}

.agenda-nav {
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
}
.agenda-nav__navbar > li > a {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .agenda-nav__navbar > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.agenda-nav__navbar > li > a:hover, .agenda-nav__navbar > li > a:active, .agenda-nav__navbar > li > a:focus {
  color: #4c4c4e;
}
.agenda-nav__navbar .open > a {
  color: #4c4c4e;
}
.agenda-nav__navbar .open .dropdown-menu {
  background-color: #fff;
}
.agenda-nav__title {
  color: #fff;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.agenda-nav__dropdown-toggle [class*=fa-] {
  font-size: 0.8em;
  margin-left: 10px;
}
.agenda-nav .agenda-nav__dropdown-menu {
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.agenda-nav .agenda-nav__dropdown-menu .agenda-nav__link {
  font-weight: 300;
  padding: 8px 15px;
}

.office {
  margin-bottom: 30px;
}

.pardot-iframe {
  border: none;
  overflow: hidden;
}

.webinar-sessions__title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}

.webinar-session-teaser {
  display: block;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  color: #4c4c4e;
  border-left: 15px solid #0f206c;
}
.webinar-session-teaser:hover, .webinar-session-teaser:active, .webinar-session-teaser:focus {
  text-decoration: none;
  border-color: #a93f6b;
}
.webinar-session-teaser__date {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.webinar-session-teaser__time {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  white-space: nowrap;
}
.webinar-session-teaser--promoted {
  border-left: 15px solid #48a23f;
}

.user-login-form {
  max-width: 320px;
}

.ultimenu {
  list-style: none;
  margin: 0;
  min-height: 42px;
  position: relative;
  z-index: 97;
}
.ultimenu > li {
  display: block;
  margin: 0;
}
.ultimenu .ultimenu__link {
  display: block;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
}
.ultimenu__flyout {
  display: none;
  left: 0;
  line-height: 1.4;
  width: 100%;
  z-index: 102;
}
.ultimenu__region {
  background-color: #fff;
  padding: 20px;
}

@media all and (max-width: 991px) {
  .ultimenu > li, .ultimenu .ultimenu__link {
    min-width: 100%;
    width: 100%;
  }
  .ultimenu__flyout, .ultimenu--vertical .ultimenu__flyout, .ultimenu--htt .ultimenu__flyout {
    bottom: auto;
    height: auto;
    left: auto;
    margin: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .ultimenu--hover > li {
    display: inline-block;
    vertical-align: bottom;
  }
  .ultimenu--hover .ultimenu__flyout {
    position: absolute;
  }
  .ultimenu.ultimenu--hover .ultimenu__link {
    padding-right: 64px;
  }
  .ultimenu--hover .ultimenu__link .caret {
    background-color: transparent;
  }
  .ultimenu--hover li .is-ultimenu-active + .ultimenu__flyout {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .ultimenu--hover .ultimenu__flyout {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    top: 100%;
    transition: all 0.2s;
    visibility: hidden;
  }
  .ultimenu--hover li:hover > .ultimenu__flyout {
    max-height: none;
    padding: 20px 0;
    overflow: visible;
    opacity: 1;
    transition-delay: 0.1s;
    visibility: visible;
  }
  .ultimenu--htt li:hover > .ultimenu__flyout {
    bottom: 100%;
    max-height: none;
    top: auto;
  }
  .ultimenu--htt .caret, .ultimenu--vertical .caret, .is-ultimenu-canvas--hover .ultimenu__link .caret {
    display: none;
  }
  .ultimenu.ultimenu--hover .ultimenu__link {
    padding-right: 1.5em;
  }
}
.node-loader-modal .close {
  font-size: 3.5rem;
  line-height: 1;
  opacity: 0.5;
  color: #FFF;
  margin: 0;
}
.node-loader-modal .close:hover {
  opacity: 1;
}
.node-loader-modal .modal-content {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.node-loader-modal .modal-header {
  padding: 0;
  border-bottom: none;
}
.node-loader-modal .modal-body {
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .node-loader-modal .modal-body {
    padding: 15px;
  }
}

/* -------- CUSTOM ADDTOANY COPY LINK --------- */
.copy-link .copy-link__button {
  padding-left: 7px;
  padding-right: 0;
}
@media (max-width: 480px) {
  .copy-link .copy-link__button {
    padding-left: 0;
  }
}
.copy-link .copy-link__input {
  display: inline-block;
  color: #4c4c4e;
  line-height: 1;
  font-size: 16px;
  height: 32px;
  margin: 0;
  border: 0 solid #0166FF;
  border-radius: 0;
  vertical-align: bottom;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  max-width: 0;
  padding: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.copy-link .copy-link__input.in {
  max-width: 60ch;
  padding: 8px;
  border-width: 1px;
}

/* ---------- ADDTOANY CUSTOMIZATION ---------- */
.addtoany_list {
  display: inline-block;
  margin-top: 30px !important;
}
@media all and (max-width: 480px) {
  .addtoany_list {
    display: block;
  }
}
.addtoany_list > [class*=a2a_button] {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.addtoany_list > [class*=a2a_button]:first-child {
  padding-left: 0 !important;
}

.a2a_svg {
  border-radius: 0 !important;
}

/*# sourceMappingURL=style.css.map */
