@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../library/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../library/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../library/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../library/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../library/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../library/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/*!
 * 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)
 */
:root {
  --blue: #0082FC;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0082FC;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: #fff;
  --bt-gray: #65666a;
  --bt-light-gray: #eee;
  --bt-dark-gray: #212529;
  --bt-blue: #0082FC;
  --bt-yellow: #F0AD4E;
  --bt-red: #E60000;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #65666a;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0082FC;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #005bb0;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, body.single-resource section.page-section.single-main-section article.single-main .entry-title,
body.single-news_article section.page-section.single-main-section article.single-main .entry-title,
body.single-press_release section.page-section.single-main-section article.single-main .entry-title,
body.single-event section.page-section.single-main-section article.single-main .entry-title, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 2.625rem; }

h2, .h2, body.single-resource section.page-section.single-main-section article.single-main .entry-title,
body.single-news_article section.page-section.single-main-section article.single-main .entry-title,
body.single-press_release section.page-section.single-main-section article.single-main .entry-title,
body.single-event section.page-section.single-main-section article.single-main .entry-title {
  font-size: 1.875rem; }

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #65666a; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #65666a;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dcfe; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abefd; }

.table-hover .table-primary:hover {
  background-color: #9fd0fe; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fd0fe; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-bt-gray,
.table-bt-gray > th,
.table-bt-gray > td {
  background-color: #d4d4d5; }

.table-bt-gray th,
.table-bt-gray td,
.table-bt-gray thead th,
.table-bt-gray tbody + tbody {
  border-color: #afafb2; }

.table-hover .table-bt-gray:hover {
  background-color: #c7c7c8; }
  .table-hover .table-bt-gray:hover > td,
  .table-hover .table-bt-gray:hover > th {
    background-color: #c7c7c8; }

.table-bt-light-gray,
.table-bt-light-gray > th,
.table-bt-light-gray > td {
  background-color: #fafafa; }

.table-bt-light-gray th,
.table-bt-light-gray td,
.table-bt-light-gray thead th,
.table-bt-light-gray tbody + tbody {
  border-color: #f6f6f6; }

.table-hover .table-bt-light-gray:hover {
  background-color: #ededed; }
  .table-hover .table-bt-light-gray:hover > td,
  .table-hover .table-bt-light-gray:hover > th {
    background-color: #ededed; }

.table-bt-dark-gray,
.table-bt-dark-gray > th,
.table-bt-dark-gray > td {
  background-color: #c1c2c3; }

.table-bt-dark-gray th,
.table-bt-dark-gray td,
.table-bt-dark-gray thead th,
.table-bt-dark-gray tbody + tbody {
  border-color: #8c8e90; }

.table-hover .table-bt-dark-gray:hover {
  background-color: #b4b5b6; }
  .table-hover .table-bt-dark-gray:hover > td,
  .table-hover .table-bt-dark-gray:hover > th {
    background-color: #b4b5b6; }

.table-bt-blue,
.table-bt-blue > th,
.table-bt-blue > td {
  background-color: #b8dcfe; }

.table-bt-blue th,
.table-bt-blue td,
.table-bt-blue thead th,
.table-bt-blue tbody + tbody {
  border-color: #7abefd; }

.table-hover .table-bt-blue:hover {
  background-color: #9fd0fe; }
  .table-hover .table-bt-blue:hover > td,
  .table-hover .table-bt-blue:hover > th {
    background-color: #9fd0fe; }

.table-bt-yellow,
.table-bt-yellow > th,
.table-bt-yellow > td {
  background-color: #fbe8cd; }

.table-bt-yellow th,
.table-bt-yellow td,
.table-bt-yellow thead th,
.table-bt-yellow tbody + tbody {
  border-color: #f7d4a3; }

.table-hover .table-bt-yellow:hover {
  background-color: #f9ddb5; }
  .table-hover .table-bt-yellow:hover > td,
  .table-hover .table-bt-yellow:hover > th {
    background-color: #f9ddb5; }

.table-bt-red,
.table-bt-red > th,
.table-bt-red > td {
  background-color: #f8b8b8; }

.table-bt-red th,
.table-bt-red td,
.table-bt-red thead th,
.table-bt-red tbody + tbody {
  border-color: #f27a7a; }

.table-hover .table-bt-red:hover {
  background-color: #f6a1a1; }
  .table-hover .table-bt-red:hover > td,
  .table-hover .table-bt-red:hover > th {
    background-color: #f6a1a1; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .ginput_container_multiselect .chosen-container .chosen-choices {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .ginput_container_multiselect .chosen-container .chosen-choices {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand, input[type="text"]::-ms-expand, input[type="password"]::-ms-expand, input[type="datetime"]::-ms-expand, input[type="datetime-local"]::-ms-expand, input[type="date"]::-ms-expand, input[type="month"]::-ms-expand, input[type="time"]::-ms-expand, input[type="week"]::-ms-expand, input[type="number"]::-ms-expand, input[type="email"]::-ms-expand, input[type="url"]::-ms-expand, input[type="search"]::-ms-expand, input[type="tel"]::-ms-expand, input[type="color"]::-ms-expand, select::-ms-expand, textarea::-ms-expand, .ginput_container_multiselect .chosen-container .chosen-choices::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, input:focus[type="text"], input:focus[type="password"], input:focus[type="datetime"], input:focus[type="datetime-local"], input:focus[type="date"], input:focus[type="month"], input:focus[type="time"], input:focus[type="week"], input:focus[type="number"], input:focus[type="email"], input:focus[type="url"], input:focus[type="search"], input:focus[type="tel"], input:focus[type="color"], select:focus, textarea:focus, .ginput_container_multiselect .chosen-container .chosen-choices:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7dc0ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
  .form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .ginput_container_multiselect .chosen-container .chosen-choices::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .ginput_container_multiselect .chosen-container .chosen-choices:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .ginput_container_multiselect .chosen-container .chosen-choices::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, select::placeholder, textarea::placeholder, .ginput_container_multiselect .chosen-container .chosen-choices::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, input:disabled[type="text"], input:disabled[type="password"], input:disabled[type="datetime"], input:disabled[type="datetime-local"], input:disabled[type="date"], input:disabled[type="month"], input:disabled[type="time"], input:disabled[type="week"], input:disabled[type="number"], input:disabled[type="email"], input:disabled[type="url"], input:disabled[type="search"], input:disabled[type="tel"], input:disabled[type="color"], select:disabled, textarea:disabled, .ginput_container_multiselect .chosen-container .chosen-choices:disabled, .form-control[readonly], input[readonly][type="text"], input[readonly][type="password"], input[readonly][type="datetime"], input[readonly][type="datetime-local"], input[readonly][type="date"], input[readonly][type="month"], input[readonly][type="time"], input[readonly][type="week"], input[readonly][type="number"], input[readonly][type="email"], input[readonly][type="url"], input[readonly][type="search"], input[readonly][type="tel"], input[readonly][type="color"], select[readonly], textarea[readonly], .ginput_container_multiselect .chosen-container .chosen-choices[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, select:focus::-ms-value, .ginput_container_multiselect .chosen-container select.chosen-choices:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.6; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.4; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #65666a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.3rem; }

select.form-control[size], select[size], .ginput_container_multiselect .chosen-container select.chosen-choices[size], select.form-control[multiple], select[multiple], .ginput_container_multiselect .chosen-container select.chosen-choices[multiple] {
  height: auto; }

textarea.form-control, textarea, .ginput_container_multiselect .chosen-container textarea.chosen-choices {
  height: auto; }

.form-group, .gfield {
  margin-bottom: 1rem; }

.form-text, .gfield_description {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check, .gfield_radio li, .gfield_checkbox li {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated input:valid[type="text"], .was-validated input:valid[type="password"], .was-validated input:valid[type="datetime"], .was-validated input:valid[type="datetime-local"], .was-validated input:valid[type="date"], .was-validated input:valid[type="month"], .was-validated input:valid[type="time"], .was-validated input:valid[type="week"], .was-validated input:valid[type="number"], .was-validated input:valid[type="email"], .was-validated input:valid[type="url"], .was-validated input:valid[type="search"], .was-validated input:valid[type="tel"], .was-validated input:valid[type="color"], .was-validated select:valid, .was-validated textarea:valid, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:valid, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:valid, .form-control.is-valid, input.is-valid[type="text"], input.is-valid[type="password"], input.is-valid[type="datetime"], input.is-valid[type="datetime-local"], input.is-valid[type="date"], input.is-valid[type="month"], input.is-valid[type="time"], input.is-valid[type="week"], input.is-valid[type="number"], input.is-valid[type="email"], input.is-valid[type="url"], input.is-valid[type="search"], input.is-valid[type="tel"], input.is-valid[type="color"], select.is-valid, textarea.is-valid, .ginput_container_multiselect .chosen-container .is-valid.chosen-choices {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated input:valid:focus[type="text"], .was-validated input:valid:focus[type="password"], .was-validated input:valid:focus[type="datetime"], .was-validated input:valid:focus[type="datetime-local"], .was-validated input:valid:focus[type="date"], .was-validated input:valid:focus[type="month"], .was-validated input:valid:focus[type="time"], .was-validated input:valid:focus[type="week"], .was-validated input:valid:focus[type="number"], .was-validated input:valid:focus[type="email"], .was-validated input:valid:focus[type="url"], .was-validated input:valid:focus[type="search"], .was-validated input:valid:focus[type="tel"], .was-validated input:valid:focus[type="color"], .was-validated select:valid:focus, .was-validated textarea:valid:focus, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:valid:focus, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:valid:focus, .form-control.is-valid:focus, input.is-valid:focus[type="text"], input.is-valid:focus[type="password"], input.is-valid:focus[type="datetime"], input.is-valid:focus[type="datetime-local"], input.is-valid:focus[type="date"], input.is-valid:focus[type="month"], input.is-valid:focus[type="time"], input.is-valid:focus[type="week"], input.is-valid:focus[type="number"], input.is-valid:focus[type="email"], input.is-valid:focus[type="url"], input.is-valid:focus[type="search"], input.is-valid:focus[type="tel"], input.is-valid:focus[type="color"], select.is-valid:focus, textarea.is-valid:focus, .ginput_container_multiselect .chosen-container .is-valid.chosen-choices:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated input:valid[type="password"] ~ .valid-feedback, .was-validated input:valid[type="datetime"] ~ .valid-feedback, .was-validated input:valid[type="datetime-local"] ~ .valid-feedback, .was-validated input:valid[type="date"] ~ .valid-feedback, .was-validated input:valid[type="month"] ~ .valid-feedback, .was-validated input:valid[type="time"] ~ .valid-feedback, .was-validated input:valid[type="week"] ~ .valid-feedback, .was-validated input:valid[type="number"] ~ .valid-feedback, .was-validated input:valid[type="email"] ~ .valid-feedback, .was-validated input:valid[type="url"] ~ .valid-feedback, .was-validated input:valid[type="search"] ~ .valid-feedback, .was-validated input:valid[type="tel"] ~ .valid-feedback, .was-validated input:valid[type="color"] ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:valid ~ .valid-feedback, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated input:valid[type="text"] ~ .valid-tooltip,
  .was-validated input:valid[type="password"] ~ .valid-tooltip,
  .was-validated input:valid[type="datetime"] ~ .valid-tooltip,
  .was-validated input:valid[type="datetime-local"] ~ .valid-tooltip,
  .was-validated input:valid[type="date"] ~ .valid-tooltip,
  .was-validated input:valid[type="month"] ~ .valid-tooltip,
  .was-validated input:valid[type="time"] ~ .valid-tooltip,
  .was-validated input:valid[type="week"] ~ .valid-tooltip,
  .was-validated input:valid[type="number"] ~ .valid-tooltip,
  .was-validated input:valid[type="email"] ~ .valid-tooltip,
  .was-validated input:valid[type="url"] ~ .valid-tooltip,
  .was-validated input:valid[type="search"] ~ .valid-tooltip,
  .was-validated input:valid[type="tel"] ~ .valid-tooltip,
  .was-validated input:valid[type="color"] ~ .valid-tooltip,
  .was-validated select:valid ~ .valid-tooltip,
  .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:valid ~ .valid-tooltip,
  .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[type="text"] ~ .valid-feedback, input.is-valid[type="password"] ~ .valid-feedback, input.is-valid[type="datetime"] ~ .valid-feedback, input.is-valid[type="datetime-local"] ~ .valid-feedback, input.is-valid[type="date"] ~ .valid-feedback, input.is-valid[type="month"] ~ .valid-feedback, input.is-valid[type="time"] ~ .valid-feedback, input.is-valid[type="week"] ~ .valid-feedback, input.is-valid[type="number"] ~ .valid-feedback, input.is-valid[type="email"] ~ .valid-feedback, input.is-valid[type="url"] ~ .valid-feedback, input.is-valid[type="search"] ~ .valid-feedback, input.is-valid[type="tel"] ~ .valid-feedback, input.is-valid[type="color"] ~ .valid-feedback, select.is-valid ~ .valid-feedback, textarea.is-valid ~ .valid-feedback, .ginput_container_multiselect .chosen-container .is-valid.chosen-choices ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  input.is-valid[type="text"] ~ .valid-tooltip,
  input.is-valid[type="password"] ~ .valid-tooltip,
  input.is-valid[type="datetime"] ~ .valid-tooltip,
  input.is-valid[type="datetime-local"] ~ .valid-tooltip,
  input.is-valid[type="date"] ~ .valid-tooltip,
  input.is-valid[type="month"] ~ .valid-tooltip,
  input.is-valid[type="time"] ~ .valid-tooltip,
  input.is-valid[type="week"] ~ .valid-tooltip,
  input.is-valid[type="number"] ~ .valid-tooltip,
  input.is-valid[type="email"] ~ .valid-tooltip,
  input.is-valid[type="url"] ~ .valid-tooltip,
  input.is-valid[type="search"] ~ .valid-tooltip,
  input.is-valid[type="tel"] ~ .valid-tooltip,
  input.is-valid[type="color"] ~ .valid-tooltip,
  select.is-valid ~ .valid-tooltip,
  textarea.is-valid ~ .valid-tooltip,
  .ginput_container_multiselect .chosen-container .is-valid.chosen-choices ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, .was-validated textarea:valid, .was-validated .ginput_container_multiselect .chosen-container textarea.chosen-choices:valid, .ginput_container_multiselect .chosen-container .was-validated textarea.chosen-choices:valid, textarea.form-control.is-valid, textarea.is-valid, .ginput_container_multiselect .chosen-container textarea.is-valid.chosen-choices {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .custom-select:valid, .was-validated select:valid, .custom-select.is-valid, select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .was-validated select:valid:focus, .custom-select.is-valid:focus, select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback, .was-validated select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated input:invalid[type="text"], .was-validated input:invalid[type="password"], .was-validated input:invalid[type="datetime"], .was-validated input:invalid[type="datetime-local"], .was-validated input:invalid[type="date"], .was-validated input:invalid[type="month"], .was-validated input:invalid[type="time"], .was-validated input:invalid[type="week"], .was-validated input:invalid[type="number"], .was-validated input:invalid[type="email"], .was-validated input:invalid[type="url"], .was-validated input:invalid[type="search"], .was-validated input:invalid[type="tel"], .was-validated input:invalid[type="color"], .was-validated select:invalid, .was-validated textarea:invalid, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:invalid, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:invalid, .form-control.is-invalid, input.is-invalid[type="text"], input.is-invalid[type="password"], input.is-invalid[type="datetime"], input.is-invalid[type="datetime-local"], input.is-invalid[type="date"], input.is-invalid[type="month"], input.is-invalid[type="time"], input.is-invalid[type="week"], input.is-invalid[type="number"], input.is-invalid[type="email"], input.is-invalid[type="url"], input.is-invalid[type="search"], input.is-invalid[type="tel"], input.is-invalid[type="color"], select.is-invalid, textarea.is-invalid, .ginput_container_multiselect .chosen-container .is-invalid.chosen-choices {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated input:invalid:focus[type="text"], .was-validated input:invalid:focus[type="password"], .was-validated input:invalid:focus[type="datetime"], .was-validated input:invalid:focus[type="datetime-local"], .was-validated input:invalid:focus[type="date"], .was-validated input:invalid:focus[type="month"], .was-validated input:invalid:focus[type="time"], .was-validated input:invalid:focus[type="week"], .was-validated input:invalid:focus[type="number"], .was-validated input:invalid:focus[type="email"], .was-validated input:invalid:focus[type="url"], .was-validated input:invalid:focus[type="search"], .was-validated input:invalid:focus[type="tel"], .was-validated input:invalid:focus[type="color"], .was-validated select:invalid:focus, .was-validated textarea:invalid:focus, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:invalid:focus, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:invalid:focus, .form-control.is-invalid:focus, input.is-invalid:focus[type="text"], input.is-invalid:focus[type="password"], input.is-invalid:focus[type="datetime"], input.is-invalid:focus[type="datetime-local"], input.is-invalid:focus[type="date"], input.is-invalid:focus[type="month"], input.is-invalid:focus[type="time"], input.is-invalid:focus[type="week"], input.is-invalid:focus[type="number"], input.is-invalid:focus[type="email"], input.is-invalid:focus[type="url"], input.is-invalid:focus[type="search"], input.is-invalid:focus[type="tel"], input.is-invalid:focus[type="color"], select.is-invalid:focus, textarea.is-invalid:focus, .ginput_container_multiselect .chosen-container .is-invalid.chosen-choices:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated input:invalid[type="password"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime"] ~ .invalid-feedback, .was-validated input:invalid[type="datetime-local"] ~ .invalid-feedback, .was-validated input:invalid[type="date"] ~ .invalid-feedback, .was-validated input:invalid[type="month"] ~ .invalid-feedback, .was-validated input:invalid[type="time"] ~ .invalid-feedback, .was-validated input:invalid[type="week"] ~ .invalid-feedback, .was-validated input:invalid[type="number"] ~ .invalid-feedback, .was-validated input:invalid[type="email"] ~ .invalid-feedback, .was-validated input:invalid[type="url"] ~ .invalid-feedback, .was-validated input:invalid[type="search"] ~ .invalid-feedback, .was-validated input:invalid[type="tel"] ~ .invalid-feedback, .was-validated input:invalid[type="color"] ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:invalid ~ .invalid-feedback, .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="password"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="datetime"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="datetime-local"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="date"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="month"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="time"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="week"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="number"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="search"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="tel"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="color"] ~ .invalid-tooltip,
  .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .ginput_container_multiselect .chosen-container .chosen-choices:invalid ~ .invalid-tooltip,
  .ginput_container_multiselect .chosen-container .was-validated .chosen-choices:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[type="text"] ~ .invalid-feedback, input.is-invalid[type="password"] ~ .invalid-feedback, input.is-invalid[type="datetime"] ~ .invalid-feedback, input.is-invalid[type="datetime-local"] ~ .invalid-feedback, input.is-invalid[type="date"] ~ .invalid-feedback, input.is-invalid[type="month"] ~ .invalid-feedback, input.is-invalid[type="time"] ~ .invalid-feedback, input.is-invalid[type="week"] ~ .invalid-feedback, input.is-invalid[type="number"] ~ .invalid-feedback, input.is-invalid[type="email"] ~ .invalid-feedback, input.is-invalid[type="url"] ~ .invalid-feedback, input.is-invalid[type="search"] ~ .invalid-feedback, input.is-invalid[type="tel"] ~ .invalid-feedback, input.is-invalid[type="color"] ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback, .ginput_container_multiselect .chosen-container .is-invalid.chosen-choices ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  input.is-invalid[type="text"] ~ .invalid-tooltip,
  input.is-invalid[type="password"] ~ .invalid-tooltip,
  input.is-invalid[type="datetime"] ~ .invalid-tooltip,
  input.is-invalid[type="datetime-local"] ~ .invalid-tooltip,
  input.is-invalid[type="date"] ~ .invalid-tooltip,
  input.is-invalid[type="month"] ~ .invalid-tooltip,
  input.is-invalid[type="time"] ~ .invalid-tooltip,
  input.is-invalid[type="week"] ~ .invalid-tooltip,
  input.is-invalid[type="number"] ~ .invalid-tooltip,
  input.is-invalid[type="email"] ~ .invalid-tooltip,
  input.is-invalid[type="url"] ~ .invalid-tooltip,
  input.is-invalid[type="search"] ~ .invalid-tooltip,
  input.is-invalid[type="tel"] ~ .invalid-tooltip,
  input.is-invalid[type="color"] ~ .invalid-tooltip,
  select.is-invalid ~ .invalid-tooltip,
  textarea.is-invalid ~ .invalid-tooltip,
  .ginput_container_multiselect .chosen-container .is-invalid.chosen-choices ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, .was-validated textarea:invalid, .was-validated .ginput_container_multiselect .chosen-container textarea.chosen-choices:invalid, .ginput_container_multiselect .chosen-container .was-validated textarea.chosen-choices:invalid, textarea.form-control.is-invalid, textarea.is-invalid, .ginput_container_multiselect .chosen-container textarea.is-invalid.chosen-choices {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); }

.was-validated .custom-select:invalid, .was-validated select:invalid, .custom-select.is-invalid, select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .was-validated select:invalid:focus, .custom-select.is-invalid:focus, select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check, .form-inline .gfield_radio li, .gfield_radio .form-inline li, .form-inline .gfield_checkbox li, .gfield_checkbox .form-inline li {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .form-inline .gfield {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline input[type="text"], .form-inline input[type="password"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="date"], .form-inline input[type="month"], .form-inline input[type="time"], .form-inline input[type="week"], .form-inline input[type="number"], .form-inline input[type="email"], .form-inline input[type="url"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="color"], .form-inline select, .form-inline textarea, .form-inline .ginput_container_multiselect .chosen-container .chosen-choices, .ginput_container_multiselect .chosen-container .form-inline .chosen-choices {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline select {
      width: auto; }
    .form-inline .form-check, .form-inline .gfield_radio li, .gfield_radio .form-inline li, .form-inline .gfield_checkbox li, .gfield_checkbox .form-inline li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .tabs.tabs-wp.buttons .nav-tabs .nav-link, button,
input[type=button],
input[type=submit],
button[type=submit], #header-primary-cta-buttons a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #footer-primary-cta-buttons a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-cta-buttons a, #user-menu .menu-header .menu-close, #user-primary-cta-buttons a {
  display: inline-block;
  font-weight: 500;
  color: #65666a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .tabs.tabs-wp.buttons .nav-tabs .nav-link, button,
    input[type=button],
    input[type=submit],
    button[type=submit], #header-primary-cta-buttons a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #footer-primary-cta-buttons a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-cta-buttons a, #user-menu .menu-header .menu-close, #user-primary-cta-buttons a {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .tabs.tabs-wp.buttons .nav-tabs .nav-link:hover, button:hover,
  input:hover[type=button],
  input:hover[type=submit], #header-primary-cta-buttons a:hover, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:hover, #footer-primary-cta-buttons a:hover, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:hover, #mobile-primary-cta-buttons a:hover, #user-menu .menu-header .menu-close:hover, #user-primary-cta-buttons a:hover {
    color: #65666a;
    text-decoration: none; }
  .btn:focus, .tabs.tabs-wp.buttons .nav-tabs .nav-link:focus, button:focus,
  input:focus[type=button],
  input:focus[type=submit], #header-primary-cta-buttons a:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:focus, #footer-primary-cta-buttons a:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:focus, #mobile-primary-cta-buttons a:focus, #user-menu .menu-header .menu-close:focus, #user-primary-cta-buttons a:focus, .btn.focus, .tabs.tabs-wp.buttons .nav-tabs .focus.nav-link, button.focus,
  input.focus[type=button],
  input.focus[type=submit], #header-primary-cta-buttons a.focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a.focus, #footer-primary-cta-buttons a.focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a.focus, #mobile-primary-cta-buttons a.focus, #user-menu .menu-header .focus.menu-close, #user-primary-cta-buttons a.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
  .btn.disabled, .tabs.tabs-wp.buttons .nav-tabs .disabled.nav-link, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit], #header-primary-cta-buttons a.disabled, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a.disabled, #footer-primary-cta-buttons a.disabled, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a.disabled, #mobile-primary-cta-buttons a.disabled, #user-menu .menu-header .disabled.menu-close, #user-primary-cta-buttons a.disabled, .btn:disabled, .tabs.tabs-wp.buttons .nav-tabs .nav-link:disabled, button:disabled,
  input:disabled[type=button],
  input:disabled[type=submit], #header-primary-cta-buttons a:disabled, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:disabled, #footer-primary-cta-buttons a:disabled, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:disabled, #mobile-primary-cta-buttons a:disabled, #user-menu .menu-header .menu-close:disabled, #user-primary-cta-buttons a:disabled {
    opacity: 0.65; }

a.btn.disabled, .tabs.tabs-wp.buttons .nav-tabs a.disabled.nav-link, #header-primary-cta-buttons a.disabled, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a.disabled, #footer-primary-cta-buttons a.disabled, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a.disabled, #mobile-primary-cta-buttons a.disabled, #user-menu .menu-header a.disabled.menu-close, #user-primary-cta-buttons a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .tabs.tabs-wp.buttons .nav-tabs a.nav-link,
.tabs.tabs-wp.buttons .nav-tabs fieldset:disabled a.nav-link,
fieldset:disabled #header-primary-cta-buttons a,
#header-primary-cta-buttons fieldset:disabled a,
fieldset:disabled #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link fieldset:disabled a,
fieldset:disabled #footer-primary-cta-buttons a,
#footer-primary-cta-buttons fieldset:disabled a,
fieldset:disabled #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link fieldset:disabled a,
fieldset:disabled #mobile-primary-cta-buttons a,
#mobile-primary-cta-buttons fieldset:disabled a,
fieldset:disabled #user-menu .menu-header a.menu-close,
#user-menu .menu-header fieldset:disabled a.menu-close,
fieldset:disabled #user-primary-cta-buttons a,
#user-primary-cta-buttons fieldset:disabled a {
  pointer-events: none; }

.btn-primary,
input[type=submit],
button[type=submit], #header-primary-cta-buttons li.primary a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #footer-primary-cta-buttons li.primary a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-cta-buttons li.primary a, section.page-section.image-gallery-section .section-gallery .load-more button {
  color: #fff;
  background-color: #0082FC;
  border-color: #0082FC; }
  .btn-primary:hover,
  input:hover[type=submit],
  button:hover[type=submit], #header-primary-cta-buttons li.primary a:hover, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:hover, #footer-primary-cta-buttons li.primary a:hover, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:hover, #mobile-primary-cta-buttons li.primary a:hover, section.page-section.image-gallery-section .section-gallery .load-more button:hover {
    color: #fff;
    background-color: #006ed6;
    border-color: #0068c9; }
  .btn-primary:focus,
  input:focus[type=submit],
  button:focus[type=submit], #header-primary-cta-buttons li.primary a:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:focus, #footer-primary-cta-buttons li.primary a:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:focus, #mobile-primary-cta-buttons li.primary a:focus, section.page-section.image-gallery-section .section-gallery .load-more button:focus, .btn-primary.focus,
  input.focus[type=submit],
  button.focus[type=submit], #header-primary-cta-buttons li.primary a.focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a.focus, #footer-primary-cta-buttons li.primary a.focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a.focus, #mobile-primary-cta-buttons li.primary a.focus, section.page-section.image-gallery-section .section-gallery .load-more button.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }
  .btn-primary.disabled,
  input.disabled[type=submit],
  button.disabled[type=submit], #header-primary-cta-buttons li.primary a.disabled, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a.disabled, #footer-primary-cta-buttons li.primary a.disabled, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a.disabled, #mobile-primary-cta-buttons li.primary a.disabled, section.page-section.image-gallery-section .section-gallery .load-more button.disabled, .btn-primary:disabled,
  input:disabled[type=submit],
  button:disabled[type=submit], #header-primary-cta-buttons li.primary a:disabled, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:disabled, #footer-primary-cta-buttons li.primary a:disabled, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:disabled, #mobile-primary-cta-buttons li.primary a:disabled, section.page-section.image-gallery-section .section-gallery .load-more button:disabled {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
  .btn-primary:not(:disabled):not(.disabled):active, input:not(:disabled):not(.disabled):active[type=submit],
  button:not(:disabled):not(.disabled):active[type=submit], #header-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:not(:disabled):not(.disabled):active, #footer-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:not(:disabled):not(.disabled):active, #mobile-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active, section.page-section.image-gallery-section .section-gallery .load-more button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, input:not(:disabled):not(.disabled).active[type=submit],
  button:not(:disabled):not(.disabled).active[type=submit], #header-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:not(:disabled):not(.disabled).active, #footer-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:not(:disabled):not(.disabled).active, #mobile-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active, section.page-section.image-gallery-section .section-gallery .load-more button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > input.dropdown-toggle[type=submit],
  .show > button.dropdown-toggle[type=submit],
  #header-primary-cta-buttons li.primary .show > a.dropdown-toggle,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .show > a.dropdown-toggle,
  #footer-primary-cta-buttons li.primary .show > a.dropdown-toggle,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .show > a.dropdown-toggle,
  #mobile-primary-cta-buttons li.primary .show > a.dropdown-toggle,
  section.page-section.image-gallery-section .section-gallery .load-more .show > button.dropdown-toggle {
    color: #fff;
    background-color: #0068c9;
    border-color: #0061bc; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, input:not(:disabled):not(.disabled):active:focus[type=submit],
    button:not(:disabled):not(.disabled):active:focus[type=submit], #header-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:not(:disabled):not(.disabled):active:focus, #footer-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:not(:disabled):not(.disabled):active:focus, #mobile-primary-cta-buttons li.primary a:not(:disabled):not(.disabled):active:focus, section.page-section.image-gallery-section .section-gallery .load-more button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, input:not(:disabled):not(.disabled).active:focus[type=submit],
    button:not(:disabled):not(.disabled).active:focus[type=submit], #header-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:not(:disabled):not(.disabled).active:focus, #footer-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:not(:disabled):not(.disabled).active:focus, #mobile-primary-cta-buttons li.primary a:not(:disabled):not(.disabled).active:focus, section.page-section.image-gallery-section .section-gallery .load-more button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > input.dropdown-toggle:focus[type=submit],
    .show > button.dropdown-toggle:focus[type=submit],
    #header-primary-cta-buttons li.primary .show > a.dropdown-toggle:focus,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .show > a.dropdown-toggle:focus,
    #footer-primary-cta-buttons li.primary .show > a.dropdown-toggle:focus,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .show > a.dropdown-toggle:focus,
    #mobile-primary-cta-buttons li.primary .show > a.dropdown-toggle:focus,
    section.page-section.image-gallery-section .section-gallery .load-more .show > button.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }

.btn-secondary, button,
input[type=button],
input[type=submit] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, button:hover,
  input:hover[type=button],
  input:hover[type=submit] {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, button:focus,
  input:focus[type=button],
  input:focus[type=submit], .btn-secondary.focus, button.focus,
  input.focus[type=button],
  input.focus[type=submit] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit], .btn-secondary:disabled, button:disabled,
  input:disabled[type=button],
  input:disabled[type=submit] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active,
  input:not(:disabled):not(.disabled):active[type=button], input:not(:disabled):not(.disabled):active[type=submit], .btn-secondary:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active,
  input:not(:disabled):not(.disabled).active[type=button], input:not(:disabled):not(.disabled).active[type=submit],
  .show > .btn-secondary.dropdown-toggle,
  .show > button.dropdown-toggle,
  .show > input.dropdown-toggle[type=button],
  .show > input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus,
    input:not(:disabled):not(.disabled):active:focus[type=button], input:not(:disabled):not(.disabled):active:focus[type=submit], .btn-secondary:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus,
    input:not(:disabled):not(.disabled).active:focus[type=button], input:not(:disabled):not(.disabled).active:focus[type=submit],
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > button.dropdown-toggle:focus,
    .show > input.dropdown-toggle:focus[type=button],
    .show > input.dropdown-toggle:focus[type=submit] {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-bt-gray {
  color: #fff;
  background-color: #65666a;
  border-color: #65666a; }
  .btn-bt-gray:hover {
    color: #fff;
    background-color: #525356;
    border-color: #4c4d50; }
  .btn-bt-gray:focus, .btn-bt-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 125, 128, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(124, 125, 128, 0.5); }
  .btn-bt-gray.disabled, .btn-bt-gray:disabled {
    color: #fff;
    background-color: #65666a;
    border-color: #65666a; }
  .btn-bt-gray:not(:disabled):not(.disabled):active, .btn-bt-gray:not(:disabled):not(.disabled).active,
  .show > .btn-bt-gray.dropdown-toggle {
    color: #fff;
    background-color: #4c4d50;
    border-color: #464749; }
    .btn-bt-gray:not(:disabled):not(.disabled):active:focus, .btn-bt-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 125, 128, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(124, 125, 128, 0.5); }

.btn-bt-light-gray {
  color: #212529;
  background-color: #eee;
  border-color: #eee; }
  .btn-bt-light-gray:hover {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d5d5d5; }
  .btn-bt-light-gray:focus, .btn-bt-light-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5); }
  .btn-bt-light-gray.disabled, .btn-bt-light-gray:disabled {
    color: #212529;
    background-color: #eee;
    border-color: #eee; }
  .btn-bt-light-gray:not(:disabled):not(.disabled):active, .btn-bt-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-bt-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cecece; }
    .btn-bt-light-gray:not(:disabled):not(.disabled):active:focus, .btn-bt-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-light-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5); }

.btn-bt-dark-gray {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-bt-dark-gray:hover {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d; }
  .btn-bt-dark-gray:focus, .btn-bt-dark-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .btn-bt-dark-gray.disabled, .btn-bt-dark-gray:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-bt-dark-gray:not(:disabled):not(.disabled):active, .btn-bt-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-bt-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #0a0c0d;
    border-color: #050506; }
    .btn-bt-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-bt-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-dark-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.btn-bt-blue {
  color: #fff;
  background-color: #0082FC;
  border-color: #0082FC; }
  .btn-bt-blue:hover {
    color: #fff;
    background-color: #006ed6;
    border-color: #0068c9; }
  .btn-bt-blue:focus, .btn-bt-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }
  .btn-bt-blue.disabled, .btn-bt-blue:disabled {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
  .btn-bt-blue:not(:disabled):not(.disabled):active, .btn-bt-blue:not(:disabled):not(.disabled).active,
  .show > .btn-bt-blue.dropdown-toggle {
    color: #fff;
    background-color: #0068c9;
    border-color: #0061bc; }
    .btn-bt-blue:not(:disabled):not(.disabled):active:focus, .btn-bt-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }

.btn-bt-yellow {
  color: #212529;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }
  .btn-bt-yellow:hover {
    color: #212529;
    background-color: #ed9d2b;
    border-color: #ec971f; }
  .btn-bt-yellow:focus, .btn-bt-yellow.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); }
  .btn-bt-yellow.disabled, .btn-bt-yellow:disabled {
    color: #212529;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-bt-yellow:not(:disabled):not(.disabled):active, .btn-bt-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-bt-yellow.dropdown-toggle {
    color: #212529;
    background-color: #ec971f;
    border-color: #ea9214; }
    .btn-bt-yellow:not(:disabled):not(.disabled):active:focus, .btn-bt-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-yellow.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); }

.btn-bt-red {
  color: #fff;
  background-color: #E60000;
  border-color: #E60000; }
  .btn-bt-red:hover {
    color: #fff;
    background-color: #c00000;
    border-color: #b30000; }
  .btn-bt-red:focus, .btn-bt-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5); }
  .btn-bt-red.disabled, .btn-bt-red:disabled {
    color: #fff;
    background-color: #E60000;
    border-color: #E60000; }
  .btn-bt-red:not(:disabled):not(.disabled):active, .btn-bt-red:not(:disabled):not(.disabled).active,
  .show > .btn-bt-red.dropdown-toggle {
    color: #fff;
    background-color: #b30000;
    border-color: #a60000; }
    .btn-bt-red:not(:disabled):not(.disabled):active:focus, .btn-bt-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bt-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(234, 38, 38, 0.5); }

.btn-black, #user-menu .menu-header .menu-close, #user-primary-cta-buttons a {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover, #user-menu .menu-header .menu-close:hover, #user-primary-cta-buttons a:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, #user-menu .menu-header .menu-close:focus, #user-primary-cta-buttons a:focus, .btn-black.focus, #user-menu .menu-header .focus.menu-close, #user-primary-cta-buttons a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, #user-menu .menu-header .disabled.menu-close, #user-primary-cta-buttons a.disabled, .btn-black:disabled, #user-menu .menu-header .menu-close:disabled, #user-primary-cta-buttons a:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, #user-menu .menu-header .menu-close:not(:disabled):not(.disabled):active, #user-primary-cta-buttons a:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, #user-menu .menu-header .menu-close:not(:disabled):not(.disabled).active, #user-primary-cta-buttons a:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle,
  #user-menu .menu-header .show > .dropdown-toggle.menu-close,
  #user-primary-cta-buttons .show > a.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, #user-menu .menu-header .menu-close:not(:disabled):not(.disabled):active:focus, #user-primary-cta-buttons a:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, #user-menu .menu-header .menu-close:not(:disabled):not(.disabled).active:focus, #user-primary-cta-buttons a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus,
    #user-menu .menu-header .show > .dropdown-toggle.menu-close:focus,
    #user-primary-cta-buttons .show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary, #header-primary-cta-buttons a, #footer-primary-cta-buttons a, #mobile-primary-cta-buttons a {
  color: #0082FC;
  border-color: #0082FC; }
  .btn-outline-primary:hover, #header-primary-cta-buttons a:hover, #footer-primary-cta-buttons a:hover, #mobile-primary-cta-buttons a:hover {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
  .btn-outline-primary:focus, #header-primary-cta-buttons a:focus, #footer-primary-cta-buttons a:focus, #mobile-primary-cta-buttons a:focus, .btn-outline-primary.focus, #header-primary-cta-buttons a.focus, #footer-primary-cta-buttons a.focus, #mobile-primary-cta-buttons a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }
  .btn-outline-primary.disabled, #header-primary-cta-buttons a.disabled, #footer-primary-cta-buttons a.disabled, #mobile-primary-cta-buttons a.disabled, .btn-outline-primary:disabled, #header-primary-cta-buttons a:disabled, #footer-primary-cta-buttons a:disabled, #mobile-primary-cta-buttons a:disabled {
    color: #0082FC;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, #header-primary-cta-buttons a:not(:disabled):not(.disabled):active, #footer-primary-cta-buttons a:not(:disabled):not(.disabled):active, #mobile-primary-cta-buttons a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, #header-primary-cta-buttons a:not(:disabled):not(.disabled).active, #footer-primary-cta-buttons a:not(:disabled):not(.disabled).active, #mobile-primary-cta-buttons a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  #header-primary-cta-buttons .show > a.dropdown-toggle,
  #footer-primary-cta-buttons .show > a.dropdown-toggle,
  #mobile-primary-cta-buttons .show > a.dropdown-toggle {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #header-primary-cta-buttons a:not(:disabled):not(.disabled):active:focus, #footer-primary-cta-buttons a:not(:disabled):not(.disabled):active:focus, #mobile-primary-cta-buttons a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #header-primary-cta-buttons a:not(:disabled):not(.disabled).active:focus, #footer-primary-cta-buttons a:not(:disabled):not(.disabled).active:focus, #mobile-primary-cta-buttons a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    #header-primary-cta-buttons .show > a.dropdown-toggle:focus,
    #footer-primary-cta-buttons .show > a.dropdown-toggle:focus,
    #mobile-primary-cta-buttons .show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-bt-gray {
  color: #65666a;
  border-color: #65666a; }
  .btn-outline-bt-gray:hover {
    color: #fff;
    background-color: #65666a;
    border-color: #65666a; }
  .btn-outline-bt-gray:focus, .btn-outline-bt-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5); }
  .btn-outline-bt-gray.disabled, .btn-outline-bt-gray:disabled {
    color: #65666a;
    background-color: transparent; }
  .btn-outline-bt-gray:not(:disabled):not(.disabled):active, .btn-outline-bt-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-gray.dropdown-toggle {
    color: #fff;
    background-color: #65666a;
    border-color: #65666a; }
    .btn-outline-bt-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5); }

.btn-outline-bt-light-gray {
  color: #eee;
  border-color: #eee; }
  .btn-outline-bt-light-gray:hover {
    color: #212529;
    background-color: #eee;
    border-color: #eee; }
  .btn-outline-bt-light-gray:focus, .btn-outline-bt-light-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
  .btn-outline-bt-light-gray.disabled, .btn-outline-bt-light-gray:disabled {
    color: #eee;
    background-color: transparent; }
  .btn-outline-bt-light-gray:not(:disabled):not(.disabled):active, .btn-outline-bt-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #eee;
    border-color: #eee; }
    .btn-outline-bt-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-light-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }

.btn-outline-bt-dark-gray {
  color: #212529;
  border-color: #212529; }
  .btn-outline-bt-dark-gray:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-outline-bt-dark-gray:focus, .btn-outline-bt-dark-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }
  .btn-outline-bt-dark-gray.disabled, .btn-outline-bt-dark-gray:disabled {
    color: #212529;
    background-color: transparent; }
  .btn-outline-bt-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-bt-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-bt-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-dark-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.btn-outline-bt-blue {
  color: #0082FC;
  border-color: #0082FC; }
  .btn-outline-bt-blue:hover {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
  .btn-outline-bt-blue:focus, .btn-outline-bt-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }
  .btn-outline-bt-blue.disabled, .btn-outline-bt-blue:disabled {
    color: #0082FC;
    background-color: transparent; }
  .btn-outline-bt-blue:not(:disabled):not(.disabled):active, .btn-outline-bt-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-blue.dropdown-toggle {
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }
    .btn-outline-bt-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }

.btn-outline-bt-yellow {
  color: #F0AD4E;
  border-color: #F0AD4E; }
  .btn-outline-bt-yellow:hover {
    color: #212529;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-outline-bt-yellow:focus, .btn-outline-bt-yellow.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  .btn-outline-bt-yellow.disabled, .btn-outline-bt-yellow:disabled {
    color: #F0AD4E;
    background-color: transparent; }
  .btn-outline-bt-yellow:not(:disabled):not(.disabled):active, .btn-outline-bt-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-yellow.dropdown-toggle {
    color: #212529;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
    .btn-outline-bt-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-yellow.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }

.btn-outline-bt-red {
  color: #E60000;
  border-color: #E60000; }
  .btn-outline-bt-red:hover {
    color: #fff;
    background-color: #E60000;
    border-color: #E60000; }
  .btn-outline-bt-red:focus, .btn-outline-bt-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5); }
  .btn-outline-bt-red.disabled, .btn-outline-bt-red:disabled {
    color: #E60000;
    background-color: transparent; }
  .btn-outline-bt-red:not(:disabled):not(.disabled):active, .btn-outline-bt-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bt-red.dropdown-toggle {
    color: #fff;
    background-color: #E60000;
    border-color: #E60000; }
    .btn-outline-bt-red:not(:disabled):not(.disabled):active:focus, .btn-outline-bt-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bt-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0082FC;
  text-decoration: none; }
  .btn-link:hover {
    color: #005bb0;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button,
.btn-group-lg > input[type=button],
.btn-group-lg > input[type=submit],
.btn-group-lg > button[type=submit], #header-primary-cta-buttons .btn-group-lg > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-lg > a, #footer-primary-cta-buttons .btn-group-lg > a, #user-menu .menu-header .btn-group-lg > .menu-close, .tabs.tabs-wp.buttons .nav-tabs .nav-link, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-cta-buttons a, #user-primary-cta-buttons a, section.page-section.image-gallery-section .section-gallery .load-more button {
  padding: 0.825rem 1.325rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .tabs.tabs-wp.buttons .nav-tabs .btn-group-sm > .nav-link, .btn-group-sm > button,
.btn-group-sm > input[type=button],
.btn-group-sm > input[type=submit],
.btn-group-sm > button[type=submit], #header-primary-cta-buttons .btn-group-sm > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-sm > a, #footer-primary-cta-buttons .btn-group-sm > a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-sm > a, #mobile-primary-cta-buttons .btn-group-sm > a, #user-menu .menu-header .btn-group-sm > .menu-close, #user-primary-cta-buttons .btn-group-sm > a {
  padding: 0.1875rem 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.6em;
    vertical-align: 0.198em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #65666a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: 0.198em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: 0.198em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: 0.198em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: 0.198em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0082FC; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link, .btn-group > button,
  .btn-group > input[type=button],
  .btn-group > input[type=submit],
  .btn-group > button[type=submit], #header-primary-cta-buttons .btn-group > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a, #footer-primary-cta-buttons .btn-group > a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a, #mobile-primary-cta-buttons .btn-group > a, #user-menu .menu-header .btn-group > .menu-close, #user-primary-cta-buttons .btn-group > a,
  .btn-group-vertical > .btn,
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link,
  .btn-group-vertical > button,
  .btn-group-vertical > input[type=button],
  .btn-group-vertical > input[type=submit],
  .btn-group-vertical > button[type=submit],
  #header-primary-cta-buttons .btn-group-vertical > a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a,
  #footer-primary-cta-buttons .btn-group-vertical > a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a,
  #mobile-primary-cta-buttons .btn-group-vertical > a,
  #user-menu .menu-header .btn-group-vertical > .menu-close,
  #user-primary-cta-buttons .btn-group-vertical > a {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover, .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:hover, .btn-group > button:hover,
    .btn-group > input:hover[type=button],
    .btn-group > input:hover[type=submit],
    .btn-group > button:hover[type=submit], #header-primary-cta-buttons .btn-group > a:hover, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:hover, #footer-primary-cta-buttons .btn-group > a:hover, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:hover, #mobile-primary-cta-buttons .btn-group > a:hover, #user-menu .menu-header .btn-group > .menu-close:hover, #user-primary-cta-buttons .btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:hover,
    .btn-group-vertical > button:hover,
    .btn-group-vertical > input:hover[type=button],
    .btn-group-vertical > input:hover[type=submit],
    .btn-group-vertical > button:hover[type=submit],
    #header-primary-cta-buttons .btn-group-vertical > a:hover,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:hover,
    #footer-primary-cta-buttons .btn-group-vertical > a:hover,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:hover,
    #mobile-primary-cta-buttons .btn-group-vertical > a:hover,
    #user-menu .menu-header .btn-group-vertical > .menu-close:hover,
    #user-primary-cta-buttons .btn-group-vertical > a:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:focus, .btn-group > button:focus,
    .btn-group > input:focus[type=button],
    .btn-group > input:focus[type=submit],
    .btn-group > button:focus[type=submit], #header-primary-cta-buttons .btn-group > a:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:focus, #footer-primary-cta-buttons .btn-group > a:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:focus, #mobile-primary-cta-buttons .btn-group > a:focus, #user-menu .menu-header .btn-group > .menu-close:focus, #user-primary-cta-buttons .btn-group > a:focus, .btn-group > .btn:active, .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:active, .btn-group > button:active,
    .btn-group > input:active[type=button],
    .btn-group > input:active[type=submit],
    .btn-group > button:active[type=submit], #header-primary-cta-buttons .btn-group > a:active, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:active, #footer-primary-cta-buttons .btn-group > a:active, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:active, #mobile-primary-cta-buttons .btn-group > a:active, #user-menu .menu-header .btn-group > .menu-close:active, #user-primary-cta-buttons .btn-group > a:active, .btn-group > .btn.active, .tabs.tabs-wp.buttons .nav-tabs .btn-group > .active.nav-link, .btn-group > button.active,
    .btn-group > input.active[type=button],
    .btn-group > input.active[type=submit],
    .btn-group > button.active[type=submit], #header-primary-cta-buttons .btn-group > a.active, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a.active, #footer-primary-cta-buttons .btn-group > a.active, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a.active, #mobile-primary-cta-buttons .btn-group > a.active, #user-menu .menu-header .btn-group > .active.menu-close, #user-primary-cta-buttons .btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:focus,
    .btn-group-vertical > button:focus,
    .btn-group-vertical > input:focus[type=button],
    .btn-group-vertical > input:focus[type=submit],
    .btn-group-vertical > button:focus[type=submit],
    #header-primary-cta-buttons .btn-group-vertical > a:focus,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:focus,
    #footer-primary-cta-buttons .btn-group-vertical > a:focus,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:focus,
    #mobile-primary-cta-buttons .btn-group-vertical > a:focus,
    #user-menu .menu-header .btn-group-vertical > .menu-close:focus,
    #user-primary-cta-buttons .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:active,
    .btn-group-vertical > button:active,
    .btn-group-vertical > input:active[type=button],
    .btn-group-vertical > input:active[type=submit],
    .btn-group-vertical > button:active[type=submit],
    #header-primary-cta-buttons .btn-group-vertical > a:active,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:active,
    #footer-primary-cta-buttons .btn-group-vertical > a:active,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:active,
    #mobile-primary-cta-buttons .btn-group-vertical > a:active,
    #user-menu .menu-header .btn-group-vertical > .menu-close:active,
    #user-primary-cta-buttons .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .active.nav-link,
    .btn-group-vertical > button.active,
    .btn-group-vertical > input.active[type=button],
    .btn-group-vertical > input.active[type=submit],
    .btn-group-vertical > button.active[type=submit],
    #header-primary-cta-buttons .btn-group-vertical > a.active,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a.active,
    #footer-primary-cta-buttons .btn-group-vertical > a.active,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a.active,
    #mobile-primary-cta-buttons .btn-group-vertical > a.active,
    #user-menu .menu-header .btn-group-vertical > .active.menu-close,
    #user-primary-cta-buttons .btn-group-vertical > a.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:not(:first-child), .btn-group > button:not(:first-child),
.btn-group > input:not(:first-child)[type=button],
.btn-group > input:not(:first-child)[type=submit],
.btn-group > button:not(:first-child)[type=submit], #header-primary-cta-buttons .btn-group > a:not(:first-child), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:not(:first-child), #footer-primary-cta-buttons .btn-group > a:not(:first-child), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:not(:first-child), #mobile-primary-cta-buttons .btn-group > a:not(:first-child), #user-menu .menu-header .btn-group > .menu-close:not(:first-child), #user-primary-cta-buttons .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle),
.btn-group > input:not(:last-child):not(.dropdown-toggle)[type=button],
.btn-group > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.btn-group > button:not(:last-child):not(.dropdown-toggle)[type=submit], #header-primary-cta-buttons .btn-group > a:not(:last-child):not(.dropdown-toggle), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:not(:last-child):not(.dropdown-toggle), #footer-primary-cta-buttons .btn-group > a:not(:last-child):not(.dropdown-toggle), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:not(:last-child):not(.dropdown-toggle), #mobile-primary-cta-buttons .btn-group > a:not(:last-child):not(.dropdown-toggle), #user-menu .menu-header .btn-group > .menu-close:not(:last-child):not(.dropdown-toggle), #user-primary-cta-buttons .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.tabs.tabs-wp.buttons .nav-tabs .btn-group > .btn-group:not(:last-child) > .nav-link,
.btn-group > .btn-group:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > input[type=button],
.btn-group > .btn-group:not(:last-child) > input[type=submit],
.btn-group > .btn-group:not(:last-child) > button[type=submit],
#header-primary-cta-buttons .btn-group > .btn-group:not(:last-child) > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > .btn-group:not(:last-child) > a,
#footer-primary-cta-buttons .btn-group > .btn-group:not(:last-child) > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > .btn-group:not(:last-child) > a,
#mobile-primary-cta-buttons .btn-group > .btn-group:not(:last-child) > a,
#user-menu .menu-header .btn-group > .btn-group:not(:last-child) > .menu-close,
#user-primary-cta-buttons .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:not(:first-child), .btn-group > button:not(:first-child),
.btn-group > input:not(:first-child)[type=button],
.btn-group > input:not(:first-child)[type=submit],
.btn-group > button:not(:first-child)[type=submit], #header-primary-cta-buttons .btn-group > a:not(:first-child), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:not(:first-child), #footer-primary-cta-buttons .btn-group > a:not(:first-child), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:not(:first-child), #mobile-primary-cta-buttons .btn-group > a:not(:first-child), #user-menu .menu-header .btn-group > .menu-close:not(:first-child), #user-primary-cta-buttons .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.tabs.tabs-wp.buttons .nav-tabs .btn-group > .btn-group:not(:first-child) > .nav-link,
.btn-group > .btn-group:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > input[type=button],
.btn-group > .btn-group:not(:first-child) > input[type=submit],
.btn-group > .btn-group:not(:first-child) > button[type=submit],
#header-primary-cta-buttons .btn-group > .btn-group:not(:first-child) > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > .btn-group:not(:first-child) > a,
#footer-primary-cta-buttons .btn-group > .btn-group:not(:first-child) > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > .btn-group:not(:first-child) > a,
#mobile-primary-cta-buttons .btn-group > .btn-group:not(:first-child) > a,
#user-menu .menu-header .btn-group > .btn-group:not(:first-child) > .menu-close,
#user-primary-cta-buttons .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.65625rem;
  padding-left: 0.65625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .tabs.tabs-wp.buttons .nav-tabs .btn-group-sm > .nav-link + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > input[type=button] + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split, #header-primary-cta-buttons .btn-group-sm > a + .dropdown-toggle-split, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-sm > a + .dropdown-toggle-split, #footer-primary-cta-buttons .btn-group-sm > a + .dropdown-toggle-split, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-sm > a + .dropdown-toggle-split, #mobile-primary-cta-buttons .btn-group-sm > a + .dropdown-toggle-split, #user-menu .menu-header .btn-group-sm > .menu-close + .dropdown-toggle-split, #user-primary-cta-buttons .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.32812rem;
  padding-left: 0.32812rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .tabs.tabs-wp.buttons .nav-tabs .btn-group-lg > .nav-link + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > input[type=button] + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split, #header-primary-cta-buttons .btn-group-lg > a + .dropdown-toggle-split, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-lg > a + .dropdown-toggle-split, #footer-primary-cta-buttons .btn-group-lg > a + .dropdown-toggle-split, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-lg > a + .dropdown-toggle-split, #mobile-primary-cta-buttons .btn-group-lg > a + .dropdown-toggle-split, #user-menu .menu-header .btn-group-lg > .menu-close + .dropdown-toggle-split, #user-primary-cta-buttons .btn-group-lg > a + .dropdown-toggle-split, .tabs.tabs-wp.buttons .nav-tabs .nav-link + .dropdown-toggle-split, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .dropdown-toggle-split, #mobile-primary-cta-buttons a + .dropdown-toggle-split, #user-primary-cta-buttons a + .dropdown-toggle-split, section.page-section.image-gallery-section .section-gallery .load-more button + .dropdown-toggle-split {
  padding-right: 0.99375rem;
  padding-left: 0.99375rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  
  .btn-group-vertical > .btn,
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link,
  .btn-group-vertical > button,
  .btn-group-vertical > input[type=button],
  .btn-group-vertical > input[type=submit],
  .btn-group-vertical > button[type=submit],
  #header-primary-cta-buttons .btn-group-vertical > a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a,
  #footer-primary-cta-buttons .btn-group-vertical > a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a,
  #mobile-primary-cta-buttons .btn-group-vertical > a,
  #user-menu .menu-header .btn-group-vertical > .menu-close,
  #user-primary-cta-buttons .btn-group-vertical > a,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:not(:first-child), .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > input:not(:first-child)[type=button],
  .btn-group-vertical > input:not(:first-child)[type=submit],
  .btn-group-vertical > button:not(:first-child)[type=submit], #header-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:not(:first-child), #footer-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:not(:first-child), #mobile-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #user-menu .menu-header .btn-group-vertical > .menu-close:not(:first-child), #user-primary-cta-buttons .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -2px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=button],
  .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=submit],
  .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle)[type=submit], #header-primary-cta-buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #footer-primary-cta-buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #mobile-primary-cta-buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #user-menu .menu-header .btn-group-vertical > .menu-close:not(:last-child):not(.dropdown-toggle), #user-primary-cta-buttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .btn-group:not(:last-child) > .nav-link,
  .btn-group-vertical > .btn-group:not(:last-child) > button,
  .btn-group-vertical > .btn-group:not(:last-child) > input[type=button],
  .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
  .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
  #header-primary-cta-buttons .btn-group-vertical > .btn-group:not(:last-child) > a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > .btn-group:not(:last-child) > a,
  #footer-primary-cta-buttons .btn-group-vertical > .btn-group:not(:last-child) > a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > .btn-group:not(:last-child) > a,
  #mobile-primary-cta-buttons .btn-group-vertical > .btn-group:not(:last-child) > a,
  #user-menu .menu-header .btn-group-vertical > .btn-group:not(:last-child) > .menu-close,
  #user-primary-cta-buttons .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .nav-link:not(:first-child), .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > input:not(:first-child)[type=button],
  .btn-group-vertical > input:not(:first-child)[type=submit],
  .btn-group-vertical > button:not(:first-child)[type=submit], #header-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > a:not(:first-child), #footer-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > a:not(:first-child), #mobile-primary-cta-buttons .btn-group-vertical > a:not(:first-child), #user-menu .menu-header .btn-group-vertical > .menu-close:not(:first-child), #user-primary-cta-buttons .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-vertical > .btn-group:not(:first-child) > .nav-link,
  .btn-group-vertical > .btn-group:not(:first-child) > button,
  .btn-group-vertical > .btn-group:not(:first-child) > input[type=button],
  .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
  .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
  #header-primary-cta-buttons .btn-group-vertical > .btn-group:not(:first-child) > a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-vertical > .btn-group:not(:first-child) > a,
  #footer-primary-cta-buttons .btn-group-vertical > .btn-group:not(:first-child) > a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-vertical > .btn-group:not(:first-child) > a,
  #mobile-primary-cta-buttons .btn-group-vertical > .btn-group:not(:first-child) > a,
  #user-menu .menu-header .btn-group-vertical > .btn-group:not(:first-child) > .menu-close,
  #user-primary-cta-buttons .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .nav-link, .btn-group-toggle > button,
.btn-group-toggle > input[type=button],
.btn-group-toggle > input[type=submit],
.btn-group-toggle > button[type=submit], #header-primary-cta-buttons .btn-group-toggle > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > a, #footer-primary-cta-buttons .btn-group-toggle > a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > a, #mobile-primary-cta-buttons .btn-group-toggle > a, #user-menu .menu-header .btn-group-toggle > .menu-close, #user-primary-cta-buttons .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .btn-group > .nav-link,
.btn-group-toggle > .btn-group > button,
.btn-group-toggle > .btn-group > input[type=button],
.btn-group-toggle > .btn-group > input[type=submit],
.btn-group-toggle > .btn-group > button[type=submit],
#header-primary-cta-buttons .btn-group-toggle > .btn-group > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > .btn-group > a,
#footer-primary-cta-buttons .btn-group-toggle > .btn-group > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > .btn-group > a,
#mobile-primary-cta-buttons .btn-group-toggle > .btn-group > a,
#user-menu .menu-header .btn-group-toggle > .btn-group > .menu-close,
#user-primary-cta-buttons .btn-group-toggle > .btn-group > a {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .nav-link input[type="radio"], .btn-group-toggle > button input[type="radio"], .btn-group-toggle > input[type=button] input[type="radio"], .btn-group-toggle > input[type=submit] input[type="radio"], .btn-group-toggle > button[type=submit] input[type="radio"], #header-primary-cta-buttons .btn-group-toggle > a input[type="radio"], #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > a input[type="radio"], #footer-primary-cta-buttons .btn-group-toggle > a input[type="radio"], #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > a input[type="radio"], #mobile-primary-cta-buttons .btn-group-toggle > a input[type="radio"], #user-menu .menu-header .btn-group-toggle > .menu-close input[type="radio"], #user-primary-cta-buttons .btn-group-toggle > a input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .nav-link input[type="checkbox"],
  .btn-group-toggle > button input[type="checkbox"],
  .btn-group-toggle > input[type=button] input[type="checkbox"],
  .btn-group-toggle > input[type=submit] input[type="checkbox"],
  .btn-group-toggle > button[type=submit] input[type="checkbox"],
  #header-primary-cta-buttons .btn-group-toggle > a input[type="checkbox"],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > a input[type="checkbox"],
  #footer-primary-cta-buttons .btn-group-toggle > a input[type="checkbox"],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > a input[type="checkbox"],
  #mobile-primary-cta-buttons .btn-group-toggle > a input[type="checkbox"],
  #user-menu .menu-header .btn-group-toggle > .menu-close input[type="checkbox"],
  #user-primary-cta-buttons .btn-group-toggle > a input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .btn-group > .nav-link input[type="radio"],
  .btn-group-toggle > .btn-group > button input[type="radio"],
  .btn-group-toggle > .btn-group > input[type=button] input[type="radio"],
  .btn-group-toggle > .btn-group > input[type=submit] input[type="radio"],
  .btn-group-toggle > .btn-group > button[type=submit] input[type="radio"],
  #header-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="radio"],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > .btn-group > a input[type="radio"],
  #footer-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="radio"],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > .btn-group > a input[type="radio"],
  #mobile-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="radio"],
  #user-menu .menu-header .btn-group-toggle > .btn-group > .menu-close input[type="radio"],
  #user-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .tabs.tabs-wp.buttons .nav-tabs .btn-group-toggle > .btn-group > .nav-link input[type="checkbox"],
  .btn-group-toggle > .btn-group > button input[type="checkbox"],
  .btn-group-toggle > .btn-group > input[type=button] input[type="checkbox"],
  .btn-group-toggle > .btn-group > input[type=submit] input[type="checkbox"],
  .btn-group-toggle > .btn-group > button[type=submit] input[type="checkbox"],
  #header-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="checkbox"],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group-toggle > .btn-group > a input[type="checkbox"],
  #footer-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="checkbox"],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group-toggle > .btn-group > a input[type="checkbox"],
  #mobile-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="checkbox"],
  #user-menu .menu-header .btn-group-toggle > .btn-group > .menu-close input[type="checkbox"],
  #user-primary-cta-buttons .btn-group-toggle > .btn-group > a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > input[type="text"], .input-group > input[type="password"], .input-group > input[type="datetime"], .input-group > input[type="datetime-local"], .input-group > input[type="date"], .input-group > input[type="month"], .input-group > input[type="time"], .input-group > input[type="week"], .input-group > input[type="number"], .input-group > input[type="email"], .input-group > input[type="url"], .input-group > input[type="search"], .input-group > input[type="tel"], .input-group > input[type="color"], .input-group > select, .input-group > textarea, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .input-group > input[type="text"] + .form-control, .input-group > input[type="password"] + .form-control, .input-group > input[type="datetime"] + .form-control, .input-group > input[type="datetime-local"] + .form-control, .input-group > input[type="date"] + .form-control, .input-group > input[type="month"] + .form-control, .input-group > input[type="time"] + .form-control, .input-group > input[type="week"] + .form-control, .input-group > input[type="number"] + .form-control, .input-group > input[type="email"] + .form-control, .input-group > input[type="url"] + .form-control, .input-group > input[type="search"] + .form-control, .input-group > input[type="tel"] + .form-control, .input-group > input[type="color"] + .form-control, .input-group > select + .form-control, .input-group > textarea + .form-control, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + .form-control, .input-group > .form-control + input[type="text"], .input-group > input[type="text"] + input[type="text"], .input-group > input[type="password"] + input[type="text"], .input-group > input[type="datetime"] + input[type="text"], .input-group > input[type="datetime-local"] + input[type="text"], .input-group > input[type="date"] + input[type="text"], .input-group > input[type="month"] + input[type="text"], .input-group > input[type="time"] + input[type="text"], .input-group > input[type="week"] + input[type="text"], .input-group > input[type="number"] + input[type="text"], .input-group > input[type="email"] + input[type="text"], .input-group > input[type="url"] + input[type="text"], .input-group > input[type="search"] + input[type="text"], .input-group > input[type="tel"] + input[type="text"], .input-group > input[type="color"] + input[type="text"], .input-group > select + input[type="text"], .input-group > textarea + input[type="text"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="text"], .input-group > .form-control + input[type="password"], .input-group > input[type="text"] + input[type="password"], .input-group > input[type="password"] + input[type="password"], .input-group > input[type="datetime"] + input[type="password"], .input-group > input[type="datetime-local"] + input[type="password"], .input-group > input[type="date"] + input[type="password"], .input-group > input[type="month"] + input[type="password"], .input-group > input[type="time"] + input[type="password"], .input-group > input[type="week"] + input[type="password"], .input-group > input[type="number"] + input[type="password"], .input-group > input[type="email"] + input[type="password"], .input-group > input[type="url"] + input[type="password"], .input-group > input[type="search"] + input[type="password"], .input-group > input[type="tel"] + input[type="password"], .input-group > input[type="color"] + input[type="password"], .input-group > select + input[type="password"], .input-group > textarea + input[type="password"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="password"], .input-group > .form-control + input[type="datetime"], .input-group > input[type="text"] + input[type="datetime"], .input-group > input[type="password"] + input[type="datetime"], .input-group > input[type="datetime"] + input[type="datetime"], .input-group > input[type="datetime-local"] + input[type="datetime"], .input-group > input[type="date"] + input[type="datetime"], .input-group > input[type="month"] + input[type="datetime"], .input-group > input[type="time"] + input[type="datetime"], .input-group > input[type="week"] + input[type="datetime"], .input-group > input[type="number"] + input[type="datetime"], .input-group > input[type="email"] + input[type="datetime"], .input-group > input[type="url"] + input[type="datetime"], .input-group > input[type="search"] + input[type="datetime"], .input-group > input[type="tel"] + input[type="datetime"], .input-group > input[type="color"] + input[type="datetime"], .input-group > select + input[type="datetime"], .input-group > textarea + input[type="datetime"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="datetime"], .input-group > .form-control + input[type="datetime-local"], .input-group > input[type="text"] + input[type="datetime-local"], .input-group > input[type="password"] + input[type="datetime-local"], .input-group > input[type="datetime"] + input[type="datetime-local"], .input-group > input[type="datetime-local"] + input[type="datetime-local"], .input-group > input[type="date"] + input[type="datetime-local"], .input-group > input[type="month"] + input[type="datetime-local"], .input-group > input[type="time"] + input[type="datetime-local"], .input-group > input[type="week"] + input[type="datetime-local"], .input-group > input[type="number"] + input[type="datetime-local"], .input-group > input[type="email"] + input[type="datetime-local"], .input-group > input[type="url"] + input[type="datetime-local"], .input-group > input[type="search"] + input[type="datetime-local"], .input-group > input[type="tel"] + input[type="datetime-local"], .input-group > input[type="color"] + input[type="datetime-local"], .input-group > select + input[type="datetime-local"], .input-group > textarea + input[type="datetime-local"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="datetime-local"], .input-group > .form-control + input[type="date"], .input-group > input[type="text"] + input[type="date"], .input-group > input[type="password"] + input[type="date"], .input-group > input[type="datetime"] + input[type="date"], .input-group > input[type="datetime-local"] + input[type="date"], .input-group > input[type="date"] + input[type="date"], .input-group > input[type="month"] + input[type="date"], .input-group > input[type="time"] + input[type="date"], .input-group > input[type="week"] + input[type="date"], .input-group > input[type="number"] + input[type="date"], .input-group > input[type="email"] + input[type="date"], .input-group > input[type="url"] + input[type="date"], .input-group > input[type="search"] + input[type="date"], .input-group > input[type="tel"] + input[type="date"], .input-group > input[type="color"] + input[type="date"], .input-group > select + input[type="date"], .input-group > textarea + input[type="date"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="date"], .input-group > .form-control + input[type="month"], .input-group > input[type="text"] + input[type="month"], .input-group > input[type="password"] + input[type="month"], .input-group > input[type="datetime"] + input[type="month"], .input-group > input[type="datetime-local"] + input[type="month"], .input-group > input[type="date"] + input[type="month"], .input-group > input[type="month"] + input[type="month"], .input-group > input[type="time"] + input[type="month"], .input-group > input[type="week"] + input[type="month"], .input-group > input[type="number"] + input[type="month"], .input-group > input[type="email"] + input[type="month"], .input-group > input[type="url"] + input[type="month"], .input-group > input[type="search"] + input[type="month"], .input-group > input[type="tel"] + input[type="month"], .input-group > input[type="color"] + input[type="month"], .input-group > select + input[type="month"], .input-group > textarea + input[type="month"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="month"], .input-group > .form-control + input[type="time"], .input-group > input[type="text"] + input[type="time"], .input-group > input[type="password"] + input[type="time"], .input-group > input[type="datetime"] + input[type="time"], .input-group > input[type="datetime-local"] + input[type="time"], .input-group > input[type="date"] + input[type="time"], .input-group > input[type="month"] + input[type="time"], .input-group > input[type="time"] + input[type="time"], .input-group > input[type="week"] + input[type="time"], .input-group > input[type="number"] + input[type="time"], .input-group > input[type="email"] + input[type="time"], .input-group > input[type="url"] + input[type="time"], .input-group > input[type="search"] + input[type="time"], .input-group > input[type="tel"] + input[type="time"], .input-group > input[type="color"] + input[type="time"], .input-group > select + input[type="time"], .input-group > textarea + input[type="time"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="time"], .input-group > .form-control + input[type="week"], .input-group > input[type="text"] + input[type="week"], .input-group > input[type="password"] + input[type="week"], .input-group > input[type="datetime"] + input[type="week"], .input-group > input[type="datetime-local"] + input[type="week"], .input-group > input[type="date"] + input[type="week"], .input-group > input[type="month"] + input[type="week"], .input-group > input[type="time"] + input[type="week"], .input-group > input[type="week"] + input[type="week"], .input-group > input[type="number"] + input[type="week"], .input-group > input[type="email"] + input[type="week"], .input-group > input[type="url"] + input[type="week"], .input-group > input[type="search"] + input[type="week"], .input-group > input[type="tel"] + input[type="week"], .input-group > input[type="color"] + input[type="week"], .input-group > select + input[type="week"], .input-group > textarea + input[type="week"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="week"], .input-group > .form-control + input[type="number"], .input-group > input[type="text"] + input[type="number"], .input-group > input[type="password"] + input[type="number"], .input-group > input[type="datetime"] + input[type="number"], .input-group > input[type="datetime-local"] + input[type="number"], .input-group > input[type="date"] + input[type="number"], .input-group > input[type="month"] + input[type="number"], .input-group > input[type="time"] + input[type="number"], .input-group > input[type="week"] + input[type="number"], .input-group > input[type="number"] + input[type="number"], .input-group > input[type="email"] + input[type="number"], .input-group > input[type="url"] + input[type="number"], .input-group > input[type="search"] + input[type="number"], .input-group > input[type="tel"] + input[type="number"], .input-group > input[type="color"] + input[type="number"], .input-group > select + input[type="number"], .input-group > textarea + input[type="number"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="number"], .input-group > .form-control + input[type="email"], .input-group > input[type="text"] + input[type="email"], .input-group > input[type="password"] + input[type="email"], .input-group > input[type="datetime"] + input[type="email"], .input-group > input[type="datetime-local"] + input[type="email"], .input-group > input[type="date"] + input[type="email"], .input-group > input[type="month"] + input[type="email"], .input-group > input[type="time"] + input[type="email"], .input-group > input[type="week"] + input[type="email"], .input-group > input[type="number"] + input[type="email"], .input-group > input[type="email"] + input[type="email"], .input-group > input[type="url"] + input[type="email"], .input-group > input[type="search"] + input[type="email"], .input-group > input[type="tel"] + input[type="email"], .input-group > input[type="color"] + input[type="email"], .input-group > select + input[type="email"], .input-group > textarea + input[type="email"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="email"], .input-group > .form-control + input[type="url"], .input-group > input[type="text"] + input[type="url"], .input-group > input[type="password"] + input[type="url"], .input-group > input[type="datetime"] + input[type="url"], .input-group > input[type="datetime-local"] + input[type="url"], .input-group > input[type="date"] + input[type="url"], .input-group > input[type="month"] + input[type="url"], .input-group > input[type="time"] + input[type="url"], .input-group > input[type="week"] + input[type="url"], .input-group > input[type="number"] + input[type="url"], .input-group > input[type="email"] + input[type="url"], .input-group > input[type="url"] + input[type="url"], .input-group > input[type="search"] + input[type="url"], .input-group > input[type="tel"] + input[type="url"], .input-group > input[type="color"] + input[type="url"], .input-group > select + input[type="url"], .input-group > textarea + input[type="url"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="url"], .input-group > .form-control + input[type="search"], .input-group > input[type="text"] + input[type="search"], .input-group > input[type="password"] + input[type="search"], .input-group > input[type="datetime"] + input[type="search"], .input-group > input[type="datetime-local"] + input[type="search"], .input-group > input[type="date"] + input[type="search"], .input-group > input[type="month"] + input[type="search"], .input-group > input[type="time"] + input[type="search"], .input-group > input[type="week"] + input[type="search"], .input-group > input[type="number"] + input[type="search"], .input-group > input[type="email"] + input[type="search"], .input-group > input[type="url"] + input[type="search"], .input-group > input[type="search"] + input[type="search"], .input-group > input[type="tel"] + input[type="search"], .input-group > input[type="color"] + input[type="search"], .input-group > select + input[type="search"], .input-group > textarea + input[type="search"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="search"], .input-group > .form-control + input[type="tel"], .input-group > input[type="text"] + input[type="tel"], .input-group > input[type="password"] + input[type="tel"], .input-group > input[type="datetime"] + input[type="tel"], .input-group > input[type="datetime-local"] + input[type="tel"], .input-group > input[type="date"] + input[type="tel"], .input-group > input[type="month"] + input[type="tel"], .input-group > input[type="time"] + input[type="tel"], .input-group > input[type="week"] + input[type="tel"], .input-group > input[type="number"] + input[type="tel"], .input-group > input[type="email"] + input[type="tel"], .input-group > input[type="url"] + input[type="tel"], .input-group > input[type="search"] + input[type="tel"], .input-group > input[type="tel"] + input[type="tel"], .input-group > input[type="color"] + input[type="tel"], .input-group > select + input[type="tel"], .input-group > textarea + input[type="tel"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="tel"], .input-group > .form-control + input[type="color"], .input-group > input[type="text"] + input[type="color"], .input-group > input[type="password"] + input[type="color"], .input-group > input[type="datetime"] + input[type="color"], .input-group > input[type="datetime-local"] + input[type="color"], .input-group > input[type="date"] + input[type="color"], .input-group > input[type="month"] + input[type="color"], .input-group > input[type="time"] + input[type="color"], .input-group > input[type="week"] + input[type="color"], .input-group > input[type="number"] + input[type="color"], .input-group > input[type="email"] + input[type="color"], .input-group > input[type="url"] + input[type="color"], .input-group > input[type="search"] + input[type="color"], .input-group > input[type="tel"] + input[type="color"], .input-group > input[type="color"] + input[type="color"], .input-group > select + input[type="color"], .input-group > textarea + input[type="color"], .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + input[type="color"], .input-group > .form-control + select, .input-group > input[type="text"] + select, .input-group > input[type="password"] + select, .input-group > input[type="datetime"] + select, .input-group > input[type="datetime-local"] + select, .input-group > input[type="date"] + select, .input-group > input[type="month"] + select, .input-group > input[type="time"] + select, .input-group > input[type="week"] + select, .input-group > input[type="number"] + select, .input-group > input[type="email"] + select, .input-group > input[type="url"] + select, .input-group > input[type="search"] + select, .input-group > input[type="tel"] + select, .input-group > input[type="color"] + select, .input-group > select + select, .input-group > textarea + select, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + select, .input-group > .form-control + textarea, .input-group > input[type="text"] + textarea, .input-group > input[type="password"] + textarea, .input-group > input[type="datetime"] + textarea, .input-group > input[type="datetime-local"] + textarea, .input-group > input[type="date"] + textarea, .input-group > input[type="month"] + textarea, .input-group > input[type="time"] + textarea, .input-group > input[type="week"] + textarea, .input-group > input[type="number"] + textarea, .input-group > input[type="email"] + textarea, .input-group > input[type="url"] + textarea, .input-group > input[type="search"] + textarea, .input-group > input[type="tel"] + textarea, .input-group > input[type="color"] + textarea, .input-group > select + textarea, .input-group > textarea + textarea, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + textarea, .ginput_container_multiselect .chosen-container .input-group > .form-control + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="text"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="password"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="datetime"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="datetime-local"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="date"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="month"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="time"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="week"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="number"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="email"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="url"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="search"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="tel"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > input[type="color"] + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > select + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > textarea + .chosen-choices, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + .chosen-choices,
    .input-group > .form-control + .custom-select,
    .input-group > input[type="text"] + .custom-select,
    .input-group > input[type="password"] + .custom-select,
    .input-group > input[type="datetime"] + .custom-select,
    .input-group > input[type="datetime-local"] + .custom-select,
    .input-group > input[type="date"] + .custom-select,
    .input-group > input[type="month"] + .custom-select,
    .input-group > input[type="time"] + .custom-select,
    .input-group > input[type="week"] + .custom-select,
    .input-group > input[type="number"] + .custom-select,
    .input-group > input[type="email"] + .custom-select,
    .input-group > input[type="url"] + .custom-select,
    .input-group > input[type="search"] + .custom-select,
    .input-group > input[type="tel"] + .custom-select,
    .input-group > input[type="color"] + .custom-select,
    .input-group > select + .custom-select,
    .input-group > textarea + .custom-select,
    .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + .custom-select,
    .input-group > .form-control + select,
    .input-group > input[type="text"] + select,
    .input-group > input[type="password"] + select,
    .input-group > input[type="datetime"] + select,
    .input-group > input[type="datetime-local"] + select,
    .input-group > input[type="date"] + select,
    .input-group > input[type="month"] + select,
    .input-group > input[type="time"] + select,
    .input-group > input[type="week"] + select,
    .input-group > input[type="number"] + select,
    .input-group > input[type="email"] + select,
    .input-group > input[type="url"] + select,
    .input-group > input[type="search"] + select,
    .input-group > input[type="tel"] + select,
    .input-group > input[type="color"] + select,
    .input-group > select + select,
    .input-group > textarea + select,
    .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + select,
    .input-group > .form-control + .custom-file,
    .input-group > input[type="text"] + .custom-file,
    .input-group > input[type="password"] + .custom-file,
    .input-group > input[type="datetime"] + .custom-file,
    .input-group > input[type="datetime-local"] + .custom-file,
    .input-group > input[type="date"] + .custom-file,
    .input-group > input[type="month"] + .custom-file,
    .input-group > input[type="time"] + .custom-file,
    .input-group > input[type="week"] + .custom-file,
    .input-group > input[type="number"] + .custom-file,
    .input-group > input[type="email"] + .custom-file,
    .input-group > input[type="url"] + .custom-file,
    .input-group > input[type="search"] + .custom-file,
    .input-group > input[type="tel"] + .custom-file,
    .input-group > input[type="color"] + .custom-file,
    .input-group > select + .custom-file,
    .input-group > textarea + .custom-file,
    .ginput_container_multiselect .chosen-container .input-group > .chosen-choices + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + input[type="text"],
    .input-group > .form-control-plaintext + input[type="password"],
    .input-group > .form-control-plaintext + input[type="datetime"],
    .input-group > .form-control-plaintext + input[type="datetime-local"],
    .input-group > .form-control-plaintext + input[type="date"],
    .input-group > .form-control-plaintext + input[type="month"],
    .input-group > .form-control-plaintext + input[type="time"],
    .input-group > .form-control-plaintext + input[type="week"],
    .input-group > .form-control-plaintext + input[type="number"],
    .input-group > .form-control-plaintext + input[type="email"],
    .input-group > .form-control-plaintext + input[type="url"],
    .input-group > .form-control-plaintext + input[type="search"],
    .input-group > .form-control-plaintext + input[type="tel"],
    .input-group > .form-control-plaintext + input[type="color"],
    .input-group > .form-control-plaintext + select,
    .input-group > .form-control-plaintext + textarea,
    .ginput_container_multiselect .chosen-container .input-group > .form-control-plaintext + .chosen-choices,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > select + .form-control,
    .input-group > .custom-select + input[type="text"],
    .input-group > select + input[type="text"],
    .input-group > .custom-select + input[type="password"],
    .input-group > select + input[type="password"],
    .input-group > .custom-select + input[type="datetime"],
    .input-group > select + input[type="datetime"],
    .input-group > .custom-select + input[type="datetime-local"],
    .input-group > select + input[type="datetime-local"],
    .input-group > .custom-select + input[type="date"],
    .input-group > select + input[type="date"],
    .input-group > .custom-select + input[type="month"],
    .input-group > select + input[type="month"],
    .input-group > .custom-select + input[type="time"],
    .input-group > select + input[type="time"],
    .input-group > .custom-select + input[type="week"],
    .input-group > select + input[type="week"],
    .input-group > .custom-select + input[type="number"],
    .input-group > select + input[type="number"],
    .input-group > .custom-select + input[type="email"],
    .input-group > select + input[type="email"],
    .input-group > .custom-select + input[type="url"],
    .input-group > select + input[type="url"],
    .input-group > .custom-select + input[type="search"],
    .input-group > select + input[type="search"],
    .input-group > .custom-select + input[type="tel"],
    .input-group > select + input[type="tel"],
    .input-group > .custom-select + input[type="color"],
    .input-group > select + input[type="color"],
    .input-group > .custom-select + select,
    .input-group > select + select,
    .input-group > .custom-select + textarea,
    .input-group > select + textarea,
    .ginput_container_multiselect .chosen-container .input-group > .custom-select + .chosen-choices,
    .ginput_container_multiselect .chosen-container .input-group > select + .chosen-choices,
    .input-group > .custom-select + .custom-select,
    .input-group > select + .custom-select,
    .input-group > .custom-select + select,
    .input-group > select + select,
    .input-group > .custom-select + .custom-file,
    .input-group > select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + input[type="text"],
    .input-group > .custom-file + input[type="password"],
    .input-group > .custom-file + input[type="datetime"],
    .input-group > .custom-file + input[type="datetime-local"],
    .input-group > .custom-file + input[type="date"],
    .input-group > .custom-file + input[type="month"],
    .input-group > .custom-file + input[type="time"],
    .input-group > .custom-file + input[type="week"],
    .input-group > .custom-file + input[type="number"],
    .input-group > .custom-file + input[type="email"],
    .input-group > .custom-file + input[type="url"],
    .input-group > .custom-file + input[type="search"],
    .input-group > .custom-file + input[type="tel"],
    .input-group > .custom-file + input[type="color"],
    .input-group > .custom-file + select,
    .input-group > .custom-file + textarea,
    .ginput_container_multiselect .chosen-container .input-group > .custom-file + .chosen-choices,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .input-group > input:focus[type="text"], .input-group > input:focus[type="password"], .input-group > input:focus[type="datetime"], .input-group > input:focus[type="datetime-local"], .input-group > input:focus[type="date"], .input-group > input:focus[type="month"], .input-group > input:focus[type="time"], .input-group > input:focus[type="week"], .input-group > input:focus[type="number"], .input-group > input:focus[type="email"], .input-group > input:focus[type="url"], .input-group > input:focus[type="search"], .input-group > input:focus[type="tel"], .input-group > input:focus[type="color"], .input-group > select:focus, .input-group > textarea:focus, .ginput_container_multiselect .chosen-container .input-group > .chosen-choices:focus,
  .input-group > .custom-select:focus,
  .input-group > select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .input-group > input:not(:last-child)[type="text"], .input-group > input:not(:last-child)[type="password"], .input-group > input:not(:last-child)[type="datetime"], .input-group > input:not(:last-child)[type="datetime-local"], .input-group > input:not(:last-child)[type="date"], .input-group > input:not(:last-child)[type="month"], .input-group > input:not(:last-child)[type="time"], .input-group > input:not(:last-child)[type="week"], .input-group > input:not(:last-child)[type="number"], .input-group > input:not(:last-child)[type="email"], .input-group > input:not(:last-child)[type="url"], .input-group > input:not(:last-child)[type="search"], .input-group > input:not(:last-child)[type="tel"], .input-group > input:not(:last-child)[type="color"], .input-group > select:not(:last-child), .input-group > textarea:not(:last-child), .ginput_container_multiselect .chosen-container .input-group > .chosen-choices:not(:last-child),
  .input-group > .custom-select:not(:last-child),
  .input-group > select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > input:not(:first-child)[type="text"], .input-group > input:not(:first-child)[type="password"], .input-group > input:not(:first-child)[type="datetime"], .input-group > input:not(:first-child)[type="datetime-local"], .input-group > input:not(:first-child)[type="date"], .input-group > input:not(:first-child)[type="month"], .input-group > input:not(:first-child)[type="time"], .input-group > input:not(:first-child)[type="week"], .input-group > input:not(:first-child)[type="number"], .input-group > input:not(:first-child)[type="email"], .input-group > input:not(:first-child)[type="url"], .input-group > input:not(:first-child)[type="search"], .input-group > input:not(:first-child)[type="tel"], .input-group > input:not(:first-child)[type="color"], .input-group > select:not(:first-child), .input-group > textarea:not(:first-child), .ginput_container_multiselect .chosen-container .input-group > .chosen-choices:not(:first-child),
  .input-group > .custom-select:not(:first-child),
  .input-group > select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link, .input-group-prepend button,
  .input-group-prepend input[type=button],
  .input-group-prepend input[type=submit],
  .input-group-prepend button[type=submit], .input-group-prepend #header-primary-cta-buttons a, #header-primary-cta-buttons .input-group-prepend a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a, .input-group-prepend #footer-primary-cta-buttons a, #footer-primary-cta-buttons .input-group-prepend a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a, .input-group-prepend #mobile-primary-cta-buttons a, #mobile-primary-cta-buttons .input-group-prepend a, .input-group-prepend #user-menu .menu-header .menu-close, #user-menu .menu-header .input-group-prepend .menu-close, .input-group-prepend #user-primary-cta-buttons a, #user-primary-cta-buttons .input-group-prepend a,
  .input-group-append .btn,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link,
  .input-group-append button,
  .input-group-append input[type=button],
  .input-group-append input[type=submit],
  .input-group-append button[type=submit],
  .input-group-append #header-primary-cta-buttons a,
  #header-primary-cta-buttons .input-group-append a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a,
  .input-group-append #footer-primary-cta-buttons a,
  #footer-primary-cta-buttons .input-group-append a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a,
  .input-group-append #mobile-primary-cta-buttons a,
  #mobile-primary-cta-buttons .input-group-append a,
  .input-group-append #user-menu .menu-header .menu-close,
  #user-menu .menu-header .input-group-append .menu-close,
  .input-group-append #user-primary-cta-buttons a,
  #user-primary-cta-buttons .input-group-append a {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link:focus, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link:focus, .input-group-prepend button:focus,
    .input-group-prepend input:focus[type=button],
    .input-group-prepend input:focus[type=submit],
    .input-group-prepend button:focus[type=submit], .input-group-prepend #header-primary-cta-buttons a:focus, #header-primary-cta-buttons .input-group-prepend a:focus, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:focus, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a:focus, .input-group-prepend #footer-primary-cta-buttons a:focus, #footer-primary-cta-buttons .input-group-prepend a:focus, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:focus, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a:focus, .input-group-prepend #mobile-primary-cta-buttons a:focus, #mobile-primary-cta-buttons .input-group-prepend a:focus, .input-group-prepend #user-menu .menu-header .menu-close:focus, #user-menu .menu-header .input-group-prepend .menu-close:focus, .input-group-prepend #user-primary-cta-buttons a:focus, #user-primary-cta-buttons .input-group-prepend a:focus,
    .input-group-append .btn:focus,
    .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link:focus,
    .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link:focus,
    .input-group-append button:focus,
    .input-group-append input:focus[type=button],
    .input-group-append input:focus[type=submit],
    .input-group-append button:focus[type=submit],
    .input-group-append #header-primary-cta-buttons a:focus,
    #header-primary-cta-buttons .input-group-append a:focus,
    .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:focus,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a:focus,
    .input-group-append #footer-primary-cta-buttons a:focus,
    #footer-primary-cta-buttons .input-group-append a:focus,
    .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:focus,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a:focus,
    .input-group-append #mobile-primary-cta-buttons a:focus,
    #mobile-primary-cta-buttons .input-group-append a:focus,
    .input-group-append #user-menu .menu-header .menu-close:focus,
    #user-menu .menu-header .input-group-append .menu-close:focus,
    .input-group-append #user-primary-cta-buttons a:focus,
    #user-primary-cta-buttons .input-group-append a:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + .btn, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + .btn, .input-group-prepend button + .btn, .input-group-prepend input[type=button] + .btn, .input-group-prepend input[type=submit] + .btn, .input-group-prepend button[type=submit] + .btn, .input-group-prepend #header-primary-cta-buttons a + .btn, #header-primary-cta-buttons .input-group-prepend a + .btn, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .btn, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + .btn, .input-group-prepend #footer-primary-cta-buttons a + .btn, #footer-primary-cta-buttons .input-group-prepend a + .btn, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .btn, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + .btn, .input-group-prepend #mobile-primary-cta-buttons a + .btn, #mobile-primary-cta-buttons .input-group-prepend a + .btn, .input-group-prepend #user-menu .menu-header .menu-close + .btn, #user-menu .menu-header .input-group-prepend .menu-close + .btn, .input-group-prepend #user-primary-cta-buttons a + .btn, #user-primary-cta-buttons .input-group-prepend a + .btn, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .btn + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .btn + .nav-link, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + .nav-link, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs button + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend button + .nav-link, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs input[type=button] + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend input[type=button] + .nav-link, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs input[type=submit] + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend input[type=submit] + .nav-link, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs button[type=submit] + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend button[type=submit] + .nav-link, .input-group-prepend #header-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #header-primary-cta-buttons a + .nav-link, #header-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #header-primary-cta-buttons .input-group-prepend a + .nav-link, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .nav-link, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + .nav-link, .input-group-prepend #footer-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #footer-primary-cta-buttons a + .nav-link, #footer-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #footer-primary-cta-buttons .input-group-prepend a + .nav-link, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .nav-link, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + .nav-link, .input-group-prepend #mobile-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #mobile-primary-cta-buttons a + .nav-link, #mobile-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-cta-buttons .input-group-prepend a + .nav-link, .input-group-prepend #user-menu .menu-header .tabs.tabs-wp.buttons .nav-tabs .menu-close + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #user-menu .menu-header .menu-close + .nav-link, #user-menu .menu-header .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .menu-close + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #user-menu .menu-header .input-group-prepend .menu-close + .nav-link, .input-group-prepend #user-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #user-primary-cta-buttons a + .nav-link, #user-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs a + .nav-link, .tabs.tabs-wp.buttons .nav-tabs #user-primary-cta-buttons .input-group-prepend a + .nav-link, .input-group-prepend .btn + button, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + button, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + button, .input-group-prepend button + button, .input-group-prepend input[type=button] + button, .input-group-prepend input[type=submit] + button, .input-group-prepend button[type=submit] + button, .input-group-prepend #header-primary-cta-buttons a + button, #header-primary-cta-buttons .input-group-prepend a + button, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + button, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + button, .input-group-prepend #footer-primary-cta-buttons a + button, #footer-primary-cta-buttons .input-group-prepend a + button, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + button, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + button, .input-group-prepend #mobile-primary-cta-buttons a + button, #mobile-primary-cta-buttons .input-group-prepend a + button, .input-group-prepend #user-menu .menu-header .menu-close + button, #user-menu .menu-header .input-group-prepend .menu-close + button, .input-group-prepend #user-primary-cta-buttons a + button, #user-primary-cta-buttons .input-group-prepend a + button,
  .input-group-prepend .btn + input[type=button],
  .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + input[type=button], .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + input[type=button],
  .input-group-prepend button + input[type=button],
  .input-group-prepend input[type=button] + input[type=button],
  .input-group-prepend input[type=submit] + input[type=button],
  .input-group-prepend button[type=submit] + input[type=button],
  .input-group-prepend #header-primary-cta-buttons a + input[type=button], #header-primary-cta-buttons .input-group-prepend a + input[type=button],
  .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + input[type=button], #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + input[type=button],
  .input-group-prepend #footer-primary-cta-buttons a + input[type=button], #footer-primary-cta-buttons .input-group-prepend a + input[type=button],
  .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + input[type=button], #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + input[type=button],
  .input-group-prepend #mobile-primary-cta-buttons a + input[type=button], #mobile-primary-cta-buttons .input-group-prepend a + input[type=button],
  .input-group-prepend #user-menu .menu-header .menu-close + input[type=button], #user-menu .menu-header .input-group-prepend .menu-close + input[type=button],
  .input-group-prepend #user-primary-cta-buttons a + input[type=button], #user-primary-cta-buttons .input-group-prepend a + input[type=button],
  .input-group-prepend .btn + input[type=submit],
  .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + input[type=submit], .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + input[type=submit],
  .input-group-prepend button + input[type=submit],
  .input-group-prepend input[type=button] + input[type=submit],
  .input-group-prepend input[type=submit] + input[type=submit],
  .input-group-prepend button[type=submit] + input[type=submit],
  .input-group-prepend #header-primary-cta-buttons a + input[type=submit], #header-primary-cta-buttons .input-group-prepend a + input[type=submit],
  .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + input[type=submit], #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + input[type=submit],
  .input-group-prepend #footer-primary-cta-buttons a + input[type=submit], #footer-primary-cta-buttons .input-group-prepend a + input[type=submit],
  .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + input[type=submit], #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + input[type=submit],
  .input-group-prepend #mobile-primary-cta-buttons a + input[type=submit], #mobile-primary-cta-buttons .input-group-prepend a + input[type=submit],
  .input-group-prepend #user-menu .menu-header .menu-close + input[type=submit], #user-menu .menu-header .input-group-prepend .menu-close + input[type=submit],
  .input-group-prepend #user-primary-cta-buttons a + input[type=submit], #user-primary-cta-buttons .input-group-prepend a + input[type=submit],
  .input-group-prepend .btn + button[type=submit],
  .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + button[type=submit], .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + button[type=submit],
  .input-group-prepend button + button[type=submit],
  .input-group-prepend input[type=button] + button[type=submit],
  .input-group-prepend input[type=submit] + button[type=submit],
  .input-group-prepend button[type=submit] + button[type=submit],
  .input-group-prepend #header-primary-cta-buttons a + button[type=submit], #header-primary-cta-buttons .input-group-prepend a + button[type=submit],
  .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + button[type=submit], #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + button[type=submit],
  .input-group-prepend #footer-primary-cta-buttons a + button[type=submit], #footer-primary-cta-buttons .input-group-prepend a + button[type=submit],
  .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + button[type=submit], #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + button[type=submit],
  .input-group-prepend #mobile-primary-cta-buttons a + button[type=submit], #mobile-primary-cta-buttons .input-group-prepend a + button[type=submit],
  .input-group-prepend #user-menu .menu-header .menu-close + button[type=submit], #user-menu .menu-header .input-group-prepend .menu-close + button[type=submit],
  .input-group-prepend #user-primary-cta-buttons a + button[type=submit], #user-primary-cta-buttons .input-group-prepend a + button[type=submit], .input-group-prepend #header-primary-cta-buttons .btn + a, #header-primary-cta-buttons .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #header-primary-cta-buttons .nav-link + a, #header-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #header-primary-cta-buttons .nav-link + a, #header-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #header-primary-cta-buttons button + a, #header-primary-cta-buttons .input-group-prepend button + a, .input-group-prepend #header-primary-cta-buttons input[type=button] + a, #header-primary-cta-buttons .input-group-prepend input[type=button] + a, .input-group-prepend #header-primary-cta-buttons input[type=submit] + a, #header-primary-cta-buttons .input-group-prepend input[type=submit] + a, .input-group-prepend #header-primary-cta-buttons button[type=submit] + a, #header-primary-cta-buttons .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #header-primary-cta-buttons .menu-close + a, #header-primary-cta-buttons .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #header-primary-cta-buttons .menu-close + a, #header-primary-cta-buttons #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons #user-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .nav-link + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .nav-link + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link button + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend button + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link input[type=button] + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend input[type=button] + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link input[type=submit] + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend input[type=submit] + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link button[type=submit] + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a, #header-primary-navigation .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a, .input-group-prepend #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a, #header-primary-navigation .input-group-prepend #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-prepend a + a, #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-prepend a + a, #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .menu-close + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .menu-close + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons .btn + a, #footer-primary-cta-buttons .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #footer-primary-cta-buttons .nav-link + a, #footer-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #footer-primary-cta-buttons .nav-link + a, #footer-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #footer-primary-cta-buttons button + a, #footer-primary-cta-buttons .input-group-prepend button + a, .input-group-prepend #footer-primary-cta-buttons input[type=button] + a, #footer-primary-cta-buttons .input-group-prepend input[type=button] + a, .input-group-prepend #footer-primary-cta-buttons input[type=submit] + a, #footer-primary-cta-buttons .input-group-prepend input[type=submit] + a, .input-group-prepend #footer-primary-cta-buttons button[type=submit] + a, #footer-primary-cta-buttons .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #footer-primary-cta-buttons .menu-close + a, #footer-primary-cta-buttons .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #footer-primary-cta-buttons .menu-close + a, #footer-primary-cta-buttons #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons #user-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .nav-link + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .nav-link + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link button + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend button + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link input[type=button] + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend input[type=button] + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link input[type=submit] + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend input[type=submit] + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link button[type=submit] + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a, .input-group-prepend #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a, #mobile-primary-navigation .input-group-prepend #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a, #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-prepend a + a, #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .menu-close + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .menu-close + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons .btn + a, #mobile-primary-cta-buttons .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-cta-buttons .nav-link + a, #mobile-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #mobile-primary-cta-buttons .nav-link + a, #mobile-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #mobile-primary-cta-buttons button + a, #mobile-primary-cta-buttons .input-group-prepend button + a, .input-group-prepend #mobile-primary-cta-buttons input[type=button] + a, #mobile-primary-cta-buttons .input-group-prepend input[type=button] + a, .input-group-prepend #mobile-primary-cta-buttons input[type=submit] + a, #mobile-primary-cta-buttons .input-group-prepend input[type=submit] + a, .input-group-prepend #mobile-primary-cta-buttons button[type=submit] + a, #mobile-primary-cta-buttons .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #mobile-primary-cta-buttons .menu-close + a, #mobile-primary-cta-buttons .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #mobile-primary-cta-buttons .menu-close + a, #mobile-primary-cta-buttons #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons #user-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header .btn + .menu-close, #user-menu .menu-header .input-group-prepend .btn + .menu-close, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #user-menu .menu-header .nav-link + .menu-close, #user-menu .menu-header .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + .menu-close, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #user-menu .menu-header .nav-link + .menu-close, #user-menu .menu-header .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + .menu-close, .input-group-prepend #user-menu .menu-header button + .menu-close, #user-menu .menu-header .input-group-prepend button + .menu-close, .input-group-prepend #user-menu .menu-header input[type=button] + .menu-close, #user-menu .menu-header .input-group-prepend input[type=button] + .menu-close, .input-group-prepend #user-menu .menu-header input[type=submit] + .menu-close, #user-menu .menu-header .input-group-prepend input[type=submit] + .menu-close, .input-group-prepend #user-menu .menu-header button[type=submit] + .menu-close, #user-menu .menu-header .input-group-prepend button[type=submit] + .menu-close, .input-group-prepend #header-primary-cta-buttons #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #header-primary-cta-buttons a + .menu-close, #header-primary-cta-buttons .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #header-primary-cta-buttons .input-group-prepend a + .menu-close, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .menu-close, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + .menu-close, .input-group-prepend #footer-primary-cta-buttons #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #footer-primary-cta-buttons a + .menu-close, #footer-primary-cta-buttons .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #footer-primary-cta-buttons .input-group-prepend a + .menu-close, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .menu-close, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + .menu-close, .input-group-prepend #mobile-primary-cta-buttons #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #mobile-primary-cta-buttons a + .menu-close, #mobile-primary-cta-buttons .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #mobile-primary-cta-buttons .input-group-prepend a + .menu-close, .input-group-prepend #user-menu .menu-header .menu-close + .menu-close, #user-menu .menu-header .input-group-prepend .menu-close + .menu-close, .input-group-prepend #user-primary-cta-buttons #user-menu .menu-header a + .menu-close, #user-menu .menu-header .input-group-prepend #user-primary-cta-buttons a + .menu-close, #user-primary-cta-buttons .input-group-prepend #user-menu .menu-header a + .menu-close, #user-menu .menu-header #user-primary-cta-buttons .input-group-prepend a + .menu-close, .input-group-prepend #user-primary-cta-buttons .btn + a, #user-primary-cta-buttons .input-group-prepend .btn + a, .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs #user-primary-cta-buttons .nav-link + a, #user-primary-cta-buttons .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + a, .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend #user-primary-cta-buttons .nav-link + a, #user-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + a, .input-group-prepend #user-primary-cta-buttons button + a, #user-primary-cta-buttons .input-group-prepend button + a, .input-group-prepend #user-primary-cta-buttons input[type=button] + a, #user-primary-cta-buttons .input-group-prepend input[type=button] + a, .input-group-prepend #user-primary-cta-buttons input[type=submit] + a, #user-primary-cta-buttons .input-group-prepend input[type=submit] + a, .input-group-prepend #user-primary-cta-buttons button[type=submit] + a, #user-primary-cta-buttons .input-group-prepend button[type=submit] + a, .input-group-prepend #header-primary-cta-buttons #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #header-primary-cta-buttons a + a, #header-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons #header-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + a, .input-group-prepend #footer-primary-cta-buttons #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #footer-primary-cta-buttons a + a, #footer-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons #footer-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + a, .input-group-prepend #mobile-primary-cta-buttons #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend #mobile-primary-cta-buttons a + a, #mobile-primary-cta-buttons .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons #mobile-primary-cta-buttons .input-group-prepend a + a, .input-group-prepend #user-menu .menu-header #user-primary-cta-buttons .menu-close + a, #user-primary-cta-buttons .input-group-prepend #user-menu .menu-header .menu-close + a, #user-menu .menu-header .input-group-prepend #user-primary-cta-buttons .menu-close + a, #user-primary-cta-buttons #user-menu .menu-header .input-group-prepend .menu-close + a, .input-group-prepend #user-primary-cta-buttons a + a, #user-primary-cta-buttons .input-group-prepend a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .nav-link + .input-group-text,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .nav-link + .input-group-text,
  .input-group-prepend button + .input-group-text,
  .input-group-prepend input[type=button] + .input-group-text,
  .input-group-prepend input[type=submit] + .input-group-text,
  .input-group-prepend button[type=submit] + .input-group-text,
  .input-group-prepend #header-primary-cta-buttons a + .input-group-text,
  #header-primary-cta-buttons .input-group-prepend a + .input-group-text,
  .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .input-group-text,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend a + .input-group-text,
  .input-group-prepend #footer-primary-cta-buttons a + .input-group-text,
  #footer-primary-cta-buttons .input-group-prepend a + .input-group-text,
  .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .input-group-text,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend a + .input-group-text,
  .input-group-prepend #mobile-primary-cta-buttons a + .input-group-text,
  #mobile-primary-cta-buttons .input-group-prepend a + .input-group-text,
  .input-group-prepend #user-menu .menu-header .menu-close + .input-group-text,
  #user-menu .menu-header .input-group-prepend .menu-close + .input-group-text,
  .input-group-prepend #user-primary-cta-buttons a + .input-group-text,
  #user-primary-cta-buttons .input-group-prepend a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .tabs.tabs-wp.buttons .nav-tabs .input-group-text + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-prepend .input-group-text + .nav-link,
  .input-group-prepend .input-group-text + button,
  .input-group-prepend .input-group-text + input[type=button],
  .input-group-prepend .input-group-text + input[type=submit],
  .input-group-prepend .input-group-text + button[type=submit],
  .input-group-prepend #header-primary-cta-buttons .input-group-text + a,
  #header-primary-cta-buttons .input-group-prepend .input-group-text + a,
  .input-group-prepend #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-text + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-prepend .input-group-text + a,
  .input-group-prepend #footer-primary-cta-buttons .input-group-text + a,
  #footer-primary-cta-buttons .input-group-prepend .input-group-text + a,
  .input-group-prepend #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-text + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-prepend .input-group-text + a,
  .input-group-prepend #mobile-primary-cta-buttons .input-group-text + a,
  #mobile-primary-cta-buttons .input-group-prepend .input-group-text + a,
  .input-group-prepend #user-menu .menu-header .input-group-text + .menu-close,
  #user-menu .menu-header .input-group-prepend .input-group-text + .menu-close,
  .input-group-prepend #user-primary-cta-buttons .input-group-text + a,
  #user-primary-cta-buttons .input-group-prepend .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + .btn,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + .btn,
  .input-group-append button + .btn,
  .input-group-append input[type=button] + .btn,
  .input-group-append input[type=submit] + .btn,
  .input-group-append button[type=submit] + .btn,
  .input-group-append #header-primary-cta-buttons a + .btn,
  #header-primary-cta-buttons .input-group-append a + .btn,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .btn,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + .btn,
  .input-group-append #footer-primary-cta-buttons a + .btn,
  #footer-primary-cta-buttons .input-group-append a + .btn,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .btn,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + .btn,
  .input-group-append #mobile-primary-cta-buttons a + .btn,
  #mobile-primary-cta-buttons .input-group-append a + .btn,
  .input-group-append #user-menu .menu-header .menu-close + .btn,
  #user-menu .menu-header .input-group-append .menu-close + .btn,
  .input-group-append #user-primary-cta-buttons a + .btn,
  #user-primary-cta-buttons .input-group-append a + .btn,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .btn + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .btn + .nav-link,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + .nav-link,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs button + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append button + .nav-link,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs input[type=button] + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append input[type=button] + .nav-link,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs input[type=submit] + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append input[type=submit] + .nav-link,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs button[type=submit] + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append button[type=submit] + .nav-link,
  .input-group-append #header-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #header-primary-cta-buttons a + .nav-link,
  #header-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #header-primary-cta-buttons .input-group-append a + .nav-link,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .nav-link,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + .nav-link,
  .input-group-append #footer-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #footer-primary-cta-buttons a + .nav-link,
  #footer-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #footer-primary-cta-buttons .input-group-append a + .nav-link,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .nav-link,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + .nav-link,
  .input-group-append #mobile-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #mobile-primary-cta-buttons a + .nav-link,
  #mobile-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-cta-buttons .input-group-append a + .nav-link,
  .input-group-append #user-menu .menu-header .tabs.tabs-wp.buttons .nav-tabs .menu-close + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #user-menu .menu-header .menu-close + .nav-link,
  #user-menu .menu-header .input-group-append .tabs.tabs-wp.buttons .nav-tabs .menu-close + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #user-menu .menu-header .input-group-append .menu-close + .nav-link,
  .input-group-append #user-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #user-primary-cta-buttons a + .nav-link,
  #user-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs a + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs #user-primary-cta-buttons .input-group-append a + .nav-link,
  .input-group-append .btn + button,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + button,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + button,
  .input-group-append button + button,
  .input-group-append input[type=button] + button,
  .input-group-append input[type=submit] + button,
  .input-group-append button[type=submit] + button,
  .input-group-append #header-primary-cta-buttons a + button,
  #header-primary-cta-buttons .input-group-append a + button,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + button,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + button,
  .input-group-append #footer-primary-cta-buttons a + button,
  #footer-primary-cta-buttons .input-group-append a + button,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + button,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + button,
  .input-group-append #mobile-primary-cta-buttons a + button,
  #mobile-primary-cta-buttons .input-group-append a + button,
  .input-group-append #user-menu .menu-header .menu-close + button,
  #user-menu .menu-header .input-group-append .menu-close + button,
  .input-group-append #user-primary-cta-buttons a + button,
  #user-primary-cta-buttons .input-group-append a + button,
  .input-group-append .btn + input[type=button],
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + input[type=button],
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + input[type=button],
  .input-group-append button + input[type=button],
  .input-group-append input[type=button] + input[type=button],
  .input-group-append input[type=submit] + input[type=button],
  .input-group-append button[type=submit] + input[type=button],
  .input-group-append #header-primary-cta-buttons a + input[type=button],
  #header-primary-cta-buttons .input-group-append a + input[type=button],
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + input[type=button],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + input[type=button],
  .input-group-append #footer-primary-cta-buttons a + input[type=button],
  #footer-primary-cta-buttons .input-group-append a + input[type=button],
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + input[type=button],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + input[type=button],
  .input-group-append #mobile-primary-cta-buttons a + input[type=button],
  #mobile-primary-cta-buttons .input-group-append a + input[type=button],
  .input-group-append #user-menu .menu-header .menu-close + input[type=button],
  #user-menu .menu-header .input-group-append .menu-close + input[type=button],
  .input-group-append #user-primary-cta-buttons a + input[type=button],
  #user-primary-cta-buttons .input-group-append a + input[type=button],
  .input-group-append .btn + input[type=submit],
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + input[type=submit],
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + input[type=submit],
  .input-group-append button + input[type=submit],
  .input-group-append input[type=button] + input[type=submit],
  .input-group-append input[type=submit] + input[type=submit],
  .input-group-append button[type=submit] + input[type=submit],
  .input-group-append #header-primary-cta-buttons a + input[type=submit],
  #header-primary-cta-buttons .input-group-append a + input[type=submit],
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + input[type=submit],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + input[type=submit],
  .input-group-append #footer-primary-cta-buttons a + input[type=submit],
  #footer-primary-cta-buttons .input-group-append a + input[type=submit],
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + input[type=submit],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + input[type=submit],
  .input-group-append #mobile-primary-cta-buttons a + input[type=submit],
  #mobile-primary-cta-buttons .input-group-append a + input[type=submit],
  .input-group-append #user-menu .menu-header .menu-close + input[type=submit],
  #user-menu .menu-header .input-group-append .menu-close + input[type=submit],
  .input-group-append #user-primary-cta-buttons a + input[type=submit],
  #user-primary-cta-buttons .input-group-append a + input[type=submit],
  .input-group-append .btn + button[type=submit],
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + button[type=submit],
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + button[type=submit],
  .input-group-append button + button[type=submit],
  .input-group-append input[type=button] + button[type=submit],
  .input-group-append input[type=submit] + button[type=submit],
  .input-group-append button[type=submit] + button[type=submit],
  .input-group-append #header-primary-cta-buttons a + button[type=submit],
  #header-primary-cta-buttons .input-group-append a + button[type=submit],
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + button[type=submit],
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + button[type=submit],
  .input-group-append #footer-primary-cta-buttons a + button[type=submit],
  #footer-primary-cta-buttons .input-group-append a + button[type=submit],
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + button[type=submit],
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + button[type=submit],
  .input-group-append #mobile-primary-cta-buttons a + button[type=submit],
  #mobile-primary-cta-buttons .input-group-append a + button[type=submit],
  .input-group-append #user-menu .menu-header .menu-close + button[type=submit],
  #user-menu .menu-header .input-group-append .menu-close + button[type=submit],
  .input-group-append #user-primary-cta-buttons a + button[type=submit],
  #user-primary-cta-buttons .input-group-append a + button[type=submit],
  .input-group-append #header-primary-cta-buttons .btn + a,
  #header-primary-cta-buttons .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #header-primary-cta-buttons .nav-link + a,
  #header-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #header-primary-cta-buttons .nav-link + a,
  #header-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #header-primary-cta-buttons button + a,
  #header-primary-cta-buttons .input-group-append button + a,
  .input-group-append #header-primary-cta-buttons input[type=button] + a,
  #header-primary-cta-buttons .input-group-append input[type=button] + a,
  .input-group-append #header-primary-cta-buttons input[type=submit] + a,
  #header-primary-cta-buttons .input-group-append input[type=submit] + a,
  .input-group-append #header-primary-cta-buttons button[type=submit] + a,
  #header-primary-cta-buttons .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #header-primary-cta-buttons .menu-close + a,
  #header-primary-cta-buttons .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #header-primary-cta-buttons .menu-close + a,
  #header-primary-cta-buttons #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .nav-link + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .nav-link + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link button + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append button + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link input[type=button] + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append input[type=button] + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link input[type=submit] + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append input[type=submit] + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link button[type=submit] + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a,
  #header-primary-navigation .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a,
  .input-group-append #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a,
  #header-primary-navigation .input-group-append #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-append a + a,
  #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-append a + a,
  #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .menu-close + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .menu-close + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons .btn + a,
  #footer-primary-cta-buttons .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #footer-primary-cta-buttons .nav-link + a,
  #footer-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #footer-primary-cta-buttons .nav-link + a,
  #footer-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #footer-primary-cta-buttons button + a,
  #footer-primary-cta-buttons .input-group-append button + a,
  .input-group-append #footer-primary-cta-buttons input[type=button] + a,
  #footer-primary-cta-buttons .input-group-append input[type=button] + a,
  .input-group-append #footer-primary-cta-buttons input[type=submit] + a,
  #footer-primary-cta-buttons .input-group-append input[type=submit] + a,
  .input-group-append #footer-primary-cta-buttons button[type=submit] + a,
  #footer-primary-cta-buttons .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #footer-primary-cta-buttons .menu-close + a,
  #footer-primary-cta-buttons .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #footer-primary-cta-buttons .menu-close + a,
  #footer-primary-cta-buttons #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .nav-link + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .nav-link + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link button + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append button + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link input[type=button] + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append input[type=button] + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link input[type=submit] + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append input[type=submit] + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link button[type=submit] + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .input-group-append #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link a + a,
  .input-group-append #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a,
  #mobile-primary-navigation .input-group-append #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link a + a,
  #header-primary-navigation #mobile-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  #mobile-primary-navigation #header-primary-navigation .sub-menu-container .cta-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  #header-primary-navigation #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-append a + a,
  #mobile-primary-navigation #header-primary-navigation .sub-menu-container .sub-menu-options .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .menu-close + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .menu-close + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons .btn + a,
  #mobile-primary-cta-buttons .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #mobile-primary-cta-buttons .nav-link + a,
  #mobile-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #mobile-primary-cta-buttons .nav-link + a,
  #mobile-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #mobile-primary-cta-buttons button + a,
  #mobile-primary-cta-buttons .input-group-append button + a,
  .input-group-append #mobile-primary-cta-buttons input[type=button] + a,
  #mobile-primary-cta-buttons .input-group-append input[type=button] + a,
  .input-group-append #mobile-primary-cta-buttons input[type=submit] + a,
  #mobile-primary-cta-buttons .input-group-append input[type=submit] + a,
  .input-group-append #mobile-primary-cta-buttons button[type=submit] + a,
  #mobile-primary-cta-buttons .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #mobile-primary-cta-buttons .menu-close + a,
  #mobile-primary-cta-buttons .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #mobile-primary-cta-buttons .menu-close + a,
  #mobile-primary-cta-buttons #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header .btn + .menu-close,
  #user-menu .menu-header .input-group-append .btn + .menu-close,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #user-menu .menu-header .nav-link + .menu-close,
  #user-menu .menu-header .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + .menu-close,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #user-menu .menu-header .nav-link + .menu-close,
  #user-menu .menu-header .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + .menu-close,
  .input-group-append #user-menu .menu-header button + .menu-close,
  #user-menu .menu-header .input-group-append button + .menu-close,
  .input-group-append #user-menu .menu-header input[type=button] + .menu-close,
  #user-menu .menu-header .input-group-append input[type=button] + .menu-close,
  .input-group-append #user-menu .menu-header input[type=submit] + .menu-close,
  #user-menu .menu-header .input-group-append input[type=submit] + .menu-close,
  .input-group-append #user-menu .menu-header button[type=submit] + .menu-close,
  #user-menu .menu-header .input-group-append button[type=submit] + .menu-close,
  .input-group-append #header-primary-cta-buttons #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #header-primary-cta-buttons a + .menu-close,
  #header-primary-cta-buttons .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #header-primary-cta-buttons .input-group-append a + .menu-close,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .menu-close,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + .menu-close,
  .input-group-append #footer-primary-cta-buttons #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #footer-primary-cta-buttons a + .menu-close,
  #footer-primary-cta-buttons .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #footer-primary-cta-buttons .input-group-append a + .menu-close,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .menu-close,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + .menu-close,
  .input-group-append #mobile-primary-cta-buttons #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #mobile-primary-cta-buttons a + .menu-close,
  #mobile-primary-cta-buttons .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #mobile-primary-cta-buttons .input-group-append a + .menu-close,
  .input-group-append #user-menu .menu-header .menu-close + .menu-close,
  #user-menu .menu-header .input-group-append .menu-close + .menu-close,
  .input-group-append #user-primary-cta-buttons #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header .input-group-append #user-primary-cta-buttons a + .menu-close,
  #user-primary-cta-buttons .input-group-append #user-menu .menu-header a + .menu-close,
  #user-menu .menu-header #user-primary-cta-buttons .input-group-append a + .menu-close,
  .input-group-append #user-primary-cta-buttons .btn + a,
  #user-primary-cta-buttons .input-group-append .btn + a,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs #user-primary-cta-buttons .nav-link + a,
  #user-primary-cta-buttons .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + a,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append #user-primary-cta-buttons .nav-link + a,
  #user-primary-cta-buttons .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + a,
  .input-group-append #user-primary-cta-buttons button + a,
  #user-primary-cta-buttons .input-group-append button + a,
  .input-group-append #user-primary-cta-buttons input[type=button] + a,
  #user-primary-cta-buttons .input-group-append input[type=button] + a,
  .input-group-append #user-primary-cta-buttons input[type=submit] + a,
  #user-primary-cta-buttons .input-group-append input[type=submit] + a,
  .input-group-append #user-primary-cta-buttons button[type=submit] + a,
  #user-primary-cta-buttons .input-group-append button[type=submit] + a,
  .input-group-append #header-primary-cta-buttons #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #header-primary-cta-buttons a + a,
  #header-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons #header-primary-cta-buttons .input-group-append a + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + a,
  .input-group-append #footer-primary-cta-buttons #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #footer-primary-cta-buttons a + a,
  #footer-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons #footer-primary-cta-buttons .input-group-append a + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + a,
  .input-group-append #mobile-primary-cta-buttons #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append #mobile-primary-cta-buttons a + a,
  #mobile-primary-cta-buttons .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons #mobile-primary-cta-buttons .input-group-append a + a,
  .input-group-append #user-menu .menu-header #user-primary-cta-buttons .menu-close + a,
  #user-primary-cta-buttons .input-group-append #user-menu .menu-header .menu-close + a,
  #user-menu .menu-header .input-group-append #user-primary-cta-buttons .menu-close + a,
  #user-primary-cta-buttons #user-menu .menu-header .input-group-append .menu-close + a,
  .input-group-append #user-primary-cta-buttons a + a,
  #user-primary-cta-buttons .input-group-append a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .nav-link + .input-group-text,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .nav-link + .input-group-text,
  .input-group-append button + .input-group-text,
  .input-group-append input[type=button] + .input-group-text,
  .input-group-append input[type=submit] + .input-group-text,
  .input-group-append button[type=submit] + .input-group-text,
  .input-group-append #header-primary-cta-buttons a + .input-group-text,
  #header-primary-cta-buttons .input-group-append a + .input-group-text,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a + .input-group-text,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append a + .input-group-text,
  .input-group-append #footer-primary-cta-buttons a + .input-group-text,
  #footer-primary-cta-buttons .input-group-append a + .input-group-text,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a + .input-group-text,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append a + .input-group-text,
  .input-group-append #mobile-primary-cta-buttons a + .input-group-text,
  #mobile-primary-cta-buttons .input-group-append a + .input-group-text,
  .input-group-append #user-menu .menu-header .menu-close + .input-group-text,
  #user-menu .menu-header .input-group-append .menu-close + .input-group-text,
  .input-group-append #user-primary-cta-buttons a + .input-group-text,
  #user-primary-cta-buttons .input-group-append a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .tabs.tabs-wp.buttons .nav-tabs .input-group-text + .nav-link,
  .tabs.tabs-wp.buttons .nav-tabs .input-group-append .input-group-text + .nav-link,
  .input-group-append .input-group-text + button,
  .input-group-append .input-group-text + input[type=button],
  .input-group-append .input-group-text + input[type=submit],
  .input-group-append .input-group-text + button[type=submit],
  .input-group-append #header-primary-cta-buttons .input-group-text + a,
  #header-primary-cta-buttons .input-group-append .input-group-text + a,
  .input-group-append #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-text + a,
  #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-append .input-group-text + a,
  .input-group-append #footer-primary-cta-buttons .input-group-text + a,
  #footer-primary-cta-buttons .input-group-append .input-group-text + a,
  .input-group-append #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-text + a,
  #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-append .input-group-text + a,
  .input-group-append #mobile-primary-cta-buttons .input-group-text + a,
  #mobile-primary-cta-buttons .input-group-append .input-group-text + a,
  .input-group-append #user-menu .menu-header .input-group-text + .menu-close,
  #user-menu .menu-header .input-group-append .input-group-text + .menu-close,
  .input-group-append #user-primary-cta-buttons .input-group-text + a,
  #user-primary-cta-buttons .input-group-append .input-group-text + a {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > input:not(textarea)[type="text"], .input-group-lg > input:not(textarea)[type="password"], .input-group-lg > input:not(textarea)[type="datetime"], .input-group-lg > input:not(textarea)[type="datetime-local"], .input-group-lg > input:not(textarea)[type="date"], .input-group-lg > input:not(textarea)[type="month"], .input-group-lg > input:not(textarea)[type="time"], .input-group-lg > input:not(textarea)[type="week"], .input-group-lg > input:not(textarea)[type="number"], .input-group-lg > input:not(textarea)[type="email"], .input-group-lg > input:not(textarea)[type="url"], .input-group-lg > input:not(textarea)[type="search"], .input-group-lg > input:not(textarea)[type="tel"], .input-group-lg > input:not(textarea)[type="color"], .input-group-lg > select:not(textarea), .input-group-lg > textarea:not(textarea), .ginput_container_multiselect .chosen-container .input-group-lg > .chosen-choices:not(textarea),
.input-group-lg > .custom-select,
.input-group-lg > select {
  height: calc(1.6em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > input[type="text"], .input-group-lg > input[type="password"], .input-group-lg > input[type="datetime"], .input-group-lg > input[type="datetime-local"], .input-group-lg > input[type="date"], .input-group-lg > input[type="month"], .input-group-lg > input[type="time"], .input-group-lg > input[type="week"], .input-group-lg > input[type="number"], .input-group-lg > input[type="email"], .input-group-lg > input[type="url"], .input-group-lg > input[type="search"], .input-group-lg > input[type="tel"], .input-group-lg > input[type="color"], .input-group-lg > select, .input-group-lg > textarea, .ginput_container_multiselect .chosen-container .input-group-lg > .chosen-choices,
.input-group-lg > .custom-select,
.input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group-lg > .input-group-prepend > .nav-link,
.input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > input[type=button],
.input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-prepend > button[type=submit],
#header-primary-cta-buttons .input-group-lg > .input-group-prepend > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-lg > .input-group-prepend > a,
#footer-primary-cta-buttons .input-group-lg > .input-group-prepend > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-lg > .input-group-prepend > a,
#mobile-primary-cta-buttons .input-group-lg > .input-group-prepend > a,
#user-menu .menu-header .input-group-lg > .input-group-prepend > .menu-close,
#user-primary-cta-buttons .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group-lg > .input-group-append > .nav-link,
.input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > input[type=button],
.input-group-lg > .input-group-append > input[type=submit],
.input-group-lg > .input-group-append > button[type=submit],
#header-primary-cta-buttons .input-group-lg > .input-group-append > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-lg > .input-group-append > a,
#footer-primary-cta-buttons .input-group-lg > .input-group-append > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-lg > .input-group-append > a,
#mobile-primary-cta-buttons .input-group-lg > .input-group-append > a,
#user-menu .menu-header .input-group-lg > .input-group-append > .menu-close,
#user-primary-cta-buttons .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > input:not(textarea)[type="text"], .input-group-sm > input:not(textarea)[type="password"], .input-group-sm > input:not(textarea)[type="datetime"], .input-group-sm > input:not(textarea)[type="datetime-local"], .input-group-sm > input:not(textarea)[type="date"], .input-group-sm > input:not(textarea)[type="month"], .input-group-sm > input:not(textarea)[type="time"], .input-group-sm > input:not(textarea)[type="week"], .input-group-sm > input:not(textarea)[type="number"], .input-group-sm > input:not(textarea)[type="email"], .input-group-sm > input:not(textarea)[type="url"], .input-group-sm > input:not(textarea)[type="search"], .input-group-sm > input:not(textarea)[type="tel"], .input-group-sm > input:not(textarea)[type="color"], .input-group-sm > select:not(textarea), .input-group-sm > textarea:not(textarea), .ginput_container_multiselect .chosen-container .input-group-sm > .chosen-choices:not(textarea),
.input-group-sm > .custom-select,
.input-group-sm > select {
  height: calc(1.4em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > input[type="text"], .input-group-sm > input[type="password"], .input-group-sm > input[type="datetime"], .input-group-sm > input[type="datetime-local"], .input-group-sm > input[type="date"], .input-group-sm > input[type="month"], .input-group-sm > input[type="time"], .input-group-sm > input[type="week"], .input-group-sm > input[type="number"], .input-group-sm > input[type="email"], .input-group-sm > input[type="url"], .input-group-sm > input[type="search"], .input-group-sm > input[type="tel"], .input-group-sm > input[type="color"], .input-group-sm > select, .input-group-sm > textarea, .ginput_container_multiselect .chosen-container .input-group-sm > .chosen-choices,
.input-group-sm > .custom-select,
.input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group-sm > .input-group-prepend > .nav-link,
.input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > input[type=button],
.input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-prepend > button[type=submit],
#header-primary-cta-buttons .input-group-sm > .input-group-prepend > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-sm > .input-group-prepend > a,
#footer-primary-cta-buttons .input-group-sm > .input-group-prepend > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-sm > .input-group-prepend > a,
#mobile-primary-cta-buttons .input-group-sm > .input-group-prepend > a,
#user-menu .menu-header .input-group-sm > .input-group-prepend > .menu-close,
#user-primary-cta-buttons .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group-sm > .input-group-append > .nav-link,
.input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > input[type=button],
.input-group-sm > .input-group-append > input[type=submit],
.input-group-sm > .input-group-append > button[type=submit],
#header-primary-cta-buttons .input-group-sm > .input-group-append > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group-sm > .input-group-append > a,
#footer-primary-cta-buttons .input-group-sm > .input-group-append > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group-sm > .input-group-append > a,
#mobile-primary-cta-buttons .input-group-sm > .input-group-append > a,
#user-menu .menu-header .input-group-sm > .input-group-append > .menu-close,
#user-primary-cta-buttons .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem; }


.input-group-lg > .custom-select,
.input-group-lg > select,
.input-group-sm > .custom-select,
.input-group-sm > select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-prepend > .nav-link, .input-group > .input-group-prepend > button,
.input-group > .input-group-prepend > input[type=button],
.input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > button[type=submit], #header-primary-cta-buttons .input-group > .input-group-prepend > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-prepend > a, #footer-primary-cta-buttons .input-group > .input-group-prepend > a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-prepend > a, #mobile-primary-cta-buttons .input-group > .input-group-prepend > a, #user-menu .menu-header .input-group > .input-group-prepend > .menu-close, #user-primary-cta-buttons .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-append:not(:last-child) > .nav-link,
.input-group > .input-group-append:not(:last-child) > button,
.input-group > .input-group-append:not(:last-child) > input[type=button],
.input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > button[type=submit],
#header-primary-cta-buttons .input-group > .input-group-append:not(:last-child) > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-append:not(:last-child) > a,
#footer-primary-cta-buttons .input-group > .input-group-append:not(:last-child) > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-append:not(:last-child) > a,
#mobile-primary-cta-buttons .input-group > .input-group-append:not(:last-child) > a,
#user-menu .menu-header .input-group > .input-group-append:not(:last-child) > .menu-close,
#user-primary-cta-buttons .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-append:last-child > .nav-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=button],
.input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle)[type=submit],
#header-primary-cta-buttons .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
#footer-primary-cta-buttons .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
#mobile-primary-cta-buttons .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
#user-menu .menu-header .input-group > .input-group-append:last-child > .menu-close:not(:last-child):not(.dropdown-toggle),
#user-primary-cta-buttons .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-append > .nav-link, .input-group > .input-group-append > button,
.input-group > .input-group-append > input[type=button],
.input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > button[type=submit], #header-primary-cta-buttons .input-group > .input-group-append > a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-append > a, #footer-primary-cta-buttons .input-group > .input-group-append > a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-append > a, #mobile-primary-cta-buttons .input-group > .input-group-append > a, #user-menu .menu-header .input-group > .input-group-append > .menu-close, #user-primary-cta-buttons .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-prepend:not(:first-child) > .nav-link,
.input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > input[type=button],
.input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > button[type=submit],
#header-primary-cta-buttons .input-group > .input-group-prepend:not(:first-child) > a,
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-prepend:not(:first-child) > a,
#footer-primary-cta-buttons .input-group > .input-group-prepend:not(:first-child) > a,
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-prepend:not(:first-child) > a,
#mobile-primary-cta-buttons .input-group > .input-group-prepend:not(:first-child) > a,
#user-menu .menu-header .input-group > .input-group-prepend:not(:first-child) > .menu-close,
#user-primary-cta-buttons .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.tabs.tabs-wp.buttons .nav-tabs .input-group > .input-group-prepend:first-child > .nav-link:not(:first-child),
.input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > input:not(:first-child)[type=button],
.input-group > .input-group-prepend:first-child > input:not(:first-child)[type=submit],
.input-group > .input-group-prepend:first-child > button:not(:first-child)[type=submit],
#header-primary-cta-buttons .input-group > .input-group-prepend:first-child > a:not(:first-child),
#header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .input-group > .input-group-prepend:first-child > a:not(:first-child),
#footer-primary-cta-buttons .input-group > .input-group-prepend:first-child > a:not(:first-child),
#mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .input-group > .input-group-prepend:first-child > a:not(:first-child),
#mobile-primary-cta-buttons .input-group > .input-group-prepend:first-child > a:not(:first-child),
#user-menu .menu-header .input-group > .input-group-prepend:first-child > .menu-close:not(:first-child),
#user-primary-cta-buttons .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0082FC;
    background-color: #0082FC; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7dc0ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b0d9ff;
    border-color: #b0d9ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0082FC;
  background-color: #0082FC; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 252, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 130, 252, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 252, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.3rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 130, 252, 0.5); }

.custom-select, select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus, select:focus {
    border-color: #7dc0ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
    .custom-select:focus::-ms-value, select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], select[multiple], .custom-select[size]:not([size="1"]), select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled, select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand, select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.4em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.6em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #7dc0ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 130, 252, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 130, 252, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0082FC;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b0d9ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0082FC;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b0d9ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0082FC;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b0d9ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label, .custom-select, select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label, .custom-select, select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0082FC; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.5rem; }

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: 0; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #0082FC;
  background-color: transparent;
  border: 0 solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #005bb0;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color: transparent;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: rgba(0, 91, 176, 0.5);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .tabs.tabs-wp.buttons .nav-tabs .nav-link .badge, button .badge, input[type=button] .badge, input[type=submit] .badge, button[type=submit] .badge, #header-primary-cta-buttons a .badge, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a .badge, #footer-primary-cta-buttons a .badge, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a .badge, #mobile-primary-cta-buttons a .badge, #user-menu .menu-header .menu-close .badge, #user-primary-cta-buttons a .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0082FC; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0068c9; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-white {
  color: #212529;
  background-color: #fff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-bt-gray {
  color: #fff;
  background-color: #65666a; }
  a.badge-bt-gray:hover, a.badge-bt-gray:focus {
    color: #fff;
    background-color: #4c4d50; }
  a.badge-bt-gray:focus, a.badge-bt-gray.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5); }

.badge-bt-light-gray {
  color: #212529;
  background-color: #eee; }
  a.badge-bt-light-gray:hover, a.badge-bt-light-gray:focus {
    color: #212529;
    background-color: #d5d5d5; }
  a.badge-bt-light-gray:focus, a.badge-bt-light-gray.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }

.badge-bt-dark-gray {
  color: #fff;
  background-color: #212529; }
  a.badge-bt-dark-gray:hover, a.badge-bt-dark-gray:focus {
    color: #fff;
    background-color: #0a0c0d; }
  a.badge-bt-dark-gray:focus, a.badge-bt-dark-gray.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.badge-bt-blue {
  color: #fff;
  background-color: #0082FC; }
  a.badge-bt-blue:hover, a.badge-bt-blue:focus {
    color: #fff;
    background-color: #0068c9; }
  a.badge-bt-blue:focus, a.badge-bt-blue.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.5); }

.badge-bt-yellow {
  color: #212529;
  background-color: #F0AD4E; }
  a.badge-bt-yellow:hover, a.badge-bt-yellow:focus {
    color: #212529;
    background-color: #ec971f; }
  a.badge-bt-yellow:focus, a.badge-bt-yellow.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }

.badge-bt-red {
  color: #fff;
  background-color: #E60000; }
  a.badge-bt-red:hover, a.badge-bt-red:focus {
    color: #fff;
    background-color: #b30000; }
  a.badge-bt-red:focus, a.badge-bt-red.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 0, 0, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, .gform_wrapper .validation_error, #gforms_confirmation_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004483;
  background-color: #cce6fe;
  border-color: #b8dcfe; }
  .alert-primary hr {
    border-top-color: #9fd0fe; }
  .alert-primary .alert-link {
    color: #002a50; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success, #gforms_confirmation_message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr, #gforms_confirmation_message hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link, #gforms_confirmation_message .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger, .gform_wrapper .validation_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .gform_wrapper .validation_error hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .gform_wrapper .validation_error .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-bt-gray {
  color: #353537;
  background-color: #e0e0e1;
  border-color: #d4d4d5; }
  .alert-bt-gray hr {
    border-top-color: #c7c7c8; }
  .alert-bt-gray .alert-link {
    color: #1c1c1d; }

.alert-bt-light-gray {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa; }
  .alert-bt-light-gray hr {
    border-top-color: #ededed; }
  .alert-bt-light-gray .alert-link {
    color: #636363; }

.alert-bt-dark-gray {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3; }
  .alert-bt-dark-gray hr {
    border-top-color: #b4b5b6; }
  .alert-bt-dark-gray .alert-link {
    color: black; }

.alert-bt-blue {
  color: #004483;
  background-color: #cce6fe;
  border-color: #b8dcfe; }
  .alert-bt-blue hr {
    border-top-color: #9fd0fe; }
  .alert-bt-blue .alert-link {
    color: #002a50; }

.alert-bt-yellow {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd; }
  .alert-bt-yellow hr {
    border-top-color: #f9ddb5; }
  .alert-bt-yellow .alert-link {
    color: #573e1c; }

.alert-bt-red {
  color: #780000;
  background-color: #facccc;
  border-color: #f8b8b8; }
  .alert-bt-red hr {
    border-top-color: #f6a1a1; }
  .alert-bt-red .alert-link {
    color: #450000; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0082FC;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #65666a;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0082FC;
    border-color: #0082FC; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004483;
  background-color: #b8dcfe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004483;
    background-color: #9fd0fe; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004483;
    border-color: #004483; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-bt-gray {
  color: #353537;
  background-color: #d4d4d5; }
  .list-group-item-bt-gray.list-group-item-action:hover, .list-group-item-bt-gray.list-group-item-action:focus {
    color: #353537;
    background-color: #c7c7c8; }
  .list-group-item-bt-gray.list-group-item-action.active {
    color: #fff;
    background-color: #353537;
    border-color: #353537; }

.list-group-item-bt-light-gray {
  color: #7c7c7c;
  background-color: #fafafa; }
  .list-group-item-bt-light-gray.list-group-item-action:hover, .list-group-item-bt-light-gray.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #ededed; }
  .list-group-item-bt-light-gray.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c; }

.list-group-item-bt-dark-gray {
  color: #111315;
  background-color: #c1c2c3; }
  .list-group-item-bt-dark-gray.list-group-item-action:hover, .list-group-item-bt-dark-gray.list-group-item-action:focus {
    color: #111315;
    background-color: #b4b5b6; }
  .list-group-item-bt-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #111315;
    border-color: #111315; }

.list-group-item-bt-blue {
  color: #004483;
  background-color: #b8dcfe; }
  .list-group-item-bt-blue.list-group-item-action:hover, .list-group-item-bt-blue.list-group-item-action:focus {
    color: #004483;
    background-color: #9fd0fe; }
  .list-group-item-bt-blue.list-group-item-action.active {
    color: #fff;
    background-color: #004483;
    border-color: #004483; }

.list-group-item-bt-yellow {
  color: #7d5a29;
  background-color: #fbe8cd; }
  .list-group-item-bt-yellow.list-group-item-action:hover, .list-group-item-bt-yellow.list-group-item-action:focus {
    color: #7d5a29;
    background-color: #f9ddb5; }
  .list-group-item-bt-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #7d5a29;
    border-color: #7d5a29; }

.list-group-item-bt-red {
  color: #780000;
  background-color: #f8b8b8; }
  .list-group-item-bt-red.list-group-item-action:hover, .list-group-item-bt-red.list-group-item-action:focus {
    color: #780000;
    background-color: #f6a1a1; }
  .list-group-item-bt-red.list-group-item-action.active {
    color: #fff;
    background-color: #780000;
    border-color: #780000; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 100070;
  display: block;
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #65666a; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0082FC !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0068c9 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-bt-gray {
  background-color: #65666a !important; }

a.bg-bt-gray:hover, a.bg-bt-gray:focus,
button.bg-bt-gray:hover,
button.bg-bt-gray:focus {
  background-color: #4c4d50 !important; }

.bg-bt-light-gray {
  background-color: #eee !important; }

a.bg-bt-light-gray:hover, a.bg-bt-light-gray:focus,
button.bg-bt-light-gray:hover,
button.bg-bt-light-gray:focus {
  background-color: #d5d5d5 !important; }

.bg-bt-dark-gray {
  background-color: #212529 !important; }

a.bg-bt-dark-gray:hover, a.bg-bt-dark-gray:focus,
button.bg-bt-dark-gray:hover,
button.bg-bt-dark-gray:focus {
  background-color: #0a0c0d !important; }

.bg-bt-blue {
  background-color: #0082FC !important; }

a.bg-bt-blue:hover, a.bg-bt-blue:focus,
button.bg-bt-blue:hover,
button.bg-bt-blue:focus {
  background-color: #0068c9 !important; }

.bg-bt-yellow {
  background-color: #F0AD4E !important; }

a.bg-bt-yellow:hover, a.bg-bt-yellow:focus,
button.bg-bt-yellow:hover,
button.bg-bt-yellow:focus {
  background-color: #ec971f !important; }

.bg-bt-red {
  background-color: #E60000 !important; }

a.bg-bt-red:hover, a.bg-bt-red:focus,
button.bg-bt-red:hover,
button.bg-bt-red:focus {
  background-color: #b30000 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6; }

.border-top {
  border-top: 1px solid #dee2e6; }

.border-right {
  border-right: 1px solid #dee2e6; }

.border-bottom {
  border-bottom: 1px solid #dee2e6; }

.border-left {
  border-left: 1px solid #dee2e6; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0082FC !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.border-bt-gray {
  border-color: #65666a !important; }

.border-bt-light-gray {
  border-color: #eee !important; }

.border-bt-dark-gray {
  border-color: #212529 !important; }

.border-bt-blue {
  border-color: #0082FC !important; }

.border-bt-yellow {
  border-color: #F0AD4E !important; }

.border-bt-red {
  border-color: #E60000 !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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-21by9::before {
  padding-top: 42.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #0082FC !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #005bb0 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-bt-gray {
  color: #65666a !important; }

a.text-bt-gray:hover, a.text-bt-gray:focus {
  color: #404043 !important; }

.text-bt-light-gray {
  color: #eee !important; }

a.text-bt-light-gray:hover, a.text-bt-light-gray:focus {
  color: #c8c8c8 !important; }

.text-bt-dark-gray {
  color: #212529 !important; }

a.text-bt-dark-gray:hover, a.text-bt-dark-gray:focus {
  color: black !important; }

.text-bt-blue {
  color: #0082FC !important; }

a.text-bt-blue:hover, a.text-bt-blue:focus {
  color: #005bb0 !important; }

.text-bt-yellow {
  color: #F0AD4E !important; }

a.text-bt-yellow:hover, a.text-bt-yellow:focus {
  color: #df8a13 !important; }

.text-bt-red {
  color: #E60000 !important; }

a.text-bt-red:hover, a.text-bt-red:focus {
  color: #9a0000 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #65666a !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn):not(button):not(
  input[type=button]):not(
  input[type=submit]):not(
  button[type=submit]) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*	Math Functions
---------------------------------------------------------*/
/*	Units
---------------------------------------------------------*/
/*	Values
---------------------------------------------------------*/
/*	Colors
---------------------------------------------------------*/
/*	Selectors
---------------------------------------------------------*/
/*	Icons
---------------------------------------------------------*/
/*	Utilities
---------------------------------------------------------*/
@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-book.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-bookitalic.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-bookitalic.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-bookitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-medium.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-mediumitalic.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-mediumitalic.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-bold.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-bolditalic.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-bolditalic.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-black.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Pro";
  font-display: auto;
  src: url("fonts/circular-pro/lineto-circular-pro-blackitalic.eot");
  src: url("fonts/circular-pro/lineto-circular-pro-blackitalic.eot?#iefix") format("embedded-opentype"), url("fonts/circular-pro/lineto-circular-pro-blackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #0082FC;
  overflow-x: hidden; }

#page {
  background-color: #fff; }

a {
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }

.arrow-link, #help-modal .secondary-links a, section.page-section .section-grid-links .cell-link a, section.page-section.grid-section .section-grid .cell .cell-link a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none; }
  .arrow-link:hover, #help-modal .secondary-links a:hover, section.page-section .section-grid-links .cell-link a:hover, section.page-section.grid-section .section-grid .cell .cell-link a:hover {
    text-decoration: none; }
  .arrow-link:after, #help-modal .secondary-links a:after, section.page-section .section-grid-links .cell-link a:after, section.page-section.grid-section .section-grid .cell .cell-link a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    margin-left: .6em; }

.arrow-link-lock:before, section.page-section.grid-section .section-grid .cell .cell-link a.lock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  margin-right: .6em; }

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

/*	Responsive Utilities
---------------------------------------------------------*/
@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-col-xs {
  display: none !important; }

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

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

.visible-lg, .visible-col-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: 769px) {
  .visible-xs, .visible-col-xs {
    display: block !important; }
  table.visible-xs, table.visible-col-xs {
    display: table; }
  tr.visible-xs, tr.visible-col-xs {
    display: table-row !important; }
  th.visible-xs, th.visible-col-xs, td.visible-xs, td.visible-col-xs {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .visible-lg, .visible-col-lg {
    display: block !important; }
  table.visible-lg, table.visible-col-lg {
    display: table; }
  tr.visible-lg, tr.visible-col-lg {
    display: table-row !important; }
  th.visible-lg, th.visible-col-lg, td.visible-lg, td.visible-col-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: 769px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 993px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1201px) {
  .hidden-md {
    display: none !important; } }

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

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

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

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

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

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

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

/*	Screen Reading Utilities
---------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #65666a;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: 1.6;
    padding: 0.5rem 1rem;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

h1, .h1 {
  font-weight: 700; }

h2.blue-thin,
h3.blue-thin {
  color: #0082FC;
  font-weight: 400; }

.list-gapped > li {
  margin-bottom: 1rem; }
  .list-gapped > li > ul,
  .list-gapped > li > ol {
    margin-top: 1rem; }

blockquote.style2 {
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #0082FC; }

.text-spaced {
  letter-spacing: .1em; }

.table thead th {
  background-color: #0082FC;
  color: #fff;
  border-top: none;
  border-bottom: none; }

.table tbody tr.section-header {
  background-color: #ccc;
  font-weight: 500;
  color: #000; }

.table-striped tbody td {
  border-top: none; }

#page .wpDataTablesWrapper .dataTables_length .bootstrap-select.show {
  display: inline-block !important; }

#page .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after {
  display: none; }

#page .wpDataTablesWrapper table.wpDataTable > thead > tr.odd > th, #page .wpDataTablesWrapper table.wpDataTable > thead > tr.odd td,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr.odd > th,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr.odd td,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr.odd > th,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr.odd td {
  background-color: #fff; }

#page .wpDataTablesWrapper table.wpDataTable > thead > tr.even > th, #page .wpDataTablesWrapper table.wpDataTable > thead > tr.even td,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr.even > th,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr.even td,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr.even > th,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr.even td {
  background-color: rgba(0, 0, 0, 0.05); }

#page .wpDataTablesWrapper table.wpDataTable > thead > tr > th, #page .wpDataTablesWrapper table.wpDataTable > thead > tr td,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr > th,
#page .wpDataTablesWrapper table.wpDataTable > tbody > tr td,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr > th,
#page .wpDataTablesWrapper table.wpDataTable > tfoot > tr td {
  padding: 0.75rem;
  border: none; }

#page .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  background-color: #0082FC;
  color: #fff; }
  #page .wpDataTablesWrapper table.wpDataTable > thead > tr > th.sorting:after, #page .wpDataTablesWrapper table.wpDataTable > thead > tr > th.sorting_asc:after {
    border-bottom-color: #fff; }
  #page .wpDataTablesWrapper table.wpDataTable > thead > tr > th.sorting_desc:after {
    border-top-color: #fff; }

label {
  color: #000; }

.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .ginput_container_multiselect .chosen-container .chosen-choices {
  height: auto; }

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

@media print {
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .site-breadcrumb-navigation,
  #header,
  #footer {
    display: none !important; }
  body.page-template-page-tpl-market-update #page-nav,
  body.page-template-page-tpl-market-update .social-share-links {
    display: none !important; }
  body.page-template-page-tpl-market-update section.panel {
    background-color: #fff;
    padding-bottom: 10px; }
    body.page-template-page-tpl-market-update section.panel .container {
      max-width: none !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      page-break-after: always; }
      body.page-template-page-tpl-market-update section.panel .container::after {
        content: '';
        display: block;
        padding-top: 10px; }
      body.page-template-page-tpl-market-update section.panel .container > .inner {
        margin: 0 !important; }
    body.page-template-page-tpl-market-update section.panel .panel-header > .inner {
      padding-left: 40px !important; }
    body.page-template-page-tpl-market-update section.panel .panel-header + .panel-contents {
      page-break-before: avoid; }
    body.page-template-page-tpl-market-update section.panel .panel-contents {
      page-break-before: always;
      padding: 40px !important; } }

@media print and (color) {
  *,
  *:before,
  *:after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

/*	Caption
---------------------------------------------------------*/
.wp-caption {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.wp-caption-text {
  font-size: 0.875rem;
  margin: 0.25rem 0 0; }

/*	Image Alignment
---------------------------------------------------------*/
.alignleft,
.alignright {
  margin-bottom: 0.5rem; }

.aligncenter {
  margin: 0 auto 0.5rem; }

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%; }
  .alignleft {
    float: left;
    margin: 0 1rem 0.5rem 0; }
  .alignright {
    float: right;
    margin: 0 0 0.5rem 1rem; } }

img.animated-svg {
  display: none; }
  img.animated-svg.loaded {
    display: block; }

/*	Galleries
---------------------------------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  margin-top: 30px; }
  .gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 100%; }
    .gallery .gallery-item .preview {
      height: 0;
      padding-top: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-color: #ccc; }
      .gallery .gallery-item .preview img {
        display: none;
        width: 100%; }
    .gallery .gallery-item .gallery-caption {
      display: none; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111%; }
  .gallery.gallery-columns-10 .gallery-item {
    width: 10%; }
  .gallery.gallery-columns-11 .gallery-item {
    width: 9.09091%; }
  .gallery.gallery-columns-12 .gallery-item {
    width: 8.33333%; }

/*	Videos
---------------------------------------------------------*/
.video-iframe-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
  margin-bottom: 1rem; }
  .video-iframe-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    display: block; }

.video-modal-link {
  display: block;
  outline: none;
  position: relative;
  overflow: hidden; }
  .video-modal-link:hover .video-thumbnail .image {
    opacity: .8; }
  .video-modal-link .video-thumbnail {
    background-color: #000;
    height: 0;
    padding-top: 56.25%;
    position: relative; }
    .video-modal-link .video-thumbnail .image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
      .video-modal-link .video-thumbnail .image img {
        display: none; }
  .video-modal-link .video-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    padding-left: 90px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 90px; }
    .video-modal-link .video-details:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      line-height: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background-color: #0082FC;
      border-radius: 100px;
      font-size: 20px;
      left: 20px;
      top: 50%;
      margin-top: -25px;
      padding-left: 5px; }
    .video-modal-link .video-details .video-title {
      margin: 0;
      font-size: 18px;
      color: inherit; }

/*	Accordions
---------------------------------------------------------*/
.accordion.accordion-wp .card {
  border: none;
  border-bottom: 6px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  background-color: transparent; }
  .accordion.accordion-wp .card:first-child {
    border-top: 6px solid rgba(0, 0, 0, 0.2); }
  .accordion.accordion-wp .card .card-header {
    border-radius: 0;
    background-color: transparent;
    padding: 20px 10px;
    margin: 0;
    cursor: pointer;
    border: none; }
    @media (min-width: 1200px) {
      .accordion.accordion-wp .card .card-header {
        padding: 20px 30px 20px 40px; } }
    .accordion.accordion-wp .card .card-header:hover h3 {
      color: #0082FC; }
    .accordion.accordion-wp .card .card-header.collapsed h3:after {
      content: ""; }
    .accordion.accordion-wp .card .card-header h3 {
      margin: 0;
      font-size: 20px;
      -webkit-transition: color .15s;
      transition: color .15s;
      padding-right: 30px;
      position: relative; }
      .accordion.accordion-wp .card .card-header h3:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        position: absolute;
        right: 0;
        top: 2px;
        line-height: 1;
        display: block;
        color: #0082FC;
        font-size: 22px; }
  .accordion.accordion-wp .card .card-body {
    padding: 0 10px 20px; }
    @media (min-width: 1200px) {
      .accordion.accordion-wp .card .card-body {
        padding: 0 30px 20px 40px; } }

/*	Tabs
---------------------------------------------------------*/
.tabs.tabs-wp.buttons .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs.tabs-wp.buttons .nav-tabs .nav-item {
    margin-bottom: 0; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-item:first-child .nav-link {
      border-top-left-radius: 0.3rem;
      border-bottom-left-radius: 0.3rem; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-item:last-child .nav-link {
      border-top-right-radius: 0.3rem;
      border-bottom-right-radius: 0.3rem; }
  .tabs.tabs-wp.buttons .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #000;
    border-color: #000;
    position: relative; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link:hover {
      color: #fff;
      background-color: black;
      border-color: black; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link:focus, .tabs.tabs-wp.buttons .nav-tabs .nav-link.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link.disabled, .tabs.tabs-wp.buttons .nav-tabs .nav-link:disabled {
      color: #fff;
      background-color: #000;
      border-color: #000; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link:not(:disabled):not(.disabled):active, .tabs.tabs-wp.buttons .nav-tabs .nav-link:not(:disabled):not(.disabled).active,
    .show > .tabs.tabs-wp.buttons .nav-tabs .nav-link.dropdown-toggle {
      color: #fff;
      background-color: black;
      border-color: black; }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link:not(:disabled):not(.disabled):active:focus, .tabs.tabs-wp.buttons .nav-tabs .nav-link:not(:disabled):not(.disabled).active:focus,
      .show > .tabs.tabs-wp.buttons .nav-tabs .nav-link.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link.active {
      color: #fff;
      background-color: #0082FC;
      border-color: #0082FC;
      background-color: #0082FC !important;
      border-color: #0082FC !important; }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:hover {
        color: #fff;
        background-color: #006ed6;
        border-color: #0068c9; }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:focus, .tabs.tabs-wp.buttons .nav-tabs .nav-link.active.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link.active.disabled, .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:disabled {
        color: #fff;
        background-color: #0082FC;
        border-color: #0082FC; }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:not(:disabled):not(.disabled):active, .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:not(:disabled):not(.disabled).active,
      .show > .tabs.tabs-wp.buttons .nav-tabs .nav-link.active.dropdown-toggle {
        color: #fff;
        background-color: #0068c9;
        border-color: #0061bc; }
        .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:not(:disabled):not(.disabled):active:focus, .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:not(:disabled):not(.disabled).active:focus,
        .show > .tabs.tabs-wp.buttons .nav-tabs .nav-link.active.dropdown-toggle:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(38, 149, 252, 0.5); }
      .tabs.tabs-wp.buttons .nav-tabs .nav-link.active:after {
        opacity: 1;
        bottom: -10px;
        -webkit-transition: opacity .15s .15s, bottom .15s .15s ease-out;
        transition: opacity .15s .15s, bottom .15s .15s ease-out; }
    .tabs.tabs-wp.buttons .nav-tabs .nav-link:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      bottom: 0;
      border: 10px solid transparent;
      border-bottom: none;
      border-top-color: #0082FC;
      opacity: 0; }
  .tabs.tabs-wp.buttons .nav-tabs + .tab-content {
    margin-top: 2rem; }

.tabs.tabs-wp .nav-tabs + .tab-content {
  margin-top: 1rem; }

/*	XML Tree
---------------------------------------------------------*/
#xml-tree .xmltree {
  font-size: 14px;
  padding-left: 8px;
  margin: 40px 0; }
  #xml-tree .xmltree li {
    margin-left: 2px;
    margin-bottom: 12px; }
    #xml-tree .xmltree li.attr {
      font-size: 12px; }
      #xml-tree .xmltree li.attr span {
        color: #0082FC; }
      #xml-tree .xmltree li.attr + li {
        margin-top: 12px; }
        #xml-tree .xmltree li.attr + li.attr {
          margin-top: -10px; }
    #xml-tree .xmltree li.noKids > ul {
      display: none !important; }
  #xml-tree .xmltree ul {
    border-left-color: #888; }
  #xml-tree .xmltree .plusMin {
    width: 14px;
    height: 14px;
    left: -10px;
    border-color: #888;
    background-color: #eee;
    color: #444;
    top: 5px;
    font-size: 12px;
    line-height: 12px; }
  #xml-tree .xmltree .tree_node {
    display: inline-block !important;
    background-color: #000;
    line-height: 1.2;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px; }

.tooltip-lg .tooltip-inner {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  max-width: 400px;
  padding: 10px 14px; }
  .tooltip-lg .tooltip-inner p, .tooltip-lg .tooltip-inner ul, .tooltip-lg .tooltip-inner ol {
    margin-bottom: 6px; }
    .tooltip-lg .tooltip-inner p:last-child, .tooltip-lg .tooltip-inner ul:last-child, .tooltip-lg .tooltip-inner ol:last-child {
      margin-bottom: 0; }
  .tooltip-lg .tooltip-inner ul, .tooltip-lg .tooltip-inner ol {
    padding-left: 20px; }
  .tooltip-lg .tooltip-inner a {
    color: inherit;
    text-decoration: underline; }

.btn-input {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  font-weight: 400;
  color: #495057;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.375rem 0.75rem;
  border-width: 1px;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden; }
  .btn-input:hover {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da; }
  .btn-input:focus, .btn-input.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5); }
  .btn-input.disabled, .btn-input:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da; }
  .btn-input:not(:disabled):not(.disabled):active, .btn-input:not(:disabled):not(.disabled).active,
  .show > .btn-input.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #7dc0ff; }
    .btn-input:not(:disabled):not(.disabled):active:focus, .btn-input:not(:disabled):not(.disabled).active:focus,
    .show > .btn-input.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5); }
  .btn-input:focus, .btn-input.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25) !important;
            box-shadow: 0 0 0 0.2rem rgba(0, 130, 252, 0.25) !important; }
  .btn-input.placeholder {
    color: #6c757d; }
  .btn-input.dropdown-toggle {
    position: relative;
    padding-right: calc(0.75rem + 0.3em + 0.3em + 0.6em); }
    .btn-input.dropdown-toggle:after {
      color: #212529;
      position: absolute;
      right: 0.75rem;
      top: 50%;
      margin-top: -0.15em; }
  .btn-input .label {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }

.btn-lock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  margin-right: .6em; }

.btn-group > .btn:not(:first-child), .tabs.tabs-wp.buttons .nav-tabs .btn-group > .nav-link:not(:first-child), .btn-group > button:not(:first-child),
.btn-group > input:not(:first-child)[type=button],
.btn-group > input:not(:first-child)[type=submit],
.btn-group > button:not(:first-child)[type=submit], #header-primary-cta-buttons .btn-group > a:not(:first-child), #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .btn-group > a:not(:first-child), #footer-primary-cta-buttons .btn-group > a:not(:first-child), #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .btn-group > a:not(:first-child), #mobile-primary-cta-buttons .btn-group > a:not(:first-child), #user-menu .menu-header .btn-group > .menu-close:not(:first-child), #user-primary-cta-buttons .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0; }

.search-form {
  max-width: 300px;
  position: relative; }
  .search-form label {
    margin: 0;
    display: block; }
  .search-form input[type=search] {
    border-radius: 100px;
    padding-right: 34px; }
  .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: transparent;
    border: none;
    color: #65666a;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    text-indent: -10000px;
    padding: 0;
    width: 34px;
    height: 39px; }
    .search-form button:focus, .search-form button:active {
      color: #65666a !important;
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .search-form button:hover {
      color: #000;
      background-color: transparent; }
    .search-form button:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 39px;
      text-align: center;
      padding-right: 8px; }

.post-password-form {
  margin-bottom: 0.5rem;
  display: table;
  max-width: 300px; }
  .post-password-form label,
  .post-password-form .submit-wrap {
    display: table-cell; }
  .post-password-form label {
    vertical-align: middle;
    margin: 0; }
  .post-password-form .submit-wrap {
    width: 1%; }
  .post-password-form input[type=search],
  .post-password-form input[type=password] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .post-password-form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px; }

.pagination-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination-navigation.below {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .pagination-navigation.below {
        margin-top: 40px; } }

.pagination {
  margin: 0; }

@media (max-width: 767.98px) {
  .pagination-lg .page-link {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 575.98px) {
  .pagination-lg .page-link {
    padding-left: .8rem;
    padding-right: .8rem; } }

.page-item.prev .page-link span,
.page-item.next .page-link span {
  display: none; }
  @media (min-width: 768px) {
    .page-item.prev .page-link span,
    .page-item.next .page-link span {
      display: inline; } }

.page-item.prev .page-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: ""; }
  @media (min-width: 768px) {
    .page-item.prev .page-link:before {
      margin-right: .4em; } }

.page-item.next .page-link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: ""; }
  @media (min-width: 768px) {
    .page-item.next .page-link:after {
      margin-left: .4em; } }

.page-item.gap .page-link {
  padding-left: .25rem;
  padding-right: .25rem; }

.page-link {
  font-weight: 700; }

#comments {
  margin-bottom: 1rem; }

.comment-list article.comment-body {
  margin-bottom: 0.5rem;
  padding-left: 64px; }
  .comment-list article.comment-body::after {
    display: block;
    clear: both;
    content: ""; }
  .comment-list article.comment-body .comment-meta {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
  .comment-list article.comment-body img.avatar {
    float: left;
    margin-left: -64px;
    width: 50px; }
  .comment-list article.comment-body .comment-awaiting-moderation {
    color: #ffc107;
    margin-bottom: 0;
    font-weight: bold; }
  .comment-list article.comment-body .comment-content p {
    margin-bottom: 0.25rem; }
  .comment-list article.comment-body .comment-reply-link {
    font-size: 0.875rem; }

.comment-list .children {
  list-style: none;
  padding-left: 64px; }
  .comment-list .children article.comment-body {
    padding-left: 54px; }
    .comment-list .children article.comment-body img.avatar {
      margin-left: -54px;
      width: 40px; }
  .comment-list .children .children {
    padding-left: 54px; }

.comment-respond .form-allowed-tags code {
  display: block;
  white-space: normal; }

.widget {
  margin-bottom: 1rem; }

.card-grid {
  margin-left: -15px;
  margin-right: -15px; }
  .card-grid::after {
    display: block;
    clear: both;
    content: ""; }
  .card-grid > * {
    display: none; }
  .card-grid > .column {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .card-grid > .column > .card {
      margin-bottom: 30px; }

@media (min-width: 0) {
  .card-grid.cols-xs-1 > .column {
    width: 100%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-2 > .column {
    width: 50%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-3 > .column {
    width: 33.33333%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-4 > .column {
    width: 25%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-5 > .column {
    width: 20%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-6 > .column {
    width: 16.66667%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-7 > .column {
    width: 14.28571%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-8 > .column {
    width: 12.5%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-9 > .column {
    width: 11.11111%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-10 > .column {
    width: 10%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-11 > .column {
    width: 9.09091%; } }

@media (min-width: 0) {
  .card-grid.cols-xs-12 > .column {
    width: 8.33333%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-1 > .column {
    width: 100%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-2 > .column {
    width: 50%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-3 > .column {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-4 > .column {
    width: 25%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-5 > .column {
    width: 20%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-6 > .column {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-7 > .column {
    width: 14.28571%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-8 > .column {
    width: 12.5%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-9 > .column {
    width: 11.11111%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-10 > .column {
    width: 10%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-11 > .column {
    width: 9.09091%; } }

@media (min-width: 768px) {
  .card-grid.cols-sm-12 > .column {
    width: 8.33333%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-1 > .column {
    width: 100%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-2 > .column {
    width: 50%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-3 > .column {
    width: 33.33333%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-4 > .column {
    width: 25%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-5 > .column {
    width: 20%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-6 > .column {
    width: 16.66667%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-7 > .column {
    width: 14.28571%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-8 > .column {
    width: 12.5%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-9 > .column {
    width: 11.11111%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-10 > .column {
    width: 10%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-11 > .column {
    width: 9.09091%; } }

@media (min-width: 992px) {
  .card-grid.cols-md-12 > .column {
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-1 > .column {
    width: 100%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-2 > .column {
    width: 50%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-3 > .column {
    width: 33.33333%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-4 > .column {
    width: 25%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-5 > .column {
    width: 20%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-6 > .column {
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-7 > .column {
    width: 14.28571%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-8 > .column {
    width: 12.5%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-9 > .column {
    width: 11.11111%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-10 > .column {
    width: 10%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-11 > .column {
    width: 9.09091%; } }

@media (min-width: 1200px) {
  .card-grid.cols-lg-12 > .column {
    width: 8.33333%; } }

.google-map img {
  max-width: none; }

.google-map .infoBox {
  width: 240px;
  background-color: #fff;
  padding: 20px 20px 14px;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  line-height: 1.6;
  color: #65666a;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  opacity: 0; }
  .google-map .infoBox.active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s; }
  .google-map .infoBox:before, .google-map .infoBox:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: none;
    border-top-color: #fff; }
  .google-map .infoBox:before {
    margin-left: -17px;
    border-width: 17px;
    border-top-color: rgba(0, 0, 0, 0.2); }
  .google-map .infoBox h1, .google-map .infoBox h2, .google-map .infoBox h3, .google-map .infoBox h4, .google-map .infoBox h5, .google-map .infoBox h6, .google-map .infoBox p {
    margin-bottom: 6px; }
  .google-map .infoBox h1, .google-map .infoBox h2, .google-map .infoBox h3, .google-map .infoBox h4, .google-map .infoBox h5, .google-map .infoBox h6 {
    margin-top: 0; }
  .google-map .infoBox img {
    max-width: 100%; }

.card-img-top-container {
  position: relative; }
  .card-img-top-container > a {
    display: block; }

div.card-img-top {
  position: relative;
  background-color: #eee;
  height: 0;
  padding-top: 60%; }
  div.card-img-top .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    div.card-img-top .image img {
      display: none; }

.card-img-top-label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
  background-color: #000;
  color: #fff;
  padding: 8px 20px; }

.card-img-top-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  color: #000;
  line-height: 1.4; }

.card-img-top-icon-overlay {
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  position: absolute;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
  margin: 0; }

.card-title a {
  color: inherit;
  text-decoration: none; }
  .card-title a:hover {
    color: #0082FC; }

h1.card-header, h2.card-header, h3.card-header, h4.card-header, h5.card-header, h6.card-header {
  font-weight: 500; }

ul.card-meta {
  padding-left: 0;
  list-style: none; }
  ul.card-meta:last-child {
    margin-bottom: 0; }
  ul.card-meta.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    ul.card-meta.inline > li {
      margin-bottom: 0;
      padding-left: 0; }
      ul.card-meta.inline > li:last-child:after {
        display: none; }
      ul.card-meta.inline > li:before {
        position: static;
        width: auto;
        margin-right: .5em; }
      ul.card-meta.inline > li:after {
        content: '\00a0\00a0|\00a0\00a0'; }
  ul.card-meta > li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px; }
    ul.card-meta > li:last-child {
      margin-bottom: 0; }
    ul.card-meta > li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      position: absolute;
      left: -2px;
      width: 20px;
      text-align: center;
      top: 0;
      line-height: inherit; }
    ul.card-meta > li.date:before {
      content: ""; }
    ul.card-meta > li.location:before {
      content: ""; }
    ul.card-meta > li.author:before {
      content: ""; }
    ul.card-meta > li.website:before {
      content: ""; }
    ul.card-meta > li.type:before {
      content: ""; }
    ul.card-meta > li.type.article:before {
      content: ""; }
    ul.card-meta > li.type.case-study:before {
      content: ""; }
    ul.card-meta > li.type.paper:before {
      content: ""; }
    ul.card-meta > li.type.infographic:before {
      content: ""; }
    ul.card-meta > li.type.study-guide:before {
      content: ""; }
    ul.card-meta > li.type.video:before {
      content: ""; }
    ul.card-meta > li.type.webinar:before {
      content: ""; }
    ul.card-meta > li.type.presentation:before {
      content: ""; }
    ul.card-meta > li.type.report:before {
      content: ""; }
    ul.card-meta > li.type.graphic:before {
      content: ""; }
    ul.card-meta > li.type.media-kit:before {
      content: ""; }
    ul.card-meta > li.type.sig-member-blog-post:before {
      content: ""; }
    ul.card-meta > li.type.book:before {
      content: ""; }
    ul.card-meta > li.type.post:before {
      content: ""; }
    ul.card-meta > li.type.news_article:before {
      content: ""; }
    ul.card-meta > li.type.press_release:before {
      content: ""; }
    ul.card-meta > li.tag:before {
      content: ""; }
    ul.card-meta > li.status:before {
      content: ""; }
    ul.card-meta > li.lifecycle:before {
      content: ""; }
    ul.card-meta > li.changes:before {
      content: ""; }
    ul.card-meta > li.recommended:before {
      content: ""; }
    ul.card-meta > li.revision:before {
      content: ''; }
    ul.card-meta > li.additional-link:before {
      content: ""; }
    ul.card-meta > li.website .url {
      font-weight: 400;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      ul.card-meta > li.website .url a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
    ul.card-meta > li.changes a, ul.card-meta > li.recommended a, ul.card-meta > li.additional-link a {
      color: #0082FC; }
      ul.card-meta > li.changes a:hover, ul.card-meta > li.recommended a:hover, ul.card-meta > li.additional-link a:hover {
        color: #005bb0; }
  ul.card-meta a {
    color: inherit;
    text-decoration: none; }
    ul.card-meta a:hover {
      color: #0082FC; }

.card-link:last-child {
  margin-bottom: 0; }

.card-link.followed-by-card-labels {
  float: left;
  margin-bottom: 0;
  margin-right: 20px; }
  .card-link.followed-by-card-labels + .card-labels {
    margin-top: -6px;
    float: right; }

.card-labels {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -2px;
  margin-right: -2px;
  line-height: 1.4;
  font-size: 12px; }
  .card-labels:last-child {
    margin-bottom: 0; }
  .card-labels li {
    margin: 4px 2px 0;
    border-radius: 100px;
    background-color: #eee;
    color: #000;
    padding: 6px 12px;
    white-space: nowrap; }
    .card-labels li.has-link {
      padding: 0;
      border-radius: 0;
      background-color: transparent; }
      .card-labels li.has-link a {
        display: block;
        color: #000;
        padding: 6px 12px;
        text-decoration: none;
        border-radius: 100px;
        background-color: #eee; }

.dropdown-menu .dropdown {
  margin-right: calc(-0.125rem - 1px);
  padding-right: calc(0.125rem + 1px); }
  @media (max-width: 767.98px) {
    .dropdown-menu .dropdown {
      margin-right: 0;
      padding-right: 0; } }
  .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block; }
  .dropdown-menu .dropdown > .dropdown-item {
    position: relative;
    padding-right: calc(1.5rem + 10px); }
    @media (max-width: 767.98px) {
      .dropdown-menu .dropdown > .dropdown-item {
        padding-right: 1.5rem; } }
    .dropdown-menu .dropdown > .dropdown-item:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      position: absolute;
      right: calc(1.5rem - 6px);
      top: 50%;
      line-height: 1;
      margin-top: -0.5rem; }
      @media (max-width: 767.98px) {
        .dropdown-menu .dropdown > .dropdown-item:after {
          display: none; } }

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: calc(-0.5rem - 1px);
  margin-top: 0; }
  @media (max-width: 767.98px) {
    .dropdown-menu .dropdown-menu {
      display: block;
      position: static;
      border: none;
      border-radius: 0;
      background-color: #f8f9fa;
      float: none;
      font-size: 14px; }
      .dropdown-menu .dropdown-menu .dropdown-item {
        padding: 0.2rem 1.5rem; } }

.modal-footer-text {
  margin: 0;
  text-align: right; }
  .modal-footer-text + .btn, .tabs.tabs-wp.buttons .nav-tabs .modal-footer-text + .nav-link, .modal-footer-text + button,
  .modal-footer-text + input[type=button],
  .modal-footer-text + input[type=submit],
  .modal-footer-text + button[type=submit], #header-primary-cta-buttons .modal-footer-text + a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link .modal-footer-text + a, #footer-primary-cta-buttons .modal-footer-text + a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link .modal-footer-text + a, #mobile-primary-cta-buttons .modal-footer-text + a, #user-menu .menu-header .modal-footer-text + .menu-close, #user-primary-cta-buttons .modal-footer-text + a {
    margin-left: 10px; }

.modal.video-modal .modal-content {
  background-color: #000;
  border: none; }

.modal.video-modal .modal-header {
  border-bottom: none; }
  .modal.video-modal .modal-header .close {
    color: #fff;
    text-shadow: none; }

.modal.video-modal .modal-title {
  color: #fff; }

.modal.video-modal .modal-body {
  padding: 0; }

.modal.video-modal .video-iframe-container {
  margin: 0; }

#help-modal .primary-links ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }

#help-modal .primary-links li {
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }

#help-modal .primary-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 30px;
  background-color: #000;
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: background-color .15s;
  transition: background-color .15s; }
  #help-modal .primary-links a:hover {
    background-color: #222; }
  #help-modal .primary-links a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #0082FC;
    color: #fff; }

#help-modal .knowledge-base-search {
  text-align: center;
  margin-top: 20px; }
  #help-modal .knowledge-base-search form {
    margin-left: auto;
    margin-right: auto; }

#help-modal .secondary-links {
  margin-top: 20px; }
  #help-modal .secondary-links ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #help-modal .secondary-links li {
    padding: 0 8px;
    margin-top: 8px; }

#help-modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

html #wpadminbar {
  position: fixed; }

#header {
  position: relative;
  z-index: 10001;
  background-color: #fff; }
  #header .container {
    padding-top: 38px;
    padding-bottom: 38px; }
    @media (min-width: 768px) {
      #header .container {
        padding-top: 0;
        padding-bottom: 0; } }
    #header .container > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        #header .container > .inner:before {
          content: '';
          -webkit-box-ordinal-group: -4;
              -ms-flex-order: -5;
                  order: -5;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%; } }

/*	Branding
---------------------------------------------------------*/
#site-branding {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 10px; }
  @media (min-width: 768px) {
    #site-branding {
      margin-top: 28px;
      margin-bottom: 28px; } }
  @media (min-width: 992px) {
    #site-branding {
      margin-bottom: 20px; } }

#site-logo {
  max-width: 100%;
  width: 170px; }
  @media (min-width: 768px) {
    #site-logo {
      width: 200px; } }
  #site-logo img {
    width: 100%;
    display: block; }

/*	Mobile Menu Toggle
---------------------------------------------------------*/
#mobile-menu-toggle {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
  margin-left: 20px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 768px) {
    #mobile-menu-toggle {
      display: none; } }
  #mobile-menu-toggle:before, #mobile-menu-toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 30px;
    height: 4px;
    background-color: #0082FC;
    border-radius: 10px; }
  #mobile-menu-toggle:before {
    -webkit-box-shadow: 0 10px 0 #0082FC, 0 -10px 0 #0082FC;
            box-shadow: 0 10px 0 #0082FC, 0 -10px 0 #0082FC;
    -webkit-transition: -webkit-box-shadow 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: box-shadow 0.2s 0.2s ease-out, transform 0.2s ease-out;
    transition: box-shadow 0.2s 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    body.mobile-menu-active #mobile-menu-toggle:before {
      -webkit-box-shadow: 0 0 #0082FC, 0 0 #0082FC;
              box-shadow: 0 0 #0082FC, 0 0 #0082FC;
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg);
      -webkit-transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
      transition: -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
      transition: box-shadow 0.2s ease-out, transform 0.2s 0.2s ease-out;
      transition: box-shadow 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out; }
  #mobile-menu-toggle:after {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: visibility 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, visibility 0s 0.2s;
    transition: transform 0.2s ease-out, visibility 0s 0.2s, -webkit-transform 0.2s ease-out; }
    body.mobile-menu-active #mobile-menu-toggle:after {
      visibility: visible;
      -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotateZ(-45deg);
      -webkit-transition: visibility 0s 0.2s, -webkit-transform 0.2s 0.2s ease-out;
      transition: visibility 0s 0.2s, -webkit-transform 0.2s 0.2s ease-out;
      transition: transform 0.2s 0.2s ease-out, visibility 0s 0.2s;
      transition: transform 0.2s 0.2s ease-out, visibility 0s 0.2s, -webkit-transform 0.2s 0.2s ease-out; }
  #mobile-menu-toggle .label {
    display: none; }

/*	Mobile Menu Toggle
---------------------------------------------------------*/
#header .language-switcher {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }
  @media (min-width: 768px) {
    #header .language-switcher {
      -webkit-box-ordinal-group: -7;
          -ms-flex-order: -8;
              order: -8;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 6px;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 992px) {
    #header .language-switcher {
      margin-top: 16px; } }
  body.mobile-menu-active #header .language-switcher {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  #header .language-switcher.show .dropdown-toggle {
    color: #000; }
  #header .language-switcher .dropdown-toggle {
    display: block;
    background-color: transparent;
    border: none;
    color: #65666a;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    text-indent: -10000px;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px; }
    #header .language-switcher .dropdown-toggle:hover, #header .language-switcher .dropdown-toggle:focus {
      color: #000; }
    #header .language-switcher .dropdown-toggle:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        #header .language-switcher .dropdown-toggle:before {
          font-size: 18px; } }
    #header .language-switcher .dropdown-toggle:after {
      display: none; }

/*	Search
---------------------------------------------------------*/
#header .search-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }
  @media (min-width: 768px) {
    #header .search-container {
      -webkit-box-ordinal-group: -6;
          -ms-flex-order: -7;
              order: -7;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 6px;
      margin-right: -6px;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 992px) {
    #header .search-container {
      margin-top: 16px; } }
  body.mobile-menu-active #header .search-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  #header .search-container.show .dropdown-toggle {
    color: #000; }
  #header .search-container .dropdown-toggle {
    display: block;
    background-color: transparent;
    border: none;
    color: #65666a;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    text-indent: -10000px;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px; }
    #header .search-container .dropdown-toggle:hover, #header .search-container .dropdown-toggle:focus {
      color: #000; }
    #header .search-container .dropdown-toggle:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        #header .search-container .dropdown-toggle:before {
          font-size: 18px; } }
    #header .search-container .dropdown-toggle:after {
      display: none; }
  #header .search-container .dropdown-menu {
    padding: 0;
    border: none;
    background-color: transparent; }
  #header .search-container .search-form {
    width: 250px;
    margin-right: -6px; }

/*	User Controls
---------------------------------------------------------*/
#header .user-controls {
  display: none;
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 10px;
  line-height: 1.4;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 768px) {
    #header .user-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #header .user-controls .login-link,
  #header .user-controls .logout-link,
  #header .user-controls .user-menu-toggle {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  #header .user-controls .message {
    display: none;
    margin: 0;
    margin-left: 10px;
    margin-top: 11px;
    font-size: 14px; }
    @media (min-width: 992px) {
      #header .user-controls .message {
        display: block; } }

/*	Header Primary CTA Buttons
---------------------------------------------------------*/
#header-primary-cta-buttons {
  display: none;
  margin-left: 10px;
  margin-top: 28px;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    #header-primary-cta-buttons {
      display: block; } }
  @media (min-width: 992px) {
    #header-primary-cta-buttons {
      -webkit-box-ordinal-group: -5;
          -ms-flex-order: -6;
              order: -6;
      margin-top: 12px;
      margin-bottom: 0;
      margin-left: 0; } }
  #header-primary-cta-buttons ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    @media (min-width: 992px) {
      #header-primary-cta-buttons ul {
        margin: 0; } }
  #header-primary-cta-buttons li {
    margin: 0 10px; }
    @media (min-width: 992px) {
      #header-primary-cta-buttons li {
        margin: 0;
        margin-left: 20px; } }

/*	Header Primary Navigation
---------------------------------------------------------*/
#header-primary-navigation {
  display: none;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  line-height: 1.4;
  margin-top: -14px; }
  @media (min-width: 768px) {
    #header-primary-navigation {
      display: block; } }
  @media (min-width: 992px) {
    #header-primary-navigation {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  #header-primary-navigation ul {
    padding-left: 0;
    list-style: none; }
    #header-primary-navigation ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -10px;
      font-size: 14px; }
      #header-primary-navigation ul.menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #header-primary-navigation ul.menu > li:hover > a, #header-primary-navigation ul.menu > li.active > a {
          color: #0082FC; }
        #header-primary-navigation ul.menu > li.active > a:after {
          opacity: 1; }
        #header-primary-navigation ul.menu > li.active > .sub-menu-container {
          opacity: 1;
          visibility: visible;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        #header-primary-navigation ul.menu > li > a {
          width: 100%;
          padding: 16px 10px;
          font-weight: 700;
          text-transform: uppercase;
          color: #000;
          position: relative;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 992px) {
            #header-primary-navigation ul.menu > li > a {
              padding: 23px 10px;
              text-align: left; } }
          #header-primary-navigation ul.menu > li > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 0;
            border-top: 6px solid #000;
            -webkit-transition: opacity .15s;
            transition: opacity .15s;
            opacity: 0; }
  #header-primary-navigation a {
    display: block;
    text-decoration: none; }
  #header-primary-navigation .sub-menu-container {
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: opacity .15s linear, visibility 0s linear .15s;
    transition: opacity .15s linear, visibility 0s linear .15s;
    z-index: 90;
    top: 100%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
    body.header-primary-navigation-dropdown-active #header-primary-navigation .sub-menu-container {
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    #header-primary-navigation .sub-menu-container:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -100px;
      height: 100px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
      pointer-events: none; }
    #header-primary-navigation .sub-menu-container > .inner {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: none !important;
      position: relative; }
      #header-primary-navigation .sub-menu-container > .inner > .container {
        height: 100%; }
        #header-primary-navigation .sub-menu-container > .inner > .container > .inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          height: 100%; }
          @media (min-width: 1200px) {
            #header-primary-navigation .sub-menu-container > .inner > .container > .inner {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
          #header-primary-navigation .sub-menu-container > .inner > .container > .inner:before {
            display: none; }
    #header-primary-navigation .sub-menu-container .cta-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; }
      @media (min-width: 1200px) {
        #header-primary-navigation .sub-menu-container .cta-container {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 33.33333%;
                  flex: 1 0 33.33333%;
          max-width: 33.33333%;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: auto; } }
      @media (min-width: 1200px) {
        #header-primary-navigation .sub-menu-container .cta-container > .inner {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-right: calc((-100vw + (1140px - 30px)) / 2); } }
      #header-primary-navigation .sub-menu-container .cta-container .thumbnail-container {
        display: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        background-color: #000;
        margin-left: -1px;
        margin-top: -1px;
        margin-bottom: -1px;
        position: relative;
        z-index: 100;
        overflow: hidden; }
        @media (min-width: 1200px) {
          #header-primary-navigation .sub-menu-container .cta-container .thumbnail-container {
            display: block; } }
        #header-primary-navigation .sub-menu-container .cta-container .thumbnail-container .thumbnail {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-transition: opacity .2s .4s;
          transition: opacity .2s .4s;
          opacity: 0;
          z-index: 1; }
          #header-primary-navigation .sub-menu-container .cta-container .thumbnail-container .thumbnail.root {
            z-index: 0;
            opacity: 1; }
          #header-primary-navigation .sub-menu-container .cta-container .thumbnail-container .thumbnail.active {
            z-index: 2;
            opacity: 1;
            -webkit-transition: opacity .4s;
            transition: opacity .4s; }
      #header-primary-navigation .sub-menu-container .cta-container .cta {
        background-color: #000;
        margin: 0 calc((-100vw + 100%) / 2) -1px;
        color: #fff;
        font-weight: 500;
        position: relative;
        z-index: 20; }
        @media (min-width: 1200px) {
          #header-primary-navigation .sub-menu-container .cta-container .cta {
            border-top: none;
            margin: 1px 0 -1px;
            margin-left: -1px; } }
        #header-primary-navigation .sub-menu-container .cta-container .cta .container {
          padding-top: 20px;
          padding-bottom: 20px; }
          #header-primary-navigation .sub-menu-container .cta-container .cta .container > .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
        #header-primary-navigation .sub-menu-container .cta-container .cta .cta-message + .cta-link {
          margin-left: 20px; }
    #header-primary-navigation .sub-menu-container .sub-menus-container {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      position: relative;
      max-height: 300px; }
      @media (min-width: 1200px) {
        #header-primary-navigation .sub-menu-container .sub-menus-container {
          -webkit-box-flex: 3;
              -ms-flex: 3 0 1px;
                  flex: 3 0 1px;
          width: auto; } }
      #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container {
        width: 33.34%;
        height: 100%;
        border: none;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px);
        -webkit-transition: opacity .15s linear, visibility 0s linear .15s, -webkit-transform .2s ease-out;
        transition: opacity .15s linear, visibility 0s linear .15s, -webkit-transform .2s ease-out;
        transition: opacity .15s linear, visibility 0s linear .15s, transform .2s ease-out;
        transition: opacity .15s linear, visibility 0s linear .15s, transform .2s ease-out, -webkit-transform .2s ease-out;
        border-right: 1px solid #dee2e6;
        background-color: #fff; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container.active {
          opacity: 1;
          visibility: inherit;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container.level-1 {
          border-left: 1px solid #dee2e6;
          opacity: 1;
          visibility: inherit;
          -webkit-transition: none;
          transition: none;
          z-index: 10; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container.level-2 {
          left: 33.33333%;
          z-index: 9; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container.level-3 {
          left: 66.66667%;
          z-index: 8; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container:before {
          display: none; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-header {
          border-bottom: 1px solid #dee2e6; }
          #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-header a {
            padding: 14px 12px;
            font-weight: 700;
            position: relative;
            padding-right: 28px;
            background-color: #f8f8f8; }
            #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-header a:hover {
              color: #0082FC; }
            #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-header a:after {
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: FontAwesome;
              content: "";
              position: absolute;
              right: 8px;
              top: 50%;
              line-height: 1;
              margin-top: -8px;
              color: #0082FC; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-options {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          position: relative; }
          #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-options > .inner {
            overflow-x: hidden;
            overflow-y: auto;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0; }
          #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-options ul {
            padding: 6px 0;
            width: 100%; }
        #header-primary-navigation .sub-menu-container .sub-menus-container .sub-menu-container .sub-menu-container {
          width: 100%; }
      #header-primary-navigation .sub-menu-container .sub-menus-container li:hover > a, #header-primary-navigation .sub-menu-container .sub-menus-container li.active > a {
        color: #0082FC; }
      #header-primary-navigation .sub-menu-container .sub-menus-container li.active > a {
        background-color: #fcfcfc; }
      #header-primary-navigation .sub-menu-container .sub-menus-container li.menu-item-has-children > a {
        position: relative;
        padding-right: 24px; }
        #header-primary-navigation .sub-menu-container .sub-menus-container li.menu-item-has-children > a:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          line-height: 1;
          margin-top: -8px; }
      #header-primary-navigation .sub-menu-container .sub-menus-container li.requires-authentication > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        margin-left: .5em;
        font-size: 80%; }
      #header-primary-navigation .sub-menu-container .sub-menus-container a {
        padding: 8px 12px;
        color: #000;
        -webkit-transition: color 0.15s, background-color 0.15s;
        transition: color 0.15s, background-color 0.15s;
        background-color: #fff; }

@media (min-width: 768px) {
  #page {
    position: relative; }
    #page:before {
      content: '';
      display: block;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .15s linear, visibility 0s linear .15s;
      transition: opacity .15s linear, visibility 0s linear .15s;
      position: absolute;
      z-index: 10000;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2); }
      body.header-primary-navigation-dropdown-active #page:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }

/*	Header Secondary Navigation
---------------------------------------------------------*/
#header-secondary-navigation {
  display: none;
  -webkit-box-ordinal-group: -8;
      -ms-flex-order: -9;
          order: -9;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.4;
  margin-right: 10px; }
  @media (min-width: 768px) {
    #header-secondary-navigation {
      display: block; } }
  @media (min-width: 992px) {
    #header-secondary-navigation {
      margin-top: 10px; } }
  #header-secondary-navigation ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    #header-secondary-navigation ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px; }
      #header-secondary-navigation ul.menu > li:hover > a {
        color: #000; }
      #header-secondary-navigation ul.menu > li > a {
        padding: 12px 10px;
        color: #65666a;
        font-weight: 500; }
    #header-secondary-navigation ul.sub-menu {
      font-size: 16px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: -6px;
      top: 100%;
      width: 200px;
      background-color: #222;
      z-index: 90;
      -webkit-transition: opacity .15s linear, visibility 0s linear .15s;
      transition: opacity .15s linear, visibility 0s linear .15s;
      padding: 8px 0; }
      #header-secondary-navigation ul.sub-menu li:hover > a {
        background-color: #333; }
      #header-secondary-navigation ul.sub-menu a {
        padding: 4px 16px;
        color: #fff;
        background-color: #222;
        -webkit-transition: color 0.15s, background-color 0.15s;
        transition: color 0.15s, background-color 0.15s; }
      #header-secondary-navigation ul.sub-menu ul.sub-menu {
        background-color: #111;
        left: 100%;
        top: 0; }
  #header-secondary-navigation li {
    position: relative; }
    #header-secondary-navigation li:hover > ul.sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    #header-secondary-navigation li.requires-authentication > a:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      margin-left: .5em;
      font-size: 80%; }
  #header-secondary-navigation a {
    display: block;
    text-decoration: none; }

#footer {
  background-color: #0082FC;
  line-height: 1.4;
  border-top: 1px solid #dee2e6; }
  #footer > .upper {
    background-color: #fff; }
    #footer > .upper .container {
      padding-top: 60px;
      padding-bottom: 60px; }
      @media (min-width: 768px) {
        #footer > .upper .container > .inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  #footer > .lower .container {
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      #footer > .lower .container {
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media (min-width: 1200px) {
      #footer > .lower .container > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 992px) {
    #footer .logo-and-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

/*	Footer Logo
---------------------------------------------------------*/
#footer-logo {
  max-width: 200px;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    #footer-logo {
      margin: 0 0 30px; } }
  @media (min-width: 992px) {
    #footer-logo {
      margin: 0;
      margin-right: 60px; } }

/*	Footer Navigation
---------------------------------------------------------*/
#footer-navigation {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #footer-navigation {
      margin-bottom: 0; } }
  #footer-navigation ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px -10px; }
    @media (min-width: 768px) {
      #footer-navigation ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  #footer-navigation li {
    margin: 0 15px 10px; }
  #footer-navigation a {
    color: #000;
    text-decoration: none; }
    #footer-navigation a:hover {
      color: #0082FC; }

/*	Footer Social Media
---------------------------------------------------------*/
#footer .social-media-profile-links {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px -10px; }
  @media (min-width: 768px) {
    #footer .social-media-profile-links {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  #footer .social-media-profile-links li {
    margin: 0 10px 10px; }
    #footer .social-media-profile-links li.facebook a:before {
      content: ""; }
    #footer .social-media-profile-links li.twitter a:before {
      content: ""; }
    #footer .social-media-profile-links li.google_plus a:before {
      content: ""; }
    #footer .social-media-profile-links li.linkedin a:before {
      content: ""; }
    #footer .social-media-profile-links li.instagram a:before {
      content: ""; }
    #footer .social-media-profile-links li.youtube a:before {
      content: ""; }
    #footer .social-media-profile-links li.pinterest a:before {
      content: ""; }
  #footer .social-media-profile-links a {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    background-color: #D1CFCC;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: background-color .15s;
    transition: background-color .15s; }
    #footer .social-media-profile-links a:hover {
      background-color: #c5c2bf; }
    #footer .social-media-profile-links a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      display: block;
      line-height: 1;
      font-size: 24px; }
    #footer .social-media-profile-links a .label {
      display: none; }

/*	Footer CTA Links
---------------------------------------------------------*/
#footer-primary-cta-buttons {
  margin-top: 30px; }
  #footer-primary-cta-buttons ul {
    padding-left: 0;
    list-style: none;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer-primary-cta-buttons ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  #footer-primary-cta-buttons li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0 10px; }
    @media (min-width: 768px) {
      #footer-primary-cta-buttons li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  #footer-primary-cta-buttons a {
    display: block; }

/*	Site Copyright
---------------------------------------------------------*/
#site-copyright {
  text-align: center;
  color: #fff;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    #site-copyright {
      margin-right: 20px;
      text-align: left; } }

/*	Legal Links
---------------------------------------------------------*/
#footer-legal-links {
  margin-bottom: 10px; }
  #footer-legal-links ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px -10px; }
    @media (min-width: 1200px) {
      #footer-legal-links ul {
        margin: 0 0 -6px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  #footer-legal-links li {
    margin: 0 10px 10px; }
    @media (min-width: 1200px) {
      #footer-legal-links li {
        margin: 0; }
        #footer-legal-links li + li:before {
          content: '\00a0| ';
          color: #fff; } }
  #footer-legal-links a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity .15s;
    transition: opacity .15s; }
    #footer-legal-links a:hover {
      opacity: .7; }

#mobile-menu {
  background-color: #eee;
  position: fixed;
  width: 100%;
  top: 118px;
  left: 0;
  bottom: 0;
  visibility: hidden;
  line-height: 1.4;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    #mobile-menu {
      display: none; } }
  body.admin-bar #mobile-menu {
    top: 150px; }
    @media (max-width: 782px) {
      body.admin-bar #mobile-menu {
        top: 164px; } }
  #mobile-menu.sub-menu-active .menus-container > .inner {
    overflow: hidden; }
  #mobile-menu > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  #mobile-menu .menus-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative; }
    #mobile-menu .menus-container > .inner {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow-x: hidden;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

#mobile-menu .user-controls .login-link,
#mobile-menu .user-controls .logout-link,
#mobile-menu .user-controls .user-menu-toggle {
  border-radius: 0;
  display: block;
  width: 100%; }

#mobile-primary-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  #mobile-primary-navigation ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  #mobile-primary-navigation li {
    border-bottom: 1px solid #fff; }
    #mobile-primary-navigation li.menu-item-has-children > a {
      position: relative;
      padding-right: 30px; }
      #mobile-primary-navigation li.menu-item-has-children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        line-height: 1;
        margin-top: -10px; }
    #mobile-primary-navigation li.requires-authentication > a:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      margin-left: .5em;
      font-size: 80%; }
  #mobile-primary-navigation a {
    display: block;
    padding: 16px 20px;
    background-color: #eee;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none; }
  #mobile-primary-navigation .sub-menu-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 80px;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #eee;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, left 0.2s ease-out;
    transition: opacity 0.2s, visibility 0s 0.2s, left 0.2s ease-out;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    #mobile-primary-navigation .sub-menu-container.active {
      opacity: 1;
      visibility: inherit;
      left: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    #mobile-primary-navigation .sub-menu-container > .inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #mobile-primary-navigation .sub-menu-container .sub-menu-header {
      border-bottom: 1px solid #fff; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-header > .inner {
        position: relative; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-header a {
        background-color: #fff;
        padding-right: 40px; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-header button.menu-close {
        position: absolute;
        width: 40px;
        height: 40px;
        overflow: hidden;
        text-indent: -10000px;
        padding: 0;
        border: none;
        right: 0;
        top: 50%;
        margin-top: -20px;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0082FC; }
        #mobile-primary-navigation .sub-menu-container .sub-menu-header button.menu-close:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          line-height: 40px;
          text-align: center;
          font-size: 20px;
          text-indent: 0; }
    #mobile-primary-navigation .sub-menu-container .sub-menu-options {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-options > .inner {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-options .sub-menu {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
      #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta {
        padding: 30px 20px 50px;
        text-align: center;
        color: #65666a;
        font-size: 20px;
        font-weight: 500; }
        #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-message + .cta-link {
          margin-top: 20px; }

#mobile-secondary-navigation {
  padding: 26px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }
  #mobile-secondary-navigation ul {
    padding-left: 0;
    list-style: none;
    margin: 0 -10px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #mobile-secondary-navigation ul .sub-menu-container {
      display: none; }
  #mobile-secondary-navigation li {
    margin: 0 10px 10px; }
  #mobile-secondary-navigation a {
    color: #000; }

#mobile-primary-cta-buttons {
  padding: 10px 20px 30px; }
  #mobile-primary-cta-buttons ul {
    padding-left: 0;
    list-style: none;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mobile-primary-cta-buttons li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0 10px; }
  #mobile-primary-cta-buttons a {
    display: block; }

/*	Mobile Menu Activation
---------------------------------------------------------*/
@media (max-width: 769px) {
  #mobile-menu {
    -webkit-transition: opacity 0.2s, visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s, visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0s linear 0.2s;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out; }
  body.mobile-menu-active {
    overflow: hidden;
    max-width: 100%; }
    body.mobile-menu-active.admin-bar #page {
      top: 46px; }
    body.mobile-menu-active #page {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      bottom: 0;
      overflow: hidden; }
    body.mobile-menu-active #mobile-menu {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }

#user-menu {
  background-color: #0082FC;
  position: fixed;
  width: 280px;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  line-height: 1.4;
  z-index: 20000;
  -webkit-transform: translate3d(-280px, 0, 0);
          transform: translate3d(-280px, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.admin-bar #user-menu {
    top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar #user-menu {
        top: 46px; } }
  #user-menu > .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

#user-menu .menu-header {
  padding: 40px 20px 20px;
  position: relative; }
  #user-menu .menu-header .menu-title {
    margin: 0;
    text-transform: lowercase;
    color: #fff;
    font-size: 30px; }
  #user-menu .menu-header .menu-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-indent: -10000px;
    border-radius: 0; }
    #user-menu .menu-header .menu-close:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-indent: 0;
      text-align: center;
      line-height: 34px;
      font-size: 14px; }

#user-primary-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  font-size: 18px; }
  #user-primary-navigation > .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto; }
  #user-primary-navigation .menu,
  #user-primary-navigation .sub-menu {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  #user-primary-navigation .menu a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: opacity .15s;
    transition: opacity .15s; }
    #user-primary-navigation .menu a:hover {
      opacity: .7; }

#user-primary-cta-buttons {
  padding: 20px 20px 20px; }
  #user-primary-cta-buttons ul {
    padding-left: 0;
    list-style: none;
    margin: -2px 0; }
  #user-primary-cta-buttons li {
    margin: 2px 0; }
  #user-primary-cta-buttons a {
    display: block; }

#user-menu .widget-area {
  padding: 0 20px; }
  #user-menu .widget-area .widget {
    margin-top: 20px;
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #0082FC; }
    #user-menu .widget-area .widget h1, #user-menu .widget-area .widget h2, #user-menu .widget-area .widget h3, #user-menu .widget-area .widget h4, #user-menu .widget-area .widget h5, #user-menu .widget-area .widget h6 {
      color: inherit; }
    #user-menu .widget-area .widget p:last-child {
      margin-bottom: 0; }

/*	User Menu Activation
---------------------------------------------------------*/
#user-menu {
  -webkit-transition: visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out;
  transition: visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, visibility 0s linear 0.2s;
  transition: transform 0.2s ease-out, visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out; }

@media (min-width: 768px) {
  #page {
    -webkit-transition: width 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: width 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, width 0s 0.2s;
    transition: transform 0.2s ease-out, width 0s 0.2s, -webkit-transform 0.2s ease-out; } }

@media (min-width: 768px) {
  body.user-menu-active {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%; } }

@media (min-width: 768px) {
  body.user-menu-active #page {
    width: 100vw;
    -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; } }

body.user-menu-active #user-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

/*	Page Header
---------------------------------------------------------*/
#page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff; }
  @media (min-width: 768px) {
    #page-header {
      min-height: 275px; } }
  #page-header .section-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000; }
    #page-header .section-bg .bg-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      #page-header .section-bg .bg-image img {
        display: none; }
  #page-header > .inner {
    position: relative;
    width: 100%; }
  #page-header .container {
    padding-top: 40px;
    padding-bottom: 40px; }

#page-pre-title,
#page-title {
  margin: 0;
  color: inherit; }

#page-pre-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900; }
  #page-pre-title + #page-title {
    margin-top: 10px; }

/*	Breadcrumb Navigation
---------------------------------------------------------*/
.site-breadcrumb-navigation {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px; }
  #page-header + .site-breadcrumb-navigation {
    min-height: 54px;
    height: auto; }
    @media (min-width: 768px) {
      #page-header + .site-breadcrumb-navigation {
        overflow: visible; } }
  .site-breadcrumb-navigation.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    -webkit-transition: opacity .25s, visibility 0s .25s, -webkit-transform .25s ease-out;
    transition: opacity .25s, visibility 0s .25s, -webkit-transform .25s ease-out;
    transition: opacity .25s, visibility 0s .25s, transform .25s ease-out;
    transition: opacity .25s, visibility 0s .25s, transform .25s ease-out, -webkit-transform .25s ease-out;
    min-height: 54px;
    height: auto; }
    @media (min-width: 768px) {
      .site-breadcrumb-navigation.sticky {
        overflow: visible; } }
    body.admin-bar .site-breadcrumb-navigation.sticky {
      top: 32px; }
      @media (max-width: 782px) {
        body.admin-bar .site-breadcrumb-navigation.sticky {
          top: 46px; } }
    .site-breadcrumb-navigation.sticky.active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    @media (min-width: 768px) {
      .site-breadcrumb-navigation.sticky.dual-row .container > .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .site-breadcrumb-navigation.sticky.dual-row .breadcrumbs {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
        border-top: 1px solid #dee2e6;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
    .site-breadcrumb-navigation.sticky .container {
      max-width: none; }
      .site-breadcrumb-navigation.sticky .container > .inner {
        margin-left: -15px;
        margin-right: -15px; }
    .site-breadcrumb-navigation.sticky .back-to-home {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-breadcrumb-navigation.sticky .breadcrumbs {
      display: none; }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation.sticky .breadcrumbs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .site-breadcrumb-navigation.sticky .back-to-link {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-right: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media (min-width: 576px) {
        .site-breadcrumb-navigation.sticky .back-to-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 576px) {
        .site-breadcrumb-navigation.sticky .back-to-link + .back-to-top {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; } }
    .site-breadcrumb-navigation.sticky .back-to-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .site-breadcrumb-navigation > .inner {
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff; }
  .site-breadcrumb-navigation .container > .inner {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .site-breadcrumb-navigation .container > .inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .site-breadcrumb-navigation .back-to-home {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 20;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .site-breadcrumb-navigation .back-to-home a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -100px;
      padding-left: 115px;
      padding-right: 20px;
      -webkit-transform: skewX(-20deg);
          -ms-transform: skewX(-20deg);
              transform: skewX(-20deg);
      position: relative;
      min-height: 52px; }
      .site-breadcrumb-navigation .back-to-home a:hover:before {
        background-color: #006ed6; }
      .site-breadcrumb-navigation .back-to-home a:before {
        content: '';
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        bottom: -1px;
        background-color: #0082FC;
        -webkit-transition: background-color .15s;
        transition: background-color .15s; }
        @media (min-width: 768px) {
          .site-breadcrumb-navigation .back-to-home a:before {
            display: block; } }
    .site-breadcrumb-navigation .back-to-home .logo {
      -webkit-transform: skewX(20deg);
          -ms-transform: skewX(20deg);
              transform: skewX(20deg);
      width: 30px;
      position: relative;
      opacity: 1; }
      .site-breadcrumb-navigation .back-to-home .logo.white {
        display: none; }
        @media (min-width: 768px) {
          .site-breadcrumb-navigation .back-to-home .logo.white {
            display: block; } }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation .back-to-home .logo.color {
          display: none; } }
  .site-breadcrumb-navigation .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -1px; }
    .site-breadcrumb-navigation .breadcrumbs .crumb {
      position: relative;
      margin-top: -1px;
      z-index: 10;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation .breadcrumbs .crumb {
          -webkit-transition: z-index 0s .15s;
          transition: z-index 0s .15s; } }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation .breadcrumbs .crumb.has-sub-menu > span, .site-breadcrumb-navigation .breadcrumbs .crumb.has-sub-menu > a {
          cursor: pointer; }
          .site-breadcrumb-navigation .breadcrumbs .crumb.has-sub-menu > span .label:after, .site-breadcrumb-navigation .breadcrumbs .crumb.has-sub-menu > a .label:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: FontAwesome;
            content: "";
            margin-left: .6em; } }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation .breadcrumbs .crumb.active {
          z-index: 11;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
          .site-breadcrumb-navigation .breadcrumbs .crumb.active > span, .site-breadcrumb-navigation .breadcrumbs .crumb.active > a {
            color: #0082FC; }
          .site-breadcrumb-navigation .breadcrumbs .crumb.active > .sub-menu-container {
            opacity: 1;
            visibility: inherit;
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; } }
      .site-breadcrumb-navigation .breadcrumbs .crumb:before {
        content: '';
        position: absolute;
        display: block;
        left: -1000000px;
        right: -1000000px;
        bottom: 0;
        border-top: 1px solid #dee2e6; }
        @media (min-width: 768px) {
          .site-breadcrumb-navigation .breadcrumbs .crumb:before {
            right: 50%; } }
      .site-breadcrumb-navigation .breadcrumbs .crumb > span, .site-breadcrumb-navigation .breadcrumbs .crumb > a {
        display: block;
        padding: 15px 20px;
        background-color: #fff;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
                transform: skewX(-20deg);
        -webkit-transition: color .15s, background-color .15s;
        transition: color .15s, background-color .15s;
        margin-right: .5px; }
        .site-breadcrumb-navigation .breadcrumbs .crumb > span .label, .site-breadcrumb-navigation .breadcrumbs .crumb > a .label {
          -webkit-transform: skewX(20deg);
              -ms-transform: skewX(20deg);
                  transform: skewX(20deg);
          display: inline-block; }
          .site-breadcrumb-navigation .breadcrumbs .crumb > span .label > .inner, .site-breadcrumb-navigation .breadcrumbs .crumb > a .label > .inner {
            display: inline-block;
            max-width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: top; }
      .site-breadcrumb-navigation .breadcrumbs .crumb > a {
        color: #000; }
        .site-breadcrumb-navigation .breadcrumbs .crumb > a:hover {
          color: #0082FC; }
      .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container {
        display: none;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -11px;
        top: 100%;
        margin-top: -1px;
        width: 250px;
        background-color: #eee;
        border: 1px solid #dee2e6;
        z-index: 10;
        -webkit-transition: opacity .15s linear, visibility 0s linear .15s;
        transition: opacity .15s linear, visibility 0s linear .15s;
        min-width: 100%; }
        @media (min-width: 768px) {
          .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container {
            display: block; } }
        .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu-header {
          border-bottom: 1px solid #dee2e6; }
          .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu-header a {
            padding: 14px 30px;
            font-weight: 700;
            position: relative;
            padding-right: 46px;
            background-color: #f8f8f8; }
            .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu-header a:hover {
              color: #0082FC; }
            .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu-header a:after {
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-family: FontAwesome;
              content: "";
              position: absolute;
              right: 24px;
              top: 50%;
              line-height: 1;
              margin-top: -8px;
              color: #0082FC; }
        .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu-options {
          max-height: 360px;
          overflow: auto; }
        .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .sub-menu {
          padding-left: 0;
          list-style: none;
          margin: 0;
          padding: 8px 0; }
        .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container .menu-item.requires-authentication > a:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          margin-left: .5em;
          font-size: 80%;
          display: inline; }
        .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container a {
          display: block;
          text-decoration: none;
          padding: 8px 30px;
          color: #000; }
          .site-breadcrumb-navigation .breadcrumbs .crumb .sub-menu-container a:hover {
            color: #0082FC; }
  .site-breadcrumb-navigation .back-to-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .site-breadcrumb-navigation .back-to-link {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    .site-breadcrumb-navigation .back-to-link a {
      display: block;
      padding: 15px 15px;
      padding-left: 20px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .site-breadcrumb-navigation .back-to-link a {
          padding-left: 15px; } }
      .site-breadcrumb-navigation .back-to-link a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        margin-right: .4em; }
  .site-breadcrumb-navigation .back-to-top {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    white-space: nowrap;
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    position: relative;
    z-index: 20; }
    .site-breadcrumb-navigation .back-to-top a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      color: #65666a;
      text-decoration: none;
      font-weight: 700;
      padding-right: 115px;
      padding-left: 20px;
      margin-right: -100px;
      -webkit-transform: skewX(-20deg);
          -ms-transform: skewX(-20deg);
              transform: skewX(-20deg);
      -webkit-transition: background-color .15s;
      transition: background-color .15s;
      min-height: 52px; }
      .site-breadcrumb-navigation .back-to-top a:hover {
        background-color: #ececec; }
      .site-breadcrumb-navigation .back-to-top a .label {
        -webkit-transform: skewX(20deg);
            -ms-transform: skewX(20deg);
                transform: skewX(20deg); }
        .site-breadcrumb-navigation .back-to-top a .label:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          margin-left: .6em; }

/*	Page Sections
---------------------------------------------------------*/
section.page-section {
  position: relative; }
  section.page-section > .section-anchor {
    position: absolute;
    left: 0;
    top: -54px; }
    @media (min-width: 601px) {
      body.admin-bar section.page-section > .section-anchor {
        top: -100px; } }
    @media (min-width: 783px) {
      body.admin-bar section.page-section > .section-anchor {
        top: -86px; } }
  section.page-section.white-text {
    color: #fff; }
    section.page-section.white-text a {
      color: inherit;
      text-decoration: underline;
      -webkit-transition: opacity .15s;
      transition: opacity .15s; }
      section.page-section.white-text a:hover {
        opacity: .75; }
    section.page-section.white-text .btn, section.page-section.white-text .tabs.tabs-wp.buttons .nav-tabs .nav-link, .tabs.tabs-wp.buttons .nav-tabs section.page-section.white-text .nav-link, section.page-section.white-text button,
    section.page-section.white-text input[type=button],
    section.page-section.white-text input[type=submit],
    section.page-section.white-text button[type=submit], section.page-section.white-text #header-primary-cta-buttons a, #header-primary-cta-buttons section.page-section.white-text a, section.page-section.white-text #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link section.page-section.white-text a, section.page-section.white-text #footer-primary-cta-buttons a, #footer-primary-cta-buttons section.page-section.white-text a, section.page-section.white-text #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link section.page-section.white-text a, section.page-section.white-text #mobile-primary-cta-buttons a, #mobile-primary-cta-buttons section.page-section.white-text a, section.page-section.white-text #user-menu .menu-header .menu-close, #user-menu .menu-header section.page-section.white-text .menu-close, section.page-section.white-text #user-primary-cta-buttons a, #user-primary-cta-buttons section.page-section.white-text a {
      text-decoration: none;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
      section.page-section.white-text .btn:hover, section.page-section.white-text .tabs.tabs-wp.buttons .nav-tabs .nav-link:hover, .tabs.tabs-wp.buttons .nav-tabs section.page-section.white-text .nav-link:hover, section.page-section.white-text button:hover,
      section.page-section.white-text input:hover[type=button],
      section.page-section.white-text input:hover[type=submit],
      section.page-section.white-text button:hover[type=submit], section.page-section.white-text #header-primary-cta-buttons a:hover, #header-primary-cta-buttons section.page-section.white-text a:hover, section.page-section.white-text #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a:hover, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link section.page-section.white-text a:hover, section.page-section.white-text #footer-primary-cta-buttons a:hover, #footer-primary-cta-buttons section.page-section.white-text a:hover, section.page-section.white-text #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a:hover, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link section.page-section.white-text a:hover, section.page-section.white-text #mobile-primary-cta-buttons a:hover, #mobile-primary-cta-buttons section.page-section.white-text a:hover, section.page-section.white-text #user-menu .menu-header .menu-close:hover, #user-menu .menu-header section.page-section.white-text .menu-close:hover, section.page-section.white-text #user-primary-cta-buttons a:hover, #user-primary-cta-buttons section.page-section.white-text a:hover {
        opacity: 1; }
    section.page-section.white-text h1, section.page-section.white-text h2, section.page-section.white-text h3, section.page-section.white-text h4, section.page-section.white-text h5, section.page-section.white-text h6,
    section.page-section.white-text .h1, section.page-section.white-text .h2, section.page-section.white-text body.single-resource section.page-section.single-main-section article.single-main .entry-title, body.single-resource section.page-section.single-main-section article.single-main section.page-section.white-text .entry-title,
    section.page-section.white-text body.single-news_article section.page-section.single-main-section article.single-main .entry-title, body.single-news_article section.page-section.single-main-section article.single-main section.page-section.white-text .entry-title,
    section.page-section.white-text body.single-press_release section.page-section.single-main-section article.single-main .entry-title, body.single-press_release section.page-section.single-main-section article.single-main section.page-section.white-text .entry-title,
    section.page-section.white-text body.single-event section.page-section.single-main-section article.single-main .entry-title, body.single-event section.page-section.single-main-section article.single-main section.page-section.white-text .entry-title, section.page-section.white-text .h3, section.page-section.white-text .h4, section.page-section.white-text .h5, section.page-section.white-text .h6 {
      color: inherit; }
    section.page-section.white-text .card {
      color: #65666a; }
      section.page-section.white-text .card a {
        color: #0082FC;
        text-decoration: none;
        -webkit-transition: color 0.15s;
        transition: color 0.15s; }
        section.page-section.white-text .card a:hover {
          opacity: 1;
          color: #005bb0; }
      section.page-section.white-text .card h1, section.page-section.white-text .card h2, section.page-section.white-text .card h3, section.page-section.white-text .card h4, section.page-section.white-text .card h5, section.page-section.white-text .card h6,
      section.page-section.white-text .card .h1, section.page-section.white-text .card .h2, section.page-section.white-text .card body.single-resource section.page-section.single-main-section article.single-main .entry-title, body.single-resource section.page-section.single-main-section article.single-main section.page-section.white-text .card .entry-title,
      section.page-section.white-text .card body.single-news_article section.page-section.single-main-section article.single-main .entry-title, body.single-news_article section.page-section.single-main-section article.single-main section.page-section.white-text .card .entry-title,
      section.page-section.white-text .card body.single-press_release section.page-section.single-main-section article.single-main .entry-title, body.single-press_release section.page-section.single-main-section article.single-main section.page-section.white-text .card .entry-title,
      section.page-section.white-text .card body.single-event section.page-section.single-main-section article.single-main .entry-title, body.single-event section.page-section.single-main-section article.single-main section.page-section.white-text .card .entry-title, section.page-section.white-text .card .h3, section.page-section.white-text .card .h4, section.page-section.white-text .card .h5, section.page-section.white-text .card .h6 {
        color: #000; }
  section.page-section .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      section.page-section .container {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (min-width: 1200px) {
      section.page-section .container {
        padding-top: 80px;
        padding-bottom: 80px; } }
  section.page-section.flush-top .container {
    padding-top: 0; }
  section.page-section.same-bg-as-next .container, section.page-section.reduced-padding-bottom .container {
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      section.page-section.same-bg-as-next .container, section.page-section.reduced-padding-bottom .container {
        padding-bottom: 20px; } }
  section.page-section.same-bg-as-prev .container, section.page-section.reduced-padding-top .container {
    padding-top: 10px; }
    @media (min-width: 768px) {
      section.page-section.same-bg-as-prev .container, section.page-section.reduced-padding-top .container {
        padding-top: 20px; } }
  section.page-section.width-constraint-sm .container {
    max-width: 540px; }
    @media (min-width: 576px) {
      section.page-section.width-constraint-sm .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      section.page-section.width-constraint-sm .container {
        max-width: 540px; } }
    @media (min-width: 992px) {
      section.page-section.width-constraint-sm .container {
        max-width: 540px; } }
    @media (min-width: 1200px) {
      section.page-section.width-constraint-sm .container {
        max-width: 540px; } }
  section.page-section.width-constraint-md .container {
    max-width: 720px; }
    @media (min-width: 576px) {
      section.page-section.width-constraint-md .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      section.page-section.width-constraint-md .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      section.page-section.width-constraint-md .container {
        max-width: 720px; } }
    @media (min-width: 1200px) {
      section.page-section.width-constraint-md .container {
        max-width: 720px; } }
  section.page-section.width-constraint-lg .container {
    max-width: 960px; }
    @media (min-width: 576px) {
      section.page-section.width-constraint-lg .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      section.page-section.width-constraint-lg .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      section.page-section.width-constraint-lg .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      section.page-section.width-constraint-lg .container {
        max-width: 960px; } }
  section.page-section.width-constraint-xl .container {
    max-width: 1140px; }
    @media (min-width: 576px) {
      section.page-section.width-constraint-xl .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      section.page-section.width-constraint-xl .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      section.page-section.width-constraint-xl .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      section.page-section.width-constraint-xl .container {
        max-width: 1140px; } }
  section.page-section.full-window-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.page-section.full-window-height, section.page-section.full-window-height .section-slider .slide {
      min-height: 100vh; }
    section.page-section.full-window-height.first, section.page-section.full-window-height.first .section-slider .slide {
      min-height: calc(100vh - 69px); }
    section.page-section.full-window-height > .inner {
      width: 100%; }
  section.page-section .section-top-border,
  section.page-section .section-bottom-border {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    opacity: .12; }
  section.page-section .section-top-border {
    top: 0; }
  section.page-section .section-bottom-border {
    bottom: 0; }
  section.page-section.white-text .section-top-border,
  section.page-section.white-text .section-bottom-border {
    border-top-color: #fff; }
  section.page-section.parallax-bg {
    overflow: hidden; }
  section.page-section .section-bg,
  section.page-section .slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    section.page-section .section-bg > .inner,
    section.page-section .slide-bg > .inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    section.page-section .section-bg .bg-image,
    section.page-section .slide-bg .bg-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      section.page-section .section-bg .bg-image img,
      section.page-section .slide-bg .bg-image img {
        display: none; }
    section.page-section .section-bg .bg-video,
    section.page-section .slide-bg .bg-video {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      section.page-section .section-bg .bg-video video,
      section.page-section .slide-bg .bg-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
  section.page-section > .inner {
    position: relative; }
  section.page-section .section-intro {
    margin-bottom: 30px;
    max-width: 720px;
    text-align: left; }
    @media (min-width: 768px) {
      section.page-section .section-intro {
        margin-bottom: 50px; } }
  section.page-section.intro-content-layout-centered .section-intro {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  section.page-section .section-cta {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      section.page-section .section-cta {
        margin-bottom: 0; } }
    section.page-section .section-cta .cta-link {
      margin-bottom: 0; }
      section.page-section .section-cta .cta-link.filtered {
        display: none; }
        section.page-section .section-cta .cta-link.filtered.active {
          display: block; }
      section.page-section .section-cta .cta-link.default.inactive {
        display: none; }
  section.page-section .section-link-list-groups {
    max-width: 450px;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.page-section .section-link-list-groups:first-child {
      margin-top: 0; }
    section.page-section .section-link-list-groups .group + .group {
      border-top: 1px solid #dee2e6;
      margin-top: 30px;
      padding-top: 40px; }
    section.page-section .section-link-list-groups .group > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.page-section .section-link-list-groups .group-icon-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px;
      max-width: 50px;
      margin-right: 20px;
      margin-top: -13px; }
      section.page-section .section-link-list-groups .group-icon-container > .inner {
        position: relative;
        height: 0;
        padding-top: 100%; }
      section.page-section .section-link-list-groups .group-icon-container .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        section.page-section .section-link-list-groups .group-icon-container .icon img {
          display: none; }
    section.page-section .section-link-list-groups .group-contents-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    section.page-section .section-link-list-groups .group-title {
      margin-bottom: 0; }
      section.page-section .section-link-list-groups .group-title + .group-links {
        margin-top: 16px; }
    section.page-section .section-link-list-groups .group-links {
      padding-left: 0;
      list-style: none;
      font-weight: 500;
      margin: 0; }
      section.page-section .section-link-list-groups .group-links li + li {
        margin-top: 10px; }
  section.page-section .section-grid-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
    margin-bottom: 10px; }
    section.page-section .section-grid-links:first-child {
      margin-top: 0; }
    section.page-section .section-grid-links .cell {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 40px; }
    section.page-section .section-grid-links .cell-icon-container {
      max-width: 80px;
      margin-bottom: 20px; }
      section.page-section .section-grid-links .cell-icon-container > .inner {
        position: relative;
        height: 0;
        padding-top: 100%; }
      section.page-section .section-grid-links .cell-icon-container .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        section.page-section .section-grid-links .cell-icon-container .icon img {
          display: none; }
    section.page-section .section-grid-links .cell-title {
      margin-bottom: 0; }
      section.page-section .section-grid-links .cell-title + .cell-link {
        margin-top: 6px; }
    section.page-section .section-grid-links .cell-link {
      margin: 0; }
  @media (min-width: 768px) {
    section.page-section.angled-border .section-bg {
      border: 16px solid #fff; }
      section.page-section.angled-border .section-bg::before, section.page-section.angled-border .section-bg::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        -webkit-transform: skewX(45deg);
            -ms-transform: skewX(45deg);
                transform: skewX(45deg);
        width: 100%;
        height: 101%; }
      section.page-section.angled-border .section-bg::before {
        -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
                transform-origin: 100% 100%; }
      section.page-section.angled-border .section-bg::after {
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      section.page-section.angled-border .section-bg::before {
        right: calc(100% - 60px); }
      section.page-section.angled-border .section-bg::after {
        left: calc(100% - 300px); } }
  @media (min-width: 992px) {
    section.page-section.angled-border .section-bg::before {
      right: calc(100% - 60px); }
    section.page-section.angled-border .section-bg::after {
      left: calc(100% - 300px); } }
  @media (min-width: 1200px) {
    section.page-section.angled-border .section-bg::before {
      right: calc(100% - 100px); }
    section.page-section.angled-border .section-bg::after {
      left: calc(100% - 320px); } }
  @media (min-width: 768px) {
    section.page-section.angled-border.angled-border-blue .section-bg {
      border-color: #0082FC; }
      section.page-section.angled-border.angled-border-blue .section-bg::before, section.page-section.angled-border.angled-border-blue .section-bg::after {
        background-color: #0082FC; } }

/*	Page Section Layouts
---------------------------------------------------------*/
@media (min-width: 768px) {
  section.page-section.two-column-section .section-intro {
    margin-bottom: 40px; } }

section.page-section.two-column-section .section-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  section.page-section.two-column-section .section-columns .section-column {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    section.page-section.two-column-section .section-columns .section-column > .inner {
      position: relative;
      z-index: 1; }

section.page-section.two-column-section.vertical-alignment-middle .section-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

section.page-section.two-column-section.vertical-alignment-bottom .section-columns {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-1-1 .section-columns .column-1 {
    width: 50%; }
  section.page-section.two-column-section.layout-1-1 .section-columns .column-2 {
    width: 50%; }
  section.page-section.two-column-section.layout-1-1.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  section.page-section.two-column-section.layout-1-1.reverse-column-order .section-columns .column-2 {
    left: -50%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 25%; }
  section.page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 75%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 75%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -25%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 20%; }
  section.page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 80%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 80%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -20%; } }

@media (min-width: 1200px) {
  section.page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 16.66667%; }
  section.page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 83.33333%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 83.33333%; }
  section.page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -16.66667%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 75%; }
  section.page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 25%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 25%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -75%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 80%; }
  section.page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 20%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 20%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -80%; } }

@media (min-width: 1200px) {
  section.page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 83.33333%; }
  section.page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 16.66667%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 16.66667%; }
  section.page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -83.33333%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-1-3 .section-columns .column-1 {
    width: 33.33333%; }
  section.page-section.two-column-section.layout-1-3 .section-columns .column-2 {
    width: 66.66667%; }
  section.page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  section.page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-2 {
    left: -33.33333%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-1-3 .section-columns .column-1 {
    width: 25%; }
  section.page-section.two-column-section.layout-1-3 .section-columns .column-2 {
    width: 75%; }
  section.page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-1 {
    left: 75%; }
  section.page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-2 {
    left: -25%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-3-1 .section-columns .column-1 {
    width: 66.66667%; }
  section.page-section.two-column-section.layout-3-1 .section-columns .column-2 {
    width: 33.33333%; }
  section.page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-1 {
    left: 33.33333%; }
  section.page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-2 {
    left: -66.66667%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-3-1 .section-columns .column-1 {
    width: 75%; }
  section.page-section.two-column-section.layout-3-1 .section-columns .column-2 {
    width: 25%; }
  section.page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-1 {
    left: 25%; }
  section.page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-2 {
    left: -75%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-1-2 .section-columns .column-1 {
    width: 33.33333%; }
  section.page-section.two-column-section.layout-1-2 .section-columns .column-2 {
    width: 66.66667%; }
  section.page-section.two-column-section.layout-1-2.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  section.page-section.two-column-section.layout-1-2.reverse-column-order .section-columns .column-2 {
    left: -33.33333%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-2-1 .section-columns .column-1 {
    width: 66.66667%; }
  section.page-section.two-column-section.layout-2-1 .section-columns .column-2 {
    width: 33.33333%; }
  section.page-section.two-column-section.layout-2-1.reverse-column-order .section-columns .column-1 {
    left: 33.33333%; }
  section.page-section.two-column-section.layout-2-1.reverse-column-order .section-columns .column-2 {
    left: -66.66667%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-5-7 .section-columns .column-1 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-5-7 .section-columns .column-2 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-5-7.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  section.page-section.two-column-section.layout-5-7.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-7-5 .section-columns .column-1 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-7-5 .section-columns .column-2 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-7-5.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  section.page-section.two-column-section.layout-7-5.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 50%;
    margin-left: 8.33333%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -41.66667%;
    margin-left: 0; } }

@media (min-width: 1200px) {
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 33.33333%; }
  section.page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 50%;
    margin-left: 16.66667%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  section.page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -33.33333%;
    margin-left: 0; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 50%; }
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 41.66667%;
    margin-left: 8.33333%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

@media (min-width: 1200px) {
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 50%; }
  section.page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 33.33333%;
    margin-left: 16.66667%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  section.page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-5-_1-6 .section-columns .column-1 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-5-_1-6 .section-columns .column-2 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  section.page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-5-_1-6 .section-columns .column-1 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-5-_1-6 .section-columns .column-2 {
    width: 50%;
    margin-left: 8.33333%; }
  section.page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  section.page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-2 {
    left: -41.66667%;
    margin-left: 0; } }

@media (min-width: 768px) {
  section.page-section.two-column-section.layout-6-_1-5 .section-columns .column-1 {
    width: 58.33333%; }
  section.page-section.two-column-section.layout-6-_1-5 .section-columns .column-2 {
    width: 41.66667%; }
  section.page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  section.page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 992px) {
  section.page-section.two-column-section.layout-6-_1-5 .section-columns .column-1 {
    width: 50%; }
  section.page-section.two-column-section.layout-6-_1-5 .section-columns .column-2 {
    width: 41.66667%;
    margin-left: 8.33333%; }
  section.page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  section.page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

section.page-section.two-column-section.configuration-featured-image .section-columns {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  section.page-section.two-column-section.configuration-featured-image .section-columns .section-column {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.page-section.two-column-section.configuration-featured-image .section-columns .section-column > .inner {
      width: 100%; }
      @media (min-width: 768px) {
        section.page-section.two-column-section.configuration-featured-image .section-columns .section-column > .inner {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 992px) {
        section.page-section.two-column-section.configuration-featured-image .section-columns .section-column > .inner {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 1200px) {
        section.page-section.two-column-section.configuration-featured-image .section-columns .section-column > .inner {
          padding-left: 25px;
          padding-right: 25px; } }
    section.page-section.two-column-section.configuration-featured-image .section-columns .section-column .section-image {
      width: 100%;
      position: relative;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      section.page-section.two-column-section.configuration-featured-image .section-columns .section-column .section-image .image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      section.page-section.two-column-section.configuration-featured-image .section-columns .section-column .section-image img {
        opacity: 0; }

section.page-section.two-column-section.configuration-featured-image.vertical-alignment-middle .section-columns .section-column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

section.page-section.two-column-section.configuration-featured-image.vertical-alignment-bottom .section-columns .section-column {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

section.page-section.two-column-section.configuration-featured-image.image-auto-crop .section-columns .section-column .section-image img {
  display: none; }

section.page-section.grid-section .section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px; }
  @media (min-width: 768px) {
    section.page-section.grid-section .section-grid {
      margin-bottom: -50px; } }
  section.page-section.grid-section .section-grid .cell {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      section.page-section.grid-section .section-grid .cell {
        margin-bottom: 50px; } }
    section.page-section.grid-section .section-grid .cell .cell-header + .cell-content {
      margin-top: 0.5rem; }
    section.page-section.grid-section .section-grid .cell .cell-header + .cell-link {
      margin-top: 1rem; }
    section.page-section.grid-section .section-grid .cell .cell-icon-container {
      max-width: 70px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      section.page-section.grid-section .section-grid .cell .cell-icon-container > .inner {
        position: relative;
        height: 0;
        padding-top: 100%; }
      section.page-section.grid-section .section-grid .cell .cell-icon-container a {
        display: block;
        opacity: 1; }
        section.page-section.grid-section .section-grid .cell .cell-icon-container a:hover .icon.has-hover-state {
          opacity: 0; }
        section.page-section.grid-section .section-grid .cell .cell-icon-container a:hover .icon.hover-state {
          opacity: 1; }
      section.page-section.grid-section .section-grid .cell .cell-icon-container .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
        section.page-section.grid-section .section-grid .cell .cell-icon-container .icon.hover-state {
          opacity: 0; }
        section.page-section.grid-section .section-grid .cell .cell-icon-container .icon img {
          display: none; }
    section.page-section.grid-section .section-grid .cell .cell-thumbnail-container {
      margin-bottom: 20px; }
      section.page-section.grid-section .section-grid .cell .cell-thumbnail-container > a {
        display: block;
        opacity: 1; }
      section.page-section.grid-section .section-grid .cell .cell-thumbnail-container > a > .inner,
      section.page-section.grid-section .section-grid .cell .cell-thumbnail-container > .inner {
        position: relative;
        height: 0;
        padding-top: 66.66667%;
        background-color: #eee; }
      section.page-section.grid-section .section-grid .cell .cell-thumbnail-container .image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        section.page-section.grid-section .section-grid .cell .cell-thumbnail-container .image img {
          display: none; }
    section.page-section.grid-section .section-grid .cell .cell-title {
      margin: 0; }
      section.page-section.grid-section .section-grid .cell .cell-title.lock:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        margin-left: .4em;
        font-size: 50%;
        vertical-align: .9em; }
      section.page-section.grid-section .section-grid .cell .cell-title a {
        color: inherit;
        text-decoration: none;
        opacity: 1; }
    section.page-section.grid-section .section-grid .cell .cell-content {
      margin-bottom: -1rem; }
      section.page-section.grid-section .section-grid .cell .cell-content + .cell-link {
        margin-top: 2rem; }
    section.page-section.grid-section .section-grid .cell .cell-link {
      margin: 0; }

section.page-section.grid-section.vertical-alignment-middle .section-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

section.page-section.grid-section.vertical-alignment-bottom .section-grid {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

section.page-section.grid-section.horizontal-alignment-center .section-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.page-section.grid-section.horizontal-alignment-right .section-grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

section.page-section.grid-section.configuration-default.cell-content-layout-left-aligned .section-grid .cell {
  text-align: left; }

section.page-section.grid-section.configuration-default.cell-content-layout-left-aligned .section-grid .cell-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

section.page-section.grid-section.configuration-default.cell-content-layout-left-aligned .section-grid .cell-icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  margin-bottom: 0;
  margin-right: 20px; }
  section.page-section.grid-section.configuration-default.cell-content-layout-left-aligned .section-grid .cell-icon-container + .cell-title {
    margin-top: 8px; }

section.page-section.grid-section.configuration-default.cell-content-layout-left-aligned .section-grid .cell-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.875rem;
  margin: 0; }

@media (min-width: 768px) {
  section.page-section.grid-section.column-count-2 .section-grid .cell {
    width: 50%; } }

@media (min-width: 768px) {
  section.page-section.grid-section.column-count-3 .section-grid .cell {
    width: 33.33333%; } }

section.page-section.grid-section.column-count-4 .section-grid .cell {
  width: 50%; }

@media (min-width: 768px) {
  section.page-section.grid-section.column-count-4 .section-grid .cell {
    width: 25%; } }

section.page-section.grid-section.column-count-5 .section-grid .cell {
  width: 50%; }

@media (min-width: 768px) {
  section.page-section.grid-section.column-count-5 .section-grid .cell {
    width: 20%; } }

section.page-section.grid-section.column-count-6 .section-grid .cell {
  width: 33.33333%; }

@media (min-width: 768px) {
  section.page-section.grid-section.column-count-6 .section-grid .cell {
    width: 16.66667%; } }

@media (min-width: 768px) {
  section.page-section.image-gallery-section .section-intro + .section-filters,
  section.page-section.resource-slider-section .section-intro + .section-filters,
  section.page-section.event-slider-section .section-intro + .section-filters {
    margin-top: -20px; } }

section.page-section.image-gallery-section .section-filters,
section.page-section.resource-slider-section .section-filters,
section.page-section.event-slider-section .section-filters {
  margin: 0 auto 30px;
  max-width: 300px; }
  @media (min-width: 768px) {
    section.page-section.image-gallery-section .section-filters,
    section.page-section.resource-slider-section .section-filters,
    section.page-section.event-slider-section .section-filters {
      margin-bottom: 50px; } }
  section.page-section.image-gallery-section .section-filters .toggle-menu,
  section.page-section.resource-slider-section .section-filters .toggle-menu,
  section.page-section.event-slider-section .section-filters .toggle-menu {
    padding-left: 0;
    list-style: none;
    display: none;
    margin: 0 -4px -6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.page-section.image-gallery-section .section-filters .toggle-menu li,
    section.page-section.resource-slider-section .section-filters .toggle-menu li,
    section.page-section.event-slider-section .section-filters .toggle-menu li {
      margin: 0 4px 6px; }
      section.page-section.image-gallery-section .section-filters .toggle-menu li.active button,
      section.page-section.resource-slider-section .section-filters .toggle-menu li.active button,
      section.page-section.event-slider-section .section-filters .toggle-menu li.active button {
        background-color: #65666a;
        color: #fff; }
    section.page-section.image-gallery-section .section-filters .toggle-menu button,
    section.page-section.resource-slider-section .section-filters .toggle-menu button,
    section.page-section.event-slider-section .section-filters .toggle-menu button {
      padding: 0.1875rem 0.4375rem;
      font-size: 0.875rem;
      line-height: 1.4;
      border-radius: 0.2rem;
      color: #65666a;
      border-color: #65666a;
      border-radius: 1000px;
      background-color: transparent;
      border-width: 1px;
      padding: 4px 8px; }
      section.page-section.image-gallery-section .section-filters .toggle-menu button:hover,
      section.page-section.resource-slider-section .section-filters .toggle-menu button:hover,
      section.page-section.event-slider-section .section-filters .toggle-menu button:hover {
        color: #fff;
        background-color: #65666a;
        border-color: #65666a; }
      section.page-section.image-gallery-section .section-filters .toggle-menu button:focus, section.page-section.image-gallery-section .section-filters .toggle-menu button.focus,
      section.page-section.resource-slider-section .section-filters .toggle-menu button:focus,
      section.page-section.resource-slider-section .section-filters .toggle-menu button.focus,
      section.page-section.event-slider-section .section-filters .toggle-menu button:focus,
      section.page-section.event-slider-section .section-filters .toggle-menu button.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5); }
      section.page-section.image-gallery-section .section-filters .toggle-menu button.disabled, section.page-section.image-gallery-section .section-filters .toggle-menu button:disabled,
      section.page-section.resource-slider-section .section-filters .toggle-menu button.disabled,
      section.page-section.resource-slider-section .section-filters .toggle-menu button:disabled,
      section.page-section.event-slider-section .section-filters .toggle-menu button.disabled,
      section.page-section.event-slider-section .section-filters .toggle-menu button:disabled {
        color: #65666a;
        background-color: transparent; }
      section.page-section.image-gallery-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active, section.page-section.image-gallery-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
      .show > section.page-section.image-gallery-section .section-filters .toggle-menu button.dropdown-toggle,
      section.page-section.resource-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active,
      section.page-section.resource-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
      .show >
      section.page-section.resource-slider-section .section-filters .toggle-menu button.dropdown-toggle,
      section.page-section.event-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active,
      section.page-section.event-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
      .show >
      section.page-section.event-slider-section .section-filters .toggle-menu button.dropdown-toggle {
        color: #fff;
        background-color: #65666a;
        border-color: #65666a; }
        section.page-section.image-gallery-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus, section.page-section.image-gallery-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
        .show > section.page-section.image-gallery-section .section-filters .toggle-menu button.dropdown-toggle:focus,
        section.page-section.resource-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus,
        section.page-section.resource-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
        .show >
        section.page-section.resource-slider-section .section-filters .toggle-menu button.dropdown-toggle:focus,
        section.page-section.event-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus,
        section.page-section.event-slider-section .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
        .show >
        section.page-section.event-slider-section .section-filters .toggle-menu button.dropdown-toggle:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(101, 102, 106, 0.5); }
  section.page-section.image-gallery-section .section-filters.has-toggles,
  section.page-section.resource-slider-section .section-filters.has-toggles,
  section.page-section.event-slider-section .section-filters.has-toggles {
    max-width: 100%; }
    section.page-section.image-gallery-section .section-filters.has-toggles select,
    section.page-section.resource-slider-section .section-filters.has-toggles select,
    section.page-section.event-slider-section .section-filters.has-toggles select {
      display: none; }
    section.page-section.image-gallery-section .section-filters.has-toggles .toggle-menu,
    section.page-section.resource-slider-section .section-filters.has-toggles .toggle-menu,
    section.page-section.event-slider-section .section-filters.has-toggles .toggle-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

section.page-section.image-gallery-section.intro-content-layout-left-aligned .container > .inner,
section.page-section.resource-slider-section.intro-content-layout-left-aligned .container > .inner,
section.page-section.event-slider-section.intro-content-layout-left-aligned .container > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-intro,
section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-intro,
section.page-section.event-slider-section.intro-content-layout-left-aligned .section-intro {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-right: 30px; }
  section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-intro *:last-child,
  section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-intro *:last-child,
  section.page-section.event-slider-section.intro-content-layout-left-aligned .section-intro *:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-intro + .section-filters,
    section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-intro + .section-filters,
    section.page-section.event-slider-section.intro-content-layout-left-aligned .section-intro + .section-filters {
      margin-top: 0; }
      section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-intro + .section-filters.has-toggles,
      section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-intro + .section-filters.has-toggles,
      section.page-section.event-slider-section.intro-content-layout-left-aligned .section-intro + .section-filters.has-toggles {
        margin-top: -20px; } }

section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-filters,
section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-filters,
section.page-section.event-slider-section.intro-content-layout-left-aligned .section-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 0;
  margin-right: 0; }
  section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-filters.has-toggles,
  section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-filters.has-toggles,
  section.page-section.event-slider-section.intro-content-layout-left-aligned .section-filters.has-toggles {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  section.page-section.image-gallery-section.intro-content-layout-left-aligned .section-filters .toggle-menu,
  section.page-section.resource-slider-section.intro-content-layout-left-aligned .section-filters .toggle-menu,
  section.page-section.event-slider-section.intro-content-layout-left-aligned .section-filters .toggle-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

section.page-section.image-gallery-section.white-text .section-filters .toggle-menu li.active button,
section.page-section.resource-slider-section.white-text .section-filters .toggle-menu li.active button,
section.page-section.event-slider-section.white-text .section-filters .toggle-menu li.active button {
  background-color: #fff;
  color: #212529; }

section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button,
section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button,
section.page-section.event-slider-section.white-text .section-filters .toggle-menu button {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:hover,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:hover,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:focus, section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button.focus,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:focus,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button.focus,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:focus,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button.disabled, section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:disabled,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button.disabled,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:disabled,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button.disabled,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:disabled {
    color: #fff;
    background-color: transparent; }
  section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active, section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
  .show > section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button.dropdown-toggle,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active,
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
  .show >
  section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button.dropdown-toggle,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active,
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active,
  .show >
  section.page-section.event-slider-section.white-text .section-filters .toggle-menu button.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus, section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
    .show > section.page-section.image-gallery-section.white-text .section-filters .toggle-menu button.dropdown-toggle:focus,
    section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus,
    section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
    .show >
    section.page-section.resource-slider-section.white-text .section-filters .toggle-menu button.dropdown-toggle:focus,
    section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled):active:focus,
    section.page-section.event-slider-section.white-text .section-filters .toggle-menu button:not(:disabled):not(.disabled).active:focus,
    .show >
    section.page-section.event-slider-section.white-text .section-filters .toggle-menu button.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

section.page-section.image-gallery-section .section-gallery {
  width: 100%;
  margin-bottom: 30px; }
  section.page-section.image-gallery-section .section-gallery.expanded .gallery-images {
    height: auto !important; }
  section.page-section.image-gallery-section .section-gallery.expanded .load-more {
    display: none !important; }
  section.page-section.image-gallery-section .section-gallery .gallery-images {
    height: 0;
    overflow: hidden; }
    section.page-section.image-gallery-section .section-gallery .gallery-images > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -30px; }
    section.page-section.image-gallery-section .section-gallery .gallery-images .image-container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      margin-bottom: 30px; }
      section.page-section.image-gallery-section .section-gallery .gallery-images .image-container.disabled {
        display: none; }
      section.page-section.image-gallery-section .section-gallery .gallery-images .image-container a {
        display: block;
        opacity: 1; }
      section.page-section.image-gallery-section .section-gallery .gallery-images .image-container .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        padding-top: 66.66667%; }
        section.page-section.image-gallery-section .section-gallery .gallery-images .image-container .image img {
          display: none; }
      section.page-section.image-gallery-section .section-gallery .gallery-images .image-container .caption {
        margin: 6px 0 0;
        font-size: 10px; }
  section.page-section.image-gallery-section .section-gallery .load-more {
    margin-top: 50px;
    text-align: center;
    display: none; }
    section.page-section.image-gallery-section .section-gallery .load-more.active {
      display: block; }

section.page-section.image-gallery-section.horizontal-alignment-center .section-gallery {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.page-section.image-gallery-section.horizontal-alignment-right .section-gallery {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-2 .section-gallery .image-container {
    width: 50%; } }

section.page-section.image-gallery-section.column-count-3 .section-gallery .image-container {
  width: 50%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-3 .section-gallery .image-container {
    width: 33.33333%; } }

section.page-section.image-gallery-section.column-count-4 .section-gallery .image-container {
  width: 50%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-4 .section-gallery .image-container {
    width: 33.33333%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-4 .section-gallery .image-container {
    width: 25%; } }

section.page-section.image-gallery-section.column-count-5 .section-gallery .image-container {
  width: 33.33333%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-5 .section-gallery .image-container {
    width: 25%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-5 .section-gallery .image-container {
    width: 20%; } }

section.page-section.image-gallery-section.column-count-6 .section-gallery .image-container {
  width: 25%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-6 .section-gallery .image-container {
    width: 20%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-6 .section-gallery .image-container {
    width: 16.66667%; } }

section.page-section.image-gallery-section.column-count-7 .section-gallery .image-container {
  width: 20%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-7 .section-gallery .image-container {
    width: 16.66667%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-7 .section-gallery .image-container {
    width: 14.28571%; } }

section.page-section.image-gallery-section.column-count-8 .section-gallery .image-container {
  width: 20%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-8 .section-gallery .image-container {
    width: 16.66667%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-8 .section-gallery .image-container {
    width: 14.28571%; } }

@media (min-width: 1200px) {
  section.page-section.image-gallery-section.column-count-8 .section-gallery .image-container {
    width: 12.5%; } }

section.page-section.image-gallery-section.column-count-9 .section-gallery .image-container {
  width: 16.66667%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-9 .section-gallery .image-container {
    width: 14.28571%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-9 .section-gallery .image-container {
    width: 12.5%; } }

@media (min-width: 1200px) {
  section.page-section.image-gallery-section.column-count-9 .section-gallery .image-container {
    width: 11.11111%; } }

section.page-section.image-gallery-section.column-count-10 .section-gallery .image-container {
  width: 16.66667%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-10 .section-gallery .image-container {
    width: 14.28571%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-10 .section-gallery .image-container {
    width: 12.5%; } }

@media (min-width: 1200px) {
  section.page-section.image-gallery-section.column-count-10 .section-gallery .image-container {
    width: 10%; } }

section.page-section.image-gallery-section.column-count-11 .section-gallery .image-container {
  width: 16.66667%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-11 .section-gallery .image-container {
    width: 12.5%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-11 .section-gallery .image-container {
    width: 10%; } }

@media (min-width: 1200px) {
  section.page-section.image-gallery-section.column-count-11 .section-gallery .image-container {
    width: 9.09091%; } }

section.page-section.image-gallery-section.column-count-12 .section-gallery .image-container {
  width: 16.66667%; }

@media (min-width: 768px) {
  section.page-section.image-gallery-section.column-count-12 .section-gallery .image-container {
    width: 12.5%; } }

@media (min-width: 992px) {
  section.page-section.image-gallery-section.column-count-12 .section-gallery .image-container {
    width: 10%; } }

@media (min-width: 1200px) {
  section.page-section.image-gallery-section.column-count-12 .section-gallery .image-container {
    width: 8.33333%; } }

section.page-section.image-cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  section.page-section.image-cta-section > .section-stretcher {
    opacity: 0;
    width: 100%;
    margin-right: -100%; }
  section.page-section.image-cta-section > .inner {
    width: 100%; }
  section.page-section.image-cta-section .container {
    padding-bottom: 0; }
  section.page-section.image-cta-section .section-contents {
    max-width: 480px;
    position: relative;
    margin-bottom: -40px;
    z-index: 1; }
    section.page-section.image-cta-section .section-contents > .bg {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      left: -100000px; }
    section.page-section.image-cta-section .section-contents > a {
      display: block;
      position: relative;
      text-decoration: none;
      opacity: 1; }
      section.page-section.image-cta-section .section-contents > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #0082FC;
        font-size: 16px;
        right: 0;
        bottom: 0; }
    section.page-section.image-cta-section .section-contents > .inner,
    section.page-section.image-cta-section .section-contents > a > .inner {
      position: relative;
      padding: 40px;
      padding-left: 0; }
      section.page-section.image-cta-section .section-contents > .inner > *:last-child,
      section.page-section.image-cta-section .section-contents > a > .inner > *:last-child {
        margin-bottom: 0; }
  section.page-section.image-cta-section .section-pre-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0; }
  section.page-section.image-cta-section .section-title {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      section.page-section.image-cta-section .section-title {
        font-size: 36px; } }
    section.page-section.image-cta-section .section-title:last-child {
      margin-bottom: 0; }
    section.page-section.image-cta-section .section-title:not(:first-child) {
      margin-top: 20px; }
  section.page-section.image-cta-section + section.page-section > .inner {
    padding-top: 40px; }

section.page-section.image-grid-section .section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.page-section.image-grid-section .section-grid .cell {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      section.page-section.image-grid-section .section-grid .cell {
        width: 50%; } }
    section.page-section.image-grid-section .section-grid .cell > .inner,
    section.page-section.image-grid-section .section-grid .cell > .inner > a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    section.page-section.image-grid-section .section-grid .cell > .inner > a {
      color: inherit;
      opacity: 1;
      text-decoration: none;
      -webkit-transition: -webkit-transform .15s ease-out;
      transition: -webkit-transform .15s ease-out;
      transition: transform .15s ease-out;
      transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
      section.page-section.image-grid-section .section-grid .cell > .inner > a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        z-index: 1; }
        section.page-section.image-grid-section .section-grid .cell > .inner > a:hover .cell-bg {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
      section.page-section.image-grid-section .section-grid .cell > .inner > a .cell-bg {
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s; }
    section.page-section.image-grid-section .section-grid .cell .cell-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      section.page-section.image-grid-section .section-grid .cell .cell-bg .bg-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        section.page-section.image-grid-section .section-grid .cell .cell-bg .bg-image img {
          display: none; }
    section.page-section.image-grid-section .section-grid .cell .cell-contents {
      position: relative;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      min-height: 200px; }
      @media (min-width: 768px) {
        section.page-section.image-grid-section .section-grid .cell .cell-contents {
          min-height: 300px; } }
      @media (min-width: 992px) {
        section.page-section.image-grid-section .section-grid .cell .cell-contents {
          min-height: 360px; } }
      section.page-section.image-grid-section .section-grid .cell .cell-contents > .inner {
        width: 100%; }
    section.page-section.image-grid-section .section-grid .cell .cell-title {
      margin: 0;
      font-size: 24px;
      text-transform: uppercase;
      color: inherit; }
      section.page-section.image-grid-section .section-grid .cell .cell-title + .cell-content {
        margin-top: 10px; }
    section.page-section.image-grid-section .section-grid .cell .cell-content {
      margin-bottom: -1rem; }

section.page-section.image-grid-section.horizontal-alignment-center .section-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.page-section.image-grid-section.horizontal-alignment-right .section-grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (min-width: 768px) {
  section.page-section.image-grid-section.column-count-2 .section-grid .cell {
    width: 50%; } }

@media (min-width: 768px) {
  section.page-section.image-grid-section.column-count-3 .section-grid .cell {
    width: 33.33333%; } }

@media (min-width: 576px) {
  section.page-section.image-grid-section.column-count-4 .section-grid .cell {
    width: 50%; } }

@media (min-width: 768px) {
  section.page-section.image-grid-section.column-count-4 .section-grid .cell {
    width: 25%; } }

@media (min-width: 576px) {
  section.page-section.image-grid-section.column-count-5 .section-grid .cell {
    width: 50%; } }

@media (min-width: 768px) {
  section.page-section.image-grid-section.column-count-5 .section-grid .cell {
    width: 20%; } }

@media (min-width: 576px) {
  section.page-section.image-grid-section.column-count-6 .section-grid .cell {
    width: 33.33333%; } }

@media (min-width: 768px) {
  section.page-section.image-grid-section.column-count-6 .section-grid .cell {
    width: 16.66667%; } }

section.page-section.overview-accordion-section.white-text .section-accordion .accordion .card {
  border-bottom-color: rgba(255, 255, 255, 0.2); }
  section.page-section.overview-accordion-section.white-text .section-accordion .accordion .card:first-child {
    border-top-color: rgba(255, 255, 255, 0.2); }
  section.page-section.overview-accordion-section.white-text .section-accordion .accordion .card .card-header:hover h3 {
    color: #000; }
  section.page-section.overview-accordion-section.white-text .section-accordion .accordion .card .card-header h3:after {
    color: #000; }

section.page-section.overview-accordion-section .container > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.page-section.overview-accordion-section .section-intro {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 24px; }
  @media (min-width: 992px) {
    section.page-section.overview-accordion-section .section-intro {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      text-align: right;
      padding-right: 35px;
      max-width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    section.page-section.overview-accordion-section .section-intro {
      padding-right: 75px; } }
  section.page-section.overview-accordion-section .section-intro + .section-accordion {
    margin-top: 0; }
    @media (min-width: 992px) {
      section.page-section.overview-accordion-section .section-intro + .section-accordion {
        padding-left: 15px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 0; } }
    section.page-section.overview-accordion-section .section-intro + .section-accordion .accordion .card .card-header h3 {
      font-size: 30px; }
      section.page-section.overview-accordion-section .section-intro + .section-accordion .accordion .card .card-header h3:after {
        top: 8px; }

section.page-section.overview-accordion-section .section-title {
  font-weight: 700;
  font-size: 42px; }
  @media (min-width: 768px) {
    section.page-section.overview-accordion-section .section-title {
      font-size: 90px;
      line-height: 1.1; } }

section.page-section.overview-accordion-section .section-accordion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section.page-section.overview-accordion-section .section-accordion {
      margin-top: 0;
      margin-bottom: 0; } }
  section.page-section.overview-accordion-section .section-accordion .accordion .card {
    border: none;
    border-bottom: 6px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: transparent; }
    section.page-section.overview-accordion-section .section-accordion .accordion .card:first-child {
      border-top: 6px solid rgba(0, 0, 0, 0.2); }
    section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header {
      border-radius: 0;
      background-color: transparent;
      padding: 20px 10px;
      margin: 0;
      cursor: pointer;
      border: none; }
      @media (min-width: 1200px) {
        section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header {
          padding: 20px 30px 20px 40px; } }
      section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header:hover h3 {
        color: #0082FC; }
      section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header.collapsed h3:after {
        content: ""; }
      section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header h3 {
        margin: 0;
        font-size: 20px;
        -webkit-transition: color .15s;
        transition: color .15s;
        padding-right: 30px;
        position: relative; }
        section.page-section.overview-accordion-section .section-accordion .accordion .card .card-header h3:after {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          position: absolute;
          right: 0;
          top: 2px;
          line-height: 1;
          display: block;
          color: #0082FC;
          font-size: 22px; }
    section.page-section.overview-accordion-section .section-accordion .accordion .card .card-body {
      padding: 0 10px 20px; }
      @media (min-width: 1200px) {
        section.page-section.overview-accordion-section .section-accordion .accordion .card .card-body {
          padding: 0 30px 20px 40px; } }

@media (min-width: 992px) {
  section.page-section.overview-cards-section .container {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1200px) {
  section.page-section.overview-cards-section .container {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (min-width: 992px) {
  section.page-section.overview-cards-section .container > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

section.page-section.overview-cards-section .section-intro {
  color: #fff;
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  max-width: 480px; }
  @media (min-width: 992px) {
    section.page-section.overview-cards-section .section-intro {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 280px;
              flex: 0 0 280px;
      margin-bottom: 0; } }
  section.page-section.overview-cards-section .section-intro h1, section.page-section.overview-cards-section .section-intro h2, section.page-section.overview-cards-section .section-intro h3, section.page-section.overview-cards-section .section-intro h4, section.page-section.overview-cards-section .section-intro h5, section.page-section.overview-cards-section .section-intro h6,
  section.page-section.overview-cards-section .section-intro .h1, section.page-section.overview-cards-section .section-intro .h2, section.page-section.overview-cards-section .section-intro body.single-resource section.page-section.single-main-section article.single-main .entry-title, body.single-resource section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-intro .entry-title,
  section.page-section.overview-cards-section .section-intro body.single-news_article section.page-section.single-main-section article.single-main .entry-title, body.single-news_article section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-intro .entry-title,
  section.page-section.overview-cards-section .section-intro body.single-press_release section.page-section.single-main-section article.single-main .entry-title, body.single-press_release section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-intro .entry-title,
  section.page-section.overview-cards-section .section-intro body.single-event section.page-section.single-main-section article.single-main .entry-title, body.single-event section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-intro .entry-title, section.page-section.overview-cards-section .section-intro .h3, section.page-section.overview-cards-section .section-intro .h4, section.page-section.overview-cards-section .section-intro .h5, section.page-section.overview-cards-section .section-intro .h6 {
    color: inherit; }
  section.page-section.overview-cards-section .section-intro .section-intro-bg {
    position: absolute;
    left: -15px;
    right: 0;
    top: -30px;
    overflow: hidden;
    padding-top: 60px; }
    @media (min-width: 576px) {
      section.page-section.overview-cards-section .section-intro .section-intro-bg {
        left: calc((100vw - 510px) / -2); } }
    @media (min-width: 768px) {
      section.page-section.overview-cards-section .section-intro .section-intro-bg {
        left: calc((100vw - 690px) / -2);
        top: -60px; } }
    @media (min-width: 992px) {
      section.page-section.overview-cards-section .section-intro .section-intro-bg {
        left: -60px;
        padding-top: 150px;
        padding-bottom: 60px; }
        section.page-section.overview-cards-section .section-intro .section-intro-bg:before {
          content: '';
          display: block;
          position: absolute;
          border: 60px solid transparent;
          border-right: none;
          border-left-color: #0082FC;
          width: 0;
          height: 0;
          left: 0;
          bottom: 0;
          left: 60px;
          bottom: 0; } }
    @media (min-width: 1200px) {
      section.page-section.overview-cards-section .section-intro .section-intro-bg {
        z-index: 1; } }
    section.page-section.overview-cards-section .section-intro .section-intro-bg > .upper {
      position: relative;
      overflow: hidden;
      padding-bottom: 100%;
      margin-top: -100%; }
      section.page-section.overview-cards-section .section-intro .section-intro-bg > .upper:before {
        content: '';
        position: absolute;
        display: block;
        background-color: #0082FC;
        width: calc(200% / 1.41421);
        padding-top: calc(200% / 1.41421);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: calc(-100% / 1.41421);
        bottom: calc(-100% / 1.41421); }
    section.page-section.overview-cards-section .section-intro .section-intro-bg > .lower {
      position: relative;
      overflow: hidden;
      padding-bottom: 100%; }
      section.page-section.overview-cards-section .section-intro .section-intro-bg > .lower:before {
        content: '';
        position: absolute;
        display: block;
        background-color: #0082FC;
        width: calc(200% / 1.41421);
        padding-top: calc(200% / 1.41421);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: calc(-100% / 1.41421);
        top: calc(-100% / 1.41421); }
  section.page-section.overview-cards-section .section-intro > .inner {
    position: relative;
    padding-right: 40%;
    z-index: 1; }
    @media (min-width: 576px) {
      section.page-section.overview-cards-section .section-intro > .inner {
        padding-right: 30%; } }

section.page-section.overview-cards-section .section-cards {
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    section.page-section.overview-cards-section .section-cards {
      max-width: none; } }
  @media (min-width: 992px) {
    section.page-section.overview-cards-section .section-cards {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-left: 10px;
      margin: -60px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  section.page-section.overview-cards-section .section-cards > .inner {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      section.page-section.overview-cards-section .section-cards > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -10px -20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 992px) {
      section.page-section.overview-cards-section .section-cards > .inner {
        margin: 0 -5px; } }
    @media (min-width: 1500px) {
      section.page-section.overview-cards-section .section-cards > .inner {
        margin: 0 -20px; } }
  section.page-section.overview-cards-section .section-cards .card {
    text-align: center;
    border: none;
    margin-bottom: 20px;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (min-width: 768px) {
      section.page-section.overview-cards-section .section-cards .card {
        padding: 0 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 992px) {
      section.page-section.overview-cards-section .section-cards .card {
        padding: 0 5px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px; } }
    @media (min-width: 1200px) {
      section.page-section.overview-cards-section .section-cards .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px; } }
    @media (min-width: 1500px) {
      section.page-section.overview-cards-section .section-cards .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px;
        padding: 0 20px; } }
    @media (min-width: 992px) {
      section.page-section.overview-cards-section .section-cards .card:hover {
        z-index: 3; }
        section.page-section.overview-cards-section .section-cards .card:hover .card-back {
          opacity: 1;
          visibility: visible;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > * {
            opacity: 1;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(0) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(1) {
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(2) {
            -webkit-transition-delay: 0.2s;
                    transition-delay: 0.2s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(3) {
            -webkit-transition-delay: 0.3s;
                    transition-delay: 0.3s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(4) {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(5) {
            -webkit-transition-delay: 0.5s;
                    transition-delay: 0.5s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(6) {
            -webkit-transition-delay: 0.6s;
                    transition-delay: 0.6s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(7) {
            -webkit-transition-delay: 0.7s;
                    transition-delay: 0.7s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(8) {
            -webkit-transition-delay: 0.8s;
                    transition-delay: 0.8s; }
          section.page-section.overview-cards-section .section-cards .card:hover .card-back .contents > .inner > *:nth-child(9) {
            -webkit-transition-delay: 0.9s;
                    transition-delay: 0.9s; } }
    section.page-section.overview-cards-section .section-cards .card > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    section.page-section.overview-cards-section .section-cards .card .card-front {
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-right: -100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        section.page-section.overview-cards-section .section-cards .card .card-front {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: -100%; } }
      section.page-section.overview-cards-section .section-cards .card .card-front > .inner {
        width: 100%; }
      section.page-section.overview-cards-section .section-cards .card .card-front .icon-container {
        max-width: 100px;
        margin: 0 auto 30px; }
        @media (min-width: 1200px) {
          section.page-section.overview-cards-section .section-cards .card .card-front .icon-container {
            max-width: 80px;
            margin: 0 auto 24px; } }
        @media (min-width: 1500px) {
          section.page-section.overview-cards-section .section-cards .card .card-front .icon-container {
            max-width: 100px;
            margin: 0 auto 30px; } }
        section.page-section.overview-cards-section .section-cards .card .card-front .icon-container .icon {
          padding-top: 100%;
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat; }
          section.page-section.overview-cards-section .section-cards .card .card-front .icon-container .icon img {
            display: none; }
      section.page-section.overview-cards-section .section-cards .card .card-front h3 {
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 0; }
        @media (min-width: 1200px) {
          section.page-section.overview-cards-section .section-cards .card .card-front h3 {
            font-size: 18px; } }
        @media (min-width: 1500px) {
          section.page-section.overview-cards-section .section-cards .card .card-front h3 {
            font-size: 24px; } }
    section.page-section.overview-cards-section .section-cards .card .card-back {
      background-color: #0082FC;
      color: #fff;
      padding: 26px;
      padding-top: 34px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.4;
      overflow: hidden; }
      @media (min-width: 992px) {
        section.page-section.overview-cards-section .section-cards .card .card-back {
          position: relative;
          z-index: 1;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity .3s, visibility 0s .3s;
          transition: opacity .3s, visibility 0s .3s;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 140%;
                  flex: 0 0 140%;
          margin-top: -10px;
          margin-bottom: -10px;
          margin-left: -20%; } }
      @media (min-width: 1200px) {
        section.page-section.overview-cards-section .section-cards .card .card-back {
          font-size: 14px; } }
      @media (min-width: 1500px) {
        section.page-section.overview-cards-section .section-cards .card .card-back {
          font-size: 1rem; } }
      section.page-section.overview-cards-section .section-cards .card .card-back h1, section.page-section.overview-cards-section .section-cards .card .card-back h2, section.page-section.overview-cards-section .section-cards .card .card-back h3, section.page-section.overview-cards-section .section-cards .card .card-back h4, section.page-section.overview-cards-section .section-cards .card .card-back h5, section.page-section.overview-cards-section .section-cards .card .card-back h6,
      section.page-section.overview-cards-section .section-cards .card .card-back .h1, section.page-section.overview-cards-section .section-cards .card .card-back .h2, section.page-section.overview-cards-section .section-cards .card .card-back body.single-resource section.page-section.single-main-section article.single-main .entry-title, body.single-resource section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-cards .card .card-back .entry-title,
      section.page-section.overview-cards-section .section-cards .card .card-back body.single-news_article section.page-section.single-main-section article.single-main .entry-title, body.single-news_article section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-cards .card .card-back .entry-title,
      section.page-section.overview-cards-section .section-cards .card .card-back body.single-press_release section.page-section.single-main-section article.single-main .entry-title, body.single-press_release section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-cards .card .card-back .entry-title,
      section.page-section.overview-cards-section .section-cards .card .card-back body.single-event section.page-section.single-main-section article.single-main .entry-title, body.single-event section.page-section.single-main-section article.single-main section.page-section.overview-cards-section .section-cards .card .card-back .entry-title, section.page-section.overview-cards-section .section-cards .card .card-back .h3, section.page-section.overview-cards-section .section-cards .card .card-back .h4, section.page-section.overview-cards-section .section-cards .card .card-back .h5, section.page-section.overview-cards-section .section-cards .card .card-back .h6 {
        color: inherit; }
      section.page-section.overview-cards-section .section-cards .card .card-back > .inner {
        position: relative;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        section.page-section.overview-cards-section .section-cards .card .card-back > .inner:before {
          content: '';
          display: block;
          border: 4px solid #fff;
          opacity: .6;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
      section.page-section.overview-cards-section .section-cards .card .card-back h3 {
        -ms-flex-item-align: center;
            align-self: center;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin-top: -32px;
        position: relative;
        background-color: #0082FC;
        padding: 0 8px; }
        @media (min-width: 1200px) {
          section.page-section.overview-cards-section .section-cards .card .card-back h3 {
            font-size: 18px; } }
        @media (min-width: 1500px) {
          section.page-section.overview-cards-section .section-cards .card .card-back h3 {
            font-size: 24px; } }
      section.page-section.overview-cards-section .section-cards .card .card-back .contents {
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.page-section.overview-cards-section .section-cards .card .card-back .contents > .inner {
          width: 100%; }
          @media (min-width: 992px) {
            section.page-section.overview-cards-section .section-cards .card .card-back .contents > .inner > * {
              opacity: 0;
              -webkit-transform: translate3d(0, 20px, 0);
                      transform: translate3d(0, 20px, 0);
              -webkit-transition: opacity .3s, -webkit-transform .3s ease-out;
              transition: opacity .3s, -webkit-transform .3s ease-out;
              transition: opacity .3s, transform .3s ease-out;
              transition: opacity .3s, transform .3s ease-out, -webkit-transform .3s ease-out; } }
          section.page-section.overview-cards-section .section-cards .card .card-back .contents > .inner > *:last-child {
            margin-bottom: 0; }

section.page-section.resource-slider-section .section-slider,
section.page-section.video-slider-section .section-slider,
section.page-section.event-slider-section .section-slider,
section.page-section.blog-post-slider-section .section-slider,
section.page-section.press-release-slider-section .section-slider {
  width: 100%; }
  section.page-section.resource-slider-section .section-slider .slider,
  section.page-section.video-slider-section .section-slider .slider,
  section.page-section.event-slider-section .section-slider .slider,
  section.page-section.blog-post-slider-section .section-slider .slider,
  section.page-section.press-release-slider-section .section-slider .slider {
    display: none; }
    section.page-section.resource-slider-section .section-slider .slider.slick-initialized,
    section.page-section.video-slider-section .section-slider .slider.slick-initialized,
    section.page-section.event-slider-section .section-slider .slider.slick-initialized,
    section.page-section.blog-post-slider-section .section-slider .slider.slick-initialized,
    section.page-section.press-release-slider-section .section-slider .slider.slick-initialized {
      display: block; }
    section.page-section.resource-slider-section .section-slider .slider .slick-list,
    section.page-section.video-slider-section .section-slider .slider .slick-list,
    section.page-section.event-slider-section .section-slider .slider .slick-list,
    section.page-section.blog-post-slider-section .section-slider .slider .slick-list,
    section.page-section.press-release-slider-section .section-slider .slider .slick-list {
      margin: 0 -15px; }
    section.page-section.resource-slider-section .section-slider .slider .slick-track,
    section.page-section.video-slider-section .section-slider .slider .slick-track,
    section.page-section.event-slider-section .section-slider .slider .slick-track,
    section.page-section.blog-post-slider-section .section-slider .slider .slick-track,
    section.page-section.press-release-slider-section .section-slider .slider .slick-track {
      margin: 0 auto; }
    section.page-section.resource-slider-section .section-slider .slider .slick-slide,
    section.page-section.video-slider-section .section-slider .slider .slick-slide,
    section.page-section.event-slider-section .section-slider .slider .slick-slide,
    section.page-section.blog-post-slider-section .section-slider .slider .slick-slide,
    section.page-section.press-release-slider-section .section-slider .slider .slick-slide {
      outline: none; }
      section.page-section.resource-slider-section .section-slider .slider .slick-slide > .inner,
      section.page-section.video-slider-section .section-slider .slider .slick-slide > .inner,
      section.page-section.event-slider-section .section-slider .slider .slick-slide > .inner,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-slide > .inner,
      section.page-section.press-release-slider-section .section-slider .slider .slick-slide > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px; }
      section.page-section.resource-slider-section .section-slider .slider .slick-slide .card,
      section.page-section.video-slider-section .section-slider .slider .slick-slide .card,
      section.page-section.event-slider-section .section-slider .slider .slick-slide .card,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-slide .card,
      section.page-section.press-release-slider-section .section-slider .slider .slick-slide .card {
        width: 100%; }
    section.page-section.resource-slider-section .section-slider .slider .slick-arrow,
    section.page-section.video-slider-section .section-slider .slider .slick-arrow,
    section.page-section.event-slider-section .section-slider .slider .slick-arrow,
    section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow,
    section.page-section.press-release-slider-section .section-slider .slider .slick-arrow {
      display: none !important;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      overflow: hidden;
      text-indent: -100000px;
      background-color: transparent;
      border: none;
      padding: 0;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      width: 30px;
      height: 30px;
      color: #0082FC;
      -webkit-transition: color .15s;
      transition: color .15s; }
      @media (min-width: 1300px) {
        section.page-section.resource-slider-section .section-slider .slider .slick-arrow,
        section.page-section.video-slider-section .section-slider .slider .slick-arrow,
        section.page-section.event-slider-section .section-slider .slider .slick-arrow,
        section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow,
        section.page-section.press-release-slider-section .section-slider .slider .slick-arrow {
          display: block !important; } }
      section.page-section.resource-slider-section .section-slider .slider .slick-arrow:hover,
      section.page-section.video-slider-section .section-slider .slider .slick-arrow:hover,
      section.page-section.event-slider-section .section-slider .slider .slick-arrow:hover,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow:hover,
      section.page-section.press-release-slider-section .section-slider .slider .slick-arrow:hover {
        color: #005bb0; }
      section.page-section.resource-slider-section .section-slider .slider .slick-arrow.slick-disabled,
      section.page-section.video-slider-section .section-slider .slider .slick-arrow.slick-disabled,
      section.page-section.event-slider-section .section-slider .slider .slick-arrow.slick-disabled,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow.slick-disabled,
      section.page-section.press-release-slider-section .section-slider .slider .slick-arrow.slick-disabled {
        color: #D1CFCC; }
      section.page-section.resource-slider-section .section-slider .slider .slick-arrow:before,
      section.page-section.video-slider-section .section-slider .slider .slick-arrow:before,
      section.page-section.event-slider-section .section-slider .slider .slick-arrow:before,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow:before,
      section.page-section.press-release-slider-section .section-slider .slider .slick-arrow:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        text-indent: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-size: 24px; }
      section.page-section.resource-slider-section .section-slider .slider .slick-arrow.slick-prev,
      section.page-section.video-slider-section .section-slider .slider .slick-arrow.slick-prev,
      section.page-section.event-slider-section .section-slider .slider .slick-arrow.slick-prev,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow.slick-prev,
      section.page-section.press-release-slider-section .section-slider .slider .slick-arrow.slick-prev {
        left: -60px; }
        section.page-section.resource-slider-section .section-slider .slider .slick-arrow.slick-prev:before,
        section.page-section.video-slider-section .section-slider .slider .slick-arrow.slick-prev:before,
        section.page-section.event-slider-section .section-slider .slider .slick-arrow.slick-prev:before,
        section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow.slick-prev:before,
        section.page-section.press-release-slider-section .section-slider .slider .slick-arrow.slick-prev:before {
          content: ""; }
      section.page-section.resource-slider-section .section-slider .slider .slick-arrow.slick-next,
      section.page-section.video-slider-section .section-slider .slider .slick-arrow.slick-next,
      section.page-section.event-slider-section .section-slider .slider .slick-arrow.slick-next,
      section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow.slick-next,
      section.page-section.press-release-slider-section .section-slider .slider .slick-arrow.slick-next {
        right: -60px; }
        section.page-section.resource-slider-section .section-slider .slider .slick-arrow.slick-next:before,
        section.page-section.video-slider-section .section-slider .slider .slick-arrow.slick-next:before,
        section.page-section.event-slider-section .section-slider .slider .slick-arrow.slick-next:before,
        section.page-section.blog-post-slider-section .section-slider .slider .slick-arrow.slick-next:before,
        section.page-section.press-release-slider-section .section-slider .slider .slick-arrow.slick-next:before {
          content: ""; }
  section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots,
  section.page-section.video-slider-section .section-slider .slider-nav .slick-dots,
  section.page-section.event-slider-section .section-slider .slider-nav .slick-dots,
  section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots,
  section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots {
    padding-left: 0;
    list-style: none;
    margin: 30px 0 -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots,
      section.page-section.video-slider-section .section-slider .slider-nav .slick-dots,
      section.page-section.event-slider-section .section-slider .slider-nav .slick-dots,
      section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots,
      section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots {
        margin-top: 50px; } }
    section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots li,
    section.page-section.video-slider-section .section-slider .slider-nav .slick-dots li,
    section.page-section.event-slider-section .section-slider .slider-nav .slick-dots li,
    section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots li,
    section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots li {
      margin: 0 3px 6px; }
      section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots li.slick-active button,
      section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots li.slick-active button:hover,
      section.page-section.video-slider-section .section-slider .slider-nav .slick-dots li.slick-active button,
      section.page-section.video-slider-section .section-slider .slider-nav .slick-dots li.slick-active button:hover,
      section.page-section.event-slider-section .section-slider .slider-nav .slick-dots li.slick-active button,
      section.page-section.event-slider-section .section-slider .slider-nav .slick-dots li.slick-active button:hover,
      section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots li.slick-active button,
      section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots li.slick-active button:hover,
      section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots li.slick-active button,
      section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots li.slick-active button:hover {
        background-color: #0082FC; }
      section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots li button,
      section.page-section.video-slider-section .section-slider .slider-nav .slick-dots li button,
      section.page-section.event-slider-section .section-slider .slider-nav .slick-dots li button,
      section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots li button,
      section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots li button {
        padding: 0;
        border: none;
        background-color: #D1CFCC;
        border-radius: 100px;
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none;
        overflow: hidden;
        width: 10px;
        height: 10px;
        text-indent: -10000px;
        -webkit-transition: background-color .15s;
        transition: background-color .15s; }
        section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots li button:hover,
        section.page-section.video-slider-section .section-slider .slider-nav .slick-dots li button:hover,
        section.page-section.event-slider-section .section-slider .slider-nav .slick-dots li button:hover,
        section.page-section.blog-post-slider-section .section-slider .slider-nav .slick-dots li button:hover,
        section.page-section.press-release-slider-section .section-slider .slider-nav .slick-dots li button:hover {
          background-color: #ada9a4; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-article .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-case-study .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-paper .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-infographic .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-study-guide .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-video .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-webinar .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-presentation .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-report .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-graphic .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-media-kit .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-sig-member-blog-post .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-book .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-post .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-news_article .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-press_release .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide.resource-type-group .card-img-top-overlay:before {
  content: ""; }

section.page-section.resource-slider-section .section-slider .slider .slick-slide .card-img-top-overlay:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  color: #0082FC;
  margin-right: .6em; }

@media (min-width: 768px) {
  section.page-section.resource-slider-section .section-slider .slider-nav .slick-dots {
    margin-bottom: -60px; } }

@media (min-width: 768px) {
  section.page-section.resource-slider-section .section-cta {
    text-align: right; } }

section.page-section.video-slider-section .section-slider .slider .slick-slide > .inner {
  display: block; }

section.page-section.video-slider-section .section-slider .slider .slick-slide .video-iframe-container {
  margin: 0; }

section.page-section.event-slider-section .section-slider .slider .slick-slide .card-img-top-overlay .icon:before {
  color: #0082FC;
  margin-right: .6em; }

section.page-section.press-release-slider-section .section-slider .slider .slick-slide .card-img-top-overlay:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  color: #0082FC;
  margin-right: .6em; }

section.page-section.resource-lists-section .section-lists {
  margin: 0 -15px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    section.page-section.resource-lists-section .section-lists {
      margin-bottom: -40px; } }
  section.page-section.resource-lists-section .section-lists .list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      section.page-section.resource-lists-section .section-lists .list {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.33333%;
                flex: 1 1 33.33333%; } }
    section.page-section.resource-lists-section .section-lists .list *:last-child {
      margin-bottom: 0; }
    section.page-section.resource-lists-section .section-lists .list.title-center .list-title {
      text-align: center; }
    section.page-section.resource-lists-section .section-lists .list .list-title {
      font-weight: 500;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        section.page-section.resource-lists-section .section-lists .list .list-title {
          margin-bottom: 24px; } }
      section.page-section.resource-lists-section .section-lists .list .list-title.has-icon {
        position: relative;
        padding-left: 34px; }
        section.page-section.resource-lists-section .section-lists .list .list-title.has-icon .icon {
          position: absolute;
          left: -6px;
          top: 2px;
          width: 36px;
          display: block;
          text-align: center;
          opacity: .2; }
    section.page-section.resource-lists-section .section-lists .list .list-items {
      padding-left: 0;
      list-style: none; }
      @media (min-width: 992px) {
        section.page-section.resource-lists-section .section-lists .list .list-items {
          font-size: 16px; } }
      section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-article .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-case-study .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-paper .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-infographic .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-study-guide .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-video .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-webinar .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-presentation .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-report .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-graphic .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-media-kit .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-sig-member-blog-post .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-book .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-post .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-news_article .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li.resource-type-press_release .thumbnail:before {
          content: ""; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li .thumbnail-container {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50px;
                  flex: 0 0 50px;
          margin: -3px 0;
          margin-right: 14px;
          -ms-flex-item-align: center;
              align-self: center; }
        section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li .thumbnail {
          position: relative;
          background-color: rgba(0, 0, 0, 0.5);
          height: 0;
          padding-top: 60%; }
          section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li .thumbnail:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: FontAwesome;
            content: "";
            color: #fff;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            font-size: 16px;
            line-height: 1; }
          section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li .thumbnail .image {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0; }
            section.page-section.resource-lists-section .section-lists .list .list-items.with-thumbnails li .thumbnail .image img {
              display: none; }
      section.page-section.resource-lists-section .section-lists .list .list-items li {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding-top: 16px;
        margin-top: 16px; }
        @media (min-width: 992px) {
          section.page-section.resource-lists-section .section-lists .list .list-items li {
            padding-top: 20px;
            margin-top: 20px; } }
        section.page-section.resource-lists-section .section-lists .list .list-items li:first-child {
          border-top: none;
          padding-top: 0;
          margin-top: 0; }
        section.page-section.resource-lists-section .section-lists .list .list-items li .title a {
          color: #65666a;
          display: block;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          max-height: calc(25.6px * 2); }
          section.page-section.resource-lists-section .section-lists .list .list-items li .title a:hover {
            color: #0082FC; }
    section.page-section.resource-lists-section .section-lists .list .list-cta-link {
      border-top: 1px solid rgba(0, 0, 0, 0.06);
      padding-top: 16px;
      margin-top: 16px;
      text-align: right; }
      @media (min-width: 992px) {
        section.page-section.resource-lists-section .section-lists .list .list-cta-link {
          padding-top: 20px;
          margin-top: 20px; } }

section.page-section.index-filters-section .container {
  padding-top: 20px;
  padding-bottom: 20px; }

section.page-section.index-filters-section .section-filters form {
  margin: 0 -15px -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.page-section.index-filters-section .section-filters form > .form-group, section.page-section.index-filters-section .section-filters form > .gfield {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      section.page-section.index-filters-section .section-filters form > .form-group, section.page-section.index-filters-section .section-filters form > .gfield {
        width: 50%; } }
    @media (min-width: 992px) {
      section.page-section.index-filters-section .section-filters form > .form-group, section.page-section.index-filters-section .section-filters form > .gfield {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 320px;
                flex: 1 1 320px;
        max-width: 320px; } }
    section.page-section.index-filters-section .section-filters form > .form-group.heading, section.page-section.index-filters-section .section-filters form > .heading.gfield {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        section.page-section.index-filters-section .section-filters form > .form-group.heading, section.page-section.index-filters-section .section-filters form > .heading.gfield {
          width: 100%; } }
      @media (min-width: 992px) {
        section.page-section.index-filters-section .section-filters form > .form-group.heading, section.page-section.index-filters-section .section-filters form > .heading.gfield {
          width: auto;
          -webkit-box-flex: 10;
              -ms-flex: 10 1 auto;
                  flex: 10 1 auto;
          max-width: none; } }
      section.page-section.index-filters-section .section-filters form > .form-group.heading h3, section.page-section.index-filters-section .section-filters form > .heading.gfield h3 {
        margin: 0; }
    section.page-section.index-filters-section .section-filters form > .form-group.end, section.page-section.index-filters-section .section-filters form > .end.gfield {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        section.page-section.index-filters-section .section-filters form > .form-group.end, section.page-section.index-filters-section .section-filters form > .end.gfield {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          max-width: none; } }
      section.page-section.index-filters-section .section-filters form > .form-group.end button.hidden, section.page-section.index-filters-section .section-filters form > .end.gfield button.hidden {
        display: none; }
    @media (min-width: 992px) {
      section.page-section.index-filters-section .section-filters form > .form-group.view-toggle, section.page-section.index-filters-section .section-filters form > .view-toggle.gfield {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: none; } }
    @media (min-width: 992px) {
      section.page-section.index-filters-section .section-filters form > .form-group.has-label, section.page-section.index-filters-section .section-filters form > .has-label.gfield {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    section.page-section.index-filters-section .section-filters form > .form-group.has-label > label, section.page-section.index-filters-section .section-filters form > .has-label.gfield > label {
      margin-bottom: 0;
      font-weight: 500;
      white-space: nowrap; }
      @media (min-width: 992px) {
        section.page-section.index-filters-section .section-filters form > .form-group.has-label > label, section.page-section.index-filters-section .section-filters form > .has-label.gfield > label {
          margin-right: 10px; } }
      section.page-section.index-filters-section .section-filters form > .form-group.has-label > label .fa-info-circle, section.page-section.index-filters-section .section-filters form > .has-label.gfield > label .fa-info-circle {
        color: #0082FC;
        cursor: pointer; }
    section.page-section.index-filters-section .section-filters form > .form-group.filter, section.page-section.index-filters-section .section-filters form > .filter.gfield {
      position: absolute;
      overflow: hidden;
      clip: rect(0px, 0px, 0px, 0px);
      height: 1px;
      width: 1px;
      margin: -1px;
      border: 0px none;
      padding: 0px; }
    section.page-section.index-filters-section .section-filters form > .form-group > .dropdown > .dropdown-menu, section.page-section.index-filters-section .section-filters form > .gfield > .dropdown > .dropdown-menu {
      min-width: 100%; }

section.page-section.index-filters-section .section-filters a.reset {
  color: #000;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500; }
  section.page-section.index-filters-section .section-filters a.reset:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    margin-right: .5em;
    color: #0082FC; }

section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item,
section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item,
section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item {
  position: relative;
  padding-left: calc(1.5rem + 24px); }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.all .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.all .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.all .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.all .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.article .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.article .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.article .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.article .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.case-study .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.case-study .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.case-study .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.case-study .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.paper .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.paper .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.paper .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.paper .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.infographic .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.infographic .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.infographic .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.infographic .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.study-guide .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.study-guide .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.study-guide .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.study-guide .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.video .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.video .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.video .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.video .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.webinar .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.webinar .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.webinar .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.webinar .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.presentation .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.presentation .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.presentation .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.presentation .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.report .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.report .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.report .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.report .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.graphic .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.graphic .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.graphic .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.graphic .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.media-kit .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.media-kit .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.media-kit .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.media-kit .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.sig-member-blog-post .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.sig-member-blog-post .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.sig-member-blog-post .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.sig-member-blog-post .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.resource-type-book .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.resource-type-book .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.resource-type-book .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.resource-type-book .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.post .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.post .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.post .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.post .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.news_article .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.news_article .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.news_article .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.news_article .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.press_release .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.press_release .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.press_release .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.press_release .icon.placeholder:before {
    content: ""; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item.active .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item.active .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.active .icon.placeholder:before,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item.active .icon.placeholder:before {
    color: #fff; }
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item .icon, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item .icon,
  section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon,
  section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon {
    position: absolute;
    left: calc(1.5rem - 4px);
    width: 22px;
    top: calc(0.25rem + 4px);
    text-align: center;
    color: #0082FC;
    line-height: 1; }
    section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item .icon.placeholder:before, section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item .icon.placeholder:before,
    section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon.placeholder:before,
    section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon.placeholder:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: ""; }

section.page-section.index-filters-section .section-filters .form-group.view-toggle button .icon, section.page-section.index-filters-section .section-filters .view-toggle.gfield button .icon {
  margin-right: .4em; }

section.page-section.single-meta-section .container {
  padding-top: 20px;
  padding-bottom: 20px; }

section.page-section.single-meta-section .section-meta {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.page-section.single-meta-section .section-meta > li {
    position: relative; }
    section.page-section.single-meta-section .section-meta > li:last-child:after {
      display: none; }
    section.page-section.single-meta-section .section-meta > li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      text-align: center;
      line-height: inherit;
      position: static;
      width: auto;
      margin-right: .5em; }
    section.page-section.single-meta-section .section-meta > li:after {
      content: '\00a0\00a0\00a0|\00a0\00a0\00a0'; }
    section.page-section.single-meta-section .section-meta > li.date:before {
      content: ""; }
    section.page-section.single-meta-section .section-meta > li.author:before {
      content: ""; }
    section.page-section.single-meta-section .section-meta > li.tag:before {
      content: ""; }
  section.page-section.single-meta-section .section-meta a {
    color: inherit;
    text-decoration: none; }
    section.page-section.single-meta-section .section-meta a:hover {
      color: #0082FC; }

section.page-section.author-details-section .section-author-details {
  margin-bottom: 30px; }
  section.page-section.author-details-section .section-author-details > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 576px) {
      section.page-section.author-details-section .section-author-details > .inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  section.page-section.author-details-section .section-author-details .author-photo,
  section.page-section.author-details-section .section-author-details .overview {
    padding-left: 15px;
    padding-right: 15px; }
  section.page-section.author-details-section .section-author-details .author-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      section.page-section.author-details-section .section-author-details .author-photo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
        margin-bottom: 0; } }
    section.page-section.author-details-section .section-author-details .author-photo img {
      width: 150px; }
  section.page-section.author-details-section .section-author-details .overview {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    section.page-section.author-details-section .section-author-details .overview *:last-child {
      margin-bottom: 0; }

section.page-section.pricing-options-section .section-title {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section.page-section.pricing-options-section .section-title {
      margin-bottom: 50px; } }

@media (max-width: 991.98px) {
  section.page-section.pricing-options-section .section-pricing-table .table-column-headers {
    display: none; }
  section.page-section.pricing-options-section .section-pricing-table .table-row {
    margin-top: 10px;
    border: 1px solid #D1CFCC; }
    section.page-section.pricing-options-section .section-pricing-table .table-row:first-child {
      margin-top: 0; }
    section.page-section.pricing-options-section .section-pricing-table .table-row .table-column {
      background-color: rgba(209, 207, 204, 0.5);
      margin-bottom: 5px;
      padding: 8px 20px; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column:nth-child(odd) {
        background-color: rgba(238, 238, 238, 0.5); }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header {
        color: #000;
        background-color: transparent;
        padding: 14px 20px 10px; }
        section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header .label {
          font-weight: 700;
          font-size: 18px; }
        section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header .entry-cta {
          margin-left: 20px; }
          section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header .entry-cta a {
            padding: 0.1875rem 0.4375rem;
            font-size: 0.875rem;
            line-height: 1.4;
            border-radius: 0.2rem;
            white-space: nowrap; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column .label .title {
        margin-bottom: 0;
        font-weight: 500; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column .label .description {
        font-size: 12px;
        margin-bottom: 0; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column .value {
        text-align: right;
        margin-left: 20px;
        font-size: 20px;
        color: #000;
        font-weight: 700; } }

@media (min-width: 992px) {
  section.page-section.pricing-options-section .section-pricing-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-1 .table-column {
      max-width: 50%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-2 .table-column {
      max-width: 33.33333%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-3 .table-column {
      max-width: 25%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-4 .table-column {
      max-width: 20%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-5 .table-column {
      max-width: 16.66667%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-6 .table-column {
      max-width: 14.28571%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-7 .table-column {
      max-width: 12.5%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-8 .table-column {
      max-width: 11.11111%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-9 .table-column {
      max-width: 10%; }
    section.page-section.pricing-options-section .section-pricing-table.column-count-10 .table-column {
      max-width: 9.09091%; }
    section.page-section.pricing-options-section .section-pricing-table > .inner {
      width: 100%; }
    section.page-section.pricing-options-section .section-pricing-table .table-columns,
    section.page-section.pricing-options-section .section-pricing-table .table-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column {
      position: relative; }
      section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column.table-header {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column.table-header > .inner {
          padding-left: 0;
          padding-right: 10px; }
      section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column .column-overlay {
        display: block;
        position: absolute;
        left: 10px;
        top: 0;
        right: 0;
        border: 1px solid #D1CFCC;
        background-color: rgba(255, 255, 255, 0.5); }
      section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column > .inner {
        padding: 24px 16px 20px; }
    section.page-section.pricing-options-section .section-pricing-table .table-row {
      margin-top: 5px;
      background-color: #D1CFCC; }
      section.page-section.pricing-options-section .section-pricing-table .table-row:nth-child(even) {
        background-color: #eee; }
      section.page-section.pricing-options-section .section-pricing-table .table-row .table-column {
        font-size: 20px;
        color: #000;
        font-weight: 700; }
        section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header {
          color: inherit;
          font-weight: 400;
          font-size: 16px; }
          section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header > .inner {
            padding-left: 20px;
            padding-right: 10px; }
    section.page-section.pricing-options-section .section-pricing-table .table-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      padding-left: 10px;
      max-width: 50%; }
      section.page-section.pricing-options-section .section-pricing-table .table-column:first-child {
        padding-left: 0; }
      section.page-section.pricing-options-section .section-pricing-table .table-column.table-header {
        text-align: left; }
      section.page-section.pricing-options-section .section-pricing-table .table-column.row-header {
        text-align: left; }
        section.page-section.pricing-options-section .section-pricing-table .table-column.row-header .label {
          display: block; }
        section.page-section.pricing-options-section .section-pricing-table .table-column.row-header .entry-cta {
          display: none; }
      section.page-section.pricing-options-section .section-pricing-table .table-column > .inner {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 14px 16px; }
        section.page-section.pricing-options-section .section-pricing-table .table-column > .inner *:last-child {
          margin-bottom: 0; }
      section.page-section.pricing-options-section .section-pricing-table .table-column .label {
        display: none; } }

@media (min-width: 1200px) {
  section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column.table-header > .inner {
    padding-right: 0; }
  section.page-section.pricing-options-section .section-pricing-table .table-columns .table-column .column-overlay {
    left: 20px; }
  section.page-section.pricing-options-section .section-pricing-table .table-row .table-column.row-header > .inner {
    padding-right: 0; }
  section.page-section.pricing-options-section .section-pricing-table .table-column {
    padding-left: 20px; }
    section.page-section.pricing-options-section .section-pricing-table .table-column:first-child {
      padding-left: 0; } }

@media (min-width: 992px) {
  body.admin-bar section.page-section.index-items-section.iop-events table thead {
    top: 86px; } }

section.page-section.index-items-section.iop-events > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.page-section.index-items-section.iop-events .container {
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1140px) {
    section.page-section.index-items-section.iop-events .container {
      width: auto;
      min-width: 1140px; } }

section.page-section.index-items-section.iop-events .section-index-items.loading {
  position: relative; }
  section.page-section.index-items-section.iop-events .section-index-items.loading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 110; }
  section.page-section.index-items-section.iop-events .section-index-items.loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    color: #0082FC;
    font-size: 40px;
    line-height: 1;
    display: block;
    position: absolute;
    z-index: 111;
    left: 50%;
    margin-left: -20px;
    top: 160px;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; }

section.page-section.index-items-section.iop-events .section-index-items .intro {
  max-width: 1110px; }

@media (min-width: 992px) {
  section.page-section.index-items-section.iop-events .section-index-items .table-responsive {
    overflow-x: visible; } }

section.page-section.index-items-section.iop-events .section-index-items table {
  background-color: #fff; }
  @media (min-width: 992px) {
    section.page-section.index-items-section.iop-events .section-index-items table thead {
      position: -webkit-sticky;
      position: sticky;
      top: 54px; } }
  section.page-section.index-items-section.iop-events .section-index-items table th {
    line-height: 1.4;
    vertical-align: middle;
    cursor: pointer; }
    section.page-section.index-items-section.iop-events .section-index-items table th.js-sort-none {
      cursor: auto; }
  section.page-section.index-items-section.iop-events .section-index-items table td {
    font-size: 0.875rem; }
    section.page-section.index-items-section.iop-events .section-index-items table td.acronym {
      padding-right: 0; }
  section.page-section.index-items-section.iop-events .section-index-items table .lifecycle span {
    display: block; }

section.page-section.index-items-section.iop-events .index-cta-link {
  margin-top: 40px;
  text-align: center; }

section.page-section.index-filters-section.iop-events .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item, section.page-section.index-filters-section.iop-events .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item,
section.page-section.index-filters-section.iop-events .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item,
section.page-section.index-filters-section.iop-events .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item {
  padding-left: 1.5rem; }
  section.page-section.index-filters-section.iop-events .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item .icon, section.page-section.index-filters-section.iop-events .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item .icon,
  section.page-section.index-filters-section.iop-events .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon,
  section.page-section.index-filters-section.iop-events .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon {
    display: none; }

.gform_wrapper {
  margin-bottom: 1rem; }
  .gform_wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .gform_wrapper.gform_multi_column_wrapper .gform_body,
    .gform_wrapper.gform_multi_column_wrapper .gform_page_fields,
    .gform_wrapper .gform_page_multi_column .gform_body,
    .gform_wrapper .gform_page_multi_column .gform_page_fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .gform_wrapper.gform_multi_column_wrapper ul.gform_fields,
    .gform_wrapper .gform_page_multi_column ul.gform_fields {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .gform_wrapper.gform_multi_column_wrapper.gform_column_count_2_wrapper ul.gform_fields,
    .gform_wrapper.gform_multi_column_wrapper .gform_page_column_count_2 ul.gform_fields,
    .gform_wrapper .gform_page_multi_column.gform_column_count_2_wrapper ul.gform_fields,
    .gform_wrapper .gform_page_multi_column .gform_page_column_count_2 ul.gform_fields {
      width: 50%; } }
  @media (min-width: 768px) {
    .gform_wrapper.gform_multi_column_wrapper.gform_column_count_3_wrapper ul.gform_fields,
    .gform_wrapper.gform_multi_column_wrapper .gform_page_column_count_3 ul.gform_fields,
    .gform_wrapper .gform_page_multi_column.gform_column_count_3_wrapper ul.gform_fields,
    .gform_wrapper .gform_page_multi_column .gform_page_column_count_3 ul.gform_fields {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .gform_wrapper.gform_multi_column_wrapper.gform_column_count_4_wrapper ul.gform_fields,
    .gform_wrapper.gform_multi_column_wrapper .gform_page_column_count_4 ul.gform_fields,
    .gform_wrapper .gform_page_multi_column.gform_column_count_4_wrapper ul.gform_fields,
    .gform_wrapper .gform_page_multi_column .gform_page_column_count_4 ul.gform_fields {
      width: 25%; } }
  .gform_wrapper.gform_multi_column_wrapper .gform_footer.left_label,
  .gform_wrapper .gform_page_multi_column .gform_footer.left_label {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

.gform_fields {
  padding-left: 0;
  list-style: none;
  margin: 0; }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px;
      margin-right: -10px; } }
  .gform_fields.left_label .gfield.gsection {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_label {
      width: 33.33333%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: right; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .gfield_label {
      width: 25%; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .ginput_container,
    .gform_fields.left_label .gfield_description {
      width: 66.66667%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .ginput_container,
    .gform_fields.left_label .gfield_description {
      width: 75%; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_description {
      margin-left: 33.33333%; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .gfield_description {
      margin-left: 25%; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_label,
    .gform_fields.left_label .gfield_radio,
    .gform_fields.left_label .gfield_checkbox {
      padding-top: 8px; } }
  .gform_fields.description_above .gfield_description {
    margin: -5px 0 5px; }
    .gform_fields.description_above .gfield_description.validation_message {
      margin-top: 5px;
      margin-bottom: 10px; }

.gfield.gfield_error label,
.gfield.gfield_error .validation_message {
  color: #dc3545; }

.gfield.gfield_error input[type="text"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="text"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="password"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="password"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="datetime"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="datetime"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="datetime-local"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="datetime-local"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="date"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="date"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="month"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="month"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="time"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="time"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="week"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="week"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="number"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="number"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="email"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="email"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="url"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="url"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="search"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="search"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="tel"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="tel"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error input[type="color"] {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error input[type="color"]:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error select {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error select:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.gfield_error textarea {
  border-color: #dc3545;
  -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); }
  .gfield.gfield_error textarea:focus {
    border-color: #bd2130;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(220, 53, 69, 0.6); }

.gfield.no-label .gfield_label {
  display: none; }

.gfield_required {
  color: #dc3545;
  margin-left: 1px; }

.gform_description {
  display: block;
  margin: 0 0 1rem; }

.ginput_complex::after {
  display: block;
  clear: both;
  content: ""; }

.ginput_complex label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  color: inherit; }

.ginput_full,
.ginput_left,
.ginput_right {
  display: block;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .ginput_full {
    clear: both; }
  .ginput_left,
  .ginput_right,
  .gf_left_half,
  .gf_right_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_first,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_last {
    width: 50%; }
  .ginput_left,
  .gf_left_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_first {
    float: left;
    clear: left;
    padding-right: 10px; }
  .ginput_right,
  .gf_right_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_last {
    float: right;
    clear: right;
    padding-left: 10px; }
  .ginput_complex > .address_state,
  .ginput_complex > .address_zip {
    float: left;
    clear: none;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px; }
  .ginput_complex > .address_zip {
    padding-right: 0; } }

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
  list-style: none;
  margin: 0; }
  .gfield_radio li,
  .gfield_checkbox li {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 20px; }
    .gfield_radio li label,
    .gfield_checkbox li label {
      padding-left: 0;
      margin-bottom: 0;
      color: inherit; }
  .gfield_radio input[type="radio"],
  .gfield_radio input[type="checkbox"],
  .gfield_checkbox input[type="radio"],
  .gfield_checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top: .2em; }

.gfield_description {
  color: #6c757d; }
  .gfield_description + .gfield_description,
  .ginput_complex + .gfield_description {
    margin-top: -5px; }

.gsection_title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #000;
  border-bottom: 1px solid #eee; }

@media (min-width: 768px) {
  .gform_footer.left_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 768px) {
  .gform_footer.left_label button[type=submit] {
    margin-left: 33.33333%;
    margin-right: 10px;
    position: relative;
    left: 10px; } }

@media (min-width: 992px) {
  .gform_footer.left_label button[type=submit] {
    margin-left: 25%; } }

.gform_ajax_spinner {
  display: inline-block;
  margin-left: 10px; }

.ginput_container_multiselect .chosen-container {
  position: relative;
  width: 100% !important; }
  .ginput_container_multiselect .chosen-container.chosen-container-active .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .ginput_container_multiselect .chosen-container.chosen-container-active .chosen-drop {
    display: block; }
  .ginput_container_multiselect .chosen-container .chosen-choices {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 .5rem; }
    .ginput_container_multiselect .chosen-container .chosen-choices .search-choice,
    .ginput_container_multiselect .chosen-container .chosen-choices .search-field {
      margin: 0.375rem 0.25rem; }
    .ginput_container_multiselect .chosen-container .chosen-choices .search-choice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ddd;
      border-radius: 3px;
      padding: 0 .5rem; }
      .ginput_container_multiselect .chosen-container .chosen-choices .search-choice .search-choice-close {
        margin-left: .5rem;
        cursor: pointer; }
        .ginput_container_multiselect .chosen-container .chosen-choices .search-choice .search-choice-close::before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          font-size: 12px; }
    .ginput_container_multiselect .chosen-container .chosen-choices .search-field .chosen-search-input {
      border: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
  .ginput_container_multiselect .chosen-container .chosen-drop {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 101;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results {
      list-style: none;
      padding: 6px 0;
      margin: 0;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 240px;
      -webkit-overflow-scrolling: touch; }
      .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results li {
        cursor: pointer;
        padding: 2px 10px; }
        .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results li:hover {
          background-color: #f4f4f4; }
        .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results li.result-selected {
          background-color: #ddd; }

.equinox .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.equinox .calendar-actions {
  margin-right: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .equinox .calendar-actions button {
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-indent: -10000px;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    color: #0082FC; }
    .equinox .calendar-actions button:hover {
      color: #005bb0; }
    .equinox .calendar-actions button.prev:before, .equinox .calendar-actions button.next:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-indent: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 20px; }
    .equinox .calendar-actions button.prev:before {
      content: ""; }
    .equinox .calendar-actions button.next:before {
      content: ""; }
    .equinox .calendar-actions button.today {
      display: none; }

.equinox .month-label {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 900; }

.equinox .month-weeks {
  border: 1px solid #eee;
  border-top: none;
  background-color: #fff; }

.equinox .week {
  margin-left: -1px;
  position: relative; }
  .equinox .week:first-child .day {
    border-top: none; }

.equinox .week-events {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 26px; }
  .equinox .week-events .slot {
    margin: 0; }
    .equinox .week-events .slot > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .equinox .week-events .slot > ul > li {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: table-cell;
        margin: 0;
        padding-left: 9px;
        padding-right: 8px;
        width: 14.28571%; }
        .equinox .week-events .slot > ul > li.span-1 {
          width: 14.28571%; }
        .equinox .week-events .slot > ul > li.span-2 {
          width: 28.57143%; }
        .equinox .week-events .slot > ul > li.span-3 {
          width: 42.85714%; }
        .equinox .week-events .slot > ul > li.span-4 {
          width: 57.14286%; }
        .equinox .week-events .slot > ul > li.span-5 {
          width: 71.42857%; }
        .equinox .week-events .slot > ul > li.span-6 {
          width: 85.71429%; }
        .equinox .week-events .slot > ul > li.span-7 {
          width: 100%; }

.equinox .days-container {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .equinox .days-container .day {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    width: 14.28571%;
    padding: 8px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee; }

.equinox .week-header {
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa; }
  .equinox .week-header .day {
    text-align: center;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden; }

.equinox .date.outside-month .date-label {
  color: #d6d6d6; }

.equinox .date.current-date {
  background-color: #e6f3ff;
  position: relative; }
  .equinox .date.current-date:before {
    content: '';
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #cce6fe;
    z-index: 1; }
  .equinox .date.current-date .date-label {
    color: #0082FC; }

.equinox .date-label {
  text-align: right;
  font-size: 12px;
  color: #888; }

.equinox .date-events {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 68px; }

.equinox .event-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 34px;
  padding-top: 6px;
  margin: 0; }
  .equinox .event-container.continuation .event {
    margin-left: -8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 16px; }
  .equinox .event-container.continued .event {
    margin-right: -8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 16px; }

.equinox .event {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 28px;
  background-color: #0082FC;
  padding: 7px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  z-index: 4;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-color .15s;
  transition: background-color .15s; }
  .equinox .event:hover {
    background-color: #006ed6; }
  .equinox .event .start-time {
    display: none; }
  .equinox .event .event-icon:before {
    content: '\00a0\00a0|\00a0\00a0'; }

body.post-type-archive-resource .section-index-items,
body.post-type-archive-news_article .section-index-items,
body.post-type-archive-press_release .section-index-items,
body.post-type-archive-post .section-index-items,
body.blog .section-index-items,
body.tag .section-index-items,
body.category .section-index-items,
body.author .section-index-items,
body.date .section-index-items,
body.post-type-archive-event .section-index-items {
  margin: 0 -15px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.post-type-archive-resource .section-index-items > .index-item,
  body.post-type-archive-news_article .section-index-items > .index-item,
  body.post-type-archive-press_release .section-index-items > .index-item,
  body.post-type-archive-post .section-index-items > .index-item,
  body.blog .section-index-items > .index-item,
  body.tag .section-index-items > .index-item,
  body.category .section-index-items > .index-item,
  body.author .section-index-items > .index-item,
  body.date .section-index-items > .index-item,
  body.post-type-archive-event .section-index-items > .index-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      body.post-type-archive-resource .section-index-items > .index-item,
      body.post-type-archive-news_article .section-index-items > .index-item,
      body.post-type-archive-press_release .section-index-items > .index-item,
      body.post-type-archive-post .section-index-items > .index-item,
      body.blog .section-index-items > .index-item,
      body.tag .section-index-items > .index-item,
      body.category .section-index-items > .index-item,
      body.author .section-index-items > .index-item,
      body.date .section-index-items > .index-item,
      body.post-type-archive-event .section-index-items > .index-item {
        width: 50%; } }
    @media (min-width: 992px) {
      body.post-type-archive-resource .section-index-items > .index-item,
      body.post-type-archive-news_article .section-index-items > .index-item,
      body.post-type-archive-press_release .section-index-items > .index-item,
      body.post-type-archive-post .section-index-items > .index-item,
      body.blog .section-index-items > .index-item,
      body.tag .section-index-items > .index-item,
      body.category .section-index-items > .index-item,
      body.author .section-index-items > .index-item,
      body.date .section-index-items > .index-item,
      body.post-type-archive-event .section-index-items > .index-item {
        width: 33.33333%; } }
    body.post-type-archive-resource .section-index-items > .index-item > .inner,
    body.post-type-archive-news_article .section-index-items > .index-item > .inner,
    body.post-type-archive-press_release .section-index-items > .index-item > .inner,
    body.post-type-archive-post .section-index-items > .index-item > .inner,
    body.blog .section-index-items > .index-item > .inner,
    body.tag .section-index-items > .index-item > .inner,
    body.category .section-index-items > .index-item > .inner,
    body.author .section-index-items > .index-item > .inner,
    body.date .section-index-items > .index-item > .inner,
    body.post-type-archive-event .section-index-items > .index-item > .inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    body.post-type-archive-resource .section-index-items > .index-item.featured-item,
    body.post-type-archive-news_article .section-index-items > .index-item.featured-item,
    body.post-type-archive-press_release .section-index-items > .index-item.featured-item,
    body.post-type-archive-post .section-index-items > .index-item.featured-item,
    body.blog .section-index-items > .index-item.featured-item,
    body.tag .section-index-items > .index-item.featured-item,
    body.category .section-index-items > .index-item.featured-item,
    body.author .section-index-items > .index-item.featured-item,
    body.date .section-index-items > .index-item.featured-item,
    body.post-type-archive-event .section-index-items > .index-item.featured-item {
      width: 100%; }
      @media (min-width: 768px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card,
        body.blog .section-index-items > .index-item.featured-item .card,
        body.tag .section-index-items > .index-item.featured-item .card,
        body.category .section-index-items > .index-item.featured-item .card,
        body.author .section-index-items > .index-item.featured-item .card,
        body.date .section-index-items > .index-item.featured-item .card,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 768px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card-img-top-container,
        body.blog .section-index-items > .index-item.featured-item .card-img-top-container,
        body.tag .section-index-items > .index-item.featured-item .card-img-top-container,
        body.category .section-index-items > .index-item.featured-item .card-img-top-container,
        body.author .section-index-items > .index-item.featured-item .card-img-top-container,
        body.date .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card-img-top-container {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - (30px / 2) - 1px);
                  flex: 0 0 calc(50% - (30px / 2) - 1px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.post-type-archive-post .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.blog .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.tag .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.category .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.author .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.date .section-index-items > .index-item.featured-item .card-img-top-container > a,
          body.post-type-archive-event .section-index-items > .index-item.featured-item .card-img-top-container > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
          body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.post-type-archive-post .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.blog .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.tag .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.category .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.author .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.date .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top,
          body.post-type-archive-event .section-index-items > .index-item.featured-item .card-img-top-container div.card-img-top {
            padding-top: 0;
            height: auto; } }
      @media (min-width: 992px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card-img-top-container,
        body.blog .section-index-items > .index-item.featured-item .card-img-top-container,
        body.tag .section-index-items > .index-item.featured-item .card-img-top-container,
        body.category .section-index-items > .index-item.featured-item .card-img-top-container,
        body.author .section-index-items > .index-item.featured-item .card-img-top-container,
        body.date .section-index-items > .index-item.featured-item .card-img-top-container,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card-img-top-container {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(41.66667% - (30px / 2) - 1px);
                  flex: 0 0 calc(41.66667% - (30px / 2) - 1px); } }
      @media (min-width: 768px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-body,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-body,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-body,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card-body,
        body.blog .section-index-items > .index-item.featured-item .card-body,
        body.tag .section-index-items > .index-item.featured-item .card-body,
        body.category .section-index-items > .index-item.featured-item .card-body,
        body.author .section-index-items > .index-item.featured-item .card-body,
        body.date .section-index-items > .index-item.featured-item .card-body,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card-body {
          padding-left: 31px; } }
      @media (min-width: 992px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-title,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-title,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-title,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card-title,
        body.blog .section-index-items > .index-item.featured-item .card-title,
        body.tag .section-index-items > .index-item.featured-item .card-title,
        body.category .section-index-items > .index-item.featured-item .card-title,
        body.author .section-index-items > .index-item.featured-item .card-title,
        body.date .section-index-items > .index-item.featured-item .card-title,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card-title {
          font-size: 1.875rem; } }
      @media (min-width: 992px) {
        body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-text,
        body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-text,
        body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-text,
        body.post-type-archive-post .section-index-items > .index-item.featured-item .card-text,
        body.blog .section-index-items > .index-item.featured-item .card-text,
        body.tag .section-index-items > .index-item.featured-item .card-text,
        body.category .section-index-items > .index-item.featured-item .card-text,
        body.author .section-index-items > .index-item.featured-item .card-text,
        body.date .section-index-items > .index-item.featured-item .card-text,
        body.post-type-archive-event .section-index-items > .index-item.featured-item .card-text {
          font-size: 1.25rem;
          font-weight: 400; } }
      body.post-type-archive-resource .section-index-items > .index-item.featured-item .card-labels,
      body.post-type-archive-news_article .section-index-items > .index-item.featured-item .card-labels,
      body.post-type-archive-press_release .section-index-items > .index-item.featured-item .card-labels,
      body.post-type-archive-post .section-index-items > .index-item.featured-item .card-labels,
      body.blog .section-index-items > .index-item.featured-item .card-labels,
      body.tag .section-index-items > .index-item.featured-item .card-labels,
      body.category .section-index-items > .index-item.featured-item .card-labels,
      body.author .section-index-items > .index-item.featured-item .card-labels,
      body.date .section-index-items > .index-item.featured-item .card-labels,
      body.post-type-archive-event .section-index-items > .index-item.featured-item .card-labels {
        margin-top: 2px; }
    body.post-type-archive-resource .section-index-items > .index-item.no-results,
    body.post-type-archive-news_article .section-index-items > .index-item.no-results,
    body.post-type-archive-press_release .section-index-items > .index-item.no-results,
    body.post-type-archive-post .section-index-items > .index-item.no-results,
    body.blog .section-index-items > .index-item.no-results,
    body.tag .section-index-items > .index-item.no-results,
    body.category .section-index-items > .index-item.no-results,
    body.author .section-index-items > .index-item.no-results,
    body.date .section-index-items > .index-item.no-results,
    body.post-type-archive-event .section-index-items > .index-item.no-results {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.post-type-archive-resource .section-index-items > .index-item.no-results > .inner,
      body.post-type-archive-news_article .section-index-items > .index-item.no-results > .inner,
      body.post-type-archive-press_release .section-index-items > .index-item.no-results > .inner,
      body.post-type-archive-post .section-index-items > .index-item.no-results > .inner,
      body.blog .section-index-items > .index-item.no-results > .inner,
      body.tag .section-index-items > .index-item.no-results > .inner,
      body.category .section-index-items > .index-item.no-results > .inner,
      body.author .section-index-items > .index-item.no-results > .inner,
      body.date .section-index-items > .index-item.no-results > .inner,
      body.post-type-archive-event .section-index-items > .index-item.no-results > .inner {
        max-width: 600px; }
      body.post-type-archive-resource .section-index-items > .index-item.no-results .message,
      body.post-type-archive-news_article .section-index-items > .index-item.no-results .message,
      body.post-type-archive-press_release .section-index-items > .index-item.no-results .message,
      body.post-type-archive-post .section-index-items > .index-item.no-results .message,
      body.blog .section-index-items > .index-item.no-results .message,
      body.tag .section-index-items > .index-item.no-results .message,
      body.category .section-index-items > .index-item.no-results .message,
      body.author .section-index-items > .index-item.no-results .message,
      body.date .section-index-items > .index-item.no-results .message,
      body.post-type-archive-event .section-index-items > .index-item.no-results .message {
        width: 100%;
        text-align: center; }
        body.post-type-archive-resource .section-index-items > .index-item.no-results .message .icon,
        body.post-type-archive-news_article .section-index-items > .index-item.no-results .message .icon,
        body.post-type-archive-press_release .section-index-items > .index-item.no-results .message .icon,
        body.post-type-archive-post .section-index-items > .index-item.no-results .message .icon,
        body.blog .section-index-items > .index-item.no-results .message .icon,
        body.tag .section-index-items > .index-item.no-results .message .icon,
        body.category .section-index-items > .index-item.no-results .message .icon,
        body.author .section-index-items > .index-item.no-results .message .icon,
        body.date .section-index-items > .index-item.no-results .message .icon,
        body.post-type-archive-event .section-index-items > .index-item.no-results .message .icon {
          display: block;
          line-height: 1;
          font-size: 80px;
          color: #D1CFCC;
          margin-bottom: 20px; }
          body.post-type-archive-resource .section-index-items > .index-item.no-results .message .icon:before,
          body.post-type-archive-news_article .section-index-items > .index-item.no-results .message .icon:before,
          body.post-type-archive-press_release .section-index-items > .index-item.no-results .message .icon:before,
          body.post-type-archive-post .section-index-items > .index-item.no-results .message .icon:before,
          body.blog .section-index-items > .index-item.no-results .message .icon:before,
          body.tag .section-index-items > .index-item.no-results .message .icon:before,
          body.category .section-index-items > .index-item.no-results .message .icon:before,
          body.author .section-index-items > .index-item.no-results .message .icon:before,
          body.date .section-index-items > .index-item.no-results .message .icon:before,
          body.post-type-archive-event .section-index-items > .index-item.no-results .message .icon:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: FontAwesome;
            content: ""; }
  body.post-type-archive-resource .section-index-items .card,
  body.post-type-archive-news_article .section-index-items .card,
  body.post-type-archive-press_release .section-index-items .card,
  body.post-type-archive-post .section-index-items .card,
  body.blog .section-index-items .card,
  body.tag .section-index-items .card,
  body.category .section-index-items .card,
  body.author .section-index-items .card,
  body.date .section-index-items .card,
  body.post-type-archive-event .section-index-items .card {
    width: 100%; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post .card-img-top-overlay:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  color: #0082FC;
  margin-right: .6em; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-article .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-case-study .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-case-study .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-case-study .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-case-study .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-case-study .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-paper .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-paper .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-paper .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-paper .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-paper .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-infographic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-infographic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-infographic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-infographic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-infographic .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-study-guide .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-study-guide .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-study-guide .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-study-guide .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-study-guide .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-video .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-video .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-video .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-video .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-video .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-webinar .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-webinar .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-webinar .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-webinar .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-webinar .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-presentation .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-presentation .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-presentation .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-presentation .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-presentation .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-report .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-report .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-report .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-report .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-report .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-graphic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-graphic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-graphic .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-graphic .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-graphic .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-media-kit .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-media-kit .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-media-kit .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-media-kit .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-media-kit .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-sig-member-blog-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-sig-member-blog-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-sig-member-blog-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-sig-member-blog-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-sig-member-blog-post .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-book .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-book .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-book .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-book .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-book .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-post .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-post .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-post .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-news_article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-news_article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-news_article .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-news_article .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-news_article .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-resource .section-index-items > .index-item.type-resource.resource-type-press_release .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-news_article.resource-type-press_release .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-press_release.resource-type-press_release .card-img-top-overlay:before, body.post-type-archive-resource .section-index-items > .index-item.type-post.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-resource.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-news_article.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-press_release.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-news_article .section-index-items > .index-item.type-post.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-resource.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-news_article.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-press_release.resource-type-press_release .card-img-top-overlay:before,
body.post-type-archive-press_release .section-index-items > .index-item.type-post.resource-type-press_release .card-img-top-overlay:before {
  content: ""; }

body.post-type-archive-event .section-index-items .card-img-top-overlay .icon:before {
  color: #0082FC;
  margin-right: .6em; }

@media (max-width: 991.98px) {
  body.post-type-archive-event section.page-section.index-filters-section .section-filters .form-group.view-toggle, body.post-type-archive-event section.page-section.index-filters-section .section-filters .view-toggle.gfield {
    display: none; } }

body.post-type-archive-event section.page-section.index-items-section.calendar-view .section-index-items,
body.post-type-archive-event section.page-section.index-items-section.calendar-view .pagination-navigation {
  display: none; }
  @media (max-width: 991.98px) {
    body.post-type-archive-event section.page-section.index-items-section.calendar-view .section-index-items,
    body.post-type-archive-event section.page-section.index-items-section.calendar-view .pagination-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

body.post-type-archive-event section.page-section.index-items-section.calendar-view .section-calendar {
  display: block; }
  @media (max-width: 991.98px) {
    body.post-type-archive-event section.page-section.index-items-section.calendar-view .section-calendar {
      display: none; } }

body.post-type-archive-event section.page-section.index-items-section .section-calendar {
  display: none; }

@media (min-width: 992px) {
  body.post-type-archive-spec.admin-bar .section-index-items table thead {
    top: 86px; } }

@media (min-width: 992px) {
  body.post-type-archive-spec section.page-section.index-filters-section .section-filters form > .form-group.types, body.post-type-archive-spec section.page-section.index-filters-section .section-filters form > .types.gfield,
  body.post-type-archive-spec section.page-section.index-filters-section .section-filters form > .gfield.types {
    max-width: 600px; } }

body.post-type-archive-spec section.page-section.index-items-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.post-type-archive-spec section.page-section.index-items-section .container {
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1140px) {
    body.post-type-archive-spec section.page-section.index-items-section .container {
      width: auto;
      min-width: 1140px; } }

body.post-type-archive-spec .section-index-items.loading {
  position: relative; }
  body.post-type-archive-spec .section-index-items.loading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 110; }
  body.post-type-archive-spec .section-index-items.loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    color: #0082FC;
    font-size: 40px;
    line-height: 1;
    display: block;
    position: absolute;
    z-index: 111;
    left: 50%;
    margin-left: -20px;
    top: 160px;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; }

body.post-type-archive-spec .section-index-items .intro {
  max-width: 1110px; }

@media (min-width: 992px) {
  body.post-type-archive-spec .section-index-items .table-responsive {
    overflow-x: visible; } }

body.post-type-archive-spec .section-index-items table {
  background-color: #fff; }
  @media (min-width: 992px) {
    body.post-type-archive-spec .section-index-items table thead {
      position: -webkit-sticky;
      position: sticky;
      top: 54px; } }
  body.post-type-archive-spec .section-index-items table th {
    line-height: 1.4;
    vertical-align: middle;
    cursor: pointer; }
    body.post-type-archive-spec .section-index-items table th.js-sort-none {
      cursor: auto; }
  body.post-type-archive-spec .section-index-items table td {
    font-size: 0.875rem; }
    body.post-type-archive-spec .section-index-items table td.acronym {
      padding-right: 0; }
  body.post-type-archive-spec .section-index-items table .lifecycle span {
    display: block; }

body.post-type-archive-spec section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item, body.post-type-archive-spec section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item,
body.post-type-archive-spec section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item,
body.post-type-archive-spec section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item {
  padding-left: 1.5rem; }
  body.post-type-archive-spec section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown-item .icon, body.post-type-archive-spec section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown-item .icon,
  body.post-type-archive-spec section.page-section.index-filters-section .section-filters .form-group > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon,
  body.post-type-archive-spec section.page-section.index-filters-section .section-filters .gfield > .dropdown > .dropdown-menu > .dropdown > .dropdown-item .icon {
    display: none; }

body.post-type-archive-spec .index-cta-link {
  margin-top: 40px;
  text-align: center; }

body.search.search-no-results section.page-section.index-items-section .section-search-form form {
  margin: auto; }

body.search.search-no-results section.page-section.index-items-section .section-index-items {
  margin: auto; }

body.search section.page-section.index-items-section .section-search-form {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    body.search section.page-section.index-items-section .section-search-form {
      margin-bottom: 50px; } }

body.search section.page-section.index-items-section .section-index-items {
  max-width: 930px; }
  body.search section.page-section.index-items-section .section-index-items > .index-item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      body.search section.page-section.index-items-section .section-index-items > .index-item {
        margin-bottom: 50px; } }
    body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta {
      color: #000;
      padding-left: 0;
      list-style: none; }
      body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta > li {
        padding-left: 24px;
        position: relative;
        margin-bottom: 10px; }
        body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta > li:last-child {
          margin-bottom: 0; }
        body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta > li:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: "";
          position: absolute;
          left: -2px;
          width: 20px;
          text-align: center;
          top: 0;
          line-height: inherit;
          color: #65666a; }
        body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta > li.link:before {
          content: ""; }
        body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta > li.link a {
          white-space: nowrap;
          overflow: hidden;
          max-width: 100%;
          display: inline-block;
          text-overflow: ellipsis;
          vertical-align: top; }
      body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta a {
        color: inherit;
        text-decoration: none; }
        body.search section.page-section.index-items-section .section-index-items > .index-item .entry-header .entry-meta a:hover {
          color: #0082FC; }
    body.search section.page-section.index-items-section .section-index-items > .index-item .entry-title a {
      text-decoration: none; }
    body.search section.page-section.index-items-section .section-index-items > .index-item.no-results {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.search section.page-section.index-items-section .section-index-items > .index-item.no-results > .inner {
        max-width: 600px;
        margin: auto; }
      body.search section.page-section.index-items-section .section-index-items > .index-item.no-results .message {
        width: 100%;
        text-align: center; }
        body.search section.page-section.index-items-section .section-index-items > .index-item.no-results .message .icon {
          display: block;
          line-height: 1;
          font-size: 80px;
          color: #D1CFCC;
          margin-bottom: 20px; }
          body.search section.page-section.index-items-section .section-index-items > .index-item.no-results .message .icon:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: FontAwesome;
            content: ""; }

body.error404 section.page-section.index-items-section .section-index-items > .index-item.no-results {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.error404 section.page-section.index-items-section .section-index-items > .index-item.no-results > .inner {
    max-width: 600px;
    margin: auto; }
  body.error404 section.page-section.index-items-section .section-index-items > .index-item.no-results .message {
    width: 100%;
    text-align: center; }
    body.error404 section.page-section.index-items-section .section-index-items > .index-item.no-results .message .icon {
      display: block;
      line-height: 1;
      font-size: 80px;
      color: #D1CFCC;
      margin-bottom: 20px; }
      body.error404 section.page-section.index-items-section .section-index-items > .index-item.no-results .message .icon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: ""; }

body.single-resource section.page-section.single-main-section article.single-main > .inner,
body.single-news_article section.page-section.single-main-section article.single-main > .inner,
body.single-press_release section.page-section.single-main-section article.single-main > .inner,
body.single-event section.page-section.single-main-section article.single-main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

body.single-resource section.page-section.single-main-section article.single-main .article-main,
body.single-resource section.page-section.single-main-section article.single-main .article-meta,
body.single-news_article section.page-section.single-main-section article.single-main .article-main,
body.single-news_article section.page-section.single-main-section article.single-main .article-meta,
body.single-press_release section.page-section.single-main-section article.single-main .article-main,
body.single-press_release section.page-section.single-main-section article.single-main .article-meta,
body.single-event section.page-section.single-main-section article.single-main .article-main,
body.single-event section.page-section.single-main-section article.single-main .article-meta {
  padding-left: 15px;
  padding-right: 15px; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card + .card,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card + .card,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card + .card,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card + .card,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card + .card,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card + .card,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card + .card,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card + .card {
    margin-top: 30px; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main ul.card-meta,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta ul.card-meta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main ul.card-meta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta ul.card-meta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main ul.card-meta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta ul.card-meta,
  body.single-event section.page-section.single-main-section article.single-main .article-main ul.card-meta,
  body.single-event section.page-section.single-main-section article.single-main .article-meta ul.card-meta {
    color: #000;
    font-weight: 500; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main ul.card-meta > li:before,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta ul.card-meta > li:before,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main ul.card-meta > li:before,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta ul.card-meta > li:before,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main ul.card-meta > li:before,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta ul.card-meta > li:before,
    body.single-event section.page-section.single-main-section article.single-main .article-main ul.card-meta > li:before,
    body.single-event section.page-section.single-main-section article.single-main .article-meta ul.card-meta > li:before {
      color: #0082FC; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main ul.card-meta li.changes a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta ul.card-meta li.changes a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main ul.card-meta li.changes a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta ul.card-meta li.changes a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main ul.card-meta li.changes a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta ul.card-meta li.changes a,
    body.single-event section.page-section.single-main-section article.single-main .article-main ul.card-meta li.changes a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta ul.card-meta li.changes a {
      font-size: .75em; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date,
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location {
    margin-bottom: 1rem; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date:last-child,
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location:last-child,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date:last-child,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location:last-child {
      margin-bottom: 0; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date h5,
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location h5,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date h5,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location h5,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date h5,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location h5,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date h5,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location h5,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date h5,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location h5,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date h5,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location h5,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date h5,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location h5,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date h5,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location h5 {
      margin-bottom: 2px; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date p,
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location p,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date p,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location p,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date p,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location p,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date p,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location p,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date p,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location p,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date p,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location p,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-date p,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card-text.entry-event-location p,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-date p,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card-text.entry-event-location p {
      margin-bottom: 0; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta,
  body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta {
    margin-top: 20px;
    margin-bottom: 1rem; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta:last-child,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta:last-child,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta:last-child,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta:last-child,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta:last-child {
      margin-bottom: 0; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta .btn-primary,
    body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta input[type=submit],
    body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta button[type=submit], body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-cta-buttons li.primary a, #header-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta a, body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a, #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta a, body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta #footer-primary-cta-buttons li.primary a, #footer-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta a, body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a, #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta a, body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-cta-buttons li.primary a, #mobile-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta a, body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button, section.page-section.image-gallery-section .section-gallery .load-more body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-cta button,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta .btn-primary,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta input[type=submit],
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta button[type=submit],
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-resource section.page-section.single-main-section article.single-main .article-meta .entry-cta button,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta .btn-primary,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta input[type=submit],
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta button[type=submit],
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-cta button,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta .btn-primary,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta input[type=submit],
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta button[type=submit],
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-news_article section.page-section.single-main-section article.single-main .article-meta .entry-cta button,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta .btn-primary,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta input[type=submit],
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta button[type=submit],
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-cta button,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta .btn-primary,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta input[type=submit],
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta button[type=submit],
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-press_release section.page-section.single-main-section article.single-main .article-meta .entry-cta button,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta .btn-primary,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta input[type=submit],
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta button[type=submit],
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-event section.page-section.single-main-section article.single-main .article-main .entry-cta button,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta .btn-primary,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta input[type=submit],
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta button[type=submit],
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-cta-buttons li.primary a,
    #header-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link a,
    #header-primary-navigation .sub-menu-container .cta-container .cta .cta-link body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta #footer-primary-cta-buttons li.primary a,
    #footer-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link a,
    #mobile-primary-navigation .sub-menu-container .sub-menu-options .cta .cta-link body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta #mobile-primary-cta-buttons li.primary a,
    #mobile-primary-cta-buttons li.primary body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta a,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta section.page-section.image-gallery-section .section-gallery .load-more button,
    section.page-section.image-gallery-section .section-gallery .load-more body.single-event section.page-section.single-main-section article.single-main .article-meta .entry-cta button {
      color: #fff; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout h5,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout h5,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout h5,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout h5,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout h5,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout h5,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout h5,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: inherit;
    margin-bottom: 20px; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout h4,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout h4,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout h4,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout h4,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout h4,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout h4,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout h4,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout h4 {
    color: inherit; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .callout-cta,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .callout-cta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .callout-cta,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .callout-cta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .callout-cta,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .callout-cta,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .callout-cta,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .callout-cta {
    margin-top: 20px; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a, #help-modal .secondary-links body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout a, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a, body.single-resource section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a, section.page-section.grid-section .section-grid .cell .cell-link body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a,
  body.single-resource section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a,
  body.single-news_article section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a,
  body.single-news_article section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a,
  body.single-press_release section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a,
  body.single-press_release section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a,
  body.single-event section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a,
  #help-modal .secondary-links body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a,
  body.single-event section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a,
  section.page-section.grid-section .section-grid .cell .cell-link body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout a {
    color: inherit;
    -webkit-transition: opacity .15s;
    transition: opacity .15s; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link:hover, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a:hover, #help-modal .secondary-links body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout a:hover, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a:hover, body.single-resource section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a:hover, body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover, section.page-section.grid-section .section-grid .cell .cell-link body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link:hover,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a:hover,
    body.single-resource section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a:hover,
    body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a:hover,
    body.single-news_article section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a:hover,
    body.single-news_article section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a:hover,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a:hover,
    body.single-press_release section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a:hover,
    body.single-press_release section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a:hover,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .arrow-link:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .section-grid-links .cell-link a:hover,
    body.single-event section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-main .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .arrow-link:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout #help-modal .secondary-links a:hover,
    #help-modal .secondary-links body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .section-grid-links .cell-link a:hover,
    body.single-event section.page-section.single-main-section .section-grid-links .cell-link article.single-main .article-meta .card.callout a:hover,
    body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout section.page-section.grid-section .section-grid .cell .cell-link a:hover,
    section.page-section.grid-section .section-grid .cell .cell-link body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout a:hover {
      opacity: .8; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card.callout .card-body > *:last-child,
  body.single-resource section.page-section.single-main-section article.single-main .article-meta .card.callout .card-body > *:last-child,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card.callout .card-body > *:last-child,
  body.single-news_article section.page-section.single-main-section article.single-main .article-meta .card.callout .card-body > *:last-child,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card.callout .card-body > *:last-child,
  body.single-press_release section.page-section.single-main-section article.single-main .article-meta .card.callout .card-body > *:last-child,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card.callout .card-body > *:last-child,
  body.single-event section.page-section.single-main-section article.single-main .article-meta .card.callout .card-body > *:last-child {
    margin-bottom: 0; }

body.single-resource section.page-section.single-main-section article.single-main .article-main,
body.single-news_article section.page-section.single-main-section article.single-main .article-main,
body.single-press_release section.page-section.single-main-section article.single-main .article-main,
body.single-event section.page-section.single-main-section article.single-main .article-main {
  width: 100%; }
  @media (min-width: 992px) {
    body.single-resource section.page-section.single-main-section article.single-main .article-main,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main,
    body.single-event section.page-section.single-main-section article.single-main .article-main {
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    body.single-resource section.page-section.single-main-section article.single-main .article-main,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main,
    body.single-event section.page-section.single-main-section article.single-main .article-main {
      padding-right: 45px; } }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels,
  body.single-event section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -4px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 12px; }
    body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li,
    body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li,
    body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li,
    body.single-event section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li {
      margin: 4px 2px 0;
      border-radius: 100px;
      background-color: #eee;
      color: #000;
      padding: 6px 12px;
      white-space: nowrap; }
      body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link,
      body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link,
      body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link,
      body.single-event section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link {
        padding: 0;
        border-radius: 0;
        background-color: transparent; }
        body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link a,
        body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link a,
        body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link a,
        body.single-event section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.has-link a {
          display: block;
          color: #000;
          padding: 6px 12px;
          text-decoration: none;
          border-radius: 100px;
          background-color: #eee; }
      body.single-resource section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.entry-member-company,
      body.single-news_article section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.entry-member-company,
      body.single-press_release section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.entry-member-company,
      body.single-event section.page-section.single-main-section article.single-main .article-main .entry-header .entry-labels li.entry-member-company {
        font-size: 1.25rem;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
        padding: 0;
        background-color: transparent;
        margin-right: 10px; }
  body.single-resource section.page-section.single-main-section article.single-main .article-main .card,
  body.single-news_article section.page-section.single-main-section article.single-main .article-main .card,
  body.single-press_release section.page-section.single-main-section article.single-main .article-main .card,
  body.single-event section.page-section.single-main-section article.single-main .article-main .card {
    margin-bottom: 30px; }

body.single-resource section.page-section.single-main-section article.single-main .article-meta,
body.single-news_article section.page-section.single-main-section article.single-main .article-meta,
body.single-press_release section.page-section.single-main-section article.single-main .article-meta,
body.single-event section.page-section.single-main-section article.single-main .article-meta {
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 992px) {
    body.single-resource section.page-section.single-main-section article.single-main .article-meta,
    body.single-news_article section.page-section.single-main-section article.single-main .article-meta,
    body.single-press_release section.page-section.single-main-section article.single-main .article-meta,
    body.single-event section.page-section.single-main-section article.single-main .article-meta {
      width: 33.33333%;
      margin-top: 0; } }

body.single-resource section.page-section.single-main-section article.single-main .entry-video,
body.single-news_article section.page-section.single-main-section article.single-main .entry-video,
body.single-press_release section.page-section.single-main-section article.single-main .entry-video,
body.single-event section.page-section.single-main-section article.single-main .entry-video {
  margin-bottom: 30px; }

body.single-resource section.page-section.single-main-section article.single-main .entry-infographic,
body.single-news_article section.page-section.single-main-section article.single-main .entry-infographic,
body.single-press_release section.page-section.single-main-section article.single-main .entry-infographic,
body.single-event section.page-section.single-main-section article.single-main .entry-infographic {
  margin-top: 30px; }

body.single-resource section.page-section.single-main-section article.single-main .entry-cta,
body.single-news_article section.page-section.single-main-section article.single-main .entry-cta,
body.single-press_release section.page-section.single-main-section article.single-main .entry-cta,
body.single-event section.page-section.single-main-section article.single-main .entry-cta {
  margin-top: 20px; }
  @media (min-width: 992px) {
    body.single-resource section.page-section.single-main-section article.single-main .entry-cta,
    body.single-news_article section.page-section.single-main-section article.single-main .entry-cta,
    body.single-press_release section.page-section.single-main-section article.single-main .entry-cta,
    body.single-event section.page-section.single-main-section article.single-main .entry-cta {
      margin-top: 30px; } }
  body.single-resource section.page-section.single-main-section article.single-main .entry-cta .content-gating-label,
  body.single-news_article section.page-section.single-main-section article.single-main .entry-cta .content-gating-label,
  body.single-press_release section.page-section.single-main-section article.single-main .entry-cta .content-gating-label,
  body.single-event section.page-section.single-main-section article.single-main .entry-cta .content-gating-label {
    margin-left: .8em;
    color: #000; }

body.single-post section.page-section.single-main-section article.single-main .entry-header {
  display: none; }

body.single-post .saboxplugin-wrap {
  margin-top: 30px; }
  @media (min-width: 992px) {
    body.single-post .saboxplugin-wrap {
      margin-top: 60px; } }

body.single-spec section.page-section.single-main-section article.single-main .entry-title {
  font-size: 2rem; }
  body.single-spec section.page-section.single-main-section article.single-main .entry-title .entry-status {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    background-color: #ddd;
    border-radius: 100px;
    padding: 6px 12px;
    font-weight: 400;
    vertical-align: middle; }

body.single-spec section.page-section.single-main-section article.single-main .entry-download-links .format-links {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none; }
  body.single-spec section.page-section.single-main-section article.single-main .entry-download-links .format-links::before {
    content: '('; }
  body.single-spec section.page-section.single-main-section article.single-main .entry-download-links .format-links::after {
    content: ')'; }

body.single-spec section.page-section.single-main-section article.single-main .entry-download-links .format-link {
  display: inline; }
  body.single-spec section.page-section.single-main-section article.single-main .entry-download-links .format-link + .format-link::before {
    content: '|'; }

body.page-template-page-tpl-landing-black-header #header {
  background-color: #000; }

body.page-template-page-tpl-market-update #page,
body.page-template-page-tpl-market-update-2023 #page {
  background-color: #0082FC;
  overflow: hidden; }
  body.page-template-page-tpl-market-update #page::before,
  body.page-template-page-tpl-market-update-2023 #page::before {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 10004;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity .2s linear, visibility 0s linear .2s;
    transition: opacity .2s linear, visibility 0s linear .2s;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

body.page-template-page-tpl-market-update #header,
body.page-template-page-tpl-market-update-2023 #header {
  background-color: transparent; }
  @media (min-width: 576px) {
    body.page-template-page-tpl-market-update #header > .container > .inner,
    body.page-template-page-tpl-market-update-2023 #header > .container > .inner {
      margin: 0 -15px; } }
  @media (min-width: 660px) {
    body.page-template-page-tpl-market-update #header > .container > .inner,
    body.page-template-page-tpl-market-update-2023 #header > .container > .inner {
      margin: 0 15px; } }
  @media (min-width: 1400px) {
    body.page-template-page-tpl-market-update #header > .container > .inner,
    body.page-template-page-tpl-market-update-2023 #header > .container > .inner {
      margin: 0; } }

body.page-template-page-tpl-market-update #site-logo,
body.page-template-page-tpl-market-update-2023 #site-logo {
  width: 120px; }
  @media (min-width: 576px) {
    body.page-template-page-tpl-market-update #site-logo,
    body.page-template-page-tpl-market-update-2023 #site-logo {
      width: 180px; } }

body.page-template-page-tpl-market-update .site-breadcrumb-navigation,
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation {
  display: none; }
  body.page-template-page-tpl-market-update .site-breadcrumb-navigation.sticky,
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation.sticky {
    display: block; }
  body.page-template-page-tpl-market-update .site-breadcrumb-navigation .back-to-home a:before,
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation .back-to-home a:before {
    background-color: #000; }

body.page-template-page-tpl-market-update .afc_popup,
body.page-template-page-tpl-market-update .float-button,
body.page-template-page-tpl-market-update-2023 .afc_popup,
body.page-template-page-tpl-market-update-2023 .float-button {
  display: none; }

body.page-template-page-tpl-market-update #page > button.page-nav-toggle,
body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle,
body.page-template-page-tpl-market-update-2023 #page > button.page-nav-toggle,
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle {
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  padding: 4px;
  padding-bottom: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 8px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  box-shadow: none !important; }
  @media (min-width: 660px) {
    body.page-template-page-tpl-market-update #page > button.page-nav-toggle,
    body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle,
    body.page-template-page-tpl-market-update-2023 #page > button.page-nav-toggle,
    body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle {
      display: none; } }
  body.page-template-page-tpl-market-update #page > button.page-nav-toggle .icon,
  body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle .icon,
  body.page-template-page-tpl-market-update-2023 #page > button.page-nav-toggle .icon,
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle .icon {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    left: calc(50% - 10px);
    top: 18px;
    -webkit-box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
    -webkit-transition: backround-color .2s, -webkit-box-shadow .2s ease-out;
    transition: backround-color .2s, -webkit-box-shadow .2s ease-out;
    transition: backround-color .2s, box-shadow .2s ease-out;
    transition: backround-color .2s, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }

body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle,
body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle {
  position: relative;
  background-color: transparent;
  color: #000;
  margin-left: -10px; }
  @media (min-width: 768px) {
    body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle,
    body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle {
      margin-left: 0;
      margin-right: -10px; } }
  body.page-template-page-tpl-market-update .site-breadcrumb-navigation button.page-nav-toggle .icon,
  body.page-template-page-tpl-market-update-2023 .site-breadcrumb-navigation button.page-nav-toggle .icon {
    background-color: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 -7px 0 #000;
            box-shadow: 0 7px 0 #000, 0 -7px 0 #000; }

body.page-template-page-tpl-market-update #page-nav,
body.page-template-page-tpl-market-update-2023 #page-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10005;
  visibility: hidden;
  -webkit-transition: visibility 0s .2s;
  transition: visibility 0s .2s; }
  @media (min-width: 660px) {
    body.page-template-page-tpl-market-update #page-nav,
    body.page-template-page-tpl-market-update-2023 #page-nav {
      left: 0;
      top: 20%;
      right: auto;
      position: fixed;
      visibility: visible; } }
  body.page-template-page-tpl-market-update #page-nav button.nav-toggle,
  body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle {
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    padding: 4px;
    padding-bottom: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    font-size: 8px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    -webkit-transition: background-color .2s, opacity .2s;
    transition: background-color .2s, opacity .2s;
    opacity: 0; }
    @media (min-width: 660px) {
      body.page-template-page-tpl-market-update #page-nav button.nav-toggle,
      body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle {
        background-color: transparent;
        opacity: 1; } }
    @media (min-width: 992px) {
      body.page-template-page-tpl-market-update #page-nav button.nav-toggle,
      body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle {
        font-size: 10px; } }
    body.page-template-page-tpl-market-update #page-nav button.nav-toggle::before,
    body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before {
      content: 'Close';
      text-transform: uppercase;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s ease-out;
      transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s ease-out;
      transition: opacity .2s, visibility 0s .2s, transform .2s ease-out;
      transition: opacity .2s, visibility 0s .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px);
      right: calc(100% - 4px);
      top: 12px;
      font-size: 12px; }
      @media (min-width: 660px) {
        body.page-template-page-tpl-market-update #page-nav button.nav-toggle::before,
        body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before {
          right: auto;
          left: calc(100% - 4px);
          -webkit-transform: translateX(-10px);
              -ms-transform: translateX(-10px);
                  transform: translateX(-10px); } }
      @media (min-width: 992px) {
        body.page-template-page-tpl-market-update #page-nav button.nav-toggle::before,
        body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle::before {
          top: 9px; } }
    body.page-template-page-tpl-market-update #page-nav button.nav-toggle .icon,
    body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon {
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #fff;
      left: calc(50% - 10px);
      top: 18px;
      -webkit-box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
              box-shadow: 0 7px 0 #fff, 0 -7px 0 #fff;
      -webkit-transition: backround-color .2s, -webkit-box-shadow .2s ease-out;
      transition: backround-color .2s, -webkit-box-shadow .2s ease-out;
      transition: backround-color .2s, box-shadow .2s ease-out;
      transition: backround-color .2s, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out; }
      body.page-template-page-tpl-market-update #page-nav button.nav-toggle .icon:before, body.page-template-page-tpl-market-update #page-nav button.nav-toggle .icon:after,
      body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon:before,
      body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
      @media (min-width: 992px) {
        body.page-template-page-tpl-market-update #page-nav button.nav-toggle .icon,
        body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .icon {
          width: 24px;
          left: calc(50% - 12px);
          height: 4px;
          top: 14px;
          -webkit-box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
                  box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff; } }
    body.page-template-page-tpl-market-update #page-nav button.nav-toggle .label,
    body.page-template-page-tpl-market-update-2023 #page-nav button.nav-toggle .label {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
  body.page-template-page-tpl-market-update #page-nav > ul,
  body.page-template-page-tpl-market-update-2023 #page-nav > ul {
    -webkit-transition: opacity .2s, visibility 0s .2s, overflow 0s .2s;
    transition: opacity .2s, visibility 0s .2s, overflow 0s .2s;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 660px) {
      body.page-template-page-tpl-market-update #page-nav > ul,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul {
        opacity: 1;
        visibility: visible; }
        body.page-template-page-tpl-market-update #page-nav > ul:hover,
        body.page-template-page-tpl-market-update-2023 #page-nav > ul:hover {
          overflow: visible;
          width: 260px; } }
    body.page-template-page-tpl-market-update #page-nav > ul > li.print,
    body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print {
      margin-top: 10px; }
      body.page-template-page-tpl-market-update #page-nav > ul > li.print > a::before,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
        width: 16px;
        height: 16px;
        right: 13px;
        top: 5px; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav > ul > li.print > a::before,
          body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::before {
            right: auto;
            left: 14px; } }
      body.page-template-page-tpl-market-update #page-nav > ul > li.print > a::after,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.print > a::after {
        display: none; }
    body.page-template-page-tpl-market-update #page-nav > ul > li.language,
    body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language {
      position: relative; }
      body.page-template-page-tpl-market-update #page-nav > ul > li.language > a::before,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: "";
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
        width: 16px;
        height: 16px;
        right: 13px;
        top: 5px; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav > ul > li.language > a::before,
          body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::before {
            right: auto;
            left: 14px; } }
      body.page-template-page-tpl-market-update #page-nav > ul > li.language > a::after,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > a::after {
        display: none; }
      body.page-template-page-tpl-market-update #page-nav > ul > li.language > select,
      body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > select {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        z-index: 1; }
        body.page-template-page-tpl-market-update #page-nav > ul > li.language > select:hover + a > .label,
        body.page-template-page-tpl-market-update-2023 #page-nav > ul > li.language > select:hover + a > .label {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          opacity: 1;
          pointer-events: none; }
  body.page-template-page-tpl-market-update #page-nav ul,
  body.page-template-page-tpl-market-update-2023 #page-nav ul {
    font-size: 12px;
    line-height: 1.25;
    position: absolute;
    right: 4px;
    top: calc(100% - 10px);
    width: 260px;
    font-weight: 700;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 660px) {
      body.page-template-page-tpl-market-update #page-nav ul,
      body.page-template-page-tpl-market-update-2023 #page-nav ul {
        right: auto;
        left: 4px;
        text-align: left;
        width: 42px;
        -webkit-transition: width 0s .2s;
        transition: width 0s .2s;
        overflow: hidden;
        top: calc(100% - 2px); } }
    body.page-template-page-tpl-market-update #page-nav ul li,
    body.page-template-page-tpl-market-update-2023 #page-nav ul li {
      width: 260px; }
      body.page-template-page-tpl-market-update #page-nav ul li.active > a::before,
      body.page-template-page-tpl-market-update-2023 #page-nav ul li.active > a::before {
        background-color: white; }
      body.page-template-page-tpl-market-update #page-nav ul li.active > a::after,
      body.page-template-page-tpl-market-update-2023 #page-nav ul li.active > a::after {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    body.page-template-page-tpl-market-update #page-nav ul ul,
    body.page-template-page-tpl-market-update-2023 #page-nav ul ul {
      position: static;
      width: auto;
      font-size: 10px;
      padding: 2px 0; }
      @media (min-width: 660px) {
        body.page-template-page-tpl-market-update #page-nav ul ul,
        body.page-template-page-tpl-market-update-2023 #page-nav ul ul {
          width: auto; } }
      body.page-template-page-tpl-market-update #page-nav ul ul a,
      body.page-template-page-tpl-market-update-2023 #page-nav ul ul a {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 2px;
        padding-bottom: 2px; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav ul ul a,
          body.page-template-page-tpl-market-update-2023 #page-nav ul ul a {
            padding-top: 5px;
            padding-bottom: 5px; } }
        body.page-template-page-tpl-market-update #page-nav ul ul a::before,
        body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::before {
          background-color: rgba(255, 255, 255, 0.75);
          width: 6px;
          height: 6px;
          right: 18px;
          top: 5px; }
          @media (min-width: 660px) {
            body.page-template-page-tpl-market-update #page-nav ul ul a::before,
            body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::before {
              right: auto;
              left: 18px;
              top: 8px; } }
        body.page-template-page-tpl-market-update #page-nav ul ul a::after,
        body.page-template-page-tpl-market-update-2023 #page-nav ul ul a::after {
          width: 14px;
          height: 14px;
          left: 14px;
          top: 4px; }
    body.page-template-page-tpl-market-update #page-nav ul a,
    body.page-template-page-tpl-market-update-2023 #page-nav ul a {
      color: #fff;
      position: relative;
      padding: 4px 0;
      padding-right: 42px;
      display: block;
      text-decoration: none; }
      @media (min-width: 660px) {
        body.page-template-page-tpl-market-update #page-nav ul a,
        body.page-template-page-tpl-market-update-2023 #page-nav ul a {
          padding-left: 42px;
          padding-right: 0;
          padding-top: 6px;
          padding-bottom: 6px; } }
      body.page-template-page-tpl-market-update #page-nav ul a:hover::before,
      body.page-template-page-tpl-market-update-2023 #page-nav ul a:hover::before {
        background-color: white; }
      body.page-template-page-tpl-market-update #page-nav ul a:hover > .label,
      body.page-template-page-tpl-market-update-2023 #page-nav ul a:hover > .label {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1;
        pointer-events: none; }
      body.page-template-page-tpl-market-update #page-nav ul a::before,
      body.page-template-page-tpl-market-update-2023 #page-nav ul a::before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 100px;
        position: absolute;
        right: 15px;
        background-color: #fff;
        top: 6px; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav ul a::before,
          body.page-template-page-tpl-market-update-2023 #page-nav ul a::before {
            right: auto;
            left: 15px;
            top: 8px;
            background-color: rgba(255, 255, 255, 0.75);
            -webkit-transition: background-color .2s;
            transition: background-color .2s; } }
      body.page-template-page-tpl-market-update #page-nav ul a::after,
      body.page-template-page-tpl-market-update-2023 #page-nav ul a::after {
        display: none;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 100px;
        position: absolute;
        border: 1px solid #fff;
        left: 11px;
        top: 4px;
        opacity: 0;
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
        -webkit-transition: opacity .2s, -webkit-transform .2s ease-out;
        transition: opacity .2s, -webkit-transform .2s ease-out;
        transition: opacity .2s, transform .2s ease-out;
        transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav ul a::after,
          body.page-template-page-tpl-market-update-2023 #page-nav ul a::after {
            display: block; } }
      body.page-template-page-tpl-market-update #page-nav ul a .label,
      body.page-template-page-tpl-market-update-2023 #page-nav ul a .label {
        -webkit-transition: opacity .2s .1s, -webkit-transform .2s .1s ease-out;
        transition: opacity .2s .1s, -webkit-transform .2s .1s ease-out;
        transition: opacity .2s .1s, transform .2s .1s ease-out;
        transition: opacity .2s .1s, transform .2s .1s ease-out, -webkit-transform .2s .1s ease-out;
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px);
        opacity: 0;
        display: block; }
        @media (min-width: 660px) {
          body.page-template-page-tpl-market-update #page-nav ul a .label,
          body.page-template-page-tpl-market-update-2023 #page-nav ul a .label {
            -webkit-transform: translateX(-10px);
                -ms-transform: translateX(-10px);
                    transform: translateX(-10px); } }

@media (min-width: 660px) {
  body.page-template-page-tpl-market-update.page-nav-hovered #page::before,
  body.page-template-page-tpl-market-update-2023.page-nav-hovered #page::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; } }

body.page-template-page-tpl-market-update.page-nav-active #page::before,
body.page-template-page-tpl-market-update-2023.page-nav-active #page::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

body.page-template-page-tpl-market-update.page-nav-active #page-nav,
body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav {
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle,
  body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1; }
    body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle::before,
    body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle::before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle .icon,
    body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon {
      background-color: rgba(255, 255, 255, 0);
      -webkit-box-shadow: none;
              box-shadow: none; }
      body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle .icon:before,
      body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle .icon:after,
      body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .icon:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    body.page-template-page-tpl-market-update.page-nav-active #page-nav button.nav-toggle .label,
    body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav button.nav-toggle .label {
      opacity: 0; }
  body.page-template-page-tpl-market-update.page-nav-active #page-nav > ul,
  body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  @media (min-width: 660px) {
    body.page-template-page-tpl-market-update.page-nav-active #page-nav ul,
    body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      width: 260px; } }
  body.page-template-page-tpl-market-update.page-nav-active #page-nav ul a::before,
  body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul a::before {
    background-color: white; }
  body.page-template-page-tpl-market-update.page-nav-active #page-nav ul a .label,
  body.page-template-page-tpl-market-update-2023.page-nav-active #page-nav ul a .label {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }

body.page-template-page-tpl-market-update #page-sections > article,
body.page-template-page-tpl-market-update-2023 #page-sections > article {
  font-family: "Circular Pro", "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 40px 0; }
  @media (min-width: 768px) {
    body.page-template-page-tpl-market-update #page-sections > article,
    body.page-template-page-tpl-market-update-2023 #page-sections > article {
      padding: 80px 0; } }
  body.page-template-page-tpl-market-update #page-sections > article svg,
  body.page-template-page-tpl-market-update-2023 #page-sections > article svg {
    width: 100%;
    height: auto; }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child {
    margin-top: -40px; }
    @media (min-width: 576px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child {
        margin-top: 0; } }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child > .container,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child > .container {
      padding-top: 0; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child .bg-image,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child .bg-image {
      width: 75%;
      top: 0;
      margin-top: -60%;
      bottom: auto; }
      @media (min-width: 576px) {
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child .bg-image,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child .bg-image {
          margin-top: 0;
          top: auto;
          bottom: 0;
          width: 100%; } }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header:first-child .bg-image > .inner img,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header:first-child .bg-image > .inner img {
        top: 40%;
        height: 81%; }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container {
        padding-top: 200px;
        padding-bottom: 100px; } }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container > .inner,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container > .inner {
      position: relative; }
      @media (min-width: 576px) {
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container > .inner,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container > .inner {
          margin: 0 -15px; } }
      @media (min-width: 660px) {
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container > .inner,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container > .inner {
          margin: 0 15px; } }
      @media (min-width: 1400px) {
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header > .container > .inner,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header > .container > .inner {
          margin: 0; } }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-title-container,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-title-container {
    position: relative; }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-title,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-title {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-title,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-title {
        font-size: 72px; } }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-title .year,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-title .year {
      display: block;
      font-size: 60px;
      line-height: 1; }
      @media (min-width: 768px) {
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-title .year,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-title .year {
          font-size: 120px; } }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-text,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-text {
    font-size: 200px;
    line-height: 1;
    position: absolute;
    overflow: hidden;
    left: -45px;
    right: -15px;
    bottom: -46px;
    font-weight: 900;
    white-space: nowrap;
    color: #0082FC;
    opacity: .2;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff; }
    @media (min-width: 576px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-text,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-text {
        right: calc((100vw - 510px) / -2); } }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-text,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-text {
        font-size: 390px;
        bottom: -84px;
        left: -100px;
        right: calc((100vw - 690px) / -2); } }
    @media (min-width: 992px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-text,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-text {
        right: calc((100vw - 930px) / -2); } }
    @media (min-width: 992px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-text,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-text {
        right: calc((100vw - 1110px) / -2); } }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc {
    display: none;
    position: relative;
    z-index: 10;
    margin-top: 30px; }
    @media (min-width: 992px) {
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc {
        margin-top: 60px;
        display: block; } }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc ol,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc ol {
      list-style: none;
      margin: -5px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 900px; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc li,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc li {
      padding: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 200px; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc a,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #003f7a;
      text-decoration: none;
      padding: 16px 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      line-height: 1.2;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      -webkit-clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
              clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc a:hover,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc a:hover {
        background-color: #00509c; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .section-toc a .index,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .section-toc a .index {
        font-size: 12px;
        color: #0082FC;
        padding-top: 5px;
        padding-right: 4px;
        margin-left: -6px; }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    margin-bottom: -2%;
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image::before, body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image::after,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image::before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image::after {
      content: '';
      position: absolute;
      width: 50%;
      top: -6%;
      bottom: -6%;
      right: -6%;
      background-color: #0042f9; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image::after,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image::after {
      right: -60%;
      top: 56%; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .lines,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .lines {
      position: absolute;
      z-index: 1;
      bottom: -3%;
      right: -3%;
      left: 0;
      top: 0;
      border: 1px solid #fff;
      border-top: none;
      border-left: none; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner {
      background-color: #fff;
      padding-top: 100%;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
          content: '';
          display: block;
          background-color: #000;
          opacity: .2;
          position: absolute;
          left: -21%;
          top: -21%;
          width: 82%;
          height: 100%; }
          @media (min-width: 576px) {
            body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
              width: 76%;
              height: 105%; } }
          @media (min-width: 768px) {
            body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
              width: 78%;
              height: 75%; } }
          @media (min-width: 992px) {
            body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
              width: 79%;
              height: 94%; } }
          @media (min-width: 1200px) {
            body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
              width: 78%;
              height: 100%; } }
          @media (min-width: 1400px) {
            body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner .img-wrap::after {
              width: 82%;
              height: 104%; } }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image > .inner img,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image > .inner img {
        position: absolute;
        left: -21%;
        top: -21%;
        width: 142%;
        height: 142%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        max-width: none; }
    body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 {
      margin-bottom: 12%; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2::before {
        width: 100%; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2::after,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2::after {
        display: none; }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .lines,
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .lines,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner {
        -webkit-transform: translate(-200px, -380px) scale(0.75);
            -ms-transform: translate(-200px, -380px) scale(0.75);
                transform: translate(-200px, -380px) scale(0.75); }
      body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
        left: -50%;
        height: 140%; }
        @media (min-width: 768px) {
          body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
            left: -42%; } }
        @media (min-width: 992px) {
          body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
            left: -39%; } }
        @media (min-width: 1200px) {
          body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
            left: -33%; } }
        @media (min-width: 1400px) {
          body.page-template-page-tpl-market-update #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header .bg-image.layout-2 > .inner .img-wrap::after {
            left: -32%;
            height: 150%; } }
  body.page-template-page-tpl-market-update #page-sections > article > header.section-header + section.panel,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > header.section-header + section.panel {
    z-index: 0; }
  body.page-template-page-tpl-market-update #page-sections > article > section.panel,
  body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel {
    position: relative;
    z-index: 2; }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel {
      margin-top: 40px; }
      @media (min-width: 768px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel {
          margin-top: 80px; } }
      @media (min-width: 992px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel {
          margin-top: 100px; } }
      @media (min-width: 1200px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel {
          margin-top: 140px; } }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel.no-gap,
    body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel.no-gap,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel.no-gap,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel.no-gap {
      margin-top: 0; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel.no-gap .panel-header > .inner,
      body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel.no-gap .panel-header > .inner,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel.no-gap .panel-header > .inner,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel.no-gap .panel-header > .inner {
        padding-top: 14px; }
        @media (min-width: 768px) {
          body.page-template-page-tpl-market-update #page-sections > article > section.panel.no-gap .panel-header > .inner,
          body.page-template-page-tpl-market-update #page-sections > article > section.panel + section.panel.no-gap .panel-header > .inner,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel.no-gap .panel-header > .inner,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel + section.panel.no-gap .panel-header > .inner {
            padding-top: 26px; } }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel > .container > .inner,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel > .container > .inner {
      background-color: #fff;
      position: relative;
      margin: 0 -15px; }
      @media (min-width: 660px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel > .container > .inner,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel > .container > .inner {
          margin: 0 15px; } }
      @media (min-width: 1400px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel > .container > .inner,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel > .container > .inner {
          margin: 0 -80px; } }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-bg,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-bg {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner {
        position: relative;
        padding-bottom: 14px;
        padding-right: 20px;
        padding-left: 15px; }
        @media (min-width: 576px) {
          body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner {
            padding-left: 0; } }
        @media (min-width: 768px) {
          body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner {
            padding-bottom: 26px;
            padding-right: 40px; } }
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner:before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner:before {
          content: '';
          display: block;
          position: absolute;
          left: -1000px;
          top: 0;
          bottom: 0;
          right: 0;
          background-color: #0082FC;
          -webkit-transform: skewX(-45deg);
              -ms-transform: skewX(-45deg);
                  transform: skewX(-45deg); }
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner:after,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner:after {
          content: '';
          display: block;
          position: absolute;
          left: calc(100% - 14px);
          bottom: 8px;
          right: -1000px;
          height: 8px;
          background-color: rgba(0, 0, 0, 0.12);
          -webkit-transform: skewX(-45deg);
              -ms-transform: skewX(-45deg);
                  transform: skewX(-45deg); }
          @media (min-width: 768px) {
            body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header > .inner:after,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header > .inner:after {
              bottom: 15px;
              left: calc(100% - 40px); } }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header h2,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header h2 {
        position: relative;
        color: #fff;
        margin: 0;
        font-size: 14px;
        letter-spacing: .1em;
        text-transform: uppercase;
        z-index: 1; }
        @media (min-width: 768px) {
          body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-header h2,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-header h2 {
            font-size: 36px; } }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents {
      padding: 30px 15px;
      position: relative; }
      @media (min-width: 768px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents {
          padding: 30px; } }
      @media (min-width: 1200px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents {
          padding: 40px; } }
      @media (min-width: 1400px) {
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents {
          padding: 80px; } }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents.flush-top,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents.flush-top {
        padding-top: 0; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents.flush-bottom,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents.flush-bottom {
        padding-bottom: 0; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents + .panel-contents,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents + .panel-contents {
        background-image: url(../market-update/images/panel-contents-divider.png);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat; }
        body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents + .panel-contents.no-divider,
        body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents + .panel-contents.no-divider {
          background-image: none; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents > .social-share-links,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents > .social-share-links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 10px; }
        @media (min-width: 1300px) {
          body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents > .social-share-links,
          body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents > .social-share-links {
            position: absolute;
            left: calc(100% + 20px);
            margin-bottom: 0;
            display: block; }
            body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents > .social-share-links li + li,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents > .social-share-links li + li {
              margin-left: 0;
              margin-top: 8px; }
            body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents > .social-share-links a,
            body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents > .social-share-links a {
              color: #fff;
              -webkit-transition: opacity .15s;
              transition: opacity .15s; }
              body.page-template-page-tpl-market-update #page-sections > article > section.panel .panel-contents > .social-share-links a:hover,
              body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel .panel-contents > .social-share-links a:hover {
                opacity: .8; } }
    body.page-template-page-tpl-market-update #page-sections > article > section.panel#letter .panel-bg,
    body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel#letter .panel-bg {
      overflow: hidden; }
      body.page-template-page-tpl-market-update #page-sections > article > section.panel#letter .panel-bg img,
      body.page-template-page-tpl-market-update-2023 #page-sections > article > section.panel#letter .panel-bg img {
        position: absolute;
        width: 323px;
        right: 0;
        bottom: -100px;
        opacity: .1; }
  body.page-template-page-tpl-market-update #page-sections > article .flush-panel-left,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-left {
    margin-left: -15px; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-left,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-left {
        margin-left: -30px; } }
    @media (min-width: 1200px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-left,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-left {
        margin-left: -40px; } }
    @media (min-width: 1400px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-left,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-left {
        margin-left: -80px; } }
  body.page-template-page-tpl-market-update #page-sections > article .flush-panel-right,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-right {
    margin-right: -15px; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-right,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-right {
        margin-right: -30px; } }
    @media (min-width: 1200px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-right,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-right {
        margin-right: -40px; } }
    @media (min-width: 1400px) {
      body.page-template-page-tpl-market-update #page-sections > article .flush-panel-right,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .flush-panel-right {
        margin-right: -80px; } }
  body.page-template-page-tpl-market-update #page-sections > article .inner-panel,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .inner-panel {
    padding: 30px 15px;
    position: relative; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article .inner-panel,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .inner-panel {
        padding: 30px; } }
    @media (min-width: 1200px) {
      body.page-template-page-tpl-market-update #page-sections > article .inner-panel,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .inner-panel {
        padding: 40px; } }
    @media (min-width: 1400px) {
      body.page-template-page-tpl-market-update #page-sections > article .inner-panel,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .inner-panel {
        padding: 80px; } }
  body.page-template-page-tpl-market-update #page-sections > article .chart,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .chart {
    position: relative; }
    body.page-template-page-tpl-market-update #page-sections > article .chart img + video,
    body.page-template-page-tpl-market-update #page-sections > article .chart svg + video,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .chart img + video,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .chart svg + video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  body.page-template-page-tpl-market-update #page-sections > article .stat,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .stat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
    body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xs,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xs .statistic,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xs .statistic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xs .statistic + .description,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xs .statistic + .description {
        margin-top: 0;
        margin-left: 14px; }
    @media (min-width: 576px) {
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-sm,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-sm .statistic,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-sm .statistic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-sm .statistic + .description,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-sm .statistic + .description {
          margin-top: 0;
          margin-left: 14px; } }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-md,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-md .statistic,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-md .statistic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-md .statistic + .description,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-md .statistic + .description {
          margin-top: 0;
          margin-left: 14px; } }
    @media (min-width: 992px) {
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-lg,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-lg .statistic,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-lg .statistic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-lg .statistic + .description,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-lg .statistic + .description {
          margin-top: 0;
          margin-left: 14px; } }
    @media (min-width: 1200px) {
      body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xl,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xl .statistic,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xl .statistic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        body.page-template-page-tpl-market-update #page-sections > article .stat.inline-xl .statistic + .description,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.inline-xl .statistic + .description {
          margin-top: 0;
          margin-left: 14px; } }
    body.page-template-page-tpl-market-update #page-sections > article .stat.percent.scroll-triggered .statistic::after,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.percent.scroll-triggered .statistic::after {
      -webkit-animation: percent 1s .5s both;
              animation: percent 1s .5s both;
      background: conic-gradient(#999 calc(var(--percent) * 1%), #0000 0); }
    body.page-template-page-tpl-market-update #page-sections > article .stat.percent .statistic,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.percent .statistic {
      border-radius: 100%;
      position: relative;
      width: 180px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 180px;
              flex: 0 0 180px;
      font-size: 50px; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.percent .statistic canvas,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.percent .statistic canvas {
        width: 180px;
        height: 180px;
        position: absolute; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.percent .statistic::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.percent .statistic::before {
        content: '';
        display: block;
        padding-top: 100%; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.percent .statistic > .number,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.percent .statistic > .number {
        position: absolute;
        left: 13px;
        top: 13px;
        width: calc(100% - (13px * 2));
        height: calc(100% - (13px * 2));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        border-radius: 100%;
        z-index: 1; }
    body.page-template-page-tpl-market-update #page-sections > article .stat.bar,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.bar {
      padding-bottom: 16px;
      border-bottom: 12px solid #eee;
      position: relative; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.bar:before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.bar:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -12px;
        height: 12px;
        width: calc(100% * (var(--percent) / 100));
        background-color: #ddd; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.bar:after,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.bar:after {
        content: '';
        display: block;
        position: absolute;
        left: calc(100% * (var(--percent) / 100));
        bottom: -12px;
        width: 0;
        border: 6px solid transparent;
        border-left: 4px solid #ddd; }
    body.page-template-page-tpl-market-update #page-sections > article .stat.growth .statistic .label,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.growth .statistic .label {
      background-color: #eee;
      padding: 10px;
      padding-top: 6px;
      margin-top: 15px;
      position: relative; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.growth .statistic .label::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.growth .statistic .label::before {
        content: '';
        display: block;
        width: 100%;
        height: 15px;
        background-image: url('data:image/svg+xml,%3csvg width="300px" height="30px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3e%3cpolygon id="Path" fill="%23EEEEEE" points="0 30 300 30 150 0"%3e%3c/polygon%3e%3c/svg%3e');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 15px;
        position: absolute;
        left: 0;
        top: -15px; }
    body.page-template-page-tpl-market-update #page-sections > article .stat.box .statistic,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.box .statistic {
      background-color: #eee;
      padding: 6px 20px 16px;
      overflow: hidden;
      position: relative; }
      body.page-template-page-tpl-market-update #page-sections > article .stat.box .statistic > .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.box .statistic > .icon {
        display: block;
        width: auto;
        position: absolute;
        left: 0;
        top: -10%;
        height: 120%;
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%); }
      body.page-template-page-tpl-market-update #page-sections > article .stat.box .statistic > .number,
      body.page-template-page-tpl-market-update #page-sections > article .stat.box .statistic > .label,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.box .statistic > .number,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.box .statistic > .label {
        position: relative; }
    body.page-template-page-tpl-market-update #page-sections > article .stat.small .statistic,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat.small .statistic {
      font-size: 60px; }
    body.page-template-page-tpl-market-update #page-sections > article .stat .statistic,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .statistic {
      font-size: 80px;
      line-height: 1 !important;
      margin: 0;
      color: #0082FC;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.page-template-page-tpl-market-update #page-sections > article .stat .statistic > .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .statistic > .icon {
        display: none; }
      body.page-template-page-tpl-market-update #page-sections > article .stat .statistic > .label,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .statistic > .label {
        display: block;
        font-size: 20px;
        letter-spacing: .1em;
        color: #646569;
        font-weight: 400; }
      body.page-template-page-tpl-market-update #page-sections > article .stat .statistic + .description,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .statistic + .description {
        margin-top: 14px; }
    body.page-template-page-tpl-market-update #page-sections > article .stat .description,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .description {
      font-size: 18px;
      line-height: 1.4;
      color: #000; }
      body.page-template-page-tpl-market-update #page-sections > article .stat .description h5,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .description h5 {
        font-size: 20px;
        letter-spacing: .1em;
        margin-bottom: 0; }
      body.page-template-page-tpl-market-update #page-sections > article .stat .description p,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .stat .description p {
        margin-bottom: 0; }
  body.page-template-page-tpl-market-update #page-sections > article blockquote,
  body.page-template-page-tpl-market-update-2023 #page-sections > article blockquote {
    background-image: url(../market-update/images/pattern-002.png);
    border-left: 8px solid #0082FC;
    padding: 20px 30px;
    color: #000;
    font-weight: 700; }
    body.page-template-page-tpl-market-update #page-sections > article blockquote cite,
    body.page-template-page-tpl-market-update-2023 #page-sections > article blockquote cite {
      font-style: normal;
      font-weight: 400; }
  body.page-template-page-tpl-market-update #page-sections > article .teasers,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px; }
  body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser,
  body.page-template-page-tpl-market-update #page-sections > article .teaser-panel,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel {
    padding: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel {
        width: 50%; } }
    body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser > .inner,
    body.page-template-page-tpl-market-update #page-sections > article .teaser-panel > .inner,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser > .inner,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel > .inner {
      background-color: #eee;
      position: relative;
      width: 100%; }
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser > .inner::before,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel > .inner::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser > .inner::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel > .inner::before {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border: 1px solid #fff;
        z-index: 1; }
    body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container,
    body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container {
      padding-top: 50%;
      position: relative;
      margin-bottom: 10px; }
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container::after,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container::after,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container::after,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 42px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.75)), to(#eeeeee));
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.75), #eeeeee);
        border-top: 10px solid #fff; }
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container img,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container img,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container img,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container .icon,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container .icon {
        position: absolute;
        left: calc(50% - (136px / 2));
        bottom: calc((136px / -2) + 42px);
        width: 136px;
        height: 136px;
        border-radius: 1000px;
        border: 8px solid #eee;
        background-color: #fff;
        z-index: 1; }
        body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container .icon::before,
        body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container .icon::before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container .icon::before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container .icon::before {
          content: '';
          display: block;
          position: absolute;
          left: -18px;
          right: -18px;
          top: -18px;
          bottom: 50%;
          border-top-left-radius: 1000px;
          border-top-right-radius: 1000px;
          border: 10px solid #fff;
          border-bottom: none; }
        body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .image-container .icon img,
        body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .image-container .icon img,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .image-container .icon img,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .image-container .icon img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          border-radius: 1000px; }
    body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .contents,
    body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .contents,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .contents,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .contents {
      padding: 30px;
      position: relative;
      text-align: center;
      z-index: 1; }
      body.page-template-page-tpl-market-update #page-sections > article .teasers .teaser .contents p:last-child,
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel .contents p:last-child,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teasers .teaser .contents p:last-child,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel .contents p:last-child {
        margin-bottom: 0; }
  body.page-template-page-tpl-market-update #page-sections > article .teaser-panel,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel {
    padding: 0;
    width: 100%;
    margin-bottom: 20px; }
    body.page-template-page-tpl-market-update #page-sections > article .teaser-panel.no-image,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel.no-image {
      padding-top: 60px; }
      body.page-template-page-tpl-market-update #page-sections > article .teaser-panel.no-image .image-container,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel.no-image .image-container {
        padding-top: 50px;
        margin-bottom: 0; }
        body.page-template-page-tpl-market-update #page-sections > article .teaser-panel.no-image .image-container:after,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel.no-image .image-container:after {
          display: none; }
        body.page-template-page-tpl-market-update #page-sections > article .teaser-panel.no-image .image-container .icon:before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .teaser-panel.no-image .image-container .icon:before {
          display: none; }
  body.page-template-page-tpl-market-update #page-sections > article .overview-teasers,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -15px;
    position: relative; }
    body.page-template-page-tpl-market-update #page-sections > article .overview-teasers:before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers:before {
      content: '';
      display: none;
      position: absolute;
      left: 12.5%;
      right: 12.5%;
      border-top: 2px solid #0082FC;
      top: 89px; }
      @media (min-width: 992px) {
        body.page-template-page-tpl-market-update #page-sections > article .overview-teasers:before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers:before {
          display: block; } }
    body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser {
      padding: 15px;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser {
          width: 50%; } }
      @media (min-width: 992px) {
        body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser {
          width: 25%; } }
      body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser .icon {
        max-width: 150px;
        border: 2px solid #0082FC;
        border-radius: 1000px;
        background-color: #fff;
        position: relative;
        margin: 0 auto 20px; }
        body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser .icon:before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser .icon:before {
          content: '';
          display: block;
          padding-top: 100%;
          height: 0; }
        body.page-template-page-tpl-market-update #page-sections > article .overview-teasers .teaser .icon img,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .overview-teasers .teaser .icon img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          -o-object-position: center;
             object-position: center;
          -o-object-fit: contain;
             object-fit: contain; }
  body.page-template-page-tpl-market-update #page-sections > article .has-download-file,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file {
    position: relative; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file:hover .download-link, body.page-template-page-tpl-market-update #page-sections > article .has-download-file.chart .download-link,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file:hover .download-link,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.chart .download-link {
      opacity: .4; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting {
      position: absolute;
      left: -1000vw;
      width: 600px;
      padding: 40px; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting.chart,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting.chart {
        width: 1000px; }
        body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting.chart svg + video,
        body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting.chart img + video,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting.chart svg + video,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting.chart img + video {
          display: none; }
        body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting.chart .download-source,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting.chart .download-source {
          display: none; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .download-link,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .download-link {
        display: none; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .download-source,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .download-source {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .statistic > .number,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .statistic > .number {
        -webkit-transform: translateY(0.18em);
            -ms-transform: translateY(0.18em);
                transform: translateY(0.18em); }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .stat.percent .statistic,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .stat.percent .statistic {
        -webkit-transform: translateY(0.18em);
            -ms-transform: translateY(0.18em);
                transform: translateY(0.18em); }
        body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .stat.percent .statistic > .number,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .stat.percent .statistic > .number {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file.exporting .inline-data-source,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.exporting .inline-data-source {
        display: none; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file.stat .download-link,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.stat .download-link {
      padding-bottom: 0; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-link,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-link {
      position: absolute;
      left: 0;
      bottom: 100%;
      font-size: 8px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s;
      padding-bottom: 6px; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-link:hover,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-link:hover {
        opacity: 1; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-link .icon,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-link .icon {
        line-height: 1;
        font-size: 16px;
        display: block;
        margin-right: 6px; }
        body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-link .icon::before,
        body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-link .icon::before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: FontAwesome;
          content: ""; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-source,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-source {
      font-size: 12px;
      font-style: italic;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: none;
      background-repeat: no-repeat;
      min-height: 20px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: left;
      margin-top: 10px; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-source .logo,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-source .logo {
        display: block;
        width: 14.74px;
        height: 20px;
        -ms-flex-item-align: center;
            align-self: center; }
      body.page-template-page-tpl-market-update #page-sections > article .has-download-file .download-source .text,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file .download-source .text {
        border-left: 1px solid #ccc;
        display: block;
        margin-left: 8px;
        padding-left: 8px; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file.chart .download-source,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file.chart .download-source {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file svg,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file svg {
      display: block; }
    body.page-template-page-tpl-market-update #page-sections > article .has-download-file img,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .has-download-file img {
      display: block;
      max-width: 100%;
      width: auto;
      height: auto; }
  body.page-template-page-tpl-market-update #page-sections > article .social-share-links,
  body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links li + li,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links li + li {
      margin-left: 8px; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links li.twitter a::before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links li.twitter a::before {
      content: ""; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links li.linkedin a::before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links li.linkedin a::before {
      content: ""; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links li.facebook a::before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links li.facebook a::before {
      content: ""; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links li.email a::before,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links li.email a::before {
      content: ""; }
    body.page-template-page-tpl-market-update #page-sections > article .social-share-links a,
    body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links a {
      display: block;
      width: 20px;
      height: 20px;
      text-decoration: none;
      font-size: 20px;
      line-height: 1;
      text-align: center; }
      body.page-template-page-tpl-market-update #page-sections > article .social-share-links a::before,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links a::before {
        display: block;
        text-align: center;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: ""; }
      body.page-template-page-tpl-market-update #page-sections > article .social-share-links a span,
      body.page-template-page-tpl-market-update-2023 #page-sections > article .social-share-links a span {
        display: none; }

@property --percent {
  syntax: '<number>';
  inherits: true;
  initial-value: 0; }

@-webkit-keyframes percent {
  from {
    --percent: 0; } }

@keyframes percent {
  from {
    --percent: 0; } }

/*# sourceMappingURL=style.css.map */
