﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @import url(../fonts/fonts.css);
 @font-face {
   font-family: "FontAwesome";
   src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
   src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
       format("embedded-opentype"),
     url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
     url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
     url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
     url("../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;
 }
 .fa-lg {
   font-size: 1.3333333333em;
   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.2857142857em;
   text-align: center;
 }
 .fa-ul {
   padding-left: 0;
   margin-left: 2.1428571429em;
   list-style-type: none;
 }
 .fa-ul > li {
   position: relative;
 }
 .fa-li {
   position: absolute;
   left: -2.1428571429em;
   width: 2.1428571429em;
   top: 0.1428571429em;
   text-align: center;
 }
 .fa-li.fa-lg {
   left: -1.8571428571em;
 }
 .fa-border {
   padding: 0.2em 0.25em 0.15em;
   border: solid 0.08em #eee;
   border-radius: 0.1em;
 }
 .fa-pull-left {
   float: left;
 }
 .fa-pull-right {
   float: right;
 }
 .fa.fa-pull-left {
   margin-right: 0.3em;
 }
 .fa.fa-pull-right {
   margin-left: 0.3em;
 }
 .pull-right {
   float: right;
 }
 .pull-left {
   float: left;
 }
 .fa.pull-left {
   margin-right: 0.3em;
 }
 .fa.pull-right {
   margin-left: 0.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 {
   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;
 }
 .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;
 }
 @font-face {
   font-family: "Verb Regular";
   src: url("../fonts/verbregular-webfont.eot");
   src: url("../fonts/verbregular-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("../fonts/verbregular-webfont.woff") format("woff"),
     url("../fonts/verbregular-webfont.ttf") format("truetype"),
     url("../fonts/verbregular-webfont.svg#verbregular") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Regular Italic";
   src: url("../fonts/verbregular-italic-webfont.eot");
   src: url("../fonts/verbregular-italic-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("../fonts/verbregular-italic-webfont.woff") format("woff"),
     url("../fonts/verbregular-italic-webfont.ttf") format("truetype"),
     url("../fonts/verbregular-italic-webfont.svg#verbregular_italic")
       format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Medium";
   src: url("../fonts/verbmedium-webfont.eot");
   src: url("../fonts/verbmedium-webfont.eot?#iefix") format("embedded-opentype"),
     url("../fonts/verbmedium-webfont.woff") format("woff"),
     url("../fonts/verbmedium-webfont.ttf") format("truetype"),
     url("../fonts/verbmedium-webfont.svg#verbmedium") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Medium Italic";
   src: url("../fonts/verbmedium-italic-webfont.eot");
   src: url("../fonts/verbmedium-italic-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("../fonts/verbmedium-italic-webfont.woff") format("woff"),
     url("../fonts/verbmedium-italic-webfont.ttf") format("truetype"),
     url("../fonts/verbmedium-italic-webfont.svg#verbmedium_italic")
       format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Bold";
   src: url("../fonts/verbbold-webfont.eot");
   src: url("../fonts/verbbold-webfont.eot?#iefix") format("embedded-opentype"),
     url("../fonts/verbbold-webfont.woff") format("woff"),
     url("../fonts/verbbold-webfont.ttf") format("truetype"),
     url("../fonts/verbbold-webfont.svg#verbmedium") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Bold Italic";
   src: url("../fonts/verbbold-italic-webfont.eot");
   src: url("../fonts/verbbold-italic-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("../fonts/verbbold-italic-webfont.woff") format("woff"),
     url("../fonts/verbbold-italic-webfont.ttf") format("truetype"),
     url("../fonts/verbbold-italic-webfont.svg#verbmedium_italic") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
 }
 article,
 aside,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 nav,
 section {
   display: block;
 }
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
     "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.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
 }
 [tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important;
 }
 hr {
   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;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   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: 0.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: -0.25em;
 }
 sup {
   top: -0.5em;
 }
 a {
   color: theme-color("secondary");
   text-decoration: none;
   background-color: transparent;
 }
 a:hover {
   color: #db7233;
   text-decoration: underline;
 }
 a:not([href]) {
   color: inherit;
   text-decoration: none;
 }
 a:not([href]):hover {
   color: inherit;
   text-decoration: none;
 }
 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;
   -ms-overflow-style: scrollbar;
 }
 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;
 }
 /* DesignSensory additions */
 /* removed focus from buttons */
 button:focus {
   outline: none;
   outline: 5px auto none;
 }
 /* end of focus button DesignSensory additions */
 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;
 }
 [role="button"] {
   cursor: pointer;
 }
 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"] {
   box-sizing: border-box;
   padding: 0;
 }
 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: 0.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,
 .h3,
 .h4,
 .h5,
 .h6 {
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
 }
 h1,
 .h1 {
   font-size: 2.5rem;
 }
 h2,
 .h2 {
   font-size: 2rem;
 }
 h3,
 .h3 {
   font-size: 1.75rem;
 }
 h4,
 .h4 {
   font-size: 1.5rem;
 }
 h5,
 .h5 {
   font-size: 1.25rem;
 }
 h6,
 .h6 {
   font-size: 1rem;
 }
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
 }
 .display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.2;
 }
 .display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 .display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 .display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(51, 51, 51, 0.1);
 }
 small,
 .small {
   font-size: 80%;
   font-weight: 400;
 }
 mark,
 .mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 .list-unstyled {
   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";
 }
 .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,
 .container-sm,
 .container-md,
 .container-lg,
 .container-xl {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
 @media (min-width: 576px) {
   .container,
   .container-sm {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .container,
   .container-sm,
   .container-md {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .container,
   .container-sm,
   .container-md,
   .container-lg {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .container,
   .container-sm,
   .container-md,
   .container-lg,
   .container-xl {
     max-width: 1140px;
   }
 }
 .row {
   display: flex;
   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 {
   flex-basis: 0;
   flex-grow: 1;
   min-width: 0;
   max-width: 100%;
 }
 .row-cols-1 > * {
   flex: 0 0 100%;
   max-width: 100%;
 }
 .row-cols-2 > * {
   flex: 0 0 50%;
   max-width: 50%;
 }
 .row-cols-3 > * {
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
 }
 .row-cols-4 > * {
   flex: 0 0 25%;
   max-width: 25%;
 }
 .row-cols-5 > * {
   flex: 0 0 20%;
   max-width: 20%;
 }
 .row-cols-6 > * {
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
 }
 .col-auto {
   flex: 0 0 auto;
   width: auto;
   max-width: 100%;
 }
 .col-1 {
   flex: 0 0 8.3333333333%;
   max-width: 8.3333333333%;
 }
 .col-2 {
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
 }
 .col-3 {
   flex: 0 0 25%;
   max-width: 25%;
 }
 .col-4 {
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
 }
 .col-5 {
   flex: 0 0 41.6666666667%;
   max-width: 41.6666666667%;
 }
 .col-6 {
   flex: 0 0 50%;
   max-width: 50%;
 }
 .col-7 {
   flex: 0 0 58.3333333333%;
   max-width: 58.3333333333%;
 }
 .col-8 {
   flex: 0 0 66.6666666667%;
   max-width: 66.6666666667%;
 }
 .col-9 {
   flex: 0 0 75%;
   max-width: 75%;
 }
 .col-10 {
   flex: 0 0 83.3333333333%;
   max-width: 83.3333333333%;
 }
 .col-11 {
   flex: 0 0 91.6666666667%;
   max-width: 91.6666666667%;
 }
 .col-12 {
   flex: 0 0 100%;
   max-width: 100%;
 }
 .order-first {
   order: -1;
 }
 .order-last {
   order: 13;
 }
 .order-0 {
   order: 0;
 }
 .order-1 {
   order: 1;
 }
 .order-2 {
   order: 2;
 }
 .order-3 {
   order: 3;
 }
 .order-4 {
   order: 4;
 }
 .order-5 {
   order: 5;
 }
 .order-6 {
   order: 6;
 }
 .order-7 {
   order: 7;
 }
 .order-8 {
   order: 8;
 }
 .order-9 {
   order: 9;
 }
 .order-10 {
   order: 10;
 }
 .order-11 {
   order: 11;
 }
 .order-12 {
   order: 12;
 }
 .offset-1 {
   margin-left: 8.3333333333%;
 }
 .offset-2 {
   margin-left: 16.6666666667%;
 }
 .offset-3 {
   margin-left: 25%;
 }
 .offset-4 {
   margin-left: 33.3333333333%;
 }
 .offset-5 {
   margin-left: 41.6666666667%;
 }
 .offset-6 {
   margin-left: 50%;
 }
 .offset-7 {
   margin-left: 58.3333333333%;
 }
 .offset-8 {
   margin-left: 66.6666666667%;
 }
 .offset-9 {
   margin-left: 75%;
 }
 .offset-10 {
   margin-left: 83.3333333333%;
 }
 .offset-11 {
   margin-left: 91.6666666667%;
 }
 @media (min-width: 576px) {
   .col-sm {
     flex-basis: 0;
     flex-grow: 1;
     min-width: 0;
     max-width: 100%;
   }
   .row-cols-sm-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-sm-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-sm-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-sm-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-sm-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-sm-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-sm-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-sm-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-sm-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-sm-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-sm-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-sm-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-sm-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-sm-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-sm-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-sm-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-sm-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-sm-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-sm-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-sm-first {
     order: -1;
   }
   .order-sm-last {
     order: 13;
   }
   .order-sm-0 {
     order: 0;
   }
   .order-sm-1 {
     order: 1;
   }
   .order-sm-2 {
     order: 2;
   }
   .order-sm-3 {
     order: 3;
   }
   .order-sm-4 {
     order: 4;
   }
   .order-sm-5 {
     order: 5;
   }
   .order-sm-6 {
     order: 6;
   }
   .order-sm-7 {
     order: 7;
   }
   .order-sm-8 {
     order: 8;
   }
   .order-sm-9 {
     order: 9;
   }
   .order-sm-10 {
     order: 10;
   }
   .order-sm-11 {
     order: 11;
   }
   .order-sm-12 {
     order: 12;
   }
   .offset-sm-0 {
     margin-left: 0;
   }
   .offset-sm-1 {
     margin-left: 8.3333333333%;
   }
   .offset-sm-2 {
     margin-left: 16.6666666667%;
   }
   .offset-sm-3 {
     margin-left: 25%;
   }
   .offset-sm-4 {
     margin-left: 33.3333333333%;
   }
   .offset-sm-5 {
     margin-left: 41.6666666667%;
   }
   .offset-sm-6 {
     margin-left: 50%;
   }
   .offset-sm-7 {
     margin-left: 58.3333333333%;
   }
   .offset-sm-8 {
     margin-left: 66.6666666667%;
   }
   .offset-sm-9 {
     margin-left: 75%;
   }
   .offset-sm-10 {
     margin-left: 83.3333333333%;
   }
   .offset-sm-11 {
     margin-left: 91.6666666667%;
   }
 }
 @media (min-width: 768px) {
   .col-md {
     flex-basis: 0;
     flex-grow: 1;
     min-width: 0;
     max-width: 100%;
   }
   .row-cols-md-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-md-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-md-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-md-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-md-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-md-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-md-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-md-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-md-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-md-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-md-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-md-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-md-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-md-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-md-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-md-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-md-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-md-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-md-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-md-first {
     order: -1;
   }
   .order-md-last {
     order: 13;
   }
   .order-md-0 {
     order: 0;
   }
   .order-md-1 {
     order: 1;
   }
   .order-md-2 {
     order: 2;
   }
   .order-md-3 {
     order: 3;
   }
   .order-md-4 {
     order: 4;
   }
   .order-md-5 {
     order: 5;
   }
   .order-md-6 {
     order: 6;
   }
   .order-md-7 {
     order: 7;
   }
   .order-md-8 {
     order: 8;
   }
   .order-md-9 {
     order: 9;
   }
   .order-md-10 {
     order: 10;
   }
   .order-md-11 {
     order: 11;
   }
   .order-md-12 {
     order: 12;
   }
   .offset-md-0 {
     margin-left: 0;
   }
   .offset-md-1 {
     margin-left: 8.3333333333%;
   }
   .offset-md-2 {
     margin-left: 16.6666666667%;
   }
   .offset-md-3 {
     margin-left: 25%;
   }
   .offset-md-4 {
     margin-left: 33.3333333333%;
   }
   .offset-md-5 {
     margin-left: 41.6666666667%;
   }
   .offset-md-6 {
     margin-left: 50%;
   }
   .offset-md-7 {
     margin-left: 58.3333333333%;
   }
   .offset-md-8 {
     margin-left: 66.6666666667%;
   }
   .offset-md-9 {
     margin-left: 75%;
   }
   .offset-md-10 {
     margin-left: 83.3333333333%;
   }
   .offset-md-11 {
     margin-left: 91.6666666667%;
   }
 }
 @media (min-width: 992px) {
   .col-lg {
     flex-basis: 0;
     flex-grow: 1;
     min-width: 0;
     max-width: 100%;
   }
   .row-cols-lg-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-lg-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-lg-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-lg-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-lg-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-lg-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-lg-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-lg-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-lg-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-lg-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-lg-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-lg-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-lg-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-lg-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-lg-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-lg-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-lg-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-lg-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-lg-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-lg-first {
     order: -1;
   }
   .order-lg-last {
     order: 13;
   }
   .order-lg-0 {
     order: 0;
   }
   .order-lg-1 {
     order: 1;
   }
   .order-lg-2 {
     order: 2;
   }
   .order-lg-3 {
     order: 3;
   }
   .order-lg-4 {
     order: 4;
   }
   .order-lg-5 {
     order: 5;
   }
   .order-lg-6 {
     order: 6;
   }
   .order-lg-7 {
     order: 7;
   }
   .order-lg-8 {
     order: 8;
   }
   .order-lg-9 {
     order: 9;
   }
   .order-lg-10 {
     order: 10;
   }
   .order-lg-11 {
     order: 11;
   }
   .order-lg-12 {
     order: 12;
   }
   .offset-lg-0 {
     margin-left: 0;
   }
   .offset-lg-1 {
     margin-left: 8.3333333333%;
   }
   .offset-lg-2 {
     margin-left: 16.6666666667%;
   }
   .offset-lg-3 {
     margin-left: 25%;
   }
   .offset-lg-4 {
     margin-left: 33.3333333333%;
   }
   .offset-lg-5 {
     margin-left: 41.6666666667%;
   }
   .offset-lg-6 {
     margin-left: 50%;
   }
   .offset-lg-7 {
     margin-left: 58.3333333333%;
   }
   .offset-lg-8 {
     margin-left: 66.6666666667%;
   }
   .offset-lg-9 {
     margin-left: 75%;
   }
   .offset-lg-10 {
     margin-left: 83.3333333333%;
   }
   .offset-lg-11 {
     margin-left: 91.6666666667%;
   }
 }
 @media (min-width: 1200px) {
   .col-xl {
     flex-basis: 0;
     flex-grow: 1;
     min-width: 0;
     max-width: 100%;
   }
   .row-cols-xl-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-xl-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-xl-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-xl-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-xl-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-xl-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-xl-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-xl-1 {
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-xl-2 {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-xl-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-xl-4 {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-xl-5 {
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-xl-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-xl-7 {
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-xl-8 {
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-xl-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-xl-10 {
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-xl-11 {
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-xl-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-xl-first {
     order: -1;
   }
   .order-xl-last {
     order: 13;
   }
   .order-xl-0 {
     order: 0;
   }
   .order-xl-1 {
     order: 1;
   }
   .order-xl-2 {
     order: 2;
   }
   .order-xl-3 {
     order: 3;
   }
   .order-xl-4 {
     order: 4;
   }
   .order-xl-5 {
     order: 5;
   }
   .order-xl-6 {
     order: 6;
   }
   .order-xl-7 {
     order: 7;
   }
   .order-xl-8 {
     order: 8;
   }
   .order-xl-9 {
     order: 9;
   }
   .order-xl-10 {
     order: 10;
   }
   .order-xl-11 {
     order: 11;
   }
   .order-xl-12 {
     order: 12;
   }
   .offset-xl-0 {
     margin-left: 0;
   }
   .offset-xl-1 {
     margin-left: 8.3333333333%;
   }
   .offset-xl-2 {
     margin-left: 16.6666666667%;
   }
   .offset-xl-3 {
     margin-left: 25%;
   }
   .offset-xl-4 {
     margin-left: 33.3333333333%;
   }
   .offset-xl-5 {
     margin-left: 41.6666666667%;
   }
   .offset-xl-6 {
     margin-left: 50%;
   }
   .offset-xl-7 {
     margin-left: 58.3333333333%;
   }
   .offset-xl-8 {
     margin-left: 66.6666666667%;
   }
   .offset-xl-9 {
     margin-left: 75%;
   }
   .offset-xl-10 {
     margin-left: 83.3333333333%;
   }
   .offset-xl-11 {
     margin-left: 91.6666666667%;
   }
 }
 /* DesignSensory additions */
 /* added classes for emma signup form buttons and .button */
 .btn,
 .button,
 a.button,
 .e2ma_signup_form input[type=submit], .e2ma_signup_form .e2ma_signup_form_button,
 a.tncm-button,
 .btn-styled {
   display: inline-block;
   font-weight: 400;
   color: #212529;
   text-align: center;
   vertical-align: middle;
   user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.25rem;
   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;
 }
 /* end of button group DesignSensory additions */
 @media (prefers-reduced-motion: reduce) {
   .btn,
   a.button,
   a.tncm-button,
   .btn-styled {
     transition: none;
   }
 }
 .btn:hover,
 a.button:hover,
 a.tncm-button:hover,
 .btn-styled:hover {
   color: #212529;
   text-decoration: none;
 }
 .btn:focus,
 a.button:focus,
 a.tncm-button:focus,
 .btn-styled:focus,
 .btn.focus,
 a.focus.button,
 a.focus.tncm-button,
 .focus.btn-styled {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(84, 126, 42, 0.25);
 }
 .btn.disabled,
 a.disabled.button,
 a.disabled.tncm-button,
 .disabled.btn-styled,
 .btn:disabled,
 a.button:disabled,
 a.tncm-button:disabled,
 .btn-styled:disabled {
   opacity: 0.65;
 }
 .btn:not(:disabled):not(.disabled),
 a.button:not(:disabled):not(.disabled),
 a.tncm-button:not(:disabled):not(.disabled),
 .btn-styled:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 a.btn.disabled,
 a.disabled.button,
 a.disabled.tncm-button,
 a.disabled.btn-styled,
 fieldset:disabled a.btn,
 fieldset:disabled a.button,
 fieldset:disabled a.tncm-button,
 fieldset:disabled a.btn-styled {
   pointer-events: none;
 }
 /* DesignSensory additions
  added styles for emma signup form
 */
 .btn-primary,
 a.button,
 .e2ma_signup_form input[type=submit], .e2ma_signup_form .e2ma_signup_form_button,
 .btn-styled {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 .btn-primary:hover,
 a.button:hover,
 .e2ma_signup_form input[type=submit], .e2ma_signup_form .e2ma_signup_form_button,
 .btn-styled:hover {
   color: #fff;
   background-color: #416120;
   border-color: #3b581d;
   text-transform: uppercase;
 }
 .btn-primary:focus,
 a.button:focus,
 .btn-styled:focus,
 .btn-primary.focus,
 a.focus.button,
 .focus.btn-styled {
   color: #fff;
   background-color: #416120;
   border-color: #3b581d;
   box-shadow: 0 0 0 0.2rem rgba(110, 145, 74, 0.5);
 }
 .btn-primary.disabled,
 a.disabled.button,
 .disabled.btn-styled,
 .btn-primary:disabled,
 .e2ma_signup_form input[type=submit], .e2ma_signup_form .e2ma_signup_form_button,
 a.button:disabled,
 .btn-styled:disabled {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }

 /* end of emma signup form changes DesignSensory additions */

 .btn-primary:not(:disabled):not(.disabled):active,
 a.button:not(:disabled):not(.disabled):active,
 .btn-styled:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 a.button:not(:disabled):not(.disabled).active,
 .btn-styled:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle,
 .show > a.dropdown-toggle.button,
 .show > .dropdown-toggle.btn-styled {
   color: #fff;
   background-color: #3b581d;
   border-color: #344e1a;
 }
 .btn-primary:not(:disabled):not(.disabled):active:focus,
 a.button:not(:disabled):not(.disabled):active:focus,
 .btn-styled:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 a.button:not(:disabled):not(.disabled).active:focus,
 .btn-styled:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus,
 .show > a.dropdown-toggle.button:focus,
 .show > .dropdown-toggle.btn-styled:focus {
   box-shadow: 0 0 0 0.2rem rgba(110, 145, 74, 0.5);
 }
 .btn-secondary {
   color: #fff;
   background-color: #063559;
   border-color: #063559;
 }
 .btn-secondary:hover {
   color: #fff;
   background-color: #042035;
   border-color: #031929;
 }
 .btn-secondary:focus,
 .btn-secondary.focus {
   color: #fff;
   background-color: #042035;
   border-color: #031929;
   box-shadow: 0 0 0 0.2rem rgba(43, 83, 114, 0.5);
 }
 .btn-secondary.disabled,
 .btn-secondary:disabled {
   color: #fff;
   background-color: #063559;
   border-color: #063559;
 }
 .btn-secondary:not(:disabled):not(.disabled):active,
 .btn-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-secondary.dropdown-toggle {
   color: #fff;
   background-color: #031929;
   border-color: #02111d;
 }
 .btn-secondary:not(:disabled):not(.disabled):active:focus,
 .btn-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(43, 83, 114, 0.5);
 }
 .btn-success {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }
 .btn-success:hover {
   color: #fff;
   background-color: #416120;
   border-color: #3b581d;
 }
 .btn-success:focus,
 .btn-success.focus {
   color: #fff;
   background-color: #416120;
   border-color: #3b581d;
   box-shadow: 0 0 0 0.2rem rgba(110, 145, 74, 0.5);
 }
 .btn-success.disabled,
 .btn-success:disabled {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }
 .btn-success:not(:disabled):not(.disabled):active,
 .btn-success:not(:disabled):not(.disabled).active,
 .show > .btn-success.dropdown-toggle {
   color: #fff;
   background-color: #3b581d;
   border-color: #344e1a;
 }
 .btn-success:not(:disabled):not(.disabled):active:focus,
 .btn-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(110, 145, 74, 0.5);
 }
 .btn-info {
   color: #fff;
   background-color: #db7233;
   border-color: #db7233;
 }
 .btn-info:hover {
   color: #fff;
   background-color: #c56023;
   border-color: #ba5a21;
 }
 .btn-info:focus,
 .btn-info.focus {
   color: #fff;
   background-color: #c56023;
   border-color: #ba5a21;
   box-shadow: 0 0 0 0.2rem rgba(224, 135, 82, 0.5);
 }
 .btn-info.disabled,
 .btn-info:disabled {
   color: #fff;
   background-color: #db7233;
   border-color: #db7233;
 }
 .btn-info:not(:disabled):not(.disabled):active,
 .btn-info:not(:disabled):not(.disabled).active,
 .show > .btn-info.dropdown-toggle {
   color: #fff;
   background-color: #ba5a21;
   border-color: #af551f;
 }
 .btn-info:not(:disabled):not(.disabled):active:focus,
 .btn-info:not(:disabled):not(.disabled).active:focus,
 .show > .btn-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(224, 135, 82, 0.5);
 }
 .btn-warning {
   color: #212529;
   background-color: gold;
   border-color: gold;
 }
 .btn-warning:hover {
   color: #212529;
   background-color: #d9b700;
   border-color: #ccac00;
 }
 .btn-warning:focus,
 .btn-warning.focus {
   color: #212529;
   background-color: #d9b700;
   border-color: #ccac00;
   box-shadow: 0 0 0 0.2rem rgba(222, 188, 6, 0.5);
 }
 .btn-warning.disabled,
 .btn-warning:disabled {
   color: #212529;
   background-color: gold;
   border-color: gold;
 }
 .btn-warning:not(:disabled):not(.disabled):active,
 .btn-warning:not(:disabled):not(.disabled).active,
 .show > .btn-warning.dropdown-toggle {
   color: #212529;
   background-color: #ccac00;
   border-color: #bfa100;
 }
 .btn-warning:not(:disabled):not(.disabled):active:focus,
 .btn-warning:not(:disabled):not(.disabled).active:focus,
 .show > .btn-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(222, 188, 6, 0.5);
 }
 /* DesignSensory additions
  updated danger button color
 */
 .btn-danger {
   color: #fff;
   background-color: #D85A29;
   border-color: #D85A29;
 }
 /* end of danger button DesignSensory additions */
 .btn-danger:hover {
   color: #fff;
   background-color: #87290e;
   border-color: #7c250c;
 }
 .btn-danger:focus,
 .btn-danger.focus {
   color: #fff;
   background-color: #87290e;
   border-color: #7c250c;
   box-shadow: 0 0 0 0.2rem rgba(183, 82, 53, 0.5);
 }
 .btn-danger.disabled,
 .btn-danger:disabled {
   color: #fff;
   background-color: #a31;
   border-color: #a31;
 }
 .btn-danger:not(:disabled):not(.disabled):active,
 .btn-danger:not(:disabled):not(.disabled).active,
 .show > .btn-danger.dropdown-toggle {
   color: #fff;
   background-color: #7c250c;
   border-color: #70220b;
 }
 .btn-danger:not(:disabled):not(.disabled):active:focus,
 .btn-danger:not(:disabled):not(.disabled).active:focus,
 .show > .btn-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(183, 82, 53, 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 {
   color: #212529;
   background-color: #e2e6ea;
   border-color: #dae0e5;
   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 {
   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 {
   color: #fff;
   background-color: #23272b;
   border-color: #1d2124;
   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 {
   box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
 }
 .btn-black {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-black:hover {
   color: #fff;
   background-color: #202020;
   border-color: #1a1919;
 }
 .btn-black:focus,
 .btn-black.focus {
   color: #fff;
   background-color: #202020;
   border-color: #1a1919;
   box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
 }
 .btn-black.disabled,
 .btn-black:disabled {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-black:not(:disabled):not(.disabled):active,
 .btn-black:not(:disabled):not(.disabled).active,
 .show > .btn-black.dropdown-toggle {
   color: #fff;
   background-color: #1a1919;
   border-color: #131313;
 }
 .btn-black:not(:disabled):not(.disabled):active:focus,
 .btn-black:not(:disabled):not(.disabled).active:focus,
 .show > .btn-black.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
 }
 /* DesignSensory additions
  new button colors
 */

 .btn-white {
  color: #557E2A;
  background-color: white;
  border-color: white;
}
.btn-white:hover {
  color: #557E2A;
  background-color: white;
  border-color: white;
}
.btn-white:focus,
.btn-white.focus {
  color: #557E2A;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #557E2A;
  background-color: white;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #557E2A;
  background-color: white;
  border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
/* end of buttons for DesignSensory additions */
 .btn-tncm,
 a.tncm-button {
   color: #fff;
   background-color: #72a951;
   border-color: #72a951;
 }
 .btn-tncm:hover,
 a.tncm-button:hover {
   color: #fff;
   background-color: #618f45;
   border-color: #5b8740;
 }
 .btn-tncm:focus,
 a.tncm-button:focus,
 .btn-tncm.focus,
 a.focus.tncm-button {
   color: #fff;
   background-color: #618f45;
   border-color: #5b8740;
   box-shadow: 0 0 0 0.2rem rgba(135, 182, 107, 0.5);
 }
 .btn-tncm.disabled,
 a.disabled.tncm-button,
 .btn-tncm:disabled,
 a.tncm-button:disabled {
   color: #fff;
   background-color: #72a951;
   border-color: #72a951;
 }
 .btn-tncm:not(:disabled):not(.disabled):active,
 a.tncm-button:not(:disabled):not(.disabled):active,
 .btn-tncm:not(:disabled):not(.disabled).active,
 a.tncm-button:not(:disabled):not(.disabled).active,
 .show > .btn-tncm.dropdown-toggle,
 .show > a.dropdown-toggle.tncm-button {
   color: #fff;
   background-color: #5b8740;
   border-color: #557e3c;
 }
 .btn-tncm:not(:disabled):not(.disabled):active:focus,
 a.tncm-button:not(:disabled):not(.disabled):active:focus,
 .btn-tncm:not(:disabled):not(.disabled).active:focus,
 a.tncm-button:not(:disabled):not(.disabled).active:focus,
 .show > .btn-tncm.dropdown-toggle:focus,
 .show > a.dropdown-toggle.tncm-button:focus {
   box-shadow: 0 0 0 0.2rem rgba(135, 182, 107, 0.5);
 }
 .btn-outline-primary {
   color: #547e2a;
   border-color: #547e2a;
 }
 .btn-outline-primary:hover {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }
 .btn-outline-primary:focus,
 .btn-outline-primary.focus {
   box-shadow: 0 0 0 0.2rem rgba(84, 126, 42, 0.5);
 }
 .btn-outline-primary.disabled,
 .btn-outline-primary:disabled {
   color: #547e2a;
   background-color: transparent;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active,
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-primary.dropdown-toggle {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(84, 126, 42, 0.5);
 }
 .btn-outline-secondary {
   color: #063559;
   border-color: #063559;
 }
 .btn-outline-secondary:hover {
   color: #fff;
   background-color: #063559;
   border-color: #063559;
 }
 .btn-outline-secondary:focus,
 .btn-outline-secondary.focus {
   box-shadow: 0 0 0 0.2rem rgba(6, 53, 89, 0.5);
 }
 .btn-outline-secondary.disabled,
 .btn-outline-secondary:disabled {
   color: #063559;
   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: #063559;
   border-color: #063559;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(6, 53, 89, 0.5);
 }
 .btn-outline-success {
   color: #547e2a;
   border-color: #547e2a;
 }
 .btn-outline-success:hover {
   color: #fff;
   background-color: #547e2a;
   border-color: #547e2a;
 }
 .btn-outline-success:focus,
 .btn-outline-success.focus {
   box-shadow: 0 0 0 0.2rem rgba(84, 126, 42, 0.5);
 }
 .btn-outline-success.disabled,
 .btn-outline-success:disabled {
   color: #547e2a;
   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: #547e2a;
   border-color: #547e2a;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(84, 126, 42, 0.5);
 }
 .btn-outline-info {
   color: #db7233;
   border-color: #db7233;
 }
 .btn-outline-info:hover {
   color: #fff;
   background-color: #db7233;
   border-color: #db7233;
 }
 .btn-outline-info:focus,
 .btn-outline-info.focus {
   box-shadow: 0 0 0 0.2rem rgba(219, 114, 51, 0.5);
 }
 .btn-outline-info.disabled,
 .btn-outline-info:disabled {
   color: #db7233;
   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: #db7233;
   border-color: #db7233;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(219, 114, 51, 0.5);
 }
 .btn-outline-warning {
   color: gold;
   border-color: gold;
 }
 .btn-outline-warning:hover {
   color: #212529;
   background-color: gold;
   border-color: gold;
 }
 .btn-outline-warning:focus,
 .btn-outline-warning.focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.5);
 }
 .btn-outline-warning.disabled,
 .btn-outline-warning:disabled {
   color: gold;
   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: gold;
   border-color: gold;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.5);
 }
 .btn-outline-danger {
   color: #a31;
   border-color: #a31;
 }
 .btn-outline-danger:hover {
   color: #fff;
   background-color: #a31;
   border-color: #a31;
 }
 .btn-outline-danger:focus,
 .btn-outline-danger.focus {
   box-shadow: 0 0 0 0.2rem rgba(170, 51, 17, 0.5);
 }
 .btn-outline-danger.disabled,
 .btn-outline-danger:disabled {
   color: #a31;
   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: #a31;
   border-color: #a31;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(170, 51, 17, 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 {
   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 {
   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 {
   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 {
   box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
 }
 .btn-outline-black {
   color: #333;
   border-color: #333;
 }
 .btn-outline-black:hover {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-outline-black:focus,
 .btn-outline-black.focus {
   box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
 }
 .btn-outline-black.disabled,
 .btn-outline-black:disabled {
   color: #333;
   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: #333;
   border-color: #333;
 }
 .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 {
   box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
 }


 .btn-outline-white {
  color: white;
  border-color:white;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: white;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 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-black.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

 
 .btn-outline-tncm {
   color: #72a951;
   border-color: #72a951;
 }
 .btn-outline-tncm:hover {
   color: #fff;
   background-color: #72a951;
   border-color: #72a951;
 }
 .btn-outline-tncm:focus,
 .btn-outline-tncm.focus {
   box-shadow: 0 0 0 0.2rem rgba(114, 169, 81, 0.5);
 }
 .btn-outline-tncm.disabled,
 .btn-outline-tncm:disabled {
   color: #72a951;
   background-color: transparent;
 }
 .btn-outline-tncm:not(:disabled):not(.disabled):active,
 .btn-outline-tncm:not(:disabled):not(.disabled).active,
 .show > .btn-outline-tncm.dropdown-toggle {
   color: #fff;
   background-color: #72a951;
   border-color: #72a951;
 }
 .btn-outline-tncm:not(:disabled):not(.disabled):active:focus,
 .btn-outline-tncm:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-tncm.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(114, 169, 81, 0.5);
 }
 .btn-link {
   font-weight: 400;
   color: theme-color("secondary");
   text-decoration: none;
 }
 .btn-link:hover {
   color: #db7233;
   text-decoration: underline;
 }
 .btn-link:focus,
 .btn-link.focus {
   text-decoration: underline;
 }
 .btn-link:disabled,
 .btn-link.disabled {
   color: #6c757d;
   pointer-events: none;
 }
 .btn-lg,
 .btn-group-lg > .btn,
 .btn-group-lg > a.button,
 .btn-group-lg > a.tncm-button,
 .btn-group-lg > .btn-styled {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
 }
 .btn-sm,
 .btn-group-sm > .btn,
 .btn-group-sm > a.button,
 .btn-group-sm > a.tncm-button,
 .btn-group-sm > .btn-styled {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   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 {
   transition: opacity 0.15s linear;
 }
 @media (prefers-reduced-motion: reduce) {
   .fade {
     transition: none;
   }
 }
 .fade:not(.show) {
   opacity: 0;
 }
 .collapse:not(.show) {
   display: none;
 }
 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease;
 }
 @media (prefers-reduced-motion: reduce) {
   .collapsing {
     transition: none;
   }
 }
 .dropup,
 .dropright,
 .dropdown,
 .dropleft {
   position: relative;
 }
 .dropdown-toggle {
   white-space: nowrap;
 }
 .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   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: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(51, 51, 51, 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.255em;
   vertical-align: 0.255em;
   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.255em;
   vertical-align: 0.255em;
   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.255em;
   vertical-align: 0.255em;
   content: "";
 }
 .dropleft .dropdown-toggle::after {
   display: none;
 }
 .dropleft .dropdown-toggle::before {
   display: inline-block;
   margin-right: 0.255em;
   vertical-align: 0.255em;
   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: #547e2a;
 }
 .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: inline-flex;
   vertical-align: middle;
 }
 .btn-group > .btn,
 .btn-group > a.button,
 .btn-group > a.tncm-button,
 .btn-group > .btn-styled,
 .btn-group-vertical > .btn,
 .btn-group-vertical > a.button,
 .btn-group-vertical > a.tncm-button,
 .btn-group-vertical > .btn-styled {
   position: relative;
   flex: 1 1 auto;
 }
 .btn-group > .btn:hover,
 .btn-group > a.button:hover,
 .btn-group > a.tncm-button:hover,
 .btn-group > .btn-styled:hover,
 .btn-group-vertical > .btn:hover,
 .btn-group-vertical > a.button:hover,
 .btn-group-vertical > a.tncm-button:hover,
 .btn-group-vertical > .btn-styled:hover {
   z-index: 1;
 }
 .btn-group > .btn:focus,
 .btn-group > a.button:focus,
 .btn-group > a.tncm-button:focus,
 .btn-group > .btn-styled:focus,
 .btn-group > .btn:active,
 .btn-group > a.button:active,
 .btn-group > a.tncm-button:active,
 .btn-group > .btn-styled:active,
 .btn-group > .btn.active,
 .btn-group > a.active.button,
 .btn-group > a.active.tncm-button,
 .btn-group > .active.btn-styled,
 .btn-group-vertical > .btn:focus,
 .btn-group-vertical > a.button:focus,
 .btn-group-vertical > a.tncm-button:focus,
 .btn-group-vertical > .btn-styled:focus,
 .btn-group-vertical > .btn:active,
 .btn-group-vertical > a.button:active,
 .btn-group-vertical > a.tncm-button:active,
 .btn-group-vertical > .btn-styled:active,
 .btn-group-vertical > .btn.active,
 .btn-group-vertical > a.active.button,
 .btn-group-vertical > a.active.tncm-button,
 .btn-group-vertical > .active.btn-styled {
   z-index: 1;
 }
 .btn-toolbar {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
 .btn-toolbar .input-group {
   width: auto;
 }
 .btn-group > .btn:not(:first-child),
 .btn-group > a.button:not(:first-child),
 .btn-group > a.tncm-button:not(:first-child),
 .btn-group > .btn-styled:not(:first-child),
 .btn-group > .btn-group:not(:first-child) {
   margin-left: -1px;
 }
 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
 .btn-group > a.tncm-button:not(:last-child):not(.dropdown-toggle),
 .btn-group > .btn-styled:not(:last-child):not(.dropdown-toggle),
 .btn-group > .btn-group:not(:last-child) > .btn,
 .btn-group > .btn-group:not(:last-child) > a.button,
 .btn-group > .btn-group:not(:last-child) > a.tncm-button,
 .btn-group > .btn-group:not(:last-child) > .btn-styled {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 .btn-group > .btn:not(:first-child),
 .btn-group > a.button:not(:first-child),
 .btn-group > a.tncm-button:not(:first-child),
 .btn-group > .btn-styled:not(:first-child),
 .btn-group > .btn-group:not(:first-child) > .btn,
 .btn-group > .btn-group:not(:first-child) > a.button,
 .btn-group > .btn-group:not(:first-child) > a.tncm-button,
 .btn-group > .btn-group:not(:first-child) > .btn-styled {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 .dropdown-toggle-split {
   padding-right: 0.5625rem;
   padding-left: 0.5625rem;
 }
 .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,
 .btn-group-sm > a.button + .dropdown-toggle-split,
 .btn-group-sm > a.tncm-button + .dropdown-toggle-split,
 .btn-group-sm > .btn-styled + .dropdown-toggle-split {
   padding-right: 0.375rem;
   padding-left: 0.375rem;
 }
 .btn-lg + .dropdown-toggle-split,
 .btn-group-lg > .btn + .dropdown-toggle-split,
 .btn-group-lg > a.button + .dropdown-toggle-split,
 .btn-group-lg > a.tncm-button + .dropdown-toggle-split,
 .btn-group-lg > .btn-styled + .dropdown-toggle-split {
   padding-right: 0.75rem;
   padding-left: 0.75rem;
 }
 .btn-group-vertical {
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
 }
 .btn-group-vertical > .btn,
 .btn-group-vertical > a.button,
 .btn-group-vertical > a.tncm-button,
 .btn-group-vertical > .btn-styled,
 .btn-group-vertical > .btn-group {
   width: 100%;
 }
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > a.button:not(:first-child),
 .btn-group-vertical > a.tncm-button:not(:first-child),
 .btn-group-vertical > .btn-styled:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) {
   margin-top: -1px;
 }
 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > a.tncm-button:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > .btn-styled:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > .btn-group:not(:last-child) > .btn,
 .btn-group-vertical > .btn-group:not(:last-child) > a.button,
 .btn-group-vertical > .btn-group:not(:last-child) > a.tncm-button,
 .btn-group-vertical > .btn-group:not(:last-child) > .btn-styled {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > a.button:not(:first-child),
 .btn-group-vertical > a.tncm-button:not(:first-child),
 .btn-group-vertical > .btn-styled:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) > .btn,
 .btn-group-vertical > .btn-group:not(:first-child) > a.button,
 .btn-group-vertical > .btn-group:not(:first-child) > a.tncm-button,
 .btn-group-vertical > .btn-group:not(:first-child) > .btn-styled {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .btn-group-toggle > .btn,
 .btn-group-toggle > a.button,
 .btn-group-toggle > a.tncm-button,
 .btn-group-toggle > .btn-styled,
 .btn-group-toggle > .btn-group > .btn,
 .btn-group-toggle > .btn-group > a.button,
 .btn-group-toggle > .btn-group > a.tncm-button,
 .btn-group-toggle > .btn-group > .btn-styled {
   margin-bottom: 0;
 }
 .btn-group-toggle > .btn input[type="radio"],
 .btn-group-toggle > a.button input[type="radio"],
 .btn-group-toggle > a.tncm-button input[type="radio"],
 .btn-group-toggle > .btn-styled input[type="radio"],
 .btn-group-toggle > .btn input[type="checkbox"],
 .btn-group-toggle > a.button input[type="checkbox"],
 .btn-group-toggle > a.tncm-button input[type="checkbox"],
 .btn-group-toggle > .btn-styled input[type="checkbox"],
 .btn-group-toggle > .btn-group > .btn input[type="radio"],
 .btn-group-toggle > .btn-group > a.button input[type="radio"],
 .btn-group-toggle > .btn-group > a.tncm-button input[type="radio"],
 .btn-group-toggle > .btn-group > .btn-styled input[type="radio"],
 .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
 .btn-group-toggle > .btn-group > a.button input[type="checkbox"],
 .btn-group-toggle > .btn-group > a.tncm-button input[type="checkbox"],
 .btn-group-toggle > .btn-group > .btn-styled input[type="checkbox"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
 }
 .nav {
   display: flex;
   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: #547e2a;
 }
 .nav-fill .nav-item {
   flex: 1 1 auto;
   text-align: center;
 }
 .nav-justified .nav-item {
   flex-basis: 0;
   flex-grow: 1;
   text-align: center;
 }
 .tab-content > .tab-pane {
   display: none;
 }
 .tab-content > .active {
   display: block;
 }
 .navbar {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: 0.5rem 1rem;
 }
 .navbar .container,
 .navbar .container-fluid,
 .navbar .container-sm,
 .navbar .container-md,
 .navbar .container-lg,
 .navbar .container-xl {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
 }
 .navbar-brand {
   display: inline-block;
   padding-top: 0.3125rem;
   padding-bottom: 0.3125rem;
   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: flex;
   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 {
   flex-basis: 100%;
   flex-grow: 1;
   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,
   .navbar-expand-sm > .container-sm,
   .navbar-expand-sm > .container-md,
   .navbar-expand-sm > .container-lg,
   .navbar-expand-sm > .container-xl {
     padding-right: 0;
     padding-left: 0;
   }
 }
 @media (min-width: 576px) {
   .navbar-expand-sm {
     flex-flow: row nowrap;
     justify-content: flex-start;
   }
   .navbar-expand-sm .navbar-nav {
     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,
   .navbar-expand-sm > .container-sm,
   .navbar-expand-sm > .container-md,
   .navbar-expand-sm > .container-lg,
   .navbar-expand-sm > .container-xl {
     flex-wrap: nowrap;
   }
   .navbar-expand-sm .navbar-collapse {
     display: flex !important;
     flex-basis: auto;
   }
   .navbar-expand-sm .navbar-toggler {
     display: none;
   }
 }
 @media (max-width: 767.98px) {
   .navbar-expand-md > .container,
   .navbar-expand-md > .container-fluid,
   .navbar-expand-md > .container-sm,
   .navbar-expand-md > .container-md,
   .navbar-expand-md > .container-lg,
   .navbar-expand-md > .container-xl {
     padding-right: 0;
     padding-left: 0;
   }
 }
 @media (min-width: 768px) {
   .navbar-expand-md {
     flex-flow: row nowrap;
     justify-content: flex-start;
   }
   .navbar-expand-md .navbar-nav {
     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,
   .navbar-expand-md > .container-sm,
   .navbar-expand-md > .container-md,
   .navbar-expand-md > .container-lg,
   .navbar-expand-md > .container-xl {
     flex-wrap: nowrap;
   }
   .navbar-expand-md .navbar-collapse {
     display: flex !important;
     flex-basis: auto;
   }
   .navbar-expand-md .navbar-toggler {
     display: none;
   }
 }
 @media (max-width: 991.98px) {
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid,
   .navbar-expand-lg > .container-sm,
   .navbar-expand-lg > .container-md,
   .navbar-expand-lg > .container-lg,
   .navbar-expand-lg > .container-xl {
     padding-right: 0;
     padding-left: 0;
   }
 }
 @media (min-width: 992px) {
   .navbar-expand-lg {
     flex-flow: row nowrap;
     justify-content: flex-start;
   }
   .navbar-expand-lg .navbar-nav {
     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,
   .navbar-expand-lg > .container-sm,
   .navbar-expand-lg > .container-md,
   .navbar-expand-lg > .container-lg,
   .navbar-expand-lg > .container-xl {
     flex-wrap: nowrap;
   }
   .navbar-expand-lg .navbar-collapse {
     display: flex !important;
     flex-basis: auto;
   }
   .navbar-expand-lg .navbar-toggler {
     display: none;
   }
 }
 @media (max-width: 1199.98px) {
   .navbar-expand-xl > .container,
   .navbar-expand-xl > .container-fluid,
   .navbar-expand-xl > .container-sm,
   .navbar-expand-xl > .container-md,
   .navbar-expand-xl > .container-lg,
   .navbar-expand-xl > .container-xl {
     padding-right: 0;
     padding-left: 0;
   }
 }
 @media (min-width: 1200px) {
   .navbar-expand-xl {
     flex-flow: row nowrap;
     justify-content: flex-start;
   }
   .navbar-expand-xl .navbar-nav {
     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,
   .navbar-expand-xl > .container-sm,
   .navbar-expand-xl > .container-md,
   .navbar-expand-xl > .container-lg,
   .navbar-expand-xl > .container-xl {
     flex-wrap: nowrap;
   }
   .navbar-expand-xl .navbar-collapse {
     display: flex !important;
     flex-basis: auto;
   }
   .navbar-expand-xl .navbar-toggler {
     display: none;
   }
 }
 .navbar-expand {
   flex-flow: row nowrap;
   justify-content: flex-start;
 }
 .navbar-expand > .container,
 .navbar-expand > .container-fluid,
 .navbar-expand > .container-sm,
 .navbar-expand > .container-md,
 .navbar-expand > .container-lg,
 .navbar-expand > .container-xl {
   padding-right: 0;
   padding-left: 0;
 }
 .navbar-expand .navbar-nav {
   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,
 .navbar-expand > .container-sm,
 .navbar-expand > .container-md,
 .navbar-expand > .container-lg,
 .navbar-expand > .container-xl {
   flex-wrap: nowrap;
 }
 .navbar-expand .navbar-collapse {
   display: flex !important;
   flex-basis: auto;
 }
 .navbar-expand .navbar-toggler {
   display: none;
 }
 .navbar-light .navbar-brand {
   color: rgba(51, 51, 51, 0.9);
 }
 .navbar-light .navbar-brand:hover,
 .navbar-light .navbar-brand:focus {
   color: rgba(51, 51, 51, 0.9);
 }
 .navbar-light .navbar-nav .nav-link {
   color: #063559;
 }
 .navbar-light .navbar-nav .nav-link:hover,
 .navbar-light .navbar-nav .nav-link:focus {
   color: rgba(51, 51, 51, 0.7);
 }
 .navbar-light .navbar-nav .nav-link.disabled {
   color: rgba(51, 51, 51, 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(51, 51, 51, 0.9);
 }
 .navbar-light .navbar-toggler {
   color: #063559;
   border-color: rgba(51, 51, 51, 0.1);
 }
 .navbar-light .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23063559' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 .navbar-light .navbar-text {
   color: #063559;
 }
 .navbar-light .navbar-text a {
   color: rgba(51, 51, 51, 0.9);
 }
 .navbar-light .navbar-text a:hover,
 .navbar-light .navbar-text a:focus {
   color: rgba(51, 51, 51, 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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;
 }
 .alert {
   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: #445a2e;
   background-color: #dde5d4;
   border-color: #cfdbc3;
 }
 .alert-primary hr {
   border-top-color: #c2d1b3;
 }
 .alert-primary .alert-link {
   color: #2b381d;
 }
 .alert-secondary {
   color: #1c3447;
   background-color: #cdd7de;
   border-color: #b9c6d1;
 }
 .alert-secondary hr {
   border-top-color: #aab9c7;
 }
 .alert-secondary .alert-link {
   color: #0e1922;
 }
 .alert-success {
   color: #445a2e;
   background-color: #dde5d4;
   border-color: #cfdbc3;
 }
 .alert-success hr {
   border-top-color: #c2d1b3;
 }
 .alert-success .alert-link {
   color: #2b381d;
 }
 .alert-info {
   color: #8a5433;
   background-color: #f8e3d6;
   border-color: #f5d8c6;
 }
 .alert-info hr {
   border-top-color: #f1c9b0;
 }
 .alert-info .alert-link {
   color: #653d25;
 }
 .alert-warning {
   color: #9d8818;
   background-color: #fff7cc;
   border-color: #fff4b8;
 }
 .alert-warning hr {
   border-top-color: #fff09f;
 }
 .alert-warning .alert-link {
   color: #716211;
 }
 .alert-danger {
   color: #713321;
   background-color: #eed6cf;
   border-color: #e7c6bc;
 }
 .alert-danger hr {
   border-top-color: #e0b6a9;
 }
 .alert-danger .alert-link {
   color: #4a2115;
 }
 .alert-light {
   color: #999a9a;
   background-color: #fefefe;
   border-color: #fdfdfe;
 }
 .alert-light hr {
   border-top-color: #ececf6;
 }
 .alert-light .alert-link {
   color: #7f8181;
 }
 .alert-dark {
   color: #34373a;
   background-color: #d6d8d9;
   border-color: #c6c8ca;
 }
 .alert-dark hr {
   border-top-color: #b9bbbe;
 }
 .alert-dark .alert-link {
   color: #1c1e1f;
 }
 .alert-black {
   color: #333;
   background-color: #d6d6d6;
   border-color: #c6c6c6;
 }
 .alert-black hr {
   border-top-color: #b9b9b9;
 }
 .alert-black .alert-link {
   color: #1a1919;
 }
 .alert-tncm {
   color: #547043;
   background-color: #e3eedc;
   border-color: #d8e7ce;
 }
 .alert-tncm hr {
   border-top-color: #cadfbd;
 }
 .alert-tncm .alert-link {
   color: #3c5030;
 }
 .close {
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   color: #333;
   text-shadow: 0 1px 0 #fff;
   opacity: 0.5;
 }
 .close:hover {
   color: #333;
   text-decoration: none;
 }
 .close:not(:disabled):not(.disabled):hover,
 .close:not(:disabled):not(.disabled):focus {
   opacity: 0.75;
 }
 button.close {
   padding: 0;
   background-color: transparent;
   border: 0;
 }
 a.close.disabled {
   pointer-events: none;
 }
 .modal-open {
   overflow: hidden;
 }
 .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
 }
 .modal {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   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 {
   transition: transform 0.3s ease-out;
   transform: translate(0, -50px);
 }
 @media (prefers-reduced-motion: reduce) {
   .modal.fade .modal-dialog {
     transition: none;
   }
 }
 .modal.show .modal-dialog {
   transform: none;
 }
 .modal.modal-static .modal-dialog {
   transform: scale(1.02);
 }
 .modal-dialog-scrollable {
   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 {
   flex-shrink: 0;
 }
 .modal-dialog-scrollable .modal-body {
   overflow-y: auto;
 }
 .modal-dialog-centered {
   display: flex;
   align-items: center;
   min-height: calc(100% - 1rem);
 }
 .modal-dialog-centered::before {
   display: block;
   height: calc(100vh - 1rem);
   height: min-content;
   content: "";
 }
 .modal-dialog-centered.modal-dialog-scrollable {
   flex-direction: column;
   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: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(51, 51, 51, 0.2);
   border-radius: 0.3rem;
   outline: 0;
 }
 .modal-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #333;
 }
 .modal-backdrop.fade {
   opacity: 0;
 }
 .modal-backdrop.show {
   opacity: 0.5;
 }
 .modal-header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   padding: 1rem 1rem;
   border-bottom: 1px solid #dee2e6;
   border-top-left-radius: calc(0.3rem - 1px);
   border-top-right-radius: calc(0.3rem - 1px);
 }
 .modal-header .close {
   padding: 1rem 1rem;
   margin: -1rem -1rem -1rem auto;
 }
 .modal-title {
   margin-bottom: 0;
   line-height: 1.5;
 }
 .modal-body {
   position: relative;
   flex: 1 1 auto;
   padding: 1rem;
 }
 .modal-footer {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
   padding: 0.75rem;
   border-top: 1px solid #dee2e6;
   border-bottom-right-radius: calc(0.3rem - 1px);
   border-bottom-left-radius: calc(0.3rem - 1px);
 }
 .modal-footer > * {
   margin: 0.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);
     height: min-content;
   }
   .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;
   }
 }
 .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: #547e2a !important;
 }
 a.bg-primary:hover,
 a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
   background-color: #3b581d !important;
 }
 .bg-secondary {
   background-color: #063559 !important;
 }
 a.bg-secondary:hover,
 a.bg-secondary:focus,
 button.bg-secondary:hover,
 button.bg-secondary:focus {
   background-color: #031929 !important;
 }
 .bg-success {
   background-color: #547e2a !important;
 }
 a.bg-success:hover,
 a.bg-success:focus,
 button.bg-success:hover,
 button.bg-success:focus {
   background-color: #3b581d !important;
 }
 .bg-info {
   background-color: #db7233 !important;
 }
 a.bg-info:hover,
 a.bg-info:focus,
 button.bg-info:hover,
 button.bg-info:focus {
   background-color: #ba5a21 !important;
 }
 .bg-warning {
   background-color: gold !important;
 }
 a.bg-warning:hover,
 a.bg-warning:focus,
 button.bg-warning:hover,
 button.bg-warning:focus {
   background-color: #ccac00 !important;
 }
 .bg-danger {
   background-color: #a31 !important;
 }
 a.bg-danger:hover,
 a.bg-danger:focus,
 button.bg-danger:hover,
 button.bg-danger:focus {
   background-color: #7c250c !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-black {
   background-color: #333 !important;
 }
 a.bg-black:hover,
 a.bg-black:focus,
 button.bg-black:hover,
 button.bg-black:focus {
   background-color: #1a1919 !important;
 }
 .bg-tncm {
   background-color: #72a951 !important;
 }
 a.bg-tncm:hover,
 a.bg-tncm:focus,
 button.bg-tncm:hover,
 button.bg-tncm:focus {
   background-color: #5b8740 !important;
 }
 .bg-white {
   background-color: #fff !important;
 }
 .bg-transparent {
   background-color: transparent !important;
 }
 .border {
   border: 1px solid #dee2e6 !important;
 }
 .border-top {
   border-top: 1px solid #dee2e6 !important;
 }
 .border-right {
   border-right: 1px solid #dee2e6 !important;
 }
 .border-bottom {
   border-bottom: 1px solid #dee2e6 !important;
 }
 .border-left {
   border-left: 1px solid #dee2e6 !important;
 }
 .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: #547e2a !important;
 }
 .border-secondary {
   border-color: #063559 !important;
 }
 .border-success {
   border-color: #547e2a !important;
 }
 .border-info {
   border-color: #db7233 !important;
 }
 .border-warning {
   border-color: gold !important;
 }
 .border-danger {
   border-color: #a31 !important;
 }
 .border-light {
   border-color: #f8f9fa !important;
 }
 .border-dark {
   border-color: #343a40 !important;
 }
 .border-black {
   border-color: #333 !important;
 }
 .border-tncm {
   border-color: #72a951 !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: flex !important;
 }
 .d-inline-flex {
   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: flex !important;
   }
   .d-sm-inline-flex {
     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: flex !important;
   }
   .d-md-inline-flex {
     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: flex !important;
   }
   .d-lg-inline-flex {
     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: flex !important;
   }
   .d-xl-inline-flex {
     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: flex !important;
   }
   .d-print-inline-flex {
     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.8571428571%;
 }
 .embed-responsive-16by9::before {
   padding-top: 56.25%;
 }
 .embed-responsive-4by3::before {
   padding-top: 75%;
 }
 .embed-responsive-1by1::before {
   padding-top: 100%;
 }
 .flex-row {
   flex-direction: row !important;
 }
 .flex-column {
   flex-direction: column !important;
 }
 .flex-row-reverse {
   flex-direction: row-reverse !important;
 }
 .flex-column-reverse {
   flex-direction: column-reverse !important;
 }
 .flex-wrap {
   flex-wrap: wrap !important;
 }
 .flex-nowrap {
   flex-wrap: nowrap !important;
 }
 .flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }
 .flex-fill {
   flex: 1 1 auto !important;
 }
 .flex-grow-0 {
   flex-grow: 0 !important;
 }
 .flex-grow-1 {
   flex-grow: 1 !important;
 }
 .flex-shrink-0 {
   flex-shrink: 0 !important;
 }
 .flex-shrink-1 {
   flex-shrink: 1 !important;
 }
 .justify-content-start {
   justify-content: flex-start !important;
 }
 .justify-content-end {
   justify-content: flex-end !important;
 }
 .justify-content-center {
   justify-content: center !important;
 }
 .justify-content-between {
   justify-content: space-between !important;
 }
 .justify-content-around {
   justify-content: space-around !important;
 }
 .align-items-start {
   align-items: flex-start !important;
 }
 .align-items-end {
   align-items: flex-end !important;
 }
 .align-items-center {
   align-items: center !important;
 }
 .align-items-baseline {
   align-items: baseline !important;
 }
 .align-items-stretch {
   align-items: stretch !important;
 }
 .align-content-start {
   align-content: flex-start !important;
 }
 .align-content-end {
   align-content: flex-end !important;
 }
 .align-content-center {
   align-content: center !important;
 }
 .align-content-between {
   align-content: space-between !important;
 }
 .align-content-around {
   align-content: space-around !important;
 }
 .align-content-stretch {
   align-content: stretch !important;
 }
 .align-self-auto {
   align-self: auto !important;
 }
 .align-self-start {
   align-self: flex-start !important;
 }
 .align-self-end {
   align-self: flex-end !important;
 }
 .align-self-center {
   align-self: center !important;
 }
 .align-self-baseline {
   align-self: baseline !important;
 }
 .align-self-stretch {
   align-self: stretch !important;
 }
 @media (min-width: 576px) {
   .flex-sm-row {
     flex-direction: row !important;
   }
   .flex-sm-column {
     flex-direction: column !important;
   }
   .flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-sm-wrap {
     flex-wrap: wrap !important;
   }
   .flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-sm-fill {
     flex: 1 1 auto !important;
   }
   .flex-sm-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-sm-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-sm-start {
     justify-content: flex-start !important;
   }
   .justify-content-sm-end {
     justify-content: flex-end !important;
   }
   .justify-content-sm-center {
     justify-content: center !important;
   }
   .justify-content-sm-between {
     justify-content: space-between !important;
   }
   .justify-content-sm-around {
     justify-content: space-around !important;
   }
   .align-items-sm-start {
     align-items: flex-start !important;
   }
   .align-items-sm-end {
     align-items: flex-end !important;
   }
   .align-items-sm-center {
     align-items: center !important;
   }
   .align-items-sm-baseline {
     align-items: baseline !important;
   }
   .align-items-sm-stretch {
     align-items: stretch !important;
   }
   .align-content-sm-start {
     align-content: flex-start !important;
   }
   .align-content-sm-end {
     align-content: flex-end !important;
   }
   .align-content-sm-center {
     align-content: center !important;
   }
   .align-content-sm-between {
     align-content: space-between !important;
   }
   .align-content-sm-around {
     align-content: space-around !important;
   }
   .align-content-sm-stretch {
     align-content: stretch !important;
   }
   .align-self-sm-auto {
     align-self: auto !important;
   }
   .align-self-sm-start {
     align-self: flex-start !important;
   }
   .align-self-sm-end {
     align-self: flex-end !important;
   }
   .align-self-sm-center {
     align-self: center !important;
   }
   .align-self-sm-baseline {
     align-self: baseline !important;
   }
   .align-self-sm-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 768px) {
   .flex-md-row {
     flex-direction: row !important;
   }
   .flex-md-column {
     flex-direction: column !important;
   }
   .flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-md-wrap {
     flex-wrap: wrap !important;
   }
   .flex-md-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-md-fill {
     flex: 1 1 auto !important;
   }
   .flex-md-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-md-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-md-start {
     justify-content: flex-start !important;
   }
   .justify-content-md-end {
     justify-content: flex-end !important;
   }
   .justify-content-md-center {
     justify-content: center !important;
   }
   .justify-content-md-between {
     justify-content: space-between !important;
   }
   .justify-content-md-around {
     justify-content: space-around !important;
   }
   .align-items-md-start {
     align-items: flex-start !important;
   }
   .align-items-md-end {
     align-items: flex-end !important;
   }
   .align-items-md-center {
     align-items: center !important;
   }
   .align-items-md-baseline {
     align-items: baseline !important;
   }
   .align-items-md-stretch {
     align-items: stretch !important;
   }
   .align-content-md-start {
     align-content: flex-start !important;
   }
   .align-content-md-end {
     align-content: flex-end !important;
   }
   .align-content-md-center {
     align-content: center !important;
   }
   .align-content-md-between {
     align-content: space-between !important;
   }
   .align-content-md-around {
     align-content: space-around !important;
   }
   .align-content-md-stretch {
     align-content: stretch !important;
   }
   .align-self-md-auto {
     align-self: auto !important;
   }
   .align-self-md-start {
     align-self: flex-start !important;
   }
   .align-self-md-end {
     align-self: flex-end !important;
   }
   .align-self-md-center {
     align-self: center !important;
   }
   .align-self-md-baseline {
     align-self: baseline !important;
   }
   .align-self-md-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 992px) {
   .flex-lg-row {
     flex-direction: row !important;
   }
   .flex-lg-column {
     flex-direction: column !important;
   }
   .flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-lg-wrap {
     flex-wrap: wrap !important;
   }
   .flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-lg-fill {
     flex: 1 1 auto !important;
   }
   .flex-lg-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-lg-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-lg-start {
     justify-content: flex-start !important;
   }
   .justify-content-lg-end {
     justify-content: flex-end !important;
   }
   .justify-content-lg-center {
     justify-content: center !important;
   }
   .justify-content-lg-between {
     justify-content: space-between !important;
   }
   .justify-content-lg-around {
     justify-content: space-around !important;
   }
   .align-items-lg-start {
     align-items: flex-start !important;
   }
   .align-items-lg-end {
     align-items: flex-end !important;
   }
   .align-items-lg-center {
     align-items: center !important;
   }
   .align-items-lg-baseline {
     align-items: baseline !important;
   }
   .align-items-lg-stretch {
     align-items: stretch !important;
   }
   .align-content-lg-start {
     align-content: flex-start !important;
   }
   .align-content-lg-end {
     align-content: flex-end !important;
   }
   .align-content-lg-center {
     align-content: center !important;
   }
   .align-content-lg-between {
     align-content: space-between !important;
   }
   .align-content-lg-around {
     align-content: space-around !important;
   }
   .align-content-lg-stretch {
     align-content: stretch !important;
   }
   .align-self-lg-auto {
     align-self: auto !important;
   }
   .align-self-lg-start {
     align-self: flex-start !important;
   }
   .align-self-lg-end {
     align-self: flex-end !important;
   }
   .align-self-lg-center {
     align-self: center !important;
   }
   .align-self-lg-baseline {
     align-self: baseline !important;
   }
   .align-self-lg-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 1200px) {
   .flex-xl-row {
     flex-direction: row !important;
   }
   .flex-xl-column {
     flex-direction: column !important;
   }
   .flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-xl-wrap {
     flex-wrap: wrap !important;
   }
   .flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-xl-fill {
     flex: 1 1 auto !important;
   }
   .flex-xl-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-xl-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-xl-start {
     justify-content: flex-start !important;
   }
   .justify-content-xl-end {
     justify-content: flex-end !important;
   }
   .justify-content-xl-center {
     justify-content: center !important;
   }
   .justify-content-xl-between {
     justify-content: space-between !important;
   }
   .justify-content-xl-around {
     justify-content: space-around !important;
   }
   .align-items-xl-start {
     align-items: flex-start !important;
   }
   .align-items-xl-end {
     align-items: flex-end !important;
   }
   .align-items-xl-center {
     align-items: center !important;
   }
   .align-items-xl-baseline {
     align-items: baseline !important;
   }
   .align-items-xl-stretch {
     align-items: stretch !important;
   }
   .align-content-xl-start {
     align-content: flex-start !important;
   }
   .align-content-xl-end {
     align-content: flex-end !important;
   }
   .align-content-xl-center {
     align-content: center !important;
   }
   .align-content-xl-between {
     align-content: space-between !important;
   }
   .align-content-xl-around {
     align-content: space-around !important;
   }
   .align-content-xl-stretch {
     align-content: stretch !important;
   }
   .align-self-xl-auto {
     align-self: auto !important;
   }
   .align-self-xl-start {
     align-self: flex-start !important;
   }
   .align-self-xl-end {
     align-self: flex-end !important;
   }
   .align-self-xl-center {
     align-self: center !important;
   }
   .align-self-xl-baseline {
     align-self: baseline !important;
   }
   .align-self-xl-stretch {
     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;
   }
 }
 .user-select-all {
   user-select: all !important;
 }
 .user-select-auto {
   user-select: auto !important;
 }
 .user-select-none {
   user-select: 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: sticky !important;
 }
 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
 }
 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
 }
 @supports (position: sticky) {
   .sticky-top {
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   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 {
   box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075) !important;
 }
 .shadow {
   box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15) !important;
 }
 .shadow-lg {
   box-shadow: 0 1rem 3rem rgba(51, 51, 51, 0.175) !important;
 }
 .shadow-none {
   box-shadow: none !important;
 }
 .w-25 {
   width: 25% !important;
 }
 .w-50 {
   width: 50% !important;
 }
 .w-75 {
   width: 75% !important;
 }
 .w-100 {
   width: 100% !important;
 }
 /* DesignSensory additions 
  added new width point
 */
 .w-90 {
     width: 90% !important;
 }
 /* end of width DesignSensory additions */
 .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;
 }
 .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;
   }
 }
 .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);
 }
 .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: #547e2a !important;
 }
 a.text-primary:hover,
 a.text-primary:focus {
   color: #2e4517 !important;
 }
 .text-secondary {
   color: #063559 !important;
 }
 a.text-secondary:hover,
 a.text-secondary:focus {
   color: #010a11 !important;
 }
 .text-success {
   color: #547e2a !important;
 }
 a.text-success:hover,
 a.text-success:focus {
   color: #2e4517 !important;
 }
 .text-info {
   color: #db7233 !important;
 }
 a.text-info:hover,
 a.text-info:focus {
   color: #a4501d !important;
 }
 .text-warning {
   color: gold !important;
 }
 a.text-warning:hover,
 a.text-warning:focus {
   color: #b39700 !important;
 }
 .text-danger {
   color: #a31 !important;
 }
 a.text-danger:hover,
 a.text-danger:focus {
   color: #641e0a !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-black {
   color: #333 !important;
 }
 a.text-black:hover,
 a.text-black:focus {
   color: #0d0d0d !important;
 }
 .text-tncm {
   color: #72a951 !important;
 }
 a.text-tncm:hover,
 a.text-tncm:focus {
   color: #4f7538 !important;
 }
 .text-body {
   color: #212529 !important;
 }
 .text-muted {
   color: #6c757d !important;
 }
 .text-black-50 {
   color: rgba(51, 51, 51, 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-wrap: break-word !important;
 }
 .text-reset {
   color: inherit !important;
 }
 .visible {
   visibility: visible !important;
 }
 .invisible {
   visibility: hidden !important;
 }
 .ci-small {
   width: 31%;
 }
 .ci-large {
   width: 47%;
 }
 .ci-banner {
   width: 100%;
   padding-bottom: 3%;
 }
 .left {
   float: left;
   padding: 0 1.5% 0 0;
 }
 .right {
   float: right;
   padding: 1.5% 0 1.5% 1.5%;
 }
 #mixitup .mix {
   display: none;
 }
 .filter-controls {
   background: whitesmoke;
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   border: 1px solid #dfdfdf;
   margin-bottom: 2rem;
   padding: 0.65rem 1rem 0.75rem;
 }
 .filter-controls label {
   display: block;
   font-size: 0.65rem;
   color: #333;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   padding: 0.25rem 0;
 }
 .content article ul.filter-buttons {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 .filter-buttons li {
   display: inline-block;
   margin: 0.5rem 0;
 }
 .filter-buttons button {
   background-color: #063559;
   border: none;
   color: white;
   cursor: pointer;
   font-size: 0.75rem;
   font-weight: normal;
   line-height: normal;
   margin: 0;
   padding: 0.35rem 0.55rem;
   position: relative;
   text-decoration: none;
   -webkit-appearance: none;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   width: 80px;
   -webkit-transiton: background 0.35s ease;
   transition: background 0.35s ease;
   text-transform: uppercase;
 }
 .filter-buttons button:hover {
   background: #db7233;
 }
 .filter-buttons button.active {
   background: #db7233;
 }
 .filter-buttons button:focus {
   outline: 0 none;
 }
 #mixitup .mix {
   display: none;
 }
 .card-box {
   text-align: justify;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 .card-box:after {
   content: "";
   display: inline-block;
   width: 100%;
 }
 .card,
 .gap {
   display: inline-block;
   width: 28%;
 }
 .card {
   background: white;
   border: 1px solid #e7e7e7;
   margin: 0 0 1rem 0;
   padding: 1rem;
   vertical-align: top;
   text-align: left;
   position: relative;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 }
 .card p {
   font-size: 0.9rem;
 }
 .card .event-title {
   font-size: 1.35rem;
 }
 .card .event-date {
   text-transform: uppercase;
   font-weight: bold;
 }
 .card .event-location {
   color: #71a938;
   font-weight: bold;
 }
 .owl-stage {
   background-color: #063559;
 }
 .owl-credit {
   background: rgba(6, 53, 89, 0.85);
   bottom: 0;
   color: #fff;
   padding: 5px 0;
   position: absolute;
   text-align: center;
   width: 100%;
 }
 .owl-dotless .owl-dots {
   display: none;
 }
 .owl-text-overlay {
   text-align: left;
   color: #fff;
   background-color: rgba(6, 53, 89, 0.85);
   background: rgba(6, 53, 89, 0.85);
   padding: 20px;
   font-family: "Open Sans", sans-serif;
   min-height: 200px;
 }
 .owl-image {
   max-height: 500px;
   overflow: hidden;
 }
 h2.owl-title {
   color: white;
   font-size: 32px;
   font-weight: bold;
   margin-bottom: 20px;
 }
 p.owl-caption {
   font-size: 18px;
   line-height: 24px;
 }
 .owl-button {
   background: #db7233;
   border-radius: 5px;
   color: white;
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   padding: 0.25rem 0.75rem;
 }
 .owl-button:hover,
 .owl-button:active,
 .owl-button:visited,
 .owl-button:focus {
   color: white;
   text-decoration: underline;
 }
 .owl-dots {
   bottom: 5px;
   position: absolute;
   left: 0;
   right: 0;
 }
 @media screen and (min-width: 768px) {
   .owl-text-overlay {
     min-height: 150px;
     position: absolute;
     width: 60%;
     top: 80%;
     transform: translateY(-80%);
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
     border-radius: 10px;
   }
 }
 @font-face {
   font-family: "Verb Regular";
   src: url("../fonts/verbregular-webfont.eot");
   src: url("../fonts/verbregular-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("../fonts/verbregular-webfont.woff") format("woff"),
     url("../fonts/verbregular-webfont.ttf") format("truetype"),
     url("../fonts/verbregular-webfont.svg#verbregular") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 @font-face {
   font-family: "Verb Bold";
   src: url("../fonts/verbbold-webfont.eot");
   src: url("../fonts/verbbold-webfont.eot?#iefix") format("embedded-opentype"),
     url("../fonts/verbbold-webfont.woff") format("woff"),
     url("../fonts/verbbold-webfont.ttf") format("truetype"),
     url("../fonts/verbbold-webfont.svg#verbbold") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 h1 {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 3em;
 }
 h2 {
   color: #063559;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
 }
 h3 {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.75em;
   padding: 0.75em 0 0;
 }
 h4 {
   color: #063559;
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.2em;
   padding: 0.65em 0 0;
   text-transform: uppercase;
 }
 h5 {
   color: #547e2a;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1em;
   padding: 0.75em 0 0;
 }
 p,
 ul,
 ol {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1em;
   line-height: 1.5em;
 }
 li {
   display: list-item;
   text-align: -webkit-match-parent;
 }
 a {
   color: #0000ee;
   text-decoration: none;
   background-color: transparent;
 }
 a:hover {
   color: #db7233;
   text-decoration: underline;
 }
 .tsp-primaryNav {
   border-top: 8px solid #063559;
 }
 .tsp-primaryNav-list {
   text-align: center;
 }
 .navbar button.tsp-primaryNav-hamburger {
   border: none;
 }
 .navbar button.tsp-primaryNav-hamburger:focus {
   outline: none;
 }
 .navbar button.tsp-primaryNav-hamburger:hover {
   background: #f8f9fa;
 }
 li.dropdown a.nav-link.tsp-primaryNav-link,
 li.dropdown a.nav-link.tsp-primaryNav-link:hover,
 li.dropdown a.nav-link.tsp-primaryNav-link:focus {
   color: #063559;
 }
 .dropdown-menu {
   width: 320px;
   margin: 0 auto;
   background-color: #063559;
   font-family: "Verb Regular";
 }
 .dropdown-menu a,
 .dropdown-menu h4 {
   color: #fff;
 }
 .dropdown-menu h4 {
   font-family: "Verb Bold";
   font-size: 19.2px;
   padding-top: 3%;
 }
 .dropdown-menu a:hover {
   background-color: #547e2a;
   color: #fff;
 }
 .dropdown-menu h4:hover {
   background-color: #063559;
   color: #fff;
 }
 .tsp-primaryNav-link > span {
   font-weight: bold;
 }
 .tsp-primaryNav-search {
   width: 250px;
   margin: 0 auto;
 }
 .tsp-primaryNav-link {
   font-family: "Verb Regular";
   font-size: 17.6px;
   line-height: 18.5px;
 }
 span {
   font-family: "Verb Bold";
 }
 .tsp-search-btn {
   background-color: #db7233;
   border: none;
   color: #fff;
   padding: 5px 10px;
 }
 .fa-search {
   margin-top: 5px;
 }
 .hero {
   overflow: hidden;
   height: 180px;
   width: 100%;
   position: relative;
   background-image: url("../img/fall-creek-falls_hero.jpg");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }
 .pageTitle {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
   z-index: 1;
   text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
   margin-top: 0rem;
   -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.65));
   filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.65));
 }
 img.golf-icon {
   width: auto;
 }
 img.conservationist-icon {
   width: 65%;
 }
 .pageTitle h1 {
   font-size: 1em;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: white;
   text-transform: uppercase;
   letter-spacing: 5px;
 }
 @media (min-width: 400px) {
   .pageTitle h1 {
     font-size: 1.5em;
   }
 }
 @media (min-width: 576px) {
   .hero {
     height: 300px;
   }
   .pageTitle h1 {
     font-size: 1.75em;
   }
 }
 @media (min-width: 768px) {
   .hero {
     height: 450px;
   }
   .pageTitle h1 {
     font-size: 2.5rem;
   }
 }
 /* DesignSensory additions
  added pageTitle max width logic
 */
 @media (min-width: 992px) {
   .hero {
     height: 500px;
   }
   .pageTitle h1 {
       max-width: 660px;
   }
 }
 /* end of DesignSensory additions */
 @media (min-width: 1200px) {
   .hero {
     height: 550px;
   }
 }
 .menu__header {
   padding: 8px;
 }
 .menu__header p {
   padding: 0px;
 }
 .menu__items {
   width: auto;
   float: none;
   background-color: #f8f9fa;
 }
 .menu__header-alerts {
   background-color: #a31;
   color: #f8f9fa;
 }
 .menu__header-warnings {
   background-color: #fff;
   border: solid 1px rgba(51, 51, 51, 0.1);
   color: #a31;
 }
 .menu__header-pagenav {
   background-color: #063559;
   color: #f8f9fa;
 }
 .menu__items ul {
   padding-left: 0;
 }
 .menu__items ul li {
   color: #db7233;
 }
 .menu__items ul li,
 .menu__items ul li a,
 .menu__header p {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 95%;
   text-transform: uppercase;
   margin-bottom: 0;
 }
 .menu__items ul li a {
   color: #063559;
 }
 .menu__items ul li a:hover,
 .menu__toggle:hover,
 a#collapseNav {
   text-decoration: none;
 }
 .menu__items ul {
   padding-bottom: 15px;
   list-style: none;
 }
 @media (min-width: 768px) {
   .menu__items-pagenav {
     background-color: #fff;
   }
 }
 .park-alert,
 .park-alert-emergency,
 .park-alert-warning {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 0.85rem;
   font-weight: bold;
   line-height: 120%;
   padding: 8px;
 }
 .park-alert-emergency {
   background: firebrick;
   color: white;
 }
 .park-alert-warning {
   background: gold;
   color: rgba(0, 0, 0, 0.65);
 }
 .park-alert p,
 .park-alert-emergency p,
 .park-alert-warning p {
   margin-bottom: 0;
 }
 .page-subTitle {
   font-size: 2.5em;
   width: 100%;
   margin: 0 0 3%;
   padding: 0 0 1%;
   border-bottom: 1px solid #ccc;
 }
 footer {
   zoom: 1;
   background: #063559;
   color: white;
   padding: 1.5rem 0 3rem;
 }
 footer a,
 footer a:visited {
   color: #d6e2eb;
   font-size: 80%;
 }
 footer h3,
 footer h4 {
   font-size: 105%;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 .footerLogos .logo a {
   background: no-repeat center center;
   background-size: 100% auto;
   display: block;
   opacity: 0.75;
   width: 175px;
   height: 70px;
   text-indent: -9999px;
 }

 .footer-list {
  list-style-type: none;
  margin-left: -2.45em;
}
.footnotes h4 {
  font-size: 100% !important;
  margin: 3px 0 !important;
  color: rgba(255, 255, 255, 0.5) ;
}
.footnotes_parkContent {
  font-size: 80%; 
  line-height: 130%; 
  margin: 3px 0 12px; 
  color: rgba(255, 255, 255, 0.5);
}
.footer_contactSize90{
  font-size: 100% !important;
}
.social-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-start;
  margin-top: -10px;
}
.social-icons li {
  list-style-type: none;
  margin-right: 2rem;
}
.footer-col1 h3 {
  color: rgba(255, 255, 255, 0.5) ;
  text-transform: uppercase;
  font-size: 105%;
}

.footer-credits {
font-size: 10px;
color: rgba(255, 255, 255, 0.5);
margin-top: 2rem;
}

 .logo-lrg {
   opacity: 0.75 !important;
 }
 .logo-lrg:hover {
   opacity: 1;
 }
 .footnotes {
   float: left;
   width: 48%;
 }
 .footnotes h4 {
   font-size: 90%;
 }
 .footnotes h4,
 .footnotes p {
   color: rgba(255, 255, 255, 0.5);
   font-size: 78%;
   line-height: 130%;
   margin: 3px 0 12px;
 }
 .footerLogos .tdec a {
   background-image: url(/img/logo_footer-tdec.png);
 }
 .footerLogos .made-in-tn a {
   background-image: url(/img/logo_footer-made-in-tn.png);
 }
 .footerLogos .tncm a {
   background-image: url(../images/logo_tncm.png) !important;
 }
 .footerLogos .capra a {
   background-image: url(../images/capra_smallest.png) !important;
 }
 @media (min-width: 992px) {
   .navbar {
     flex-direction: column;
     padding: 8px 8%;
   }
   .navbar-collapse {
     width: 90%;
   }
   .tsp-primaryNav-list {
     width: 100%;
   }
   .nav-item {
     margin: 0 auto;
   }
   .tsp-primaryNav-link {
     text-align: left;
   }
   .tsp-primaryNav-link::after {
     display: none;
   }
   span {
     display: block;
   }
 }
 @media (min-width: 1200px) {
   .navbar {
     flex-direction: row;
   }
   .navbar-collapse {
     margin-left: 20px;
     margin-right: 20px;
   }
 }
 .courselist {
   font-size: 90%;
 }
 .coursenav {
   font-size: 87.5%;
 }
 .course-name {
   font-family: "Verb Bold";
   text-transform: uppercase;
 }
 .golf-header,
 .course-header,
 .tee-header,
 .rate-header {
   border-bottom: 1px solid black;
 }
 .course-header,
 .tee-header {
   text-align: center;
 }
 .rate-header {
   margin-top: 24px;
 }
 .golf-table {
   vertical-align: middle;
 }
 .golf-table tr:nth-child(odd) {
   background-color: #e6e6e6;
 }
 .golf-table td,
 .golf-table th {
   font-weight: 600;
   padding-top: 4px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-left: 5px;
   vertical-align: middle;
 }
 .golf-table .rate {
   font-size: 130%;
   color: #653100;
 }
 .golf-info-table,
 .golf-tee-table {
   margin: 16px auto;
 }
 .golf-tee-table {
   text-align: center;
 }
 .hole {
   display: inline-block;
   width: 16.66%;
   text-align: center;
   margin-bottom: 16px;
 }
 .hole-data {
   font-size: 0.8rem;
   line-height: 1rem;
   padding: 0;
 }
 @media screen and (max-width: 580px) {
   .hole {
     width: 49%;
   }
 }
 @media screen and (min-width: 581px) and (max-width: 976px) {
   .hole {
     width: 32%;
   }
 }
 .hero h1 {
   z-index: 50;
 }
 @media screen and (min-width: 768px) {
   .courselist {
     padding-left: 10px !important;
   }
   .coursenav {
     padding-left: 12px !important;
   }
   .coursenav li {
     list-style: square;
   }
 }
 .park-slider-item {
   width: 100%;
   height: 60vw;
   max-height: 300px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 @media screen and (min-width: 768px) {
   .park-slider-item {
     min-height: 300px;
   }
 }
 @media screen and (min-width: 992px) {
   .park-slider-item {
     min-height: 400px;
   }
 }
 .map-section {
   background-color: #f8f9fa;
   border-top: 1px solid #999;
   color: #333;
 }
 .map-section__hours p {
   padding: 0;
   margin: 8px 0;
 }
 .map-section__hours h5 {
   padding: 0;
 }
 .map-section__flex-parent {
   display: flex;
   flex: 1 0 auto;
   flex-direction: column;
 }
 .map-section__flex-child {
   margin: 12px;
   padding: 12px;
   flex: 1 0 auto;
 }
 .map-section__map {
   order: 0;
 }
 @media (min-width: 576px) {
   .map-section__map {
     order: 0;
   }
   .map-section__row {
     display: flex;
     flex: 1 0 auto;
     flex-direction: row;
   }
 }
 @media (min-width: 992px) {
   .map-section__flex-parent {
     flex-direction: row;
   }
   .map-section__map {
     order: 1;
   }
 }
 .cta-link {
   position: absolute;
   bottom: 0;
   right: 15px;
 }
 @font-face {
   font-family: "weather";
   src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
   src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix")
       format("embedded-opentype"),
     url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff")
       format("woff"),
     url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf")
       format("truetype"),
     url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg")
       format("svg");
   font-weight: normal;
   font-style: normal;
 }
 #weather {
   margin: 0px auto;
   text-align: center;
 }
 #weather h2 {
   margin: 0;
   font-weight: 300;
   text-transform: uppercase;
 }
 #weather i {
   font-family: weather;
   font-size: 72px;
   font-weight: normal;
   font-style: normal;
   line-height: 1;
   text-transform: none;
 }
 @media (min-width: 768px) {
   #weather h2 {
     font-size: 42px;
   }
   #weather i {
     font-size: 82px;
   }
 }
 .icon-0:before {
   content: ":";
 }
 .icon-1:before {
   content: "p";
 }
 .icon-2:before {
   content: "S";
 }
 .icon-3:before {
   content: "Q";
 }
 .icon-4:before {
   content: "S";
 }
 .icon-5:before {
   content: "W";
 }
 .icon-6:before {
   content: "W";
 }
 .icon-7:before {
   content: "W";
 }
 .icon-8:before {
   content: "W";
 }
 .icon-9:before {
   content: "I";
 }
 .icon-10:before {
   content: "W";
 }
 .icon-11:before {
   content: "I";
 }
 .icon-12:before {
   content: "I";
 }
 .icon-13:before {
   content: "I";
 }
 .icon-14:before {
   content: "I";
 }
 .icon-15:before {
   content: "W";
 }
 .icon-16:before {
   content: "I";
 }
 .icon-17:before {
   content: "W";
 }
 .icon-18:before {
   content: "U";
 }
 .icon-19:before {
   content: "Z";
 }
 .icon-20:before {
   content: "Z";
 }
 .icon-21:before {
   content: "Z";
 }
 .icon-22:before {
   content: "Z";
 }
 .icon-23:before {
   content: "Z";
 }
 .icon-24:before {
   content: "E";
 }
 .icon-25:before {
   content: "E";
 }
 .icon-26:before {
   content: "3";
 }
 .icon-27:before {
   content: "a";
 }
 .icon-28:before {
   content: "A";
 }
 .icon-29:before {
   content: "a";
 }
 .icon-30:before {
   content: "A";
 }
 .icon-31:before {
   content: "6";
 }
 .icon-32:before {
   content: "1";
 }
 .icon-33:before {
   content: "6";
 }
 .icon-34:before {
   content: "1";
 }
 .icon-35:before {
   content: "W";
 }
 .icon-36:before {
   content: "1";
 }
 .icon-37:before {
   content: "S";
 }
 .icon-38:before {
   content: "S";
 }
 .icon-39:before {
   content: "S";
 }
 .icon-40:before {
   content: "M";
 }
 .icon-41:before {
   content: "W";
 }
 .icon-42:before {
   content: "I";
 }
 .icon-43:before {
   content: "W";
 }
 .icon-44:before {
   content: "a";
 }
 .icon-45:before {
   content: "S";
 }
 .icon-46:before {
   content: "U";
 }
 .icon-47:before {
   content: "S";
 }
 body .parks-highlights {
   width: 100%;
 }
 .badge-icon svg {
   max-height: 75px;
 }
 @media screen and (min-width: 576px) {
   .badge-icon svg {
     max-height: 125px;
   }
 }
 .parks-highlights svg,
 .parks-highlights svg polygon,
 .parks-highlights svg g path {
   color: #063559 !important;
   fill: #063559 !important;
   stroke: #063559 !important;
 }
 .parks-highlights a:hover,
 .parks-highlights a:hover svg,
 .parks-highlights a:hover svg polygon,
 .parks-highlights a:hover svg g path {
   color: #db7233 !important;
   fill: #db7233 !important;
   stroke: #db7233 !important;
 }
 .parks-highlights svg line {
   color: rgba(0, 0, 0, 0) !important;
   fill: rgba(0, 0, 0, 0) !important;
   stroke: rgba(0, 0, 0, 0) !important;
 }
 body {
   color: #333;
   font-size: 100%;
 }
 em {
   font-family: "Verb Regular Italic", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 strong {
   font-family: "Verb Medium", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 p,
 ul,
 ol {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1em;
   line-height: 1.5em;
 }
 p {
   padding: 0.25em 0 0.75em;
 }
 blockquote {
   background: rgba(51, 51, 51, 0.1);
   border: 1px solid #999;
   margin: 1.5% 0;
   padding: 1% 2%;
 }
 h1 {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 3em;
   font-weight: normal;
 }
 h1 > a {
   color: #333;
 }
 h2 {
   color: #063559;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
   font-weight: normal;
 }
 h2 > a {
   color: #063559;
 }
 h3 {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.75em;
   font-weight: normal;
   padding: 0.75em 0 0;
 }
 h3 > a {
   color: #333;
 }
 h4 {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: #063559;
   font-size: 1.2em;
   font-weight: normal;
   padding: 0.65em 0 0;
   text-transform: uppercase;
 }
 h4 > a {
   color: #063559;
 }
 h5 {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: #547e2a;
   font-size: 1em;
   font-weight: normal;
   padding: 0.75em 0 0;
 }
 h5 > a {
   color: #547e2a;
 }
 small {
   font-size: 0.75em;
 }
 header {
   width: 100%;
 }
 @media (max-width: 767px) {
   header {
     position: relative;
   }
 }
 .content {
   zoom: 1;
   padding: 0 0 3em;
 }
 .content:before,
 .content:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 .content:after {
   clear: both;
 }
 .subNav {
   float: left;
   width: 13.5%;
   padding: 0 1.5% 0 0;
 }
 @media (min-width: 700px) and (max-width: 960px) {
   .subNav {
     width: 20%;
   }
 }
 @media (min-width: 481px) and (max-width: 699px) {
   .subNav {
     width: 30%;
   }
 }
 @media (max-width: 480px) {
   .subNav {
     float: none;
     width: 100%;
   }
 }
 footer .guideLinks {
   zoom: 1;
   width: 100%;
   padding-bottom: 2%;
 }
 footer .guideLinks:before,
 footer .guideLinks:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 footer .guideLinks:after {
   clear: both;
 }
 footer .newsletterSignUp {
   float: left;
   width: 30%;
   padding: 0 1.5%;
 }
 footer .popular {
   float: left;
   width: 30%;
   padding: 0 1.5%;
 }
 footer .activities {
   float: left;
   width: 30%;
   padding: 0 1.5%;
 }
 @media (max-width: 480px) {
   footer .newsletterSignUp,
   footer .popular,
   footer .activities {
     float: none;
     width: 80%;
     padding: 0 5%;
   }
 }
 .alert-bar {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   background: #547e2a;
   height: 25px;
   width: 100%;
   color: #fff;
   font-size: 100%;
   text-align: center;
   line-height: 25px;
 }
 .alert-bar span {
   text-transform: uppercase;
 }
 a.button {
   text-transform: uppercase;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 a.tncm-button {
   text-transform: uppercase;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 a.learn-more,
 a.learn-more:link {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   font-size: 95%;
   text-transform: uppercase;
 }
 a.learn-more:hover {
   text-decoration: none;
 }
 .disclaimer {
   color: #999;
   display: block;
   font-size: 0.85em;
   text-transform: none;
 }
 .virtual-tour {
   background: url(../icons/360-tour.png) no-repeat left center;
   padding-left: 125px;
 }
 .video {
   background: url(../icons/video.png) no-repeat left center;
   padding-left: 125px;
   min-height: 100px;
   vertical-align: middle;
 }
 .single-event {
   border: 1px solid rgba(51, 51, 51, 0.1);
   margin-bottom: 1.5rem;
   padding: 1rem;
   min-height: 285px;
 }
 .single-event .time-location {
   border-bottom: 1px solid rgba(51, 51, 51, 0.1);
   padding-bottom: 3%;
   margin-bottom: 3%;
 }
 .single-event .time-location .event-date {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.2em;
   float: left;
   width: 40%;
   padding: 2% 0 0;
 }
 @media (max-width: 699px) {
   .single-event .time-location .event-date {
     padding: 2% 0 0 2%;
     width: 25%;
   }
 }
 .single-event .time-location .event-location {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   float: right;
   width: 54%;
   padding: 0;
   text-align: right;
 }
 @media (max-width: 699px) {
   .single-event .time-location .event-location {
     float: left;
     text-align: right;
     padding: 2% 1% 0 0;
     width: 71%;
   }
 }
 /* DesignSensory additions? These may have been left here from an older version?*/
 .single-event .time-location .single-event-location {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   padding: 0;
   text-align: left;
 }
 @media (max-width: 699px) {
   .single-event .time-location .single-event-location {
     text-align: center;
     padding: 2% 1% 0 0;
   }
 }
 .single-event .event-multiday,
 .single-event .event-allday {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   border-left: 4px solid #547e2a;
   font-size: 0.8em;
   padding: 0 10px 0 6px;
   text-transform: uppercase;
 }
 .single-event .event-title a {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   display: block;
   line-height: 1.1em;
 }
 .single-event .event-summary {
   font-size: 0.8em;
   padding: 1em 0 0;
 }
 .single-event .event-link {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   display: block;
   font-size: 0.8em;
   padding: 6% 0 3%;
 }
 .utilityBar {
   zoom: 1;
   background: #063559;
   height: 40px;
 }
 .utilityBar:before,
 .utilityBar:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 .utilityBar:after {
   clear: both;
 }
 @media (max-width: 767px) {
   .utilityBar {
     display: none;
   }
 }
 .utilityNav {
   list-style: none;
   float: left;
   padding-top: 5px;
   margin: 0;
 }
 .utilityNav li {
   float: left;
   margin: 0;
 }
 .utilityNav li a {
   display: block;
 }
 .utilityNav li {
   padding: 0 10px;
 }
 .utilityNav li a {
   color: #ddd;
   font-size: 75%;
   line-height: 30px;
 }
 .utilityFunction {
   list-style: none;
   float: right;
 }
 .utilityFunction li {
   float: left;
   margin: 0;
 }
 .utilityFunction li a {
   display: block;
 }
 .utilityFunction li a {
   color: white;
   line-height: 40px;
   text-transform: uppercase;
   padding: 0 10px 0 36px;
 }
 .utilityFunction .calendar a {
   background: url(../images/icon_calendar.png) no-repeat left center;
 }
 .utilityFunction .reservations a {
   background: url(../images/icon_reservations.png) no-repeat left center;
 }
 .donatelinkscroll {
   text-align: center;
   color: white !important;
   background-color: #72a951;
   padding: 1em;
 }
 @media (min-width: 992px) {
   .reservationlinkscroll {
     display: block;
     position: fixed;
     top: 0.1;
     left: 0;
     height: 40px;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1) !important;
   }
   .donatelinkscroll {
     display: block;
     position: fixed;
     top: 0.1;
     left: 0;
     height: 40px;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1) !important;
   }
 }
 @media (min-width: 768px) {
   .reservationlinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
   .donatelinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
 }
 @media (min-width: 576px) {
   .reservationlinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
   .donatelinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
 }
 @media (min-width: 319px) {
   .reservationlinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
   .donatelinkscroll {
     display: block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     border-radius: 0px !important;
     -webkit-backface-visibility: hidden !important;
     backface-visibility: hidden;
     -webkit-transform: translateZ(0) scale(1, 1);
   }
 }
 .masthead {
   zoom: 1;
   background: white;
   -webkit-box-shadow: 0 8px 6px -6px #333;
   -moz-box-shadow: 0 8px 6px -6px #333;
   box-shadow: 0 8px 6px -6px #333;
 }
 .masthead:before,
 .masthead:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 .masthead:after {
   clear: both;
 }
 .main-search {
   float: right;
   width: 22%;
   padding: 40px 0;
 }
 .main-search .search-box {
   color: #888;
   float: left;
   line-height: 30px;
   height: 30px;
   width: 82%;
 }
 .main-search .search-button {
   background: url(../images/icon_search.png) center center #d85a2a no-repeat;
   border: none;
   cursor: pointer;
   display: block;
   float: right;
   height: 35px;
   width: 14%;
 }
 @media (max-width: 768px) {
   .main-search {
     width: 100%;
   }
 }
 .mainLogo a {
   float: left;
   padding: 15px 0;
   text-indent: -9999px;
   overflow: hidden;
   text-decoration: none;
   display: block;
   font-size: 0;
   text-align: start;
   background: url(../images/tsp-logo.svg) no-repeat left center;
   background-size: 100% auto;
   height: 90px;
   width: 25%;
   max-width: 230px;
 }
 @media (max-width: 480px) {
   .mainLogo a {
     float: none;
     width: 75%;
     max-width: 230px;
     margin: 0 auto;
   }
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .mainLogo a {
     float: none;
     width: 50%;
     max-width: 230px;
     margin: 0 auto;
   }
 }
 .hero {
   height: 550px;
   overflow: hidden;
 }
 @media (min-width: 768px) and (max-width: 1200px) {
   .hero {
     height: 500px;
   }
 }
 @media (max-width: 767px) {
   .hero {
     height: 350px;
   }
 }
 @media (max-width: 600px) {
   .hero {
     height: auto;
   }
 }
 .hero h1 {
   z-index: 50;
 }
 .hero img {
   width: 1600px;
   margin: 0 auto;
   display: block;
 }
 @media (min-width: 1600px) {
   .hero img {
     width: 100%;
   }
 }
 @media (min-width: 768px) and (max-width: 1200px) {
   .hero img {
     width: 1200px;
     margin: 0 auto;
   }
 }
 @media (max-width: 767px) {
   .hero img {
     width: 100%;
     /* DesignSensory additions make the logo in the lodges not huge for mobile */
     max-width: 75px !important;
     margin-bottom: 15px;
     /* end logo  DesignSensory additions */
   }
 }
 .pageTitle {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: white;
   position: absolute;
   text-align: center;
   width: 100%;
   z-index: 1;
   text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.65);
   text-transform: uppercase;
   letter-spacing: 5px;
   margin-top: 10rem;
 }
 .pageTitle span {
   display: block;
 }
 @media (max-width: 767px) {
   .pageTitle {
     font-size: 2em;
     margin-top: 4rem;
   }
 }
 @media (max-width: 480px) {
   .pageTitle {
     font-size: 1.5em;
     padding: 0 0 2%;
     margin-top: 2rem;
     color: #063559;
     text-shadow: none;
   }
 }
 .home .pageTitle {
   font-size: 3em;
   text-transform: none;
   letter-spacing: normal;
   margin-top: 6rem;
 }
 @media (max-width: 768px) {
   .home .pageTitle {
     font-size: 2em;
     margin-top: 4rem;
   }
 }
 @media (max-width: 480px) {
   .home .pageTitle {
     position: relative;
     font-size: 1.5em;
     padding: 0 0 2%;
     margin-top: 2rem;
     color: #063559;
     text-shadow: none;
   }
 }
 .home .pageTitle span {
   font-family: "Verb Bold Italic", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 2.5em;
 }
 .campaign {
   background: #79b03c;
   margin: 0;
   padding: 0;
 }
 .campaign .ad {
   display: block;
   margin: 0 auto;
   padding: 0;
   width: 85%;
   max-width: 960px;
 }
 .campaign .ad img {
   width: 100%;
 }
 .home .intro {
   padding-top: 3%;
   width: 85%;
   max-width: 960px;
   margin: 0 auto 1%;
   font-size: 1.2em;
   text-align: center;
 }
 .home .sub-intro {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.2em;
   margin: 0 auto;
   text-align: center;
   width: 85%;
   max-width: 960px;
 }
 .home .sub-intro span {
   font-family: "Verb Bold Italic", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 .home-buckets {
   zoom: 1;
   padding: 3% 0;
   max-width: 1600px;
   margin: 0 auto;
 }
 .home-buckets:before,
 .home-buckets:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 .home-buckets:after {
   clear: both;
 }
 .home-buckets li {
   float: left;
   width: 32%;
   padding: 0 0.65%;
   margin: 0;
   text-align: center;
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .home-buckets li {
     zoom: 1;
     float: none;
     padding: 3% 0;
     width: 85%;
     margin: 0 auto;
     text-align: left;
   }
   .home-buckets li:before,
   .home-buckets li:after {
     content: "\0020";
     display: block;
     height: 0;
     overflow: hidden;
   }
   .home-buckets li:after {
     clear: both;
   }
 }
 @media (max-width: 480px) {
   .home-buckets li {
     float: none;
     width: 80%;
     padding: 3% 10% 5%;
   }
 }
 .home-buckets li img {
   width: 100%;
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .home-buckets li img {
     float: left;
     width: 40%;
     padding: 0 3% 3% 0;
   }
 }
 .home-buckets li h2 {
   font-size: 1.3em;
   padding-top: 3%;
   width: 100%;
   text-transform: uppercase;
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .home-buckets li h2 {
     width: auto;
     padding: 0;
   }
 }
 .home-buckets li p {
   padding: 1.5em 0;
   margin: 0 auto;
   width: 75%;
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .home-buckets li p {
     font-size: 0.9em;
     padding: 0;
     margin: 0 0 0 43%;
     width: auto;
   }
 }
 @media (max-width: 480px) {
   .home-buckets li p {
     width: 100%;
   }
 }
 @media (min-width: 481px) and (max-width: 768px) {
   .home-buckets li a.button,
   .home-buckets li a.tncm-button {
     margin: 2% 0 0;
   }
 }
 .home-buckets .one .button {
   background: #547e2a;
 }
 .home-buckets a.tncm-button {
   color: #fff;
   background-color: #72a951;
   border-color: #72a951;
 }
 .home-buckets .three .button {
   background: #063559;
 }
 .pageSubTitle {
   font-size: 2.5em;
   width: 100%;
   margin: 0 0 3%;
   padding: 0 0 1%;
   border-bottom: 1px solid rgba(51, 51, 51, 0.1);
 }
 .content .rates {
   color: #666;
   text-transform: none;
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
 }
 .full img.left,
 .full img.right,
 .halves img.left,
 .halves img.right {
   margin-top: 1.5%;
 }
 .thirds .bucket p,
 .quarters .bucket p {
   font-size: 88%;
 }
 .content .find-a-park .bucket {
   margin-bottom: 3.5em;
 }
 .content .find-a-park h4 {
   padding: 0.25em 0 0;
 }
 .sub-content {
   float: right;
   width: 50%;
   margin: 0;
   padding: 1% 0 1% 5%;
 }
 @media (max-width: 768px) {
   .sub-content {
     float: none;
     width: 100%;
     padding: 0 0 3%;
   }
 }
 .sub-content img {
   width: 100%;
 }
 .sub-content a.park-map {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   background: url(../images/icon_park-maps.png) no-repeat #72a839 left center;
   border: 1px solid #649232;
   color: white;
   display: block;
   font-size: 1.1em;
   margin: 0 0 1em;
   padding: 12px 10px 10px 70px;
   text-transform: uppercase;
 }
 .sub-content a.park-map:hover {
   background: url(../images/icon_park-maps.png) no-repeat #8ac24b left center;
   text-decoration: none;
 }
 .subNav ul {
   list-style: none;
 }
 .subNav ul li {
   line-height: 110%;
   margin: 12px 0;
 }
 .subNav ul li a {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 95%;
   text-transform: uppercase;
 }
 .subNav ul li a:hover {
   text-decoration: none;
   cursor: pointer;
 }
 .park-collateral {
   padding: 15px 0;
 }
 .park-collateral .collateral-link a {
   display: block;
   padding: 4px 0 4px 28px;
 }
 .park-collateral .park-map {
   background: url(../images/icon_park-maps.png) left center no-repeat;
 }
 .park-collateral .park-brochure a {
   background: url(../images/icon_park-brochures.png) left center no-repeat;
 }
 .social-media {
   padding: 15px 0;
 }
 .social-link a {
   display: block;
   padding: 4px 0 4px 28px;
 }
 .facebook a {
   background: url(../images/icon_facebook.png) left center no-repeat;
 }
 .instagram a {
   background: url(../images/icon_instagram.png) left center no-repeat;
 }
 .twitter a {
   background: url(../images/icon_twitter.png) left center no-repeat;
 }
 .flickr a {
   background: url(../images/icon_flickr.png) left center no-repeat;
 }
 footer {
   zoom: 1;
   background: #063559;
   color: white;
   padding: 1.5rem 0 3rem;
 }
 footer:before,
 footer:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 footer:after {
   clear: both;
 }
 footer a,
 footer a:visited {
   color: #d6e2eb;
   font-size: 80%;
 }
 footer a:hover {
   color: white;
   text-decoration: none;
 }
 footer h3,
 footer h4 {
   font-size: 105%;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
 }
 footer p {
   font-size: 80%;
 }
 .newsletterSignUp .searchBox {
   border: 6px solid #d6e2eb;
   width: 60%;
   padding: 7px 0 5px 7px;
   margin: 0;
   text-transform: uppercase;
 }
 .newsletterSignUp .searchButton {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   background: #d95929;
   border: 1px solid #e07952;
   color: white;
   height: 40px;
   text-transform: uppercase;
   padding: 7px;
   margin: 0 0 0 -5px;
 }
 .newsletterSignUp .searchButton:hover {
   background: #e07321;
 }
 .footerLogos {
   float: right;
   width: 48%;
 }
 @media (max-width: 769px) {
   .footerLogos {
     float: none;
     width: 100%;
   }
 }
 .footerLogos .logo a {
   background: no-repeat center center;
   background-size: 100% auto;
   display: block;
   opacity: 0.75;
   width: 175px;
   height: 70px;
   text-indent: -9999px;
 }
 .footerLogos .logo a:hover {
   opacity: 1;
 }
 .footerLogos .tncm-cards {
   margin: 1rem;
 }
 .footerLogos .tncm-card-imgs {
   display: block;
   padding-top: 2rem;
   min-width: 100px;
   margin-right: auto;
   margin-left: auto;
 }
 .footerLogos .tncm-card-content {
   text-align: center;
   padding-top: 2em;
 }
 .footerLogos .made-in-tn a {
   background-image: url(../images/logo_footer-made-in-tn.png);
 }
 .footerLogos .tdec a {
   background-image: url(../images/logo_footer-tdec.png);
 }
 .footerNav {
   zoom: 1;
   clear: both;
   margin: 0 0 3rem;
   padding: 0;
 }
 .footerNav:before,
 .footerNav:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 .footerNav:after {
   clear: both;
 }
 .footerNav ul {
   list-style: none;
 }
 .footerNav ul li {
   float: left;
   margin: 0;
 }
 .footerNav ul li a {
   display: block;
 }
 @media (max-width: 480px) {
   .footerNav ul li {
     float: none;
   }
 }
 .footerNav li a {
   border-right: 1px solid #2b5372;
   display: block;
   padding: 2px 10px;
   line-height: 120%;
 }
 @media (max-width: 480px) {
   .footerNav li a {
     border: none;
   }
 }
 .footerNav li:first-child a {
   padding: 2px 10px 2px 0;
 }
 @media (max-width: 480px) {
   .footerNav li:first-child a {
     padding: 0 0.25rem;
   }
 }
 .footerNav li:last-child a {
   border: none;
 }
 .footnotes {
   float: left;
   width: 48%;
 }
 @media (max-width: 769px) {
   .footnotes {
     float: none;
     width: 100%;
   }
 }
 @media (max-width: 769px) {
   .footnotes img {
     float: none;
   }
 }
 .footnotes h4,
 .footnotes p {
   color: rgba(255, 255, 255, 0.5);
 }
 .footnotes h4 {
   font-size: 90%;
 }
 .footnotes p {
   font-size: 78%;
   line-height: 130%;
   margin: 3px 0 12px;
 }
 .related-parks {
   padding: 3% 0;
 }
 .related-parks h5 {
   padding: 0.25em 0 0;
 }
 .related-parks img {
   opacity: 0.85;
 }
 .related-parks a:hover {
   text-decoration: none;
 }
 .related-parks a:hover h5 {
   color: #063559;
 }
 .related-parks a:hover img {
   opacity: 1;
 }
 .brochure {
   background: #f8f9fa;
   border: 1px solid rgba(51, 51, 51, 0.1);
   padding: 1% 0 0;
 }
 @media (max-width: 768px) {
   .brochure {
     display: none;
   }
 }
 .brochure .container {
   height: 185px;
   margin: 0 auto -0.25%;
 }
 @media (min-width: 768px) and (max-width: 960px) {
   .brochure .container {
     width: 94%;
     padding: 1% 0% 0;
   }
 }
 .brochure h4 {
   margin-left: 10%;
 }
 .brochure p {
   margin-left: 10%;
 }
 .brochure a {
   margin-left: 10%;
   background: #063559;
   padding: 1%;
 }
 .author {
   width: 75%;
   padding: 5% 0 10%;
 }
 .author__heading {
   border-bottom: 1px solid rgba(51, 51, 51, 0.1);
   padding-bottom: 0.5%;
   margin-bottom: 2%;
 }
 .author__image {
   float: left;
   padding: 0;
   width: 175px;
   height: 175px;
   border-radius: 50%;
   margin: 3% 5% 0 0;
 }
 .author__name {
   font-size: 1.25em;
   padding-top: 0.25em;
 }
 .author__bio {
   font-size: 0.85em;
   line-height: 175%;
 }
 .author__bio--photo {
   font-size: 0.85em;
   line-height: 175%;
   padding-left: 210px;
 }
 .social-homepage {
   margin: 0 auto;
   width: 100%;
 }
 @media (min-width: 675px) {
   .social-homepage {
     width: 50%;
   }
 }
 @media (min-width: 675px) {
   .social-homepage li {
     float: left;
     margin: 0 auto;
     width: 46%;
     margin: 0.25rem 4% 0 0;
     padding: 0.35rem 0;
   }
 }
 .social-homepage li a {
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: left center;
   position: relative;
   display: block;
   padding: 0 0 0 40px;
   line-height: 200%;
   width: auto;
   margin: 0 auto;
   text-align: center;
 }
 .filters {
   border: 1px solid rgba(51, 51, 51, 0.1);
   background: #f8f9fa;
   padding: 0.15rem 1rem 0.35rem;
   margin-bottom: 1.5rem;
 }
 .filters button {
   font-size: 0.7rem;
   width: auto;
 }
 .filters button.active {
   background: #063559;
 }
 .btn-styled {
   text-transform: uppercase;
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: white !important;
   -webkit-appearance: none !important;
 }
 .color-white {
   color: white !important;
 }
 .appearance-none {
   -webkit-appearance: none !important;
 }
 .btn-overflow-fix {
   white-space: normal !important;
   word-wrap: break-word !important;
 }
 .fzflink {
   color: #547e2a;
 }
 body .masthead {
   border-top: 8px solid #063559;
 }
 @media (max-width: 1220px) {
   body .masthead .container {
     padding-left: 2rem;
     padding-right: 2rem;
   }
 }
 body .masthead .mainLogo a {
   float: left;
   padding: 15px 0;
   text-indent: -9999px;
   overflow: hidden;
   text-decoration: none;
   display: block;
   font-size: 0;
   text-align: start;
   background: url(../images/tsp-logo.svg) no-repeat left center;
   background-size: 100% auto;
   height: 90px;
   width: 25%;
   max-width: 230px;
 }
 @media (max-width: 480px) {
   body .masthead .mainLogo a {
     float: none;
     width: 75%;
     max-width: 230px;
     margin: 0 auto;
   }
 }
 @media (min-width: 481px) and (max-width: 1160px) {
   body .masthead .mainLogo a {
     float: none;
     width: 50%;
     max-width: 230px;
     margin: 0 auto;
   }
 }
 body .content {
   padding: 0;
   margin: 0;
 }
 body .content .primary {
   background: white;
   text-align: center;
   padding: 3rem 0;
 }
 body .content .primary .container {
   padding: 0;
 }
 body .content .primary h2 {
   color: #547e2a;
   font-size: 3.5rem;
   padding: 0;
 }
 @media (max-width: 500px) {
   body .content .primary h2 {
     font-size: 2.5rem;
   }
 }
 body .content .primary h3 {
   color: #333;
   font-family: "Verb Bold Italic", sans-serif;
   padding-top: 0.5rem;
 }
 body .parks-highlights {
   list-style: none;
   margin: 0 auto;
   padding: 0;
   width: 75%;
 }
 @media (max-width: 1024px) {
   body .parks-highlights {
     width: 95%;
   }
 }
 body .parks-highlights li {
   font-family: "Verb Medium", sans-serif;
   float: left;
   width: 19%;
   padding: 2.5rem 0.5% 0;
 }
 @media (max-width: 650px) {
   body .parks-highlights li {
     float: left;
     width: 48%;
     margin: 0 auto;
     padding: 1.5rem 0 0 2%;
   }
 }
 @media (max-width: 500px) {
   body .parks-highlights li {
     float: none;
     width: 75%;
   }
 }
 body .parks-highlights li a {
   color: #063559;
   display: block;
   padding-top: 10rem;
   background: no-repeat;
   background-size: auto 60%;
   background-position: center top;
 }
 @media (max-width: 767px) {
   body .parks-highlights li a {
     background-size: auto 50%;
     padding-top: 5.5rem;
   }
 }
 @media (max-width: 650px) {
   body .parks-highlights li a {
     background-position: left center;
     background-size: auto 100%;
     padding-top: 0;
     padding-left: 4rem;
     text-align: left;
     font-size: 1.2rem;
     font-famiy: "Verb Bold", sans-serif;
     line-height: 100%;
   }
 }
 body .parks-highlights li a span {
   display: block;
   font-family: "Verb Bold", sans-serif;
   font-size: 3.75rem;
   line-height: 100%;
 }
 @media (max-width: 650px) {
   body .parks-highlights li a span {
     font-size: 2.75rem;
   }
 }
 @media (max-width: 650px) {
   body .parks-highlights li a span:before {
     content: " ";
   }
 }
 body .parks-highlights li a.parks {
   background-image: url(../icons/tsp-trees.png);
 }
 body .parks-highlights li a.cabins {
   background-image: url(../icons/tsp-cabin.png);
 }
 body .parks-highlights li a.trails {
   background-image: url(../icons/tsp-boot.png);
 }
 body .parks-highlights li a.campgrounds {
   background-image: url(../icons/tsp-fire.png);
 }
 body .parks-highlights li a.waterfalls {
   background-image: url(../icons/tsp-waterfall.png);
 }
 body .parks-highlights li a:hover {
   text-decoration: none;
 }
 body .reservations {
   background: #547e2a;
   color: #fff;
 }
 body .reservations .container {
   zoom: 1;
   width: 87%;
   max-width: 1000px;
   padding: 0.5rem 1.5rem;
 }
 body .reservations .container:before,
 body .reservations .container:after {
   content: "\0020";
   display: block;
   height: 0;
   overflow: hidden;
 }
 body .reservations .container:after {
   clear: both;
 }
 body .reservations .reserve-info {
   float: left;
   width: 70%;
 }
 body .reservations .reserve-info h3 {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.5rem;
   padding-top: 1rem;
   line-height: 100%;
 }
 body .reservations .reserve-info p {
   padding-bottom: 0;
 }
 @media (max-width: 767px) {
   body .reservations .reserve-info {
     float: none;
     width: 100%;
     text-align: center;
   }
 }
 body .reservations .reserve-link {
   float: right;
   width: 25%;
 }
 @media (max-width: 767px) {
   body .reservations .reserve-link {
     float: none;
     text-align: center;
     width: 100%;
   }
 }
 body .reservations .reserve-link .button {
   background: #db7233;
   border: 2px solid white;
   padding: 5% 1.5rem;
 }
 @media (max-width: 767px) {
   body .reservations .reserve-link .button {
     padding: 0.75rem 1.5rem;
     margin-top: 0.5rem;
   }
 }
 body .reservations .reserve-link:hover .button {
   background: #e69f74;
 }
 body .content .secondary {
   background: #ecf0f3;
   padding: 2rem 0 0;
   box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
 }
 body .bucket {
   margin-bottom: 0;
 }
 body .bucket:last-child {
   margin-bottom: 0;
 }
 body .view-all {
   font-family: "Verb Regular", sans-serif;
   font-size: 0.9rem;
   display: block;
 }
 @media (min-width: 992px) {
   body .view-all {
     float: right;
     margin-top: -1rem;
   }
 }
 body .blog-preview {
   padding-bottom: 3rem;
   margin-bottom: 0;
 }
 @media (min-width: 769px) {
   body .blog-preview {
     float: left;
     width: 48%;
   }
 }
 body .blog-preview .feature {
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);
 }
 body .blog-preview .feature h3 {
   font-family: "Verb Bold", sans-serif;
   font-size: 2.5rem;
   padding: 0.55em 0 1rem;
 }
 body .blog-preview .feature h3 a:hover {
   text-decoration: none;
 }
 body .blog-preview .article-list h4 {
   font-family: "Verb Medium", sans-serif;
   font-size: 1.5rem;
   text-transform: none;
 }
 body .blog-preview .article-list ul {
   list-style: inside;
   margin-top: 1.5rem;
 }
 body .blog-preview .article-list ul li {
   padding: 0.15rem 0;
 }
 body .events-preview {
   padding-bottom: 3rem;
   margin-bottom: 0;
 }
 @media (min-width: 769px) {
   body .events-preview {
     float: right;
     width: 48%;
   }
 }
 body .events-preview .event-list {
   padding-top: 1.5rem;
   list-style: none;
 }
 body .events-preview .event-list li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);
 }
 body .events-preview .event-list li:last-child {
   border: none;
 }
 body .events-preview .event-list a:hover {
   text-decoration: none;
 }
 body .events-preview .event-date {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: #333;
   font-size: 2.5rem;
   display: block;
   float: left;
   text-align: center;
 }
 body .events-preview .event-date span {
   display: block;
   font-size: 1.5rem;
   text-transform: uppercase;
   padding: 1rem 0 0.25rem;
 }
 body .events-preview .event-title {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   font-size: 1.2rem;
   color: #547e2a;
   padding: 1rem 0 0 4.5rem;
 }
 body .events-preview .event-title a:link,
 body .events-preview .event-title a:visited {
   color: #547e2a;
   font-family: "Verb Medium", sans-serif;
   font-size: 1.25rem;
   text-transform: none;
 }
 body .events-preview .event-title a:hover {
   color: #547e2a;
 }
 body .events-preview .event-summary {
   padding-left: 4.5rem;
 }
 body .brochure {
   background: none;
   border: none;
   border-top: 1px solid rgba(0, 0, 0, 0.15);
   margin-top: 2rem;
   padding-top: 2rem;
   clear: both;
 }
 @media (max-width: 767px) {
   body .brochure {
     display: none;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
   body .brochure .brochure-image {
     width: 350px;
     height: 130px;
   }
   body .brochure h4 {
     padding-top: 0px;
   }
 }
 body .brochure .container {
   display: flex;
   justify-content: space-around;
 }
 body .brochure .brochure-download {
   padding: 2%;
 }
 body .content .tertiary {
   background: white;
   padding: 3rem 0 1rem;
 }
 body .content .tertiary .container {
   padding: 0;
 }
 body .content .tertiary .bucket {
   padding-bottom: 2rem;
 }
 @media (min-width: 769px) {
   body .content .tertiary .bucket {
     float: left;
     width: 30%;
     padding-right: 3%;
   }
 }
 body .content .tertiary h4 {
   color: #333;
   font-family: "Verb Bold", sans-serif;
   font-size: 1.25rem;
   text-transform: none;
 }
 body .content .tertiary h4 em {
   font-family: "Verb Bold Italic", sans-serif;
 }
 body .content .tertiary .subscribe input[type="text"] {
   border: 1px solid #e7e7e7;
   box-sizing: border-box;
   width: 64%;
   padding: 0.5rem 0.5rem 0.4rem;
   margin: 0;
   font-family: "Verb Regular", sans-serif;
   font-size: 0.9rem;
 }
 body .content .tertiary .subscribe input[type="submit"] {
   background: #db7233;
   border: 1px solid #db7233;
   box-sizing: border-box;
   color: #fff;
   font-family: "Verb Medium", sans-serif;
   font-size: 1.15rem;
   margin: 0;
   padding: 0.25rem 0.5rem;
   width: 34%;
 }
 body .content .tertiary .social {
   margin: 0 auto;
   list-style: none;
 }
 body .content .tertiary .social li {
   float: left;
   width: 48%;
   padding-top: 0.75rem;
 }
 body .content .tertiary .social li a {
   font-size: 1.2rem;
 }
 body .content .tertiary .social li a:hover {
   text-decoration: none;
 }
 body footer .container {
   padding: 0 2.5rem;
 }
 @media (max-width: 480px) {
   body footer .footerNav li {
     padding: 0;
   }
 }
 body footer .footerNav li a {
   line-height: 120%;
 }
 @media (max-width: 480px) {
   body footer .footerNav li a {
     border: none;
   }
 }
 @media (max-width: 480px) {
   body footer .footerNav li:first-child a {
     padding: 0 0.25rem;
   }
 }
 body .hero {
   height: 500px;
   position: relative;
 }
 body .hero h1 {
   positon: absolute;
   top: 45%;
   margin: 0 auto;
   z-index: 50;
 }
 @media (max-width: 767px) {
   body .hero {
     height: auto;
   }
 }
 body .slick-slider {
   margin: 0;
 }
 body .slideshow {
   height: 500px;
 }
 @media (max-width: 767px) {
   body .slideshow {
     height: auto;
   }
 }
 body .slideshow .slick-list {
   z-index: 1;
 }
 body .slideshow .slick-prev,
 body .slideshow .slick-next {
   z-index: 100;
   color: #fff;
 }
 body .slideshow .slick-prev {
   left: 2%;
 }
 body .slideshow .slick-next {
   right: 2%;
 }
 body .slideshow .slick-dots {
   bottom: 2%;
   z-index: 100;
 }
 body .slideshow .slick-dots li button:before {
   font-size: 0.5rem;
   opacity: 0.5;
   color: #fff;
 }
 body .slideshow .slick-dots li.slick-active button:before {
   opacity: 1;
 }
 body .navy {
   background: rgba(6, 53, 89, 0.85);
 }
 body .orange {
   background: rgba(219, 114, 51, 0.85);
 }
 body .green {
   background: rgba(113, 169, 56, 0.85);
 }
 body .home-slide .slide-content {
   color: #fff;
   position: absolute;
   padding: 1.5rem;
   width: 45%;
   top: 33%;
   left: 10%;
 }
 @media (max-width: 1024px) {
   body .home-slide .slide-content {
     width: 80%;
     left: 7.5%;
     top: 48%;
   }
 }
 @media (max-width: 767px) {
   body .home-slide .slide-content {
     position: relative;
     width: 90%;
     padding: 1.5rem 5% 2.5rem;
     left: 0;
     top: 0;
   }
 }
 body .home-slide h2.slide-title {
   color: #fff;
   padding-bottom: 1rem;
 }
 body .home-slide .slide-desc {
   padding-bottom: 1rem;
 }
 body .home-slide .slide-cta {
   font-family: "Verb Regular", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   background: #db7233;
   color: #fff;
   padding: 0.25rem 0.75rem;
   border-radius: 5%;
 }
 .nav-2016 .primaryNav {
   float: left;
   width: 52%;
   padding: 0 0 0 5%;
 }
 @media (max-width: 1160px) {
   .nav-2016 .primaryNav {
     width: 65%;
   }
 }
 @media (max-width: 850px) {
   .nav-2016 .primaryNav {
     clear: both;
     float: none;
     padding: 0;
     width: 100%;
   }
 }
 .nav-2016 .primaryNav .level-one {
   float: left;
   position: relative;
   width: 20%;
 }
 @media (max-width: 1160px) {
   .nav-2016 .primaryNav .level-one {
     float: none;
     display: inline-block;
     width: 19%;
   }
 }
 @media (max-width: 850px) {
   .nav-2016 .primaryNav .level-one {
     width: 19%;
   }
 }
 @media (max-width: 600px) {
   .nav-2016 .primaryNav .level-one {
     float: none;
     width: 100%;
   }
 }
 .nav-2016 .primaryNav .level-one .dropdown {
   display: none;
 }
 .nav-2016 .primaryNav .level-one:hover .dropdown {
   display: block;
 }
 .nav-2016 .primaryNav .level-one:hover .parks {
   margin: 0;
 }
 .nav-2016 .primaryNav .level-one:hover .activities {
   margin-left: auto;
 }
 @media (max-width: 420px) {
   .nav-2016 .primaryNav .level-one:hover .activities {
     margin: 0;
   }
 }
 .nav-2016 .primaryNav .level-one:hover .lodging {
   margin-left: auto;
 }
 @media (max-width: 420px) {
   .nav-2016 .primaryNav .level-one:hover .lodging {
     margin: 0;
   }
 }
 .nav-2016 .primaryNav .level-one:hover .involved {
   margin-left: auto;
 }
 @media (max-width: 420px) {
   .nav-2016 .primaryNav .level-one:hover .involved {
     margin: 0;
   }
 }
 .nav-2016 .primaryNav .level-one:last-child .dropdown {
   right: 0;
 }
 .nav-2016 .dropdown {
   position: absolute;
   width: 15rem;
   overflow: hidden;
   z-index: 100;
 }
 @media (max-width: 600px) {
   .nav-2016 .dropdown {
     position: relative;
     width: 100%;
   }
 }
 .nav-2016 .dropdown .drop-links {
   height: 100%;
   width: 100%;
   padding: 2% 0 9999px 0;
   margin-bottom: -9999px;
 }
 @media (max-width: 600px) {
   .nav-2016 .dropdown .drop-links {
     float: none;
     width: 90%;
     padding: 5%;
     margin: 0;
   }
 }
 .nav-2016 a.top-link {
   display: block;
   font-size: 110%;
   line-height: 105%;
   padding: 42px 10%;
 }
 @media (max-width: 850px) {
   .nav-2016 a.top-link {
     padding: 15px 0;
     text-align: center;
   }
 }
 @media (max-width: 600px) {
   .nav-2016 a.top-link {
     width: 100%;
     height: 20px;
     padding: 12px 0;
   }
 }
 .nav-2016 a.top-link span {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   display: block;
 }
 @media (max-width: 600px) {
   .nav-2016 a.top-link span {
     display: inline;
   }
 }
 .nav-2016 .dropdown {
   background: #efefef;
   font-size: 1em;
   padding-bottom: 10%;
 }
 .nav-2016 .dropdown h4 {
   font-family: "Verb Bold", Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-style: normal;
   text-transform: none;
 }
 .nav-2016 .dropdown p {
   font-size: 0.85em;
 }
 .nav-2016 .drop-links {
   background: #063559;
   color: #fff;
 }
 .nav-2016 .drop-links a,
 .nav-2016 .drop-links a:visited {
   color: #fff;
   display: block;
 }
 .nav-2016 .drop-links a:hover {
   color: #fff;
   text-decoration: none;
 }
 .nav-2016 .drop-links h4 {
   color: #fff;
   padding: 3% 5% 1.5% 10%;
 }
 .nav-2016 .drop-links ul {
   margin: 0.25em 0;
 }
 .nav-2016 .drop-links ul li a {
   width: 85%;
   padding: 1.5% 5% 1.5% 10%;
 }
 .nav-2016 .drop-links ul li h4 {
   padding: 2% 0;
 }
 .nav-2016 .drop-links ul li:hover {
   background-color: #547e2a;
 }
 .nav-2016 .drop-links ul .icon a {
   background-repeat: no-repeat;
   background-position: 10% center;
   padding: 2% 5% 2% 25%;
   width: 70%;
 }
 .nav-2016 .drop-links ul .list-finder a {
   background-image: url(../images/icon_nav-park-list.png);
 }
 .nav-2016 .drop-links ul .quick-finder a {
   background-image: url(../images/icon_nav-quick-finder.png);
 }
 .nav-2016 .drop-links ul .detailed-finder a {
   background-image: url(../images/icon_nav-detailed-finder.png);
 }
 .nav-2016 .drop-links ul .events-list a {
   background-image: url(../images/icon_nav-upcoming-events.png);
 }
 .nav-2016 .main-search {
   float: right;
   width: 22%;
   padding: 40px 0;
 }
 .nav-2016 .main-search .search-box {
   color: #888;
   float: left;
   line-height: 30px;
   height: 30px;
   width: 75%;
   padding: 0 0.5rem;
   font-family: sans-serif;
 }
 .nav-2016 .main-search .search-button {
   background: url(../images/icon_search.png) center center #d85a2a no-repeat;
   border: none;
   cursor: pointer;
   display: block;
   float: right;
   height: 35px;
   width: 14%;
 }
 @media (max-width: 1160px) {
   .nav-2016 .main-search {
     width: 30%;
   }
 }
 @media (max-width: 850px) {
   .nav-2016 .main-search {
     width: 100%;
   }
 }
 /* DesignSensory additions new styles for created templates*/
 .white-bg{
  background-color: white;
}
 .gray-bg{
     background-color: #ECF0F3;
 }
 .dark-bg{
     background-color: #333333;
 }
 .blue-bg{
     background-color: #063559;
 }
 .green-bg{
   background-color: #557E2A;
 }
 .text-blue{
     color: #063559;
 }
 .text-gray{
     color: #737373;
 }
 .text-bold{
     font-family: 'Verb Bold';
 }
 .text-underline{
   text-decoration: underline;
 }
 
 .lodge-listing .dark-bg{
  padding: .5rem 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  right: 0;
 }
 
.lodge-card:hover .owl-nav, .lodge-card:hover .owl-dots{
  display: block;
}

 .lodge-card-info {
     border-top: none;
     background: white;
     padding: 20px 10px;
     display: flex;
     flex-direction: column;
     flex: 1;
 }
 
 .lodge-card-info h4 {
     font-family: "Verb Bold";
 }
 
 a.more-info-link {
     color: #063559;
     text-transform: uppercase;
     font-family: 'Verb Bold';
 }
 
 .lodge-info-address{
     color: #737373;
     padding-top: .15rem;
     padding-bottom: .5rem;
 }
 
 a.alert-parent{
     color: white;
     text-decoration: none;
     text-transform: uppercase;
     padding-top: 10px;
     padding-bottom: 10px;
     text-align: center;
     display: block;
     font-size: 16px;
     background-color: #D95929;s
     border: 1px solid #979797;
     letter-spacing: 4px;
 }
 .alert-parent b{
     font-family: 'Verb Bold';
 }
 #alert-overall-parent{
     font-size: 16px;
 }
 
 .lodge-content {
     max-height: 240px;
     overflow: hidden;
     position: relative;
 }
 
 .lodge-content::before {
     background-image: linear-gradient( top, 
             rgba( 255, 255, 255, 0 ) 0%, 
             rgba( 255, 255, 255, 1 ) 100% );
     background-image: -moz-linear-gradient( top, 
             rgba( 255, 255, 255, 0 ) 0%, 
             rgba( 255, 255, 255, 1 ) 100% );
     background-image: -ms-linear-gradient( top, 
             rgba( 255, 255, 255, 0 ) 0%, 
             rgba( 255, 255, 255, 1 ) 100% );
     background-image: -o-linear-gradient( top, 
             rgba( 255, 255, 255, 0 ) 0%, 
             rgba( 255, 255, 255, 1 ) 100% );
     background-image: -webkit-linear-gradient( top, 
             rgba( 255, 255, 255, 0 ) 75%, 
             rgba( 255, 255, 255, 1 ) 100% );
     content: "\00a0";
     height: 100%;
     position: absolute;
     width: 100%;
 }
 
 .read-more-action {
     margin: 10px 0 15px;
     font-family: 'Verb Bold';
     cursor: pointer;
 }
 
 .lodge-description {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     padding: 0;
     margin: .25em 0 .75em; 
 }
 
 .stick {
     position: fixed;
     top: 0;
     z-index: 9999;
     width: 100%;
     left: 0;
     right: 0;
 }
 
 .e2ma_signup_form{
     width: 100% !important;
 }
 #e2ma_signup_image_container, #e2ma_signup_message{
     display: none;
 }
 
 .emmaFormLabelSmall, .e2ma_signup_form_required_asterix{
     display: inline-block;
 }

.e2ma_signup_form_row:nth-of-type(4),.e2ma_signup_form_row:nth-of-type(5) {
   display: none;
 }

.e2ma_signup_form_row {
  width: 47%;
  float: left;
} 

.e2ma_signup_form_row:nth-child(even) {
  margin-left: 3%;
}
.e2ma_signup_form_row:nth-of-type(3){
  margin-bottom: 15px !important;
}
@media (max-width: 767px){
  .e2ma_signup_form{
    padding: 0 !important;
  }
  .e2ma_signup_form_row {
    width: 100%;
    float: unset;
    margin: 0 !important;
  } 
}
.form-groups{
  clear: both;
}

 .state-map-park-finder{
     position: relative;
 }
 .tn-map{
     width: 100%;
 }
 .map-pin-info{
     display: none;
 }
 .map-pin-info h5{
     font-family: 'Verb Bold';
     text-transform: uppercase;
 }
 .map-pin-info a{
     color:rgba(6, 53, 89, 1);
     font-family: 'Verb Bold';
 }
 .map-pin{
     position: absolute;
     width: 32px;
     cursor: pointer;
 }
 .mbsp-pin {
     top: 44%;
     left: 34%;
 }
 .lhh {
     top: 37%;
     left: 41%;
 }
 .lpl {
     top: 60%;
     left: 21%;
 }
 .lnt {
     top: 28%;
     left: 17%;
 }
 .lparis {
     top: -16%;
     left: 26%;
 }
 .lfcf {
     left: 56%;
     top: 49%;
 }
 
 .map-pin-info {
     position: absolute;
     background: white;
     padding: 10px 15px;
     border: 1px solid #979797;
     transform: translate(-35%, -25%);
 }
 
 /*.map-pin-info:after, .map-pin-info:before {
     content: '';
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     margin: 0 auto;
     width: 0;
     height: 0;
     border-top: solid 15px #979797;
     border-left: solid 15px transparent;
     border-right: solid 15px transparent;
 }
 .map-pin-info:after{
     border-top: solid 15px #ffff;
     top: unset;
     bottom: -13px;
 }*/
 
 @media (min-width: 576px){
     .tn-map{
         width: 500px;
     }
     .mbsp-pin {
         top: 62px;
         left: 170px;
     }
     .lhh {
         top: 50px;
         left: 193px;
     }
     .lpl {
         bottom: 0px;
         left: 105px;
     }
     .lnt {
         top: 36px;
         left: 91px;
     }
     .lparis {
         top: -19px;
         left: 132px;
     }
     .lfcf {
         left: 283px;
         bottom: 31px;
     }
 }
 
 @media (min-width: 768px){
     .tn-map{
         width: 700px;
     }
     .map-pin{
         position: absolute;
         width: 42px;
     }
     .mbsp-pin {
         top: 85px;
         left: 245px;
     }
     .lhh {
         top: 58px;
         left: 275px;
     }
     .lpl {
         bottom: 5px;
         left: 150px;
     }
     .lnt {
         top: 46px;
         left: 131px;
     }
     .lparis {
         top: -10px;
         left: 178px;
     }
     .lfcf {
         left: 402px;
         bottom: 48px;
     }
 
 }
 
 @media (min-width: 992px){
     .tn-map{
         width: 800px;
     }
     .map-pin{
         position: absolute;
         width: 54px;
     }
     .mbsp-pin {
         top: 91px;
         left: 278px;
     }
     .lhh {
         top: 64px;
         left: 326px;
     }
     .lpl {
         bottom: 0px;
         left: 168px;
     }
     .lnt {
         top: 52px;
         left: 143px;
     }
     .lparis {
         top: -26px;
         left: 208px;
     }
     .lfcf {
         left: 447px;
         bottom: 53px;
     }
 }
 
 @media (min-width: 1200px){
     .tn-map{
         width: 1000px;
     }
     .mbsp-pin {
         top: 115px;
         left: 342px;
     }
     .lhh {
         top: 70px;
         left: 393px;
     }
     .lpl {
         bottom: 5px;
         left: 210px;
     }
     .lnt {
         top: 66px;
         left: 174px;
     }
     .lparis {
         top: -8px;
         left: 257px;
     }
     .lfcf {
         left: 553px;
         bottom: 69px;
     }
 }
 
 .owl-nav, .owl-dots {
     display: none;
     margin-top: 0 !important;
 }
 .owl-carousel:hover .owl-nav, .owl-carousel:hover .owl-dots {
     display: block;
 }
 
 .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    background-color: white !important;
    opacity: .6;
 }
.owl-dots .owl-dot.active span{
  opacity: 1;
}

 .owl-prev, .owl-next {
     width: 25px;
     height: 25px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     display: block !important;
     border:0px solid black;
     background: transparent;
     color: #000000;
     font-size: 25px !important;
     margin: 0;
 }
 .owl-prev img, .owl-next img{
  transform: translateY(0%);
 }

 .owl-prev { left: 0; }
 .owl-next { right: 10px; }
 .owl-theme .owl-nav [class*=owl-]:hover {
     background: transparent !important;
     color: black !important;
     text-decoration: none;
 }
 
 .masonry-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 10px;
     grid-auto-rows: minmax(150px, auto);
 }
 
 .masonry-grid img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .masonry_grid_item:nth-of-type(1n+6){ display: none; }
 
 #masonry-image-0 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-end: 3;
  grid-row-start: 1;
 }
 
 #masonry-image-1 {
     grid-column: 3;
     grid-row: 1;
 }
 
 #masonry-image-2 {
     grid-column: 3;
     grid-row: 2;
 }
 
 #masonry-image-3 {
     grid-column: 4;
     grid-row: 1;
 }
 
 #masonry-image-4 {
     grid-column: 4;
     grid-row: 2;
 }

 #Lightbox{
   background-color: black;
   padding: 10px 60px;
 }


.image-slide {
    max-width: 100%;
    max-height: 66vh;
    margin: 0 auto;
    display: block;
}

.modal-preview {
  width: 100%;
}

.modal-activator {
  position: absolute;
  top: 25px;
  right: 15px;
  background: rgba(255,255,255,.8);
  padding: 10px 25px;
  cursor: pointer;
}

.modal-activator i{
  margin-left: 7px;
    position: relative;
    top: 1px;
}

.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


img.preview, img.modal-preview {
  cursor: pointer;
  opacity: 0.7;
  max-height: 125px;
  padding-bottom: 3px;
}

img.active,
.preview:hover,
.modal-preview:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#Lightbox .previous,
#Lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

#Lightbox .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#Lightbox .previous:hover,
#Lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.owl-item .item{
  width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consent-card{
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 3.75rem;
  pointer-events: all;
  border-radius: 2rem;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #557E2A;
  background-color: #557E2A;
}
.custom-control-input:checked .custom-control-label:after {
    background-color: white;
    transform: translateX(3.75rem - 2rem);
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  background-color: #adb5bd;
  border-radius: 2rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.75rem);
  transform: translateX(1.75rem);
}

.consent-card{
  box-shadow: unset !important;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  border-left: none;
  border-right: none;
  background-color: white;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
}
.consent-card .card-header{
  background-color: white;
  border: none;
}
.consent-card #heading1{
  border-top: 1px solid #737373;
  border-radius: 0;
}
.consent-card:last-of-type{
  border-bottom: 2px solid #737373;
}

.hero.rbg-image{
  position: relative;
}
.hero.rbg-image::before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.2);
}

@media (max-width: 600px){
  .gdpr-holder .text-white{
    font-size: 14px;
  }
  span.gdpr-cookie-group {
    width: 220px;
    display: inline-block;
  }
}
/* end of DesignSensory additions */

/* /ABOUT/CONTACT-US */
.contact-boot-card {
  border: solid #e7e7e7 1px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.contactpark-title {
	min-height: 82px;
  }
  .contactpark-address {
	min-height: 70px;
  }
  .card-img-top {
	min-height: 102px;
  }

  .contactus-title {
    min-height: 60px;
    }
    .contactus-card {
    min-height: 270px;
    }
/*  */

/* DONATE EVENT DESCRIPTIONS GRID CSS */
  .event_header {
	padding: 0 !important;
  }	
  .event_subheader {
	letter-spacing: 2px;
	padding-top: 2rem;
	text-transform: uppercase;
	font-size: 12px;
  }
  .event_image {
	max-width: 100%; 
	max-height: 220px;
  }
/*  */

/* SCROLL BUTTON CSS */
#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #173659;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#scrollBtn:hover {
  background-color: #547E2A;
}


 /*# sourceMappingURL=styles.min.css.map */
 