@charset "UTF-8";
/**
 * Theme Fonts
 */
/**
 * Font mixins
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
 * Generic mixins, used on all themes.
 */
/* Variables
// --------------------------
*/
/* Mixins
// --------------------------
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "font-awesome";
  src: url("../themes/common/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../themes/common/fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../themes/common/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../themes/common/fonts/font-awesome/fontawesome-webfont.svg#font-awesome") format("svg");
}
.icon, .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next, .article__post-author:before, .article__post-category:before, .article__post-creation-date:before {
  display: inline-block;
  font: normal normal normal 14px/1 font-awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.85714286em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

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

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

.icon.icon-pull-left, .form-default .ui-datepicker .ui-widget-header .icon-pull-left.ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .icon-pull-left.ui-datepicker-next, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a.icon-pull-left:before, .contactform--a .ui-datepicker .ui-widget-header .icon-pull-left.ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .icon-pull-left.ui-datepicker-next, .icon-pull-left.article__post-author:before, .icon-pull-left.article__post-category:before, .icon-pull-left.article__post-creation-date:before {
  margin-right: 0.3em;
}

.icon.icon-pull-right, .form-default .ui-datepicker .ui-widget-header .icon-pull-right.ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .icon-pull-right.ui-datepicker-next, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a.icon-pull-right:before, .contactform--a .ui-datepicker .ui-widget-header .icon-pull-right.ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .icon-pull-right.ui-datepicker-next, .icon-pull-right.article__post-author:before, .icon-pull-right.article__post-category:before, .icon-pull-right.article__post-creation-date:before {
  margin-left: 0.3em;
}

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

.pull-left {
  float: left;
}

.icon.pull-left, .form-default .ui-datepicker .ui-widget-header .pull-left.ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .pull-left.ui-datepicker-next, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a.pull-left:before, .contactform--a .ui-datepicker .ui-widget-header .pull-left.ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .pull-left.ui-datepicker-next, .pull-left.article__post-author:before, .pull-left.article__post-category:before, .pull-left.article__post-creation-date:before {
  margin-right: 0.3em;
}

.icon.pull-right, .form-default .ui-datepicker .ui-widget-header .pull-right.ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .pull-right.ui-datepicker-next, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a.pull-right:before, .contactform--a .ui-datepicker .ui-widget-header .pull-right.ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .pull-right.ui-datepicker-next, .pull-right.article__post-author:before, .pull-right.article__post-category:before, .pull-right.article__post-creation-date:before {
  margin-left: 0.3em;
}

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

.icon-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);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

.icon-user:before, .article__post-author:before, .article__post-category:before, .article__post-creation-date:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-left:before, .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev:before, .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
  content: "";
}

.icon-chevron-right:before, .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next:before, .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-folder-open:before, .article__post-category:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-angle-up:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess.showMore a:before {
  content: "";
}

.icon-angle-down:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-calendar-o:before, .article__post-creation-date:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "lato-regular";
  src: url("../themes/common/fonts/lato/lato-regular-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-regular-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-regular-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-regular-webfont.svg#lato-regular") format("svg");
}
@font-face {
  font-family: "lato-bold";
  src: url("../themes/common/fonts/lato/lato-bold-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-bold-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-bold-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-bold-webfont.svg#lato-bold") format("svg");
}
@font-face {
  font-family: "lato-black";
  src: url("../themes/common/fonts/lato/lato-black-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-black-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-black-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-black-webfont.svg#lato-black") format("svg");
}
@font-face {
  font-family: "lato-heavy";
  src: url("../themes/common/fonts/lato/lato-heavy-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-heavy-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-heavy-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-heavy-webfont.svg#lato-heavy") format("svg");
}
@font-face {
  font-family: "lato-semibold-italic";
  src: url("../themes/common/fonts/lato/lato-semibolditalic-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-semibolditalic-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-semibolditalic-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-semibolditalic-webfont.svg#lato-semibold-italic") format("svg");
}
@font-face {
  font-family: "lato-italic";
  src: url("../themes/common/fonts/lato/lato-italic-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-italic-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-italic-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-italic-webfont.svg#lato-italic") format("svg");
}
@font-face {
  font-family: "lato-light";
  src: url("../themes/common/fonts/lato/lato-light-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-light-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-light-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-light-webfont.svg#lato-light") format("svg");
}
@font-face {
  font-family: "lato-medium";
  src: url("../themes/common/fonts/lato/lato-medium-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-medium-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-medium-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-medium-webfont.svg#lato-medium") format("svg");
}
@font-face {
  font-family: "lato-semibold";
  src: url("../themes/common/fonts/lato/lato-semibold-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-semibold-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-semibold-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-semibold-webfont.svg#lato-semibold") format("svg");
}
@font-face {
  font-family: "lato-bold-italic";
  src: url("../themes/common/fonts/lato/lato-bolditalic-webfont.eot");
  src: url("../themes/common/fonts/lato/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/lato/lato-bolditalic-webfont.woff") format("woff"), url("../themes/common/fonts/lato/lato-bolditalic-webfont.ttf") format("truetype"), url("../themes/common/fonts/lato/lato-bolditalic-webfont.svg#lato-bold-italic") format("svg");
}
@font-face {
  font-family: "questrial";
  src: url("../themes/common/fonts/questrial/questrial-regular-webfont.eot");
  src: url("../themes/common/fonts/questrial/questrial-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/common/fonts/questrial/questrial-regular-webfont.woff") format("woff"), url("../themes/common/fonts/questrial/questrial-regular-webfont.ttf") format("truetype"), url("../themes/common/fonts/questrial/questrial-regular-webfont.svg#questrial") format("svg");
}
/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5ixi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWEe5ixi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FF;
}
/**
 * Chrome exhibits strange behavior when custom fonts are used
 * on select inputs. This fixes the garbled text.
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
/**
 * Editable Variables
 */
/*  Neat Overrides */
/* Media Queries */
/* Font Sizes */
/* Line Heights */
/* Border Radius */
/* Spacing */
/**
 * Typography
 */
/* Primary Font Families */
/* Secondary Font Families */
/* Tetriary Font Families */
/* Icon Font Families */
/**
* Navigation
*/
/**
 * Core component veriables
 */
/* Type */
/* Grid */
/* Decorative */
/* Spacing */
/* Media Queries: min & max */
/* Screen variables */
/* CTA default variables */
/* Component Title default variables */
/* Component Subtitle default variables */
/* Component paragraph default variables */
/*  Colors  */
/***  GREENS  ***/
/*******************/
/***  BLUES  ***/
/*******************/
/***  REDS  ***/
/*******************/
/***  ORANGES  ***/
/*******************/
/***  YELLOWS  ***/
/*******************/
/***  PURPLES + PINKS  ***/
/*******************/
/***  BROWNS  ***/
/*******************/
/***  GREYS  ***/
/*******************/
/***  WHITES  ***/
/*******************/
/***  BLACKS  ***/
/*******************/
/**
 * Variables
 */
/* Type */
/* Grid */
/* Decorative */
/* Spacing */
/* Media Queries */
/* Media Queries: min & max */
/**
 * Utilities
 */
/* Screen width greater than 1200px */
@media (min-width: 1200px) {
  .visible--l {
    display: block !important;
  }

  .hidden--l {
    display: none !important;
  }

  .tile, .card {
    padding: 20px;
    background: white;
  }

  .color--pomegranate {
    color: #c0392b;
  }
}
/* Screen width less than 1200px */
@media (min-width: 768px) and (max-width: 1199px) {
  .visible--m {
    display: block !important;
  }

  .hidden--m {
    display: none !important;
  }
}
/* Screen width less than 768px */
@media (min-width: 520px) and (max-width: 767px) {
  .visible--s {
    display: block !important;
  }

  .hidden--s {
    display: none !important;
  }
}
/* Screen width less than 520px */
@media (max-width: 519px) {
  .visible--t {
    display: block !important;
  }

  .hidden--t {
    display: none !important;
  }
}
/**
 *  THEME IMPORT
 */
/**
 * Fonts
 */
/**
 * Colors
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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(0, 0, 0, 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: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.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(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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 {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

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

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.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-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s linear;
}
.section-offset .ple-drawer-add-section {
  z-index: 12;
}
.section .content-sidebar .col-lg-4 div[class*=alias-]:not(:first-child) {
  padding-top: 20px;
  border: 20px solid #F5F5F5;
  margin: 20px 0;
}
.section .content-sidebar .col-lg-4 div[class*=alias-]:first-child {
  border: 20px solid #3580b4;
  padding: 20px;
}

.section-available,
.section-available .section {
  position: relative;
}

.section__bg--dark-1::before {
  background-color: #1E4865;
}
.section__bg--dark-1.swatch {
  background-color: #1E4865;
}
.section__bg--dark-2::before {
  background-color: #3580b4;
}
.section__bg--dark-2.swatch {
  background-color: #3580b4;
}
.section__bg--dark-3::before {
  background-color: #071016;
}
.section__bg--dark-3.swatch {
  background-color: #071016;
}
.section__bg--dark-4::before {
  background-color: #BDB464;
}
.section__bg--dark-4.swatch {
  background-color: #BDB464;
}
.section__bg--dark-5::before {
  background-color: #dbd7ac;
}
.section__bg--dark-5.swatch {
  background-color: #dbd7ac;
}
.section__bg--dark-6::before {
  background-color: #837c38;
}
.section__bg--dark-6.swatch {
  background-color: #837c38;
}
.section__bg--dark-7::before {
  background-color: #FF7F00;
}
.section__bg--dark-7.swatch {
  background-color: #FF7F00;
}
.section__bg--dark-8::before {
  background-color: #000000;
}
.section__bg--dark-8.swatch {
  background-color: #000000;
}
.section__bg--light-1::before {
  background-color: #ffffff;
}
.section__bg--light-1.swatch {
  background-color: #ffffff;
}
.section__bg--light-2::before {
  background-color: #e0e0e0;
}
.section__bg--light-2.swatch {
  background-color: #e0e0e0;
}

.section-overlap-container .section__bg--dark-1::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--dark-2::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--dark-3::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--dark-4::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--dark-5::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--dark-6::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--light-1::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--light-2::before {
  background-color: transparent;
}
.section-overlap-container .section__bg--light-3::before {
  background-color: transparent;
}

.aop-banner .ple-drawer-add-section {
  z-index: 12;
}

.section--fixed {
  position: relative;
}
.section--fixed .ple__browserlock-modules {
  position: fixed;
  z-index: 999;
  min-width: 100px;
  top: 100px;
  bottom: 100px;
  right: 0;
  width: 4.6875rem;
}
.section--fixed .hide-in-editor {
  display: none;
}
.section--fixed .ple__back-to-top {
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 100px;
  transition: all 0.3s ease-in-out;
  transform: translate3d(0, 9.375rem, 0);
}
.section--fixed .ple__back-to-top.active {
  transform: translate3d(0, -9.375rem, 0);
}
.section--fixed .ple__back-to-top .btn--back-to-top {
  border-radius: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.section--fixed .ple__back-to-top .btn--back-to-top:hover {
  background-color: #000;
}
.section--fixed .ple__back-to-top .back-to-top__icon {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: transparent url(../themes/website/assets/img/browserlock/icon-back-to-top.png) no-repeat center center;
}

.ple_module_sticky {
  max-height: 0px;
  opacity: 0;
}

.isEditor .ple_module_sticky {
  max-height: inherit;
  opacity: inherit;
}

@media (max-width: 767px) {
  .section--fixed .ple__back-to-top {
    right: 20px;
    bottom: 0;
  }
  .section--fixed .ple__back-to-top.active {
    transform: translate3d(0, -5rem, 0);
  }
}
body .editable__container p, body .editable__container ol, body .editable__container ul, body .editable__container li, body .editable__container table td, body .editable__container span {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: normal;
}
body .section--dark .editable__container p, body .section--dark .editable__container ol, body .section--dark .editable__container ul, body .section--dark .editable__container li, body .section--dark .editable__container table td, body .section--dark .editable__container span {
  color: white;
}
body .section--dark .editable__container table td {
  border-color: white;
}

.section .ple-module-justify-left {
  display: flex;
  justify-content: flex-start;
}
.section .ple-module-justify-center {
  display: flex;
  justify-content: center;
}
.section .ple-module-justify-right {
  display: flex;
  justify-content: flex-end;
}
.section--light .component__link--1 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #0384d7;
  text-decoration: none;
  width: auto;
}
.section--light .component__link--1:hover {
  color: black;
}
.section--light .component__link--2 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #0384d7;
  text-decoration: none;
}
.section--light .component__link--2:hover {
  color: black;
}
.section--light .component__link--3 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #0384d7;
  text-decoration: none;
}
.section--light .component__link--3:hover {
  color: black;
}
.section--light .component__button--1 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--light .component__button--1:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}
.section--light .component__button--2 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--light .component__button--2:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .component__button--3 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border: 1px solid #FF7F00;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--light .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  border: 1px solid #FF7F00;
  background-color: transparent;
}
.section--dark .component__link--1 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #BDB464;
  text-decoration: none;
  width: auto;
}
.section--dark .component__link--1:hover {
  color: white;
}
.section--dark .component__link--2 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #BDB464;
  text-decoration: none;
}
.section--dark .component__link--2:hover {
  color: white;
}
.section--dark .component__link--3 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #BDB464;
  text-decoration: none;
}
.section--dark .component__link--3:hover {
  color: white;
}
.section--dark .component__button--1 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .component__button--1:hover {
  color: #1E4865;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #fff;
}
.section--dark .component__button--2 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #1E4865;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: #fff;
  padding: 0.875rem;
}
.section--dark .component__button--2:hover {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .component__button--3 {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border: 1px solid #FF7F00;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--dark .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  border: 1px solid #FF7F00;
  background-color: #fff;
}
.section.section__bg--dark-4 .component__link--1 {
  color: #1E4865;
}
.section.section__bg--dark-4 .component__link--1:hover {
  color: white;
}
.section.section__bg--dark-4 .component__link--2 {
  color: #1E4865;
}
.section.section__bg--dark-4 .component__link--2:hover {
  color: white;
}
.section.section__bg--dark-4 .component__link--3 {
  color: #1E4865;
}
.section.section__bg--dark-4 .component__link--3:hover {
  color: white;
}
.section--light a {
  color: #0384d7;
  text-decoration: none;
}
.section--light a:hover {
  color: black;
}
.section--light .component {
  color: #000;
}
.section--light .component__title {
  color: #000;
}
.section--light .component__subtitle {
  color: #000;
}
.section--light .component__p {
  color: #000;
}
.section--dark a {
  color: #BDB464;
  text-decoration: none;
}
.section--dark a:hover {
  color: white;
}
.section--dark .component {
  color: #fff;
}
.section--dark .component__title {
  color: #fff;
}
.section--dark .component__subtitle {
  color: #BDB464;
}
.section--dark .component__p {
  color: #fff;
}
.section.section__bg--dark-4 .component__subtitle {
  color: #1E4865;
}

@media (max-width: 991px) {
  .container-fluid {
    max-width: none;
  }
}

.component__text {
  height: 100%;
}
.component__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.component__subtitle {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
.component__p {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
.component__p > p:last-child {
  margin-bottom: 0;
}

.section .footer p {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.section .footer .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.section .footer .logo__container {
  height: 100%;
}
.section .footer .logo__container--inner {
  height: 100%;
}

.section .top-header .editable {
  text-align: left;
}
.section .top-header .editable p {
  font-size: 0.875rem;
}
.section .top-header .navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section .top-header .navigation ul li a {
  font-size: 0.875rem;
}
.section .top-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 1199px) {
  .component__p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .component__button a {
    border: 1px solid #fefefe;
    padding: 0.625rem 1.25rem;
  }
  .component__button a:hover {
    border: 1px solid #000000;
  }
}
@media (max-width: 767px) {
  .component a[class*=component__cta] {
    width: 100%;
  }
}
.flexslider li {
  display: none;
}

.flexslider .flex-control-nav li {
  display: inline-block;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header-zero .section--inner {
  /* Some modules have an outer module class name wrapper while others do not.  In addition, it isn't clear if the inner module classes have margin or padding, so this section class target them as well. */
}
.header-zero .section--inner .breadcrumb__list,
.header-zero .section--inner #copyright {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.header-zero .section--inner .componentWith__container .articles,
.header-zero .section--inner .componentWith__container .articles__categories-wrap,
.header-zero .section--inner .componentWith__container .articles__categories,
.header-zero .section--inner .componentWith__container .banner,
.header-zero .section--inner .componentWith__container .banner-a,
.header-zero .section--inner .componentWith__container .banner-b,
.header-zero .section--inner .componentWith__container .banner-c,
.header-zero .section--inner .componentWith__container .banner-d,
.header-zero .section--inner .componentWith__container .banner-e,
.header-zero .section--inner .componentWith__container .banner-f,
.header-zero .section--inner .componentWith__container .beforeandafter,
.header-zero .section--inner .componentWith__container .blade-a,
.header-zero .section--inner .componentWith__container .blog,
.header-zero .section--inner .componentWith__container .blog-a,
.header-zero .section--inner .componentWith__container .blog-categories,
.header-zero .section--inner .componentWith__container .contactform,
.header-zero .section--inner .componentWith__container .contactusfixed,
.header-zero .section--inner .componentWith__container .cta,
.header-zero .section--inner .componentWith__container .customfixed,
.header-zero .section--inner .componentWith__container .disclaimer,
.header-zero .section--inner .componentWith__container .featuredarticles,
.header-zero .section--inner .componentWith__container .featuredblocks,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-a,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-b,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-c,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-d,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-e,
.header-zero .section--inner .componentWith__container .featuredblocks-grid-f,
.header-zero .section--inner .componentWith__container .featuredblocks-flyup-a,
.header-zero .section--inner .componentWith__container .featuredblocks-flyup-b,
.header-zero .section--inner .componentWith__container .featuredblocks-flyup-c,
.header-zero .section--inner .componentWith__container .featuredblocks-list-a,
.header-zero .section--inner .componentWith__container .form--a,
.header-zero .section--inner .componentWith__container .gallery,
.header-zero .section--inner .componentWith__container .hours-a,
.header-zero .section--inner .componentWith__container .hours,
.header-zero .section--inner .componentWith__container .image,
.header-zero .section--inner .componentWith__container .instagram,
.header-zero .section--inner .componentWith__container .legalschedulerfixed-embed,
.header-zero .section--inner .componentWith__container .location,
.header-zero .section--inner .componentWith__container .locations-a,
.header-zero .section--inner .componentWith__container .legalscheduler-embed,
.header-zero .section--inner .componentWith__container .locations,
.header-zero .section--inner .componentWith__container .logo,
.header-zero .section--inner .componentWith__container .logo-a,
.header-zero .section--inner .componentWith__container .map,
.header-zero .section--inner .componentWith__container .map-a,
.header-zero .section--inner .componentWith__container .mediaslider-a,
.header-zero .section--inner .componentWith__container .mediaslider,
.header-zero .section--inner .componentWith__container .multiple-locations,
.header-zero .section--inner .componentWith__container .navigation,
.header-zero .section--inner .componentWith__container .onlinescheduler-embed,
.header-zero .section--inner .componentWith__container .video,
.header-zero .section--inner .componentWith__container .comp-videobanner,
.header-zero .section--inner .componentWith__container .videofaq {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.header-zero .section--inner .componentWith__container .ple-module-container > div {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav a:hover {
  opacity: 0.7 !important;
}

.flex-direction-nav a {
  opacity: 1;
}
.flex-direction-nav a:before {
  color: #000000;
}

.controlNav .flex-direction-nav .flex-prev {
  left: 10px;
}
.controlNav .flex-direction-nav .flex-next {
  right: 10px;
}
.flex-pauseplay a {
  z-index: 12;
  height: 1.5625rem;
  color: #000000;
  opacity: 1;
}
.flex-pauseplay a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.section--dark .flex-direction-nav a:before, .section.section__bg--dark-4 .flex-direction-nav a:before {
  color: #ffffff;
}
.section--dark .flex-control-paging li a, .section.section__bg--dark-4 .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.7);
}
.section--dark .flex-control-paging li a.flex-active, .section.section__bg--dark-4 .flex-control-paging li a.flex-active {
  background: #ffffff;
}
.section--dark .flex-pauseplay a, .section.section__bg--dark-4 .flex-pauseplay a {
  color: #ffffff;
}
.section--dark .flex-pauseplay a:hover, .section.section__bg--dark-4 .flex-pauseplay a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.banner .flexslider .slider__button-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .flexslider .slider__button {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.banner .flexslider .flex-control-nav {
  z-index: 11;
  bottom: 0;
}

@media (max-width: 767px) {
  .flexslider .flex-control-nav {
    display: none;
  }
}
.x21-mobile-controls {
  height: 3.125rem;
  background: #000;
}
.x21-mobile-controls > button {
  color: white;
  background: #000;
  height: 100%;
  border: none;
  padding: 0 20px;
}
.x21-mobile-controls > button:hover, .x21-mobile-controls > button:focus {
  outline: none;
}
.x21-mobile-controls__quick-links {
  display: inline-flex;
  height: 100%;
  float: right;
  align-items: center;
}
.x21-mobile-controls__quick-links .btn-link {
  color: white;
}

/* Brand specific common CSS for all skins. Copyright 2006-2010 Internet Matrix, Inc. */
/* Begin Frame Selector */
a.lnchFrmSlctr {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2600px -64px, url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2600px -64px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  margin: 12px auto;
  width: 192px;
  height: 56px;
  text-indent: -999em;
}

#frameSelector {
  background: #fff;
  display: none;
  position: absolute;
  height: 506px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 999;
}

div#facePnl {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/faces.png"), #60687a url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/faces.png");
  position: relative;
  width: 330px;
  height: 376px;
  float: left;
}

div#facePnl.square {
  background-position: 0 0;
}

div#facePnl.oval {
  background-position: -330px 0;
}

div#facePnl.oblong {
  background-position: -660px 0;
}

div#facePnl.round {
  background-position: -990px 0;
}

div#facePnl.heart {
  background-position: -1320px 0;
}

div#facePnl.triangle {
  background-position: -1650px 0;
}

div#facePnl.diamond {
  background-position: -1980px 0;
}

div#lrgFrame {
  position: absolute;
  top: 138px;
  left: 49px;
  width: 240px;
  height: 100px;
}

div#lrgFrame[class*=frm] {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/lrg-frames.png"), url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/lrg-frames.png");
}

div#lrgFrame.frm01 {
  background-position: 0 0;
}

div#lrgFrame.frm02 {
  background-position: -240px 0;
}

div#lrgFrame.frm03 {
  background-position: -480px 0;
}

div#lrgFrame.frm04 {
  background-position: -720px 0;
}

div#lrgFrame.frm05 {
  background-position: -960px 0;
}

div#lrgFrame.frm06 {
  background-position: -1200px 0;
}

div#lrgFrame.frm07 {
  background-position: -1440px 0;
}

div#lrgFrame.frm08 {
  background-position: -1680px 0;
}

div#lrgFrame.frm09 {
  background-position: -1920px 0;
}

div#lrgFrame.frm10 {
  background-position: -2160px 0;
}

div#lrgFrame.frm11 {
  background-position: -2400px 0;
}

div#lrgFrame.frm12 {
  background-position: -2640px 0;
}

div#lrgFrame.frm13 {
  background-position: -2880px 0;
}

div#shapePnl {
  background: #fff;
  margin: 0 10px;
  width: 98px;
  height: 376px;
  float: left;
}

div#shapePnl a {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/ml-frames.png") -2698px 0, #f5f5f5 url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/ml-frames.png") -2698px 0;
  color: #221f1f;
  cursor: pointer;
  display: block;
  margin-bottom: 2px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-shadow: 0 2px 1px #fff;
}

div#shapePnl a.selected {
  background-color: #60687a;
  background-position: -2600px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

div#infoPnl {
  background: #525968;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  padding: 28px;
  width: 350px;
  height: 376px;
  line-height: 1.2;
  float: left;
}

div#infoPnl div {
  display: none;
}

div#infoPnl div.square {
  display: block;
}

div#infoPnl h1 {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/symbols.png") no-repeat, url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/symbols.png") no-repeat;
  color: #fff;
  margin-bottom: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
}

div#infoPnl div.square h1 {
  background-position: 0 0;
  padding-left: 58px;
}

div#infoPnl div.oval h1 {
  background-position: 0 -48px;
  padding-left: 48px;
}

div#infoPnl div.oblong h1 {
  background-position: 0 -96px;
  padding-left: 48px;
}

div#infoPnl div.round h1 {
  background-position: 0 -144px;
  padding-left: 58px;
}

div#infoPnl div.heart h1 {
  background-position: 0 -192px;
  padding-left: 62px;
}

div#infoPnl div.triangle h1 {
  background-position: 0 -240px;
  padding-left: 58px;
}

div#infoPnl div.diamond h1 {
  background-position: 0 -288px;
  padding-left: 60px;
}

div#infoPnl p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

div#framePnl {
  background: #e2e4e7;
  border-top: 10px solid #fff;
  padding: 0 40px;
  position: relative;
  width: 720px;
  height: 120px;
  clear: left;
}

div#framePnl a[class*=Set] {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2160px 0, #60687a url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2160px 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 120px;
}

div#framePnl a.nxtSet {
  background-position: -2200px 0;
  left: 760px;
}

div#framePnl div#frameCont {
  width: 720px;
  height: 120px;
  overflow: hidden;
}

ul#frameSets {
  margin: 0;
  position: relative;
  width: 2880px;
  height: 120px;
  list-style: none;
}

ul#frameSets li {
  position: relative;
  width: 720px;
  height: 120px;
  float: left;
}

ul#frameSets a {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2240px 0, url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png") -2240px 0;
  cursor: pointer;
  width: 180px;
  height: 120px;
  float: left;
  color: #000000;
}

ul#frameSets a.selected {
  background-position: -2420px 0;
}

ul#frameSets span[class*=frm] {
  background: url("https://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png"), url("http://demo-optometry.imatrix.com/images/brands/optometry/frame_selector/sml-frames.png");
  display: block;
  width: 180px;
  height: 38px;
  padding-top: 82px;
  text-align: center;
  text-shadow: 0 2px 1px #fff;
}

ul#frameSets span.frm01 {
  background-position: 0 0;
}

ul#frameSets span.frm02 {
  background-position: -180px 0;
}

ul#frameSets span.frm03 {
  background-position: -360px 0;
}

ul#frameSets span.frm04 {
  background-position: -540px 0;
}

ul#frameSets span.frm05 {
  background-position: -720px 0;
}

ul#frameSets span.frm06 {
  background-position: -900px 0;
}

ul#frameSets span.frm07 {
  background-position: -1080px 0;
}

ul#frameSets span.frm08 {
  background-position: -1260px 0;
}

ul#frameSets span.frm09 {
  background-position: -1440px 0;
}

ul#frameSets span.frm10 {
  background-position: -1620px 0;
}

ul#frameSets span.frm11 {
  background-position: -1800px 0;
}

ul#frameSets span.frm12 {
  background-position: -1980px 0;
}

ul#frameSets span.frm13 {
  background-position: -2796px 0;
}

/*FANCY BOX CSS BELOW THIS*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("//demo-optometry.imatrix.com/js/jquery_plugins/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("//demo-optometry.imatrix.com/images/brands/optometry/frame_selector/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url("//demo-optometry.imatrix.com/js/jquery_plugins/images/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("//demo-optometry.imatrix.com/js/jquery_plugins/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("//demo-optometry.imatrix.com/images/brands/optometry/frame_selector/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("//demo-optometry.imatrix.com/images/brands/optometry/frame_selector/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/***  GREENS  ***/
/*******************/
/***  BLUES  ***/
/*******************/
/***  REDS  ***/
/*******************/
/***  ORANGES  ***/
/*******************/
/***  YELLOWS  ***/
/*******************/
/***  PURPLES + PINKS  ***/
/*******************/
/***  BROWNS  ***/
/*******************/
/***  GREYS  ***/
/*******************/
/***  WHITES  ***/
/*******************/
/***  BLACKS  ***/
/*******************/
/**
 * Variables
 */
/* Type */
/* Grid */
/* Decorative */
/* Spacing */
/* Media Queries */
/* Media Queries: min & max */
/**
 * Utilities
 */
/* Screen width greater than 1200px */
@media (min-width: 1200px) {
  .visible--l {
    display: block !important;
  }

  .hidden--l {
    display: none !important;
  }

  .tile, .card {
    padding: 20px;
    background: white;
  }

  .color--pomegranate {
    color: #c0392b;
  }
}
/* Screen width less than 1200px */
@media (min-width: 768px) and (max-width: 1199px) {
  .visible--m {
    display: block !important;
  }

  .hidden--m {
    display: none !important;
  }
}
/* Screen width less than 768px */
@media (min-width: 520px) and (max-width: 767px) {
  .visible--s {
    display: block !important;
  }

  .hidden--s {
    display: none !important;
  }
}
/* Screen width less than 520px */
@media (max-width: 519px) {
  .visible--t {
    display: block !important;
  }

  .hidden--t {
    display: none !important;
  }
}
body .editable__container p, body .editable__container ol, body .editable__container ul, body .editable__container li, body .editable__container table td, body .editable__container span {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
body .section--light .editable__container p, body .section--light .editable__container ol, body .section--light .editable__container ul, body .section--light .editable__container li, body .section--light .editable__container table td, body .section--light .editable__container span {
  color: #4A4A4A;
}
body .section--dark .editable__container p, body .section--dark .editable__container ol, body .section--dark .editable__container ul, body .section--dark .editable__container li, body .section--dark .editable__container table td, body .section--dark .editable__container span {
  color: white;
}

.section .component__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  line-height: 1 !important;
  margin-bottom: 0.875rem !important;
}
.section .component__subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  line-height: 1 !important;
  margin-top: 0.875rem;
  margin-bottom: 1.5rem !important;
}
.section .component__p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.section .component__link--1, .section .component__link--2, .section .component__link--3 {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.outline-border.section__bg--dark-1::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-2::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-3::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-4::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-5::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-6::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-7::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--dark-8::before {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--light-1::before {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.outline-border.section__bg--light-2::before {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.outline-border.section-banner::before {
  outline: none;
}
.outline-border.section-banner .section--light .banner-img__wrapper {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.outline-border.section-banner .section--dark .banner-img__wrapper {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}

.no-border .section--light .gallery-grid--item,
.no-border .section--dark .gallery-grid--item {
  outline: none !important;
}
.no-border .section--light .staff-detail .staff-member__image img,
.no-border .section--dark .staff-detail .staff-member__image img {
  outline: none !important;
}
.no-border .section--light .staff-member__image,
.no-border .section--dark .staff-member__image {
  outline: none !important;
}
.no-border.section-banner .banner-group-2 .slider__background::before,
.no-border.section-banner .banner-group-3 .slider__background::before,
.no-border.section-banner .banner-group-4 .slider__background::before {
  border-top: 0;
}

.section--light .component__title {
  color: #4A4A4A;
}
.section--light .component__subtitle {
  color: #BDB464;
}
.section--light .component__p {
  color: #4A4A4A;
}
.section--light .component__link--1, .section--light .component__link--2, .section--light .component__link--3 {
  color: #FF7F00;
}
.section--light .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4A4A4A;
  border: 1px solid #BDB464 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.section--light .component__button--1:hover {
  color: #ffffff;
  border: 1px solid #BDB464 !important;
  color: #fff !important;
  background-color: #BDB464 !important;
}
.section--light .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff !important;
  border: 1px solid #BDB464 !important;
  text-decoration: none !important;
  background-color: #BDB464 !important;
}
.section--light .component__button--2:hover {
  color: #4A4A4A !important;
  border: 1px solid #BDB464 !important;
  background-color: #ffffff !important;
}
.section--light .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff !important;
  border: 1px solid #FF7F00 !important;
  background-color: #FF7F00 !important;
}
.section--light .component__button--3:hover {
  color: #4A4A4A !important;
  border: 1px solid #FF7F00 !important;
  background-color: transparent !important;
}

.section--dark .component__title, .section--dark .component__subtitle, .section--dark .component__p {
  color: #ffffff;
}
.section--dark .component__link--1, .section--dark .component__link--2, .section--dark .component__link--3 {
  color: #ffffff;
}
.section--dark .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .component__button--1:hover {
  color: #4A4A4A;
  text-decoration: none !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4A4A4A !important;
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}
.section--dark .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.section--dark .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff !important;
  border: 1px solid #FF7F00 !important;
  background-color: #FF7F00 !important;
}
.section--dark .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.section.section__bg--dark-7 .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4A4A4A !important;
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}
.section.section__bg--dark-7 .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.section.section__bg--dark-4 .component__link--1, .section.section__bg--dark-4 .component__link--2, .section.section__bg--dark-4 .component__link--3 {
  color: #ffffff;
}
.section.section__bg--dark-4 .component__subtitle {
  color: #ffffff;
}

#partial-header-1 .phone__title {
  font-size: 0.9375rem;
  line-height: 1.1;
  margin-bottom: 0;
}
#partial-header-1 .phone__number {
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0;
}
#partial-header-1 .phone__wrapper {
  padding: 0;
}
#partial-header-1 .phone__container {
  width: 100%;
}
#partial-header-1 .navigation-b,
#partial-header-1 .navigation-c {
  position: relative;
}
#partial-header-1 .navigation-b .navigation__button,
#partial-header-1 .navigation-c .navigation__button {
  margin-top: -0.3125rem;
}
#partial-header-1 .navigation-b:before,
#partial-header-1 .navigation-c:before {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  content: "";
  border-left: 1px solid #8a8a8a;
}

.partial-top-phone {
  justify-content: flex-end;
}

@media (min-width: 1199px) {
  .navigation-b:before,
.navigation-c:before {
    display: block !important;
    left: -1.5rem !important;
  }
}
@media (min-width: 991px) {
  .navigation-b:before,
.navigation-c:before {
    display: block !important;
    left: -1rem;
  }
}
@media (max-width: 1199px) {
  #partial-header-1 .partial-top-phone {
    margin-top: 0.9375rem;
    display: flex;
    justify-content: center;
  }
  #partial-header-1 .partial-top-phone .phone__wrapper {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  #partial-header-1 .partial-top-phone {
    margin-top: 0.9375rem;
    display: flex;
    justify-content: center;
  }
  #partial-header-1 .partial-top-phone .phone__wrapper {
    text-align: center !important;
  }
}
.wrap__where_is_your_pain {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  overflow: hidden;
}
.wrap__where_is_your_pain--inner {
  position: absolute;
  z-index: 3;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.wrap__where_is_your_pain .cta_chiro0__container .cta:after {
  width: calc(50% - 90px);
}
.wrap__where_is_your_pain .cta_chiro0__container .cta:before {
  right: calc(50% - 270px);
}
.wrap__where_is_your_pain .cta_chiro1__container .cta:after {
  width: calc(50% - 70px);
}
.wrap__where_is_your_pain .cta_chiro1__container .cta:before {
  right: calc(50% - 300px);
}
.wrap__where_is_your_pain .cta_chiro2__container .cta:after {
  width: calc(50% + 80px);
}
.wrap__where_is_your_pain .cta_chiro2__container .cta:before {
  right: calc(50% - 450px);
}
.wrap__where_is_your_pain .cta_chiro3__container .cta:after {
  width: calc(50% - 60px);
}
.wrap__where_is_your_pain .cta_chiro3__container .cta:before {
  right: calc(50% - 310px);
}
.wrap__where_is_your_pain .cta_chiro4__container .cta:after {
  width: calc(50% - 60px);
}
.wrap__where_is_your_pain .cta_chiro4__container .cta:before {
  right: calc(50% - 300px);
}
.wrap__where_is_your_pain .cta_chiro5__container .cta:after {
  width: calc(50% + 100px);
}
.wrap__where_is_your_pain .cta_chiro5__container .cta:before {
  right: calc(50% - 470px);
}
.wrap__where_is_your_pain .image__container--inner {
  position: relative;
  height: 950px;
}
.wrap__where_is_your_pain .image__container--inner .image {
  text-align: center;
}
.wrap__where_is_your_pain .image__container--inner .image img {
  width: 100%;
  height: 950px;
  object-fit: cover;
  max-width: 2400px;
}
.wrap__where_is_your_pain .custom-object-fit {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.wrap__where_is_your_pain .custom-object-fit img {
  display: none;
}
.wrap__where_is_your_pain .component__subtitle {
  margin-bottom: 70px !important;
}
.wrap__where_is_your_pain .cta {
  width: 100%;
  position: initial;
  display: inline-block;
  padding: 0;
}
.wrap__where_is_your_pain .cta:after {
  content: "";
  position: absolute;
  left: 360px;
  bottom: 30px;
  height: 2px;
  pointer-events: none;
}
.wrap__where_is_your_pain .cta:before {
  content: "";
  position: absolute;
  bottom: 23px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  transition: box-shadow 0.3s, border-radius 0.3s;
}
.wrap__where_is_your_pain .cta:hover:before {
  bottom: 32px;
  width: 1px;
  height: 1px;
  border-radius: 50%;
}
.wrap__where_is_your_pain .cta__container--inner {
  position: relative;
  margin-bottom: 45px;
}
.wrap__where_is_your_pain .cta__button {
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  padding: 20px 40px;
  display: inline-block;
  letter-spacing: 2px;
  width: 355px;
  margin: 0;
  position: initial;
}
.wrap__where_is_your_pain .cta__button:hover {
  text-decoration: none;
}
.wrap__where_is_your_pain .cta__button:active {
  text-decoration: none;
}
.wrap__where_is_your_pain .cta .text-center {
  text-align: left !important;
}
.wrap__where_is_your_pain .cta .col-lg-6 {
  max-width: 100%;
}
.wrap__where_is_your_pain .cta .row.justify-content-center {
  justify-content: flex-start !important;
}

.section--light .wrap__where_is_your_pain .cta:after {
  background-color: #BDB464;
}
.section--light .wrap__where_is_your_pain .cta:before {
  background-color: #BDB464;
}
.section--light .wrap__where_is_your_pain .cta:hover:before {
  box-shadow: 0px 0px 80px 100px rgba(189, 180, 100, 0.9);
}
.section--dark .wrap__where_is_your_pain .cta:after {
  background-color: white;
}
.section--dark .wrap__where_is_your_pain .cta:before {
  background-color: white;
}
.section--dark .wrap__where_is_your_pain .cta:hover:before {
  box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wrap__where_is_your_pain--inner {
    top: 50px;
  }
  .wrap__where_is_your_pain .component__subtitle {
    margin-bottom: 50px !important;
  }
  .wrap__where_is_your_pain .image__container--inner {
    height: 820px;
  }
  .wrap__where_is_your_pain .image__container--inner .image img {
    height: 820px;
  }
  .wrap__where_is_your_pain .cta {
    display: block;
  }
  .wrap__where_is_your_pain .cta:after, .wrap__where_is_your_pain .cta:before {
    display: none;
  }
  .wrap__where_is_your_pain .cta__title {
    font-size: 32px;
  }
  .wrap__where_is_your_pain .cta__description {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .wrap__where_is_your_pain .cta__button {
    width: 100%;
  }
  .wrap__where_is_your_pain .cta .col-lg-6 {
    flex: 0 0 40% !important;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .wrap__where_is_your_pain--inner {
    top: 50px;
  }
  .wrap__where_is_your_pain .component__subtitle {
    margin-bottom: 50px !important;
  }
  .wrap__where_is_your_pain .image__container--inner {
    height: 800px;
  }
  .wrap__where_is_your_pain .image__container--inner .image img {
    height: 800px;
  }
  .wrap__where_is_your_pain .cta {
    display: block;
  }
  .wrap__where_is_your_pain .cta:after, .wrap__where_is_your_pain .cta:before {
    display: none;
  }
  .wrap__where_is_your_pain .cta__title {
    font-size: 24px;
  }
  .wrap__where_is_your_pain .cta__description {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .wrap__where_is_your_pain .cta__button {
    opacity: 0.7;
    width: 100%;
  }
  .wrap__where_is_your_pain .cta .col-lg-6 {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 519px) {
  .wrap__where_is_your_pain--inner {
    top: 50px;
    padding: 0 15px !important;
  }
  .wrap__where_is_your_pain .component__title {
    font-size: 24px !important;
  }
  .wrap__where_is_your_pain .component__subtitle {
    font-size: 18px !important;
    margin-bottom: 50px !important;
  }
  .wrap__where_is_your_pain .image__container--inner {
    height: 800px;
  }
  .wrap__where_is_your_pain .image__container--inner .image img {
    height: 800px;
    object-position: 56%;
  }
  .wrap__where_is_your_pain .custom-object-fit {
    background-position: 56% 50%;
  }
  .wrap__where_is_your_pain .cta {
    display: block;
  }
  .wrap__where_is_your_pain .cta:after, .wrap__where_is_your_pain .cta:before {
    display: none;
  }
  .wrap__where_is_your_pain .cta__title {
    font-size: 24px;
  }
  .wrap__where_is_your_pain .cta__description {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .wrap__where_is_your_pain .cta__button {
    opacity: 0.7;
    width: 100%;
    font-size: 16px !important;
    padding: 20px 15px !important;
  }
  .wrap__where_is_your_pain .cta .col-lg-6 {
    flex: 0 0 100% !important;
  }
}
.aop-banner .editable__container p {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.l32-top-bar .phone__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (max-width: 1199px) {
  .l32-top-bar .l32-top-bar,
.l32-top-bar .phone__wrapper {
    text-align: center !important;
  }
}

.sticky-phone .section__column-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sticky-phone .phone__title {
  font-size: 1rem;
  line-height: 1rem;
}

.l32-header-bar {
  border-bottom: 1px solid #c1c1c1;
}
.l32-header-bar .section__column-1 {
  align-self: center;
  padding-bottom: 0.9375rem;
}
.l32-header-bar .section__column-2 {
  align-self: flex-end;
  padding-bottom: 0.5375rem;
}
.l32-header-bar .section__column-2 .navigation__container {
  width: 100%;
}
.l32-header-bar .section__column-2 .navigation__container--inner {
  float: right;
}
.l32-header-bar .navigation {
  display: flex;
  justify-content: flex-end;
}
.l32-header-bar .navigation__item a {
  font-weight: bold;
  padding: 0.5rem;
  text-transform: capitalize;
}
.l32-header-bar .section--light .navigation__item a {
  color: #000;
}
.l32-header-bar .section--light .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: #000 transparent transparent transparent !important;
}
.l32-header-bar .section--light .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: #000 transparent transparent transparent !important;
}
.l32-header-bar .section--light .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: transparent transparent transparent #000 !important;
}
.l32-header-bar .section--light .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: transparent transparent transparent #000 !important;
}
@media (max-width: 1199px) {
  .l32-header-bar .section__column-1 {
    text-align: center !important;
  }
  .l32-header-bar .section__column-1 .logo__container {
    width: 100%;
  }
}

.top-bar-a {
  border-bottom: 1px solid #acacac;
}
.top-bar-a .editable__container p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 0.9375rem;
}
.top-bar-a .navigation {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .header-bar-a .logo {
    display: flex;
    justify-content: center;
  }
}
.header-bar-a .phone__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (max-width: 991px) {
  .header-bar-a .phone__wrapper {
    padding-bottom: 1.875rem;
    text-align: center !important;
  }
}

.footer-logo {
  padding: 0.9375rem 0;
}
.footer-logo .socialmedia {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right !important;
}
.footer-logo .socialmedia__item {
  padding: 0.1rem;
}
.footer-logo .socialmedia.text-center .socialmedia__link {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  width: 1.6875rem;
  height: 1.6875rem;
}
.footer-logo .socialmedia__list {
  justify-content: flex-end !important;
}
.footer-logo .phone__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-logo .phone__title {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.1;
}
.footer-logo .phone__number {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.1;
}
.footer-logo .section__column-1 {
  align-self: center;
}
@media (max-width: 992px) {
  .footer-logo .section__column-1 {
    justify-self: center;
  }
  .footer-logo .phone__wrapper {
    text-align: center !important;
  }
  .footer-logo .socialmedia__list {
    justify-content: center !important;
  }
}

.footer-nav .navigation {
  padding: 1.5625rem 0 0.9375rem 0;
}
.footer-nav .navigation__item a {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-nav .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-nav .navbar {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .footer-nav .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  .footer-nav .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .footer-nav .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .footer-nav {
    display: none;
  }
}

.footer-disclaimer {
  padding-bottom: 2.5rem;
}
.footer-disclaimer .disclaimer {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}
.footer-disclaimer .section--dark .editable__container p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.footer-disclaimer .section__column-2 {
  align-self: flex-end;
  justify-self: center;
}
@media (max-width: 768px) {
  .footer-disclaimer .disclaimer {
    padding-top: 1.875rem;
  }
}

.sidebar-border .section--light .stacked {
  border-top: 6px solid rgba(30, 72, 101, 0.2);
}
.sidebar-border .section--dark .stacked {
  border-top: 6px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .hide-nav-mobile .navigation__container {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ple-sticky-desktop.ple_module_sticky {
    z-index: 0 !important;
    top: 0 !important;
    width: auto !important;
    position: relative !important;
    opacity: 1 !important;
    max-height: 99999px !important;
    transition: none !important;
  }
}

.section.cta-no-padding :not(.ple-column-padding) .cta {
  padding: 0 !important;
  margin: 0 !important;
}
.section.cta-no-padding :not(.ple-column-padding) .cta a[class*=component__link], .section.cta-no-padding :not(.ple-column-padding) .cta a[class*=component__button] {
  margin: 0 !important;
}

.sedona .section .component__link--1,
.sedona .section .component__link--2,
.sedona .section .component__link--3,
.sedona .section .editable__container a,
.sedona .section .blade-a__readmore a,
.sedona .section .featuredarticle__link {
  background-image: linear-gradient(to right, #FF7F00 0, #FF7F00 100%);
}
.sedona .section-banner .section--dark .form__title {
  color: #BDB464;
}
.sedona .section-banner .section--dark .form-wrap__submit input {
  border: 2px solid #FF7F00;
  background: #1E4865;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-banner .section--dark .form-wrap__submit input:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-banner .section--light .form-wrap__submit input {
  background: #FF7F00;
}
.sedona .section--dark .navigation-a .navigation__list--sub {
  background: #1E4865 !important;
}
.sedona .section--dark .navigation-a .navigation__list--sub .navigation__item.navigation-open .navigation__item--link:hover {
  background: #3580b4 !important;
}
.sedona .section--dark .navigation-a .navigation__list--sub .navigation__item--link:hover {
  background: #3580b4 !important;
}
.sedona .section--dark .component__button--1 {
  color: #BDB464 !important;
  box-shadow: #BDB464 5px 5px 0 0;
}
.sedona .section--dark .component__button--1:hover {
  color: #BDB464 !important;
  box-shadow: #BDB464 0 0 0 0;
}
.sedona .section--dark .cta__button.component__button--1 {
  color: #BDB464 !important;
}
.sedona .section--dark .component__button--2 {
  color: #FF7F00 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section--dark .component__button--2:hover {
  color: #FF7F00 !important;
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section--dark .component__button--3 {
  background: #FF7F00 !important;
}
.sedona .section--dark .component__button--3:hover {
  background: #FF7F00 !important;
}
.sedona .section--dark .banner .component__button--1.cta__button,
.sedona .section--dark .banner .component__button--1.cta__button--icon {
  color: #BDB464;
  box-shadow: #BDB464 5px 5px 0 0;
}
.sedona .section--dark .banner .component__button--1.cta__button:hover,
.sedona .section--dark .banner .component__button--1.cta__button--icon:hover {
  color: #BDB464;
  box-shadow: #BDB464 0 0 0 0;
}
.sedona .section--dark .banner .component__button--2.cta__button,
.sedona .section--dark .banner .component__button--2.cta__button--icon {
  color: #FF7F00 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section--dark .banner .component__button--2.cta__button:hover,
.sedona .section--dark .banner .component__button--2.cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section--dark .banner .component__button--3.cta__button,
.sedona .section--dark .banner .component__button--3.cta__button--icon {
  background: #FF7F00 !important;
}
.sedona .section--light .navigation-a .navigation__list--sub .navigation__item.navigation-open .navigation__item--link:hover {
  background: #3580b4 !important;
}
.sedona .section--light .navigation-a .navigation__list--sub .navigation__item--link:hover {
  background: #3580b4 !important;
}
.sedona .section--light .component__title:not(.staff-member__name),
.sedona .section--light .form__title {
  color: #BDB464;
}
.sedona .section--light .component__button--1 {
  background: #BDB464 !important;
  box-shadow: #1E4865 5px 5px 0 0;
}
.sedona .section--light .component__button--1:hover {
  background: #BDB464 !important;
  box-shadow: #1E4865 0 0 0 0;
}
.sedona .section--light .component__button--2 {
  background: #FF7F00 !important;
  box-shadow: #1E4865 5px 5px 0 0;
}
.sedona .section--light .component__button--2:hover {
  background: #FF7F00 !important;
  box-shadow: #1E4865 0 0 0 0;
}
.sedona .section--light .component__button--3 {
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
  border: 2px solid #FF7F00 !important;
}
.sedona .section--light .component__button--3:hover {
  background: #1E4865 !important;
  box-shadow: #FF7F00 0 0 0 0;
  border: 2px solid #FF7F00 !important;
}
.sedona .section--light .banner .component__button--1.cta__button,
.sedona .section--light .banner .component__button--1.cta__button--icon {
  background: #BDB464 !important;
  box-shadow: #1E4865 5px 5px 0 0;
}
.sedona .section--light .banner .component__button--1.cta__button:hover,
.sedona .section--light .banner .component__button--1.cta__button--icon:hover {
  background: #BDB464 !important;
  box-shadow: #1E4865 0 0 0 0;
}
.sedona .section--light .banner .component__button--2.cta__button,
.sedona .section--light .banner .component__button--2.cta__button--icon {
  background: #FF7F00 !important;
  box-shadow: #1E4865 5px 5px 0 0;
}
.sedona .section--light .banner .component__button--2.cta__button:hover,
.sedona .section--light .banner .component__button--2.cta__button--icon:hover {
  background: #FF7F00 !important;
  box-shadow: #1E4865 0 0 0 0;
}
.sedona .section--light .banner .component__button--3.cta__button,
.sedona .section--light .banner .component__button--3.cta__button--icon {
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
  border: 2px solid #FF7F00 !important;
}
.sedona .section--light .banner .component__button--3.cta__button:hover,
.sedona .section--light .banner .component__button--3.cta__button--icon:hover {
  background: #1E4865 !important;
  box-shadow: #FF7F00 0 0 0 0;
  border: 2px solid #FF7F00 !important;
}
.sedona .section-form .section--light .form__title {
  color: #BDB464;
}
.sedona .section-form .section--light .form-wrap__submit input {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-form .section--light .form-wrap__submit input:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-form .section--dark .form-wrap__submit input {
  background: #FF7F00 !important;
}
.sedona .section-form .section--dark .form-wrap__submit input:hover {
  background: #FF7F00 !important;
}
.sedona .section-staff .section--light .staff__title {
  color: #BDB464;
}
.sedona .section-map .section--light .map-a .map-search__submit {
  border: 2px solid #1E4865;
  background: #1E4865;
}
.sedona .section-map .section--light .map-a .map-search__submit:hover {
  border: 2px solid #FF7F00;
}
.sedona .section-map .section--dark .map-a .map-search__submit {
  border: 2px solid #FF7F00;
  background: #FF7F00;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-a .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-a .featuredblock__cta .cta__button--icon,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-b .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-b .featuredblock__cta .cta__button--icon {
  background: #FF7F00 !important;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-c .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-c .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-c .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-c .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-d .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-d .featuredblock__cta .cta__button--icon {
  background: #FF7F00 !important;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-e .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-e .featuredblock__cta .cta__button--icon {
  background: #FF7F00 !important;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-f .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-f .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--light .featuredblocks-grid-f .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--light .featuredblocks-grid-f .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-a .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-a .featuredblock__cta .cta__button--icon,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-b .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-b .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-a .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-a .featuredblock__cta .cta__button--icon:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-b .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-b .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-c .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-c .featuredblock__cta .cta__button--icon {
  background: #FF7F00 !important;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-e .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-e .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-e .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-e .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-f .featuredblock__cta .cta__button,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-f .featuredblock__cta .cta__button--icon {
  border: 2px solid #FF7F00 !important;
  background: #1E4865 !important;
  box-shadow: #FF7F00 5px 5px 0 0;
}
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-f .featuredblock__cta .cta__button:hover,
.sedona .section-featuredblocks .section--dark .featuredblocks-grid-f .featuredblock__cta .cta__button--icon:hover {
  box-shadow: #FF7F00 0 0 0 0;
}
.sedona .form-default .section--light .form__group .radio_wrapper input + label:before,
.sedona .form-default .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .form-default .section--dark .form__group .radio_wrapper input + label:before,
.sedona .form-default .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .contact-us-im .section--light .form__group .radio_wrapper input + label:before,
.sedona .contact-us-im .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .contact-us-im .section--dark .form__group .radio_wrapper input + label:before,
.sedona .contact-us-im .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .newsletter-2-fields .section--light .form__group .radio_wrapper input + label:before,
.sedona .newsletter-2-fields .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .newsletter-2-fields .section--dark .form__group .radio_wrapper input + label:before,
.sedona .newsletter-2-fields .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .newsletter-3-fields .section--light .form__group .radio_wrapper input + label:before,
.sedona .newsletter-3-fields .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .newsletter-3-fields .section--dark .form__group .radio_wrapper input + label:before,
.sedona .newsletter-3-fields .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .appointment-request .section--light .form__group .radio_wrapper input + label:before,
.sedona .appointment-request .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .appointment-request .section--dark .form__group .radio_wrapper input + label:before,
.sedona .appointment-request .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .exclusive-offer .section--light .form__group .radio_wrapper input + label:before,
.sedona .exclusive-offer .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .exclusive-offer .section--dark .form__group .radio_wrapper input + label:before,
.sedona .exclusive-offer .section--dark .form__group .checkbox_wrapper input + label:before,
.sedona .pet-memorial .section--light .form__group .radio_wrapper input + label:before,
.sedona .pet-memorial .section--light .form__group .checkbox_wrapper input + label:before,
.sedona .pet-memorial .section--dark .form__group .radio_wrapper input + label:before,
.sedona .pet-memorial .section--dark .form__group .checkbox_wrapper input + label:before {
  color: #FF7F00;
  border-color: #FF7F00;
}

.article .component__title {
  margin: 0.67em 0;
}
.articles__image {
  width: 80px;
  height: 80px;
}
.article__image {
  max-width: 100% !important;
  float: left;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.articles .category__image {
  display: block;
  width: auto;
  float: none;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 15px 0;
}
.article__content .article__image {
  display: block;
  width: auto;
  float: none;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 15px 0;
  height: auto;
  max-height: 300px;
}
.article__content ul {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 25px;
}
.article__content ol {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 25px;
}
.articles__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.articles__item {
  border-radius: 0px;
  margin: 0 0 30px;
  padding: 20px;
  float: left;
  width: 100%;
  background: #F5F5F5;
}
.articles__item:last-child {
  margin: 0;
}
.articles__item .component__p {
  color: #000000;
}
.article__post-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.article__post-info {
  position: relative;
  font-size: 14px;
  margin: 15px 0;
}
.article__post-info a {
  font-size: 14px;
}
.article__post-info a:hover {
  text-decoration: underline;
}
.article__post-content {
  padding: 0;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
}
.article__post-content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.article__post-author, .article__post-category, .article__post-creation-date {
  padding: 0 15px 0 0;
}
.article__post-author:before, .article__post-category:before, .article__post-creation-date:before {
  font-size: 14px;
}
.article__post-creation-date {
  padding: 0 0 0 0px;
}
.article__post-permalink {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.articles__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles__categories .mm-opened .mm-title {
  color: #ffffff;
  background: #000000;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.articles__categories .mm-opened .mm-title:hover {
  color: #ffffff;
}
.articles__categories .mm-btn:after,
.articles__categories .mm-btn:before {
  border-color: #ffffff;
}
.articles__categories .mm-panels > .mm-panel > .mm-listview {
  margin-top: -15px;
  margin-bottom: -20px;
}
.articles__categories .mm-listview .mm-next.mm-fullsubopen + a,
.articles__categories .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 0;
  margin-right: 50px;
}
.articles__categories-list li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.articles__categories .category__list-child li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.articles__categories-wrap {
  height: auto;
}
.articles__categories .mm-listview .mm-next.mm-fullsubopen {
  width: 50px;
}
.articles__categories .mm-listview .mm-next.mm-fullsubopen:after {
  border-color: #000000;
}
.articles__categories .mm-listview .mm-next:hover {
  background-color: #3580b4;
}
.articles__categories .mm-listview .mm-next:hover:after {
  border-color: #ffffff;
}

.section .articles__categories-list li {
  background: #F5F5F5;
  border-bottom: 0;
  margin-bottom: 1px;
}
.section .articles__categories-list li:hover a,
.section .articles__categories-list li:hover .mm-next, .section .articles__categories-list li:focus a,
.section .articles__categories-list li:focus .mm-next {
  color: #ffffff;
}
.section .articles__categories-list li:hover a:after,
.section .articles__categories-list li:hover .mm-next:after, .section .articles__categories-list li:focus a:after,
.section .articles__categories-list li:focus .mm-next:after {
  border-color: #ffffff;
}
.section .articles__categories-list li a,
.section .articles__categories-list li .mm-next {
  background: #F5F5F5;
  color: #000000;
}
.section .articles__categories .category__list-child li {
  background: #F5F5F5;
  border-bottom: 0;
  margin-bottom: 1px;
}
.section .articles__categories .category__list-child li:hover a,
.section .articles__categories .category__list-child li:hover .mm-next, .section .articles__categories .category__list-child li:focus a,
.section .articles__categories .category__list-child li:focus .mm-next {
  color: #ffffff;
}
.section .articles__categories .category__list-child li:hover a:after,
.section .articles__categories .category__list-child li:hover .mm-next:after, .section .articles__categories .category__list-child li:focus a:after,
.section .articles__categories .category__list-child li:focus .mm-next:after {
  border-color: #ffffff;
}
.section .articles__categories .category__list-child li a,
.section .articles__categories .category__list-child li .mm-next {
  background: #F5F5F5;
  color: #000000;
}
.section--dark .articles .category__description p {
  color: #ffffff;
}
.section--dark .article__post-permalink {
  color: #007bff;
}
.section--dark .article__post-title:hover, .section--dark .article__post-permalink:hover {
  color: #000000;
}
.section--light .articles__categories-list li:hover, .section--light .articles__categories-list li:focus, .section--dark .articles__categories-list li:hover, .section--dark .articles__categories-list li:focus {
  background-color: #3580b4;
}
.section--light .articles__categories-list li:hover a,
.section--light .articles__categories-list li:hover .mm-next, .section--light .articles__categories-list li:focus a,
.section--light .articles__categories-list li:focus .mm-next, .section--dark .articles__categories-list li:hover a,
.section--dark .articles__categories-list li:hover .mm-next, .section--dark .articles__categories-list li:focus a,
.section--dark .articles__categories-list li:focus .mm-next {
  background-color: #3580b4;
}
.section--light .articles__categories .category__list-child li:hover, .section--light .articles__categories .category__list-child li:focus, .section--dark .articles__categories .category__list-child li:hover, .section--dark .articles__categories .category__list-child li:focus {
  background-color: #3580b4;
}
.section--light .articles__categories .category__list-child li:hover a,
.section--light .articles__categories .category__list-child li:hover .mm-next, .section--light .articles__categories .category__list-child li:focus a,
.section--light .articles__categories .category__list-child li:focus .mm-next, .section--dark .articles__categories .category__list-child li:hover a,
.section--dark .articles__categories .category__list-child li:hover .mm-next, .section--dark .articles__categories .category__list-child li:focus a,
.section--dark .articles__categories .category__list-child li:focus .mm-next {
  background-color: #3580b4;
}
.section--light .articles__categories.mm-menu .mm-listview > li.mm-selected, .section--dark .articles__categories.mm-menu .mm-listview > li.mm-selected {
  background-color: #3580b4;
}
.section--light .articles__categories.mm-menu .mm-listview > li.mm-selected > a, .section--dark .articles__categories.mm-menu .mm-listview > li.mm-selected > a {
  background-color: #3580b4;
  color: #ffffff;
}
.section--light .articles__categories.mm-menu .mm-listview > li.mm-selected > a:after, .section--dark .articles__categories.mm-menu .mm-listview > li.mm-selected > a:after {
  border-color: #ffffff;
}
.section__bg--dark-2 .articles__categories-list li:hover, .section__bg--dark-2 .articles__categories-list li:focus {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories-list li:hover a,
.section__bg--dark-2 .articles__categories-list li:hover .mm-next, .section__bg--dark-2 .articles__categories-list li:focus a,
.section__bg--dark-2 .articles__categories-list li:focus .mm-next {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories .category__list-child li:hover, .section__bg--dark-2 .articles__categories .category__list-child li:focus {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories .category__list-child li:hover a,
.section__bg--dark-2 .articles__categories .category__list-child li:hover .mm-next, .section__bg--dark-2 .articles__categories .category__list-child li:focus a,
.section__bg--dark-2 .articles__categories .category__list-child li:focus .mm-next {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories.mm-menu .mm-listview > li.mm-selected {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories.mm-menu .mm-listview > li.mm-selected > a {
  background-color: #1E4865;
  color: #ffffff;
}
.section__bg--dark-2 .articles__categories.mm-menu .mm-listview > li.mm-selected > a:after {
  border-color: #ffffff;
}
.section__bg--dark-4 .article__post-permalink {
  color: #007bff !important;
}
.section__bg--dark-4 .article__post-permalink:hover {
  color: #000 !important;
}
.section--light .articles__categories .mm-opened .mm-title {
  background: #1E4865;
}
.section__bg--dark-1 .articles__categories.mm-menu {
  background-color: #1E4865;
}
.section__bg--dark-2 .articles__categories.mm-menu {
  background-color: #3580b4;
}
.section__bg--dark-3 .articles__categories.mm-menu {
  background-color: #071016;
}
.section__bg--dark-4 .articles__categories.mm-menu {
  background-color: #BDB464;
}
.section__bg--dark-5 .articles__categories.mm-menu {
  background-color: #dbd7ac;
}
.section__bg--dark-6 .articles__categories.mm-menu {
  background-color: #837c38;
}
.section__bg--light-1 .articles__categories.mm-menu {
  background-color: #ffffff;
}
.section__bg--light-2 .articles__categories.mm-menu {
  background-color: #e0e0e0;
}
.section__bg--light-2 .articles__item {
  background: #ffffff;
}
.section__bg--light-2 .articles__categories-list li {
  background: #ffffff;
}
.section__bg--light-2 .articles__categories-list li a,
.section__bg--light-2 .articles__categories-list li .mm-next {
  background: #ffffff;
  color: #000000;
}
.section__bg--light-2 .articles__categories .category__list-child li {
  background: #ffffff;
}
.section__bg--light-2 .articles__categories .category__list-child li a,
.section__bg--light-2 .articles__categories .category__list-child li .mm-next {
  background: #ffffff;
  color: #000000;
}

@media (min-width: 768px) {
  .articles .article__image {
    margin-right: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .article__image {
    display: block;
    float: none;
    width: auto !important;
    margin: 0 auto 20px;
    max-width: 100% !important;
    background-size: contain;
    background-position: center;
  }
  .articles .category__image {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto 20px;
    max-width: 100%;
    background-size: contain;
  }
  .article__content .article__image {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto 20px;
    max-width: 100%;
    background-size: contain;
  }
  .article__content img {
    display: block;
    float: none;
    width: auto !important;
    margin: 0 auto 20px;
    max-width: 100% !important;
    background-size: contain;
    background-position: center;
    object-fit: contain;
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .banner-c .slider__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-c__title {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-c__subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-c .flexslider {
    padding-bottom: 15px;
  }

  body .section--light .banner-c .cta__button,
body .section--light .banner-c .cta__button--icon {
    color: #0384d7;
    border-color: #0384d7;
  }
  body .section--light .banner-c .cta__button:hover,
body .section--light .banner-c .cta__button--icon:hover {
    color: #fff;
    border-color: #0384d7;
    background-color: #0384d7;
  }
}
@media (min-width: 2000px) {
  .banner .banner-group-4 .slider__image-wrapper:after {
    width: 140% !important;
    height: 200% !important;
  }
}
@media (max-width: 991.98px) {
  .banner-group-4 .banner-text__title--large {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-group-4 .banner-text__subtitle--medium {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner .flexslider .flex-control-nav {
  display: block;
}

.section--light .banner > div:not(.banner-a) .cta__link,
.section--light .banner > div:not(.banner-a) .cta__link--icon,
.section--dark .banner > div:not(.banner-a) .cta__link,
.section--dark .banner > div:not(.banner-a) .cta__link--icon {
  margin-bottom: 0.625rem;
}
.section--light .banner > div:not(.banner-a) .component__subtitle,
.section--dark .banner > div:not(.banner-a) .component__subtitle {
  margin-top: 0.9375rem;
}
.section--light .text-left > .cta__link,
.section--dark .text-left > .cta__link {
  text-align: left;
}
.section--light .text-right > .cta__link,
.section--dark .text-right > .cta__link {
  text-align: right;
}

@media (min-width: 991px) {
  .section--light .banner:not(.terrier) .cta__link,
.section--light .banner:not(.terrier) .cta__link--icon {
    color: #fff;
    border-color: #fff;
  }
  .section--light .banner:not(.terrier) .cta__link:hover,
.section--light .banner:not(.terrier) .cta__link--icon:hover {
    color: #BDB464;
  }
}
@media (min-width: 991px) {
  .section--light .banner:not(.terrier) .component__button--1,
.section--light .banner:not(.terrier) .cta__button--icon {
    color: #fff;
    border-color: #fff;
  }
  .section--light .banner:not(.terrier) .component__button--1:hover,
.section--light .banner:not(.terrier) .cta__button--icon:hover {
    color: black;
    background-color: #fff;
  }
}
@media (min-width: 991px) {
  .section--light .banner:not(.terrier) .component__button--2 {
    color: black;
    border-color: #fff;
    background-color: #fff;
  }
  .section--light .banner:not(.terrier) .component__button--2:hover {
    color: #fff;
    background-color: transparent;
  }
}

.section--dark .banner:not(.terrier) .cta__link,
.section--dark .banner:not(.terrier) .cta__link--icon {
  color: #fff;
  border-color: #fff;
}
.section--dark .banner:not(.terrier) .cta__link:hover,
.section--dark .banner:not(.terrier) .cta__link--icon:hover {
  color: #BDB464;
}
.section--dark .banner:not(.terrier) .component__button--1,
.section--dark .banner:not(.terrier) .cta__button--icon {
  border-color: #fff;
}

@media (max-width: 991px) {
  .section--dark .component__subtitle {
    color: #fff;
  }
}
.banner .banner-text__wrapper {
  width: 100%;
  margin: 0;
  padding: 1.25rem 0;
  text-align: left;
}
.banner .banner-text__title--large {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.banner .banner-text__title--extraLarge {
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.banner .banner-text__subtitle--small {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.banner .banner-text__subtitle--medium {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.banner .component__button--1 {
  width: 100%;
}
.banner .component__button + .component__button {
  margin-bottom: 0.625rem;
}
.banner .cta__button--icon .icon, .banner .cta__button--icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .banner .cta__button--icon .ui-datepicker-prev,
.banner .cta__button--icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .banner .cta__button--icon .ui-datepicker-next, .banner .cta__button--icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .banner .cta__button--icon a:before, .banner .cta__button--icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .banner .cta__button--icon .ui-datepicker-prev,
.banner .cta__button--icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .banner .cta__button--icon .ui-datepicker-next, .banner .cta__button--icon .article__post-author:before, .banner .cta__button--icon .article__post-category:before, .banner .cta__button--icon .article__post-creation-date:before {
  margin-right: 5px;
}
.banner .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner .video-container__youtube {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
}
.banner .video-container .video--youtube {
  position: absolute;
  left: 0;
  width: 100%;
  height: 300%;
  top: -100%;
}
@media (max-width: 991px) {
  .banner .video-container .video--youtube {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner .video-container .video--youtube-preview {
    display: none;
  }
}
.banner .video-container .video--vimeo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  body .banner .flexslider .banner-img__wrapper {
    position: relative;
  }
  body .banner .flexslider .banner-img__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=0 );
    /* IE6-9 */
  }
}

.banner .controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: -72px;
}
@media (max-width: 991px) {
  .banner .controls-wrapper {
    margin-top: 0;
  }
}
.banner .controls-wrapper .flex-control-nav {
  bottom: 0 !important;
  width: auto;
  display: flex !important;
  align-items: center;
  position: relative;
  height: 0 !important;
}
.banner .controls-wrapper .flex-prev {
  font-size: 0;
  line-height: 1;
  font-family: "font-awesome" !important;
  margin-right: 0.5rem;
  z-index: 1;
}
.banner .controls-wrapper .flex-prev:before {
  content: "";
  font-size: 1.5rem;
}
.banner .controls-wrapper .flex-next {
  font-size: 0;
  line-height: 1;
  font-family: "font-awesome" !important;
  margin-left: 0.5rem;
  z-index: 1;
}
.banner .controls-wrapper .flex-next:before {
  content: "";
  font-size: 1.5rem;
}

.section--light .banner .controls-wrapper .flex-prev, .section--light .banner .controls-wrapper .flex-next {
  color: rgba(0, 0, 0, 0.5);
}
.section--light .banner .controls-wrapper .flex-prev:hover, .section--light .banner .controls-wrapper .flex-next:hover {
  color: black;
}
.section--dark .banner .controls-wrapper .flex-prev, .section--dark .banner .controls-wrapper .flex-next {
  color: rgba(255, 255, 255, 0.5);
}
.section--dark .banner .controls-wrapper .flex-prev:hover, .section--dark .banner .controls-wrapper .flex-next:hover {
  color: white;
}

.banner-a__header {
  padding: 1.25rem;
  margin: 0;
}
.banner-a .component__button .cta__button {
  min-width: 25%;
}
.banner-a .flexslider__wrap {
  padding: 0;
}

.banner-c {
  margin: 0 -0.9375rem;
}

.banner-a .video-container__local,
.banner-c .video-container__local {
  padding-bottom: 0 !important;
}

.tc-divider {
  margin: 10px 0;
}

.divider-grid {
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .banner .banner-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}

.banner .banner-group-2 {
  margin: 0 -0.9375rem;
}
.banner .banner-group-2 .slider__background {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .banner-group-2 .slider__background:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .banner .banner-group-2 .slider__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
.banner .banner-group-2 .slider__wrapper {
  height: auto;
}
@media (max-width: 991px) {
  .banner .banner-group-2 .slider__wrapper {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner .banner-group-2 .slider__wrapper--left {
  left: 0;
}
.banner .banner-group-2 .slider__wrapper--right {
  right: 0;
}
.banner .banner-group-2 .slider__tagline {
  padding: 1.25rem 0;
}
@media (max-width: 991px) {
  .banner .banner-group-2-border .slider__background:after {
    content: none;
  }
}
@media (max-width: 991px) {
  .banner .banner-group-2-overlay-solid .slider__background:after {
    content: none;
  }
}
.banner .banner-group-2-overlay-solid .slider__background:after {
  background: transparent;
}

.banner .banner-group-3 {
  margin: 0 -0.9375rem;
}
.banner .banner-group-3 .slider__wrapper {
  height: auto;
}
@media (max-width: 991px) {
  .banner .banner-group-3 .slider__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner .banner-group-3 .slider__wrapper--left {
  left: 5%;
}
.banner .banner-group-3 .slider__wrapper--right {
  right: 5%;
}
.banner .banner-group-3 .slider__tagline {
  padding: 1.25rem 0;
}
@media (max-width: 991px) {
  .banner .banner-group-3 .slider__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner .banner-group-3 .slider__background:after {
    content: none;
  }
}
.banner .banner-group-3 .banner-text__wrapper {
  margin: 0;
}
@media (max-width: 991px) {
  .banner .banner-group-3 .banner-text__wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .banner .banner-group-3 .slider__wrapper {
    width: inherit;
    max-width: 65%;
  }
}
@media (min-width: 1024px) {
  .banner .banner-group-3 .slider__wrapper {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .banner .banner-group-3 .slider__wrapper {
    max-width: 30%;
  }
}

.banner-group-4 {
  margin: 0 -0.9375rem;
}
@media (max-width: 991px) {
  .banner-group-4 .slider__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-group-4 .banner-text__wrapper {
    margin-bottom: 20px;
  }
}
.banner-group-4--left .slider__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(55deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 30%) !important;
}
.banner-group-4--right .slider__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(-60deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 30%) !important;
}

.banner-e > .container {
  position: relative;
}
.banner-e__header {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.banner-e .flexslider__wrap {
  padding: 0;
}
.banner-e__contactform {
  z-index: 2;
  padding: 0;
}
.banner-e__contactform .contactform--a {
  padding: 0.3125rem 0 0.9375rem 0;
}
.banner-e__contactform .contactform--a .contactform__title {
  text-align: left;
}
.banner-e__contactform .contactform--a .contactform__caption {
  text-align: left;
  margin-bottom: 0.9375rem;
}
.banner-e__contactform .contactform__wrapper {
  width: 100%;
  position: relative;
  padding: 15px;
  background-color: #1E4865;
}
.banner-e__contactform .contactform__group {
  margin-bottom: 0.625rem;
}
.banner-e__contactform .contactform__form {
  text-align: left;
}
@media (max-width: 991px) {
  .banner-e__contactform--overlap .contactform__wrapper {
    /* no other way to override the top and still have the inline js top work */
    top: 0 !important;
  }
}
.banner-e .contactform {
  /* SMBWMGR-10720: Enforce textarea height, despite what _contactform.scss
   * dictates */
}
.banner-e .contactform__group label.error {
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.banner-e .contactform__label {
  display: none;
}
.banner-e .contactform__label.non-label {
  display: block;
}
.banner-e .contactform__input {
  position: relative;
}
.banner-e .contactform__input input,
.banner-e .contactform__input textarea,
.banner-e .contactform__input select {
  border-radius: 0;
}
.banner-e .contactform__input input::-webkit-input-placeholder,
.banner-e .contactform__input textarea::-webkit-input-placeholder,
.banner-e .contactform__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.banner-e .contactform__input input::-moz-placeholder,
.banner-e .contactform__input textarea::-moz-placeholder,
.banner-e .contactform__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.banner-e .contactform__input input:-ms-input-placeholder,
.banner-e .contactform__input textarea:-ms-input-placeholder,
.banner-e .contactform__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.banner-e .contactform__input input:-moz-placeholder,
.banner-e .contactform__input textarea:-moz-placeholder,
.banner-e .contactform__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.banner-e .contactform__input input {
  min-height: 3.125rem;
}
.banner-e .contactform__input input[type=checkbox], .banner-e .contactform__input input[type=radio] {
  margin-left: 0;
  min-height: auto;
  margin-top: 0.625rem;
}
.banner-e .contactform__input select {
  background: #ffffff;
  min-height: 3.125rem;
}
.banner-e .contactform__input textarea {
  height: 4rem;
}
.banner-e .contactform .contactform--a .contactform__input textarea {
  min-height: 4rem;
}
.banner-e .contactform__submit {
  margin-top: 1.25rem !important;
}
.banner-e .contactform__submit input {
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.625rem 0;
}
.banner-e .contactform__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.banner-e--above {
  display: flex;
  flex-direction: column-reverse;
}
.banner-e--inside {
  display: flex;
  flex-direction: column-reverse;
}
.banner-e--inside .banner-e__inside-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.banner-e--inside .banner-e__slider .flex-viewport .slider__item {
  display: flex !important;
}
.banner-e--inside .banner-e__slider .slider__item {
  position: relative;
}
@media (max-width: 991px) {
  .banner-e > .row {
    min-height: 100%;
  }
  .banner-e--inside .banner-e__slider .flex-viewport .slider__item {
    flex-direction: column-reverse;
  }
}

.container-fluid .banner-f {
  margin: 0 -0.9375rem;
}

.banner-f .controls-wrapper .flex-prev, .banner-f .controls-wrapper .flex-next {
  display: none;
}
.banner-f .controls-wrapper .flex-control-nav {
  width: 100%;
}

@media screen and (min-width: 991px) {
  .container-fluid .banner-f {
    margin: 0 -0.9375rem;
  }
  .container-fluid .banner-f__tagline {
    width: 55%;
  }
  .container-fluid .banner-f-text__wrapper {
    position: absolute;
  }
  .container-fluid .banner-f-media__wrapper {
    margin-left: auto;
  }
}
@media screen and (min-width: 991px) and (min-width: 992px) {
  .container-fluid .banner-f .flex-control-nav, .container-fluid .banner-f-text__wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 991px) and (min-width: 1200px) {
  .container-fluid .banner-f .flex-control-nav, .container-fluid .banner-f-text__wrapper {
    max-width: 1140px;
  }
}
.banner-f .tc-divider.hide {
  display: none;
}
.banner-f .slider__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-f-text__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
}
.banner-f-text__subtitle {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}
.banner-f__button {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.banner-f__button a {
  max-width: 250px !important;
  font-size: 1rem !important;
}
.banner-f__tagline {
  padding: 0 40px 0 0;
}
.banner-f-text__wrapper {
  width: 55%;
}
.banner-f-media__wrapper {
  width: 45%;
  background: #000000;
  position: relative;
}
.banner-f-media__wrapper .img-container {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-f-media__wrapper .video-container {
  height: 500px;
  padding-bottom: unset;
}
.banner-f-media__wrapper .video-container__local video {
  height: 500px;
}

.section--dark .banner-f-text__subtitle {
  color: #ffffff !important;
}
.section--dark .banner-f__button .component__link--1, .section--dark .banner-f__button .component__link--2, .section--dark .banner-f__button .component__link--3 {
  color: #ffffff;
}
.section--dark .banner-f__button .component__link--1:hover, .section--dark .banner-f__button .component__link--2:hover, .section--dark .banner-f__button .component__link--3:hover {
  color: #ffffff;
  text-decoration: underline;
}
.section--dark .banner-a__subtitle, .section.section__bg--dark-4 .banner-a__subtitle {
  color: #fff;
}
.section--dark .banner .tc-divider, .section.section__bg--dark-4 .banner .tc-divider {
  border-top: 1px solid #fefefe;
}

.section--light .banner .tc-divider {
  border-top: 1px solid #000;
}

@media (min-width: 992px) {
  .section--light .banner .banner-group-3 .banner-text__title--large {
    color: #fff;
  }
  .section--light .banner .banner-group-3 .banner-text__subtitle--medium {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .section--dark .banner .banner-group-3 .banner-text__title--large {
    color: #fff;
  }
  .section--dark .banner .banner-group-3 .banner-text__subtitle--medium {
    color: #fff;
  }
}

@media (min-width: 991.98px) {
  .section--light .banner .banner-group-4 .banner-text__title--large {
    color: #fff;
  }
  .section--light .banner .banner-group-4 .banner-text__subtitle--medium {
    color: #fff;
  }
}

@media (min-width: 991.98px) {
  .section--dark .banner .banner-group-4 .component__title {
    color: #fff;
    text-align: left;
  }
  .section--dark .banner .banner-group-4 .component__subtitle {
    color: #fff;
    text-align: left;
  }
}

.section--dark .banner-e__header .component__title {
  color: #ffffff;
}
.section--dark .banner-e__header .component__subtitle {
  color: #ffffff;
}
.section--dark .banner-e__contactform .contactform--a {
  padding: 0.3125rem 0 0.9375rem 0;
}
.section--dark .banner-e__contactform .contactform--a .contactform__title {
  color: #000000;
}
.section--dark .banner-e__contactform .contactform--a .contactform__caption {
  color: #000000;
}
.section--dark .banner-e__contactform .contactform__wrapper {
  background-color: #FF7F00;
}
.section--dark .banner-e .contactform__submit input {
  background-color: #1E4865;
}
.section--dark .banner-e .contactform__submit input:hover {
  background-color: #BDB464;
}
.section--dark .banner-e--inside .banner-e__header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #1E4865;
}

.section--light .banner-e__header .component__title {
  color: #BDB464;
}
.section--light .banner-e__header .component__subtitle {
  color: #000000;
}
.section--light .banner-e__contactform .contactform--a {
  padding: 0.3125rem 0 0.9375rem 0;
}
.section--light .banner-e__contactform .contactform--a .contactform__title {
  color: #ffffff;
  text-align: left;
}
.section--light .banner-e__contactform .contactform--a .contactform__caption {
  color: #ffffff;
  text-align: left;
}
.section--light .banner-e__contactform .contactform__wrapper {
  background-color: #1E4865;
}
.section--light .banner-e .contactform__submit input {
  background-color: #FF7F00;
}
.section--light .banner-e .contactform__submit input:hover {
  background-color: #ffffff;
  color: #1E4865;
}
.section--light .banner-e--inside .banner-e__header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #1E4865;
}

@media (min-width: 991px) {
  .banner .banner-text__wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 991px) and (min-width: 575px) {
  .banner .banner-text__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 991px) and (min-width: 768px) {
  .banner .banner-text__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .banner .banner-text__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 991px) and (min-width: 1199px) {
  .banner .banner-text__wrapper {
    max-width: 1170px;
  }
}
@media (min-width: 991px) {
  .banner-a__header {
    margin: 0 auto;
  }
}
@media (min-width: 991px) and (min-width: 575px) {
  .banner-a__header {
    max-width: 540px;
  }
}
@media (min-width: 991px) and (min-width: 768px) {
  .banner-a__header {
    max-width: 720px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .banner-a__header {
    max-width: 960px;
  }
}
@media (min-width: 991px) and (min-width: 1199px) {
  .banner-a__header {
    max-width: 1170px;
  }
}
@media (min-width: 991px) {
  .banner-c .slider__background {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .banner-c .slider__background:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .banner-c .slider__background--overlay:after {
    background: #000000;
  }
  .banner-c .slider__wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 991px) {
  .section--light .banner-c .tc-divider,
.section--dark .banner-c .tc-divider {
    border-top: 1px solid #fff;
  }
  .section--light .banner-c__title,
.section--dark .banner-c__title {
    color: #fff;
  }
  .section--light .banner-c__subtitle,
.section--dark .banner-c__subtitle {
    color: #fff;
  }
}
@media (min-width: 991px) {
  body .section--light .banner-a .cta__button,
body .section--light .banner-a .cta__button--icon {
    color: #0384d7;
    border-color: #0384d7;
  }
  body .section--light .banner-a .cta__button:hover,
body .section--light .banner-a .cta__button--icon:hover {
    border-color: #0384d7;
    background-color: #0384d7;
  }
}
@media (min-width: 991px) {
  .banner-group-2 .slider__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
  }
  .banner-group-2__tagline {
    width: inherit;
    padding: 1.25rem 2.5rem 1.25rem 3.75rem;
  }
}
@media (min-width: 991px) {
  .banner-group-2-overlay-solid .slider__wrapper {
    width: 41%;
  }
}
@media (min-width: 991px) {
  .banner-group-2-border .slider__wrapper {
    width: 45%;
  }
}
@media (min-width: 991px) {
  .banner-group-2-border__tagline {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 991px) {
  .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
  }
}
@media (min-width: 991px) {
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #1E4865;
  }
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-1 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-1 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #3580b4;
  }
  .section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-2 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #071016;
  }
  .section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-3 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #BDB464;
  }
  .section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-4 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #dbd7ac;
  }
  .section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-5 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #837c38;
  }
  .section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--solid .component__title {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--solid .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--dark-6 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #ffffff;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link,
.section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link--icon {
    color: #0384d7;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link:hover,
.section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link--icon:hover {
    color: black;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button,
.section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button--icon {
    color: #0384d7;
    border-color: #0384d7;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button:hover,
.section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button--icon:hover {
    color: #fff;
    border-color: #0384d7;
    background-color: #0384d7;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--light-1 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--light-1 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #e0e0e0;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link,
.section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link--icon {
    color: #0384d7;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link:hover,
.section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__link--icon:hover {
    color: black;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button,
.section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button--icon {
    color: #0384d7;
    border-color: #0384d7;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button:hover,
.section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--solid .cta__button--icon:hover {
    color: #fff;
    border-color: #0384d7;
    background-color: #0384d7;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--light-2 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--light-2 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
  .section__bg--light-3 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #FF7F00;
  }
  .section__bg--light-3 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
    color: #fff;
  }
  .section__bg--light-3 .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
    color: #fff;
  }
  .section__bg--light-3 .banner-group-2-border .component__title {
    color: #fff;
  }
  .section__bg--light-3 .banner-group-2-border .component__subtitle {
    color: #fff;
  }
}
@media (min-width: 991px) {
  .banner-group-3 .slider__wrapper {
    width: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
  }
  .banner-group-3__tagline {
    width: 100%;
    border: 1.25rem solid rgba(0, 0, 0, 0.4);
  }
  .banner-group-3__tagline--inner {
    background: #000;
    padding: 1.25rem;
  }
}
@media (min-width: 991px) {
  .banner .banner-group-4 .slider__background {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .banner .banner-group-4 .slider__background:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  .banner .banner-group-4 .slider__wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 991px) {
  .banner-e .flexslider .flex-control-nav {
    text-align: left;
    z-index: 0;
  }
  .banner-e__contactform .contactform__wrapper {
    position: absolute;
    top: 1.875rem;
  }
  .banner-e--above {
    display: block;
  }
  .banner-e--inside {
    display: block;
  }
  .banner-e--inside .banner-e__inside-wrapper {
    position: absolute;
  }
  .banner-e--inside .banner-e__slider .flex-viewport .slider__item {
    display: block;
  }
}
@media (max-width: 1199px) {
  .banner .banner-text__wrapper {
    margin: 0;
  }
  .banner .banner-text__title--large {
    font-size: 2rem;
    line-height: 2rem;
  }
  .banner .banner-text__title--extraLarge {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
  .banner .banner-text__subtitle--small {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .banner .banner-text__subtitle--medium {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .banner-e > .container {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .banner-f .flex-control-nav {
    justify-content: center;
  }
  .banner-f .slider__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .banner-f-text__wrapper {
    width: 100%;
  }
  .banner-f__tagline {
    padding: 20px 15px;
  }
  .banner-f-media__wrapper {
    width: 100%;
  }
  .banner-f-media__wrapper .img-container {
    height: 500px;
  }
  .banner-f-media__wrapper .video-container {
    height: 500px;
  }
  .banner-f-media__wrapper .video-container__local video {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .banner .slider__item {
    overflow: hidden;
  }

  .banner .banner-group-3 .slider__wrapper--left {
    left: 0;
  }
  .banner .banner-group-3 .slider__wrapper--right {
    right: 0;
  }

  .banner-f .flex-control-nav {
    justify-content: center;
  }
  .banner-f .slider__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .banner-f-text__wrapper {
    width: 100%;
  }
  .banner-f__tagline {
    padding: 15px;
  }
  .banner-f-media__wrapper {
    width: 100%;
  }
  .banner-f-media__wrapper .img-container {
    height: 280px;
  }
  .banner-f-media__wrapper .video-container {
    height: 280px;
  }
  .banner-f-media__wrapper .video-container__local video {
    height: 280px;
  }
}
@media (max-width: 519px) {
  .banner .banner-text__title--large {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .banner .banner-text__title--extraLarge {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
  .banner .banner-text__subtitle--small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .banner .banner-text__subtitle--medium {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }

  .banner .slider__item {
    overflow: hidden;
  }

  .banner-group-2 .slider__wrapper {
    position: relative;
    width: 100%;
  }

  .banner-group-3 .slider__wrapper {
    position: relative;
    width: 100%;
  }
}
.section--light .banner-group-2-overlay-solid .slider__wrapper--overlay .component__title {
  color: #4A4A4A;
}
.section--light .banner-group-2-overlay-solid .slider__wrapper--overlay .component__subtitle {
  color: #BDB464;
  font-size: 1.125rem;
}
.section--light .banner-group-2-border__tagline .component__title {
  color: #4A4A4A;
}
.section--light .banner-group-2-border__tagline .component__subtitle {
  color: #BDB464;
}
.section--light .banner-group-3__tagline--inner .component__title {
  color: #4A4A4A !important;
}
.section--light .banner-group-3__tagline--inner .component__subtitle {
  color: #BDB464 !important;
}
.section--light .banner-group-4 .banner-text__title--large {
  color: #4A4A4A !important;
}
.section--light .banner-group-4 .banner-text__subtitle--medium {
  color: #BDB464 !important;
}
@media (min-width: 991px) {
  .section--light .banner .cta__link,
.section--light .banner .cta__link--icon {
    color: #0384d7;
  }
  .section--light .banner .cta__link:hover,
.section--light .banner .cta__link--icon:hover {
    color: black;
  }
}
.section-banner .banner .banner-text__title--large {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.section-banner .banner .banner-text__title--extraLarge {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.section-banner .banner .banner-text__subtitle--medium {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.container-fluid .banner-f-text__wrapper {
  width: 55%;
}
.container-fluid .banner-f-media__wrapper {
  width: 45%;
}

.banner-f-text__subtitle {
  text-transform: initial;
  font-weight: normal;
}
.banner-f .tc-divider {
  margin: 20px 0 0;
}
.banner-f-text__wrapper {
  width: 45%;
}
.banner-f-media__wrapper {
  width: 55%;
}

.banner-e__header .component__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
}
.banner-e__header .component__subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
}
.banner-e .contactform--a .contactform__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.2;
}
.banner-e .contactform--a .contactform__caption {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
}
.banner-e .contactform__wrapper {
  padding: 25px;
}
.banner-e--inside .banner-e__header {
  padding: 2.5rem 1.875rem;
}
.banner-e--inside .banner-e__inside-wrapper {
  background: none !important;
}

.section--dark .banner-e__header .component__title {
  color: #ffffff;
}
.section--dark .banner-e__header .component__subtitle {
  color: #ffffff;
}
.section--dark .banner-e__contactform .contactform--a .contactform__title {
  color: #1E4865 !important;
}
.section--dark .banner-e__contactform .contactform--a .contactform__caption {
  color: #BDB464;
  font-weight: 700;
}
.section--dark .banner-e__contactform .contactform--a .contactform__label {
  color: #1E4865;
}
.section--dark .banner-e__contactform .contactform__wrapper {
  background-color: #ffffff;
}
.section--dark .banner-e__contactform .contactform__submit input {
  background-color: #BDB464;
}
.section--dark .banner-e__contactform .contactform__submit input:hover {
  background-color: #1E4865;
  color: #ffffff;
}
.section--dark .banner-e--inside .banner-e__header:after {
  background-color: #1E4865;
}

.section--light .banner-e__header .component__title {
  color: #BDB464;
}
.section--light .banner-e__header .component__subtitle {
  color: #000000;
}
.section--light .banner-e .component__button .cta__button {
  color: #0384d7;
  border-color: #0384d7;
}
.section--light .banner-e .component__button .cta__button:hover {
  color: #ffffff;
  background-color: #0384d7;
}
.section--light .banner-e .component__button .cta__link {
  color: #0384d7;
}
.section--light .banner-e .component__button .cta__link:hover {
  color: black;
}
.section--light .banner-e__contactform .contactform--a .contactform__title {
  color: #BDB464;
}
.section--light .banner-e__contactform .contactform--a .contactform__caption {
  color: #ffffff;
}
.section--light .banner-e__contactform .contactform--a .contactform__label {
  color: #ffffff;
}
.section--light .banner-e__contactform .contactform--a .contactform__input input, .section--light .banner-e__contactform .contactform--a .contactform__input textarea {
  border-color: #1E4865;
}
.section--light .banner-e__contactform .contactform__wrapper {
  background-color: #1E4865;
}
.section--light .banner-e__contactform .contactform__submit input {
  background-color: #FF7F00 !important;
}
.section--light .banner-e__contactform .contactform__submit input:hover {
  background-color: #ffffff !important;
  color: #1E4865 !important;
  border-color: transparent !important;
}
.section--light .banner-e--inside .banner-e__header:after {
  background-color: #ffffff;
}

@media (min-width: 991px) {
  .section-banner.section__bg--dark-1 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(30, 72, 101, 0.9);
  }
  .section-banner.section__bg--dark-1 .banner-c .slider__background--overlay:after {
    background-color: #1E4865;
  }
  .section-banner.section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #1E4865;
  }
  .section-banner.section__bg--dark-1 .banner-group-2-border__tagline {
    background-color: rgba(30, 72, 101, 0.9);
  }
  .section-banner.section__bg--dark-1 .banner-group-3__tagline {
    border: 1.25rem solid rgba(30, 72, 101, 0.4);
  }
  .section-banner.section__bg--dark-1 .banner-group-3__tagline--inner {
    background: #1E4865;
  }
  .section-banner.section__bg--dark-1 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #1e4865 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-1 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #1e4865 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-2 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(53, 128, 180, 0.9);
  }
  .section-banner.section__bg--dark-2 .banner-c .slider__background--overlay:after {
    background-color: #3580b4;
  }
  .section-banner.section__bg--dark-2 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #3580b4;
  }
  .section-banner.section__bg--dark-2 .banner-group-2-border__tagline {
    background-color: rgba(53, 128, 180, 0.9);
  }
  .section-banner.section__bg--dark-2 .banner-group-3__tagline {
    border: 1.25rem solid rgba(53, 128, 180, 0.4);
  }
  .section-banner.section__bg--dark-2 .banner-group-3__tagline--inner {
    background: #3580b4;
  }
  .section-banner.section__bg--dark-2 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #3580b4 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-2 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #3580b4 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-3 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(7, 16, 22, 0.9);
  }
  .section-banner.section__bg--dark-3 .banner-c .slider__background--overlay:after {
    background-color: #071016;
  }
  .section-banner.section__bg--dark-3 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #071016;
  }
  .section-banner.section__bg--dark-3 .banner-group-2-border__tagline {
    background-color: rgba(7, 16, 22, 0.9);
  }
  .section-banner.section__bg--dark-3 .banner-group-3__tagline {
    border: 1.25rem solid rgba(7, 16, 22, 0.4);
  }
  .section-banner.section__bg--dark-3 .banner-group-3__tagline--inner {
    background: #071016;
  }
  .section-banner.section__bg--dark-3 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #071016 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-3 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #071016 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-4 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(189, 180, 100, 0.9);
  }
  .section-banner.section__bg--dark-4 .banner-c .slider__background--overlay:after {
    background-color: #BDB464;
  }
  .section-banner.section__bg--dark-4 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #BDB464;
  }
  .section-banner.section__bg--dark-4 .banner-group-2-border__tagline {
    background-color: rgba(189, 180, 100, 0.9);
  }
  .section-banner.section__bg--dark-4 .banner-group-3__tagline {
    border: 1.25rem solid rgba(189, 180, 100, 0.4);
  }
  .section-banner.section__bg--dark-4 .banner-group-3__tagline--inner {
    background: #BDB464;
  }
  .section-banner.section__bg--dark-4 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #bdb464 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-4 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #bdb464 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-5 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(219, 215, 172, 0.9);
  }
  .section-banner.section__bg--dark-5 .banner-c .slider__background--overlay:after {
    background-color: #dbd7ac;
  }
  .section-banner.section__bg--dark-5 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #dbd7ac;
  }
  .section-banner.section__bg--dark-5 .banner-group-2-border__tagline {
    background-color: rgba(219, 215, 172, 0.9);
  }
  .section-banner.section__bg--dark-5 .banner-group-3__tagline {
    border: 1.25rem solid rgba(219, 215, 172, 0.4);
  }
  .section-banner.section__bg--dark-5 .banner-group-3__tagline--inner {
    background: #dbd7ac;
  }
  .section-banner.section__bg--dark-5 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #dbd7ac 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-5 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #dbd7ac 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-6 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(131, 124, 56, 0.9);
  }
  .section-banner.section__bg--dark-6 .banner-c .slider__background--overlay:after {
    background-color: #837c38;
  }
  .section-banner.section__bg--dark-6 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #837c38;
  }
  .section-banner.section__bg--dark-6 .banner-group-2-border__tagline {
    background-color: rgba(131, 124, 56, 0.9);
  }
  .section-banner.section__bg--dark-6 .banner-group-3__tagline {
    border: 1.25rem solid rgba(131, 124, 56, 0.4);
  }
  .section-banner.section__bg--dark-6 .banner-group-3__tagline--inner {
    background: #837c38;
  }
  .section-banner.section__bg--dark-6 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #837c38 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-6 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #837c38 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-7 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(255, 127, 0, 0.9);
  }
  .section-banner.section__bg--dark-7 .banner-c .slider__background--overlay:after {
    background-color: #FF7F00;
  }
  .section-banner.section__bg--dark-7 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #FF7F00;
  }
  .section-banner.section__bg--dark-7 .banner-group-2-border__tagline {
    background-color: rgba(255, 127, 0, 0.9);
  }
  .section-banner.section__bg--dark-7 .banner-group-3__tagline {
    border: 1.25rem solid rgba(255, 127, 0, 0.4);
  }
  .section-banner.section__bg--dark-7 .banner-group-3__tagline--inner {
    background: #FF7F00;
  }
  .section-banner.section__bg--dark-7 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, #ff7f00 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-7 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, #ff7f00 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-8 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .section-banner.section__bg--dark-8 .banner-c .slider__background--overlay:after {
    background-color: #000000;
  }
  .section-banner.section__bg--dark-8 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #000000;
  }
  .section-banner.section__bg--dark-8 .banner-group-2-border__tagline {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .section-banner.section__bg--dark-8 .banner-group-3__tagline {
    border: 1.25rem solid rgba(0, 0, 0, 0.4);
  }
  .section-banner.section__bg--dark-8 .banner-group-3__tagline--inner {
    background: #000000;
  }
  .section-banner.section__bg--dark-8 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, black 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--dark-8 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, black 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--light-1 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .section-banner.section__bg--light-1 .banner-c .slider__background--overlay:after {
    background-color: #ffffff;
  }
  .section-banner.section__bg--light-1 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #ffffff;
  }
  .section-banner.section__bg--light-1 .banner-group-2-border__tagline {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .section-banner.section__bg--light-1 .banner-group-3__tagline {
    border: 1.25rem solid rgba(255, 255, 255, 0.4);
  }
  .section-banner.section__bg--light-1 .banner-group-3__tagline--inner {
    background: #ffffff;
  }
  .section-banner.section__bg--light-1 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--light-1 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--light-2 .banner-a > .row:first-of-type .banner-a__header {
    background-color: rgba(224, 224, 224, 0.9);
  }
  .section-banner.section__bg--light-2 .banner-c .slider__background--overlay:after {
    background-color: #e0e0e0;
  }
  .section-banner.section__bg--light-2 .banner-group-2-overlay-solid .slider__wrapper--overlay:after {
    background: #e0e0e0;
  }
  .section-banner.section__bg--light-2 .banner-group-2-border__tagline {
    background-color: rgba(224, 224, 224, 0.9);
  }
  .section-banner.section__bg--light-2 .banner-group-3__tagline {
    border: 1.25rem solid rgba(224, 224, 224, 0.4);
  }
  .section-banner.section__bg--light-2 .banner-group-3__tagline--inner {
    background: #e0e0e0;
  }
  .section-banner.section__bg--light-2 .banner-group-4--left .slider__image-wrapper:after {
    background: linear-gradient(55deg, rgba(224, 224, 224, 0.9) 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner.section__bg--light-2 .banner-group-4--right .slider__image-wrapper:after {
    background: linear-gradient(-60deg, rgba(224, 224, 224, 0.9) 50%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .section-banner .banner-a > .row:first-of-type {
    opacity: 1;
    position: absolute;
    z-index: 20;
    left: 0.9375rem;
    right: 0.9375rem;
  }
  .section-banner .container-fluid .banner-a__header::before, .section-banner .container-fluid .banner-a__header::after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #BDB464;
    width: calc((100vw - 100%) / 2);
    pointer-events: none;
  }
  .section-banner .container-fluid .banner-a__header::before {
    left: 0;
    transform: translate(-100%, -50%);
  }
  .section-banner .container-fluid .banner-a__header::after {
    right: 0;
    transform: translate(100%, -50%);
  }
  .section-banner .banner-group-2 .slider__background::before,
.section-banner .banner-group-3 .slider__background::before,
.section-banner .banner-group-4 .slider__background::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #BDB464;
    width: 100%;
    transform: translateY(-50%);
  }
  .section-banner .banner-group-2__tagline {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .section-banner .banner-group-2--right .slider__background::before {
    left: 0;
    width: calc(100% - 41%);
  }
  .section-banner .banner-group-2--left .slider__background::before {
    right: 0;
    width: calc(100% - 41%);
  }
  .section-banner .banner-group-4--right .slider__background::before {
    left: 0;
    width: calc(100% - 50%) !important;
  }
  .section-banner .banner-group-4--left .slider__background::before {
    right: 0;
    width: calc(100% - 50%);
  }
  .section-banner .tc-divider {
    margin: 1.25rem 0;
  }

  .section--light .banner .component__button--1.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #4A4A4A !important;
    border: 1px solid #BDB464 !important;
    text-decoration: none;
    background-color: transparent;
  }
  .section--light .banner .component__button--1.cta__button:hover {
    color: #ffffff !important;
    border: 1px solid #BDB464 !important;
    color: #fff !important;
    background-color: #BDB464 !important;
  }
  .section--light .banner .component__button--2.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #BDB464;
    text-decoration: none;
    background-color: #BDB464;
  }
  .section--light .banner .component__button--2.cta__button:hover {
    color: #4A4A4A;
    border: 1px solid #BDB464;
    background-color: transparent;
  }
  .section--light .banner .component__button--3.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #FF7F00;
    background-color: #FF7F00;
  }
  .section--light .banner .component__button--3.cta__button:hover {
    color: #4A4A4A;
    border: 1px solid #FF7F00;
    background-color: transparent;
  }
  .section--dark .banner .component__button--1.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    background-color: transparent;
  }
  .section--dark .banner .component__button--1.cta__button:hover {
    color: #4A4A4A;
    text-decoration: none;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .section--dark .banner .component__button--2.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #4A4A4A;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .section--dark .banner .component__button--2.cta__button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .section--dark .banner .component__button--3.cta__button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #FF7F00;
    background-color: #FF7F00;
  }
  .section--dark .banner .component__button--3.cta__button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
  }

  .section--light .banner-c .cta__link,
.section--light .banner-c .cta__link--icon,
.section--dark .banner-c .cta__link,
.section--dark .banner-c .cta__link--icon {
    color: white;
  }
}
@media (max-width: 768px) {
  .container-fluid .banner-f-text__wrapper {
    width: 100%;
  }
  .container-fluid .banner-f-media__wrapper {
    width: 100%;
  }

  .banner-f .slider__wrapper {
    flex-direction: column-reverse;
  }
  .banner-f__tagline {
    padding: 40px;
  }
  .banner-f-text__wrapper {
    width: 100%;
  }
  .banner-f-media__wrapper {
    width: 100%;
  }

  .banner-e__header .component__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .container-fluid .banner-f-text__wrapper {
    width: 100%;
  }
  .container-fluid .banner-f-media__wrapper {
    width: 100%;
  }

  .banner-f .slider__wrapper {
    flex-direction: column-reverse;
  }
  .banner-f__tagline {
    padding: 40px 15px;
  }

  .banner-e__header .component__title {
    font-size: 1.5625rem;
  }
  .banner-e__header .component__subtitle {
    font-size: 1.125rem;
  }
}
.section--dark .beforeandafter {
  color: #ffffff;
}

.blade {
  position: relative;
  overflow: hidden;
}

.container-fluid .blade {
  margin: 0 -0.9375rem;
}
.container-fluid .blade-a__wrap {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .container-fluid .blade-a__wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-fluid .blade-a__wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container-fluid .blade-a__wrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .container-fluid .blade-a__wrap {
    max-width: 1170px;
  }
}

.blade-a__text {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.blade-a__text--swapped .blade-a__wrap > .row {
  justify-content: flex-end;
}
.blade-a__bg > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blade-a__bg--swapped {
  left: 0;
}
.blade-a__bg--placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blade-a__description {
  margin-top: 0.9375rem;
}

@media (min-width: 991px) {
  .container-fluid .blade-a--12 .blade-a__wrap {
    overflow: hidden;
    padding: 0 15px;
  }
  .container-fluid .blade-a--12 .blade-a__wrap > .row {
    padding: 0 15px;
  }
  .container-fluid .blade-a--12 .blade-a__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 41.666667%;
    width: calc(41.666667% - 20px);
    padding: 0;
  }
  .container-fluid .blade-a--12 .blade-a__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .section-blade .blade-a__bg > div {
    min-height: 30rem !important;
    background-size: 100%;
  }
  .section-blade .blade-a__wrap:not(.justify-content-end) > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .section-blade .blade-a__bg > div {
    min-height: 14.375rem !important;
    background-size: 100%;
  }
  .section-blade .blade-a__wrap:not(.justify-content-end) > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-blade .blade-a__readmore {
  margin-top: 0.625rem;
}
.section-blade .blade-a__readmore a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 991px) {
  .section-blade .blade-a--4 .blade-a__bg, .section-blade .blade-a--6 .blade-a__bg, .section-blade .blade-a--8 .blade-a__bg {
    padding-bottom: 0.375rem;
  }
}
@media (max-width: 991px) {
  .section-blade .blade-a__bg {
    padding-bottom: 0.375rem;
  }
  .section-blade .blade-a__text .row > .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-blade .blade-a__bg {
    padding-bottom: 0.375rem;
  }
  .section-blade .blade-a__text .row > .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-post__item {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.blog-post__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.blog-post__info {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0 0;
  font-size: 16px;
}
.blog-post__info li {
  display: inline;
  border-left: 1px solid #4A4A4A;
  padding: 0 0.625rem;
  font-size: 16px;
}
.blog-post__info li a {
  text-decoration: underline;
}
.blog-post__info li:first-child {
  border: none;
  padding-left: 0;
}
.blog-post__excerpt {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  margin: 0.625rem 0 0 0;
}
.blog-post__link {
  margin-top: 0 !important;
  text-transform: uppercase;
}
.blog__topbar {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.25rem 0 0.3125rem 0;
}
.blog__bottombar {
  border-top: 1px solid #e0e0e0;
  padding: 1.25rem 0 1.25rem 0;
}
.blog__post-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.blog__viewing {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.blog__pagination {
  float: right;
}
.blog__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin: 0;
}
.blog__pagination-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: transparent;
  border: none;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.blog__pagination-link:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #BDB464;
}
.blog__pagination-link:first-child {
  margin-left: 0;
}
.blog__pagination-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.blog__pagination-link.disabled {
  color: #e0e0e0;
  pointer-events: none;
  cursor: auto;
  border: none;
}
.blog-singlepost__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0 0 0.9375rem 0;
}
.blog-singlepost__info {
  margin: 0 0 1.875rem 0;
}
.blog-singlepost__content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 1.875rem 0 0.9375rem 0;
  color: #BDB464;
}
.blog-singlepost__content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 519px) {
  .blog-post__thumbnail {
    margin-bottom: 1.875rem;
  }
  .blog__pagination {
    float: none;
    display: flex;
    justify-content: start;
  }
  .blog__post-count {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #dddddd;
  }
  .blog__bottombar {
    padding: 0 0 1.25rem 0;
  }
}
.blog__post img {
  max-width: 100%;
}
.blog-post__title:hover {
  text-decoration: underline;
}
.blog-post__info, .blog-post__excerpt {
  font-family: "Nunito Sans", sans-serif;
}
.blog__pagination-list {
  flex-wrap: wrap;
  justify-content: center;
}
.blog-singlepost__title {
  cursor: pointer;
}
.blog-singlepost__content h1 {
  cursor: pointer;
}
.blog-singlepost__content p, .blog-singlepost__content ol, .blog-singlepost__content ul, .blog-singlepost__content li, .blog-singlepost__content table td, .blog-singlepost__content span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}

.section--light .blog-post__title {
  color: #1E4865;
}
.section--light .blog-post__title:hover {
  color: #BDB464;
  text-decoration: none;
}
.section--light .blog-post__info, .section--light .blog-post__excerpt, .section--light .blog-post__readmore {
  color: #4A4A4A;
}
.section--light .blog__viewing, .section--light .blog__content {
  color: #4A4A4A;
}
.section--light .blog-singlepost__title {
  color: #1E4865;
}
.section--light .blog-singlepost__title:hover {
  color: #BDB464;
}
.section--light .blog-singlepost__content, .section--light .blog-singlepost__info {
  color: #4A4A4A;
}
.section--dark .blog-post__title {
  color: #ffffff;
}
.section--dark .blog-post__info li, .section--dark .blog-post__excerpt li, .section--dark .blog-post__readmore li {
  border-color: #ffffff;
}
.section--dark .blog__viewing, .section--dark .blog__pagination, .section--dark .blog__content {
  color: #ffffff;
}
.section--dark .blog__viewing a, .section--dark .blog__pagination a, .section--dark .blog__content a {
  color: #ffffff;
}
.section--dark .blog-singlepost__title:hover {
  text-decoration: underline;
}
.section--dark .blog-singlepost__title, .section--dark .blog-singlepost__content, .section--dark .blog-singlepost__info {
  color: #ffffff;
}
.section--dark .blog-singlepost__title h1,
.section--dark .blog-singlepost__title h2,
.section--dark .blog-singlepost__title h3,
.section--dark .blog-singlepost__title h4,
.section--dark .blog-singlepost__title h5,
.section--dark .blog-singlepost__title h6, .section--dark .blog-singlepost__content h1,
.section--dark .blog-singlepost__content h2,
.section--dark .blog-singlepost__content h3,
.section--dark .blog-singlepost__content h4,
.section--dark .blog-singlepost__content h5,
.section--dark .blog-singlepost__content h6, .section--dark .blog-singlepost__info h1,
.section--dark .blog-singlepost__info h2,
.section--dark .blog-singlepost__info h3,
.section--dark .blog-singlepost__info h4,
.section--dark .blog-singlepost__info h5,
.section--dark .blog-singlepost__info h6 {
  color: #ffffff !important;
}

.blog-categories .component__title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-categories .component__subtitle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-categories .blog__categories-list {
  list-style: none;
  padding-left: 0;
}
.blog-categories .blog__categories-item {
  color: #676767;
}
.blog-categories .blog__categories-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.5rem;
}
.blog-categories .category__list-child {
  padding-left: 0;
  list-style: none;
}
.blog-categories .category__list-child .blog__categories-link {
  font-weight: 400;
}
.blog-categories--4 {
  padding: 3.125rem 20px;
}
.blog-categories--4 .blog__categories-list {
  column-count: 1;
}
.blog-categories--4 .blog__categories-item {
  border-bottom: 1px solid #B1B1B1;
  padding: 5px 0;
}
.blog-categories--4 .blog__categories-link:hover {
  color: #4EABE9;
}
.blog-categories--4 .category__list-child {
  padding-left: 20px;
}
.blog-categories--4 .category__list-child .blog__categories-item {
  border-bottom: none;
}
.blog-categories--12 {
  padding: 3.125rem 20px;
}
.blog-categories--12 .blog__categories-list {
  column-count: 1;
}
@media (min-width: 768px) {
  .blog-categories--12 .blog__categories-list {
    column-count: 2;
  }
}
@media (min-width: 991px) {
  .blog-categories--12 .blog__categories-list {
    column-count: 3;
  }
}
.blog-categories--12 .blog__categories-link:hover {
  color: #4EABE9;
}
.blog-categories--12 .category__list-child .blog__categories-item:before {
  content: "•";
  color: #676767;
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  line-height: 8px;
  position: relative;
  top: 3px;
}

.section--dark .blog-categories--4 .component__subtitle, .section--dark .blog-categories--12 .component__subtitle {
  color: #ffffff;
}
.section--dark .blog-categories--4 .blog__categories-item, .section--dark .blog-categories--12 .blog__categories-item {
  color: #B1B1B1;
}
.section--dark .blog-categories--4 .blog__categories-link, .section--dark .blog-categories--12 .blog__categories-link {
  color: #ffffff;
}
.section--dark .blog-categories--4 .blog__categories-link:hover, .section--dark .blog-categories--12 .blog__categories-link:hover {
  text-decoration: underline;
}
.section--dark .blog-categories--4 .category__list-child .blog__categories-item:before, .section--dark .blog-categories--12 .category__list-child .blog__categories-item:before {
  color: #B1B1B1;
}

.section-breadcrumbs .breadcrumb__list {
  color: #666;
  margin: 1rem 0;
  padding: 0;
}
.section-breadcrumbs .breadcrumb__list li:not(:last-child)::after {
  content: "/";
}
.section-breadcrumbs .breadcrumb__separator {
  display: none;
}
.section-breadcrumbs .breadcrumb__item {
  font-size: 0.8125rem;
}

.section-breadcrumbs .section--light .breadcrumb__item > a:hover {
  color: #4EABE9;
}

.section-breadcrumbs .section--dark .breadcrumb__item {
  color: #fff;
}
.section-breadcrumbs .section--dark .breadcrumb__item > a:hover {
  text-decoration: underline;
}

.contactform--a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.contactform--a .contactform__title {
  margin-bottom: 1.875rem;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.contactform--a .contactform__caption {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
}
.contactform--a .contactform__col-right .contactform__group {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.contactform--a .contactform__col-right .contactform__input {
  flex: 1;
}
.contactform--a .contactform__col-right .contactform__input textarea {
  height: 100%;
  height: calc(100% - 16px);
}
.contactform--a .contactform__col-right > .row {
  height: 100%;
}
.contactform--a .contactform__col-bottom .leadFormInfo {
  margin-top: 1.25rem;
  color: #fff;
  font-size: 0.875rem;
}
.contactform--a .contactform__group label.error {
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.contactform--a .contactform__label {
  color: #fff;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}
.contactform--a .contactform__label.non-label {
  display: block;
}
.contactform--a .contactform__input {
  position: relative;
}
.contactform--a .contactform__input input::-webkit-input-placeholder,
.contactform--a .contactform__input textarea::-webkit-input-placeholder,
.contactform--a .contactform__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.contactform--a .contactform__input input::-moz-placeholder,
.contactform--a .contactform__input textarea::-moz-placeholder,
.contactform--a .contactform__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.contactform--a .contactform__input input:-ms-input-placeholder,
.contactform--a .contactform__input textarea:-ms-input-placeholder,
.contactform--a .contactform__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.contactform--a .contactform__input input:-moz-placeholder,
.contactform--a .contactform__input textarea:-moz-placeholder,
.contactform--a .contactform__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.contactform--a .contactform__input input {
  min-height: 3.125rem;
}
.contactform--a .contactform__input input[type=checkbox], .contactform--a .contactform__input input[type=radio] {
  margin-left: 0;
  min-height: auto;
  margin-top: 0.625rem;
}
.contactform--a .contactform__input select {
  background: #ffffff;
  min-height: 3.125rem;
}
.contactform--a .contactform__input textarea {
  min-height: 7.8125rem;
}
.contactform--a .contactform__submit {
  margin-top: 1.875rem;
}
.contactform--a .contactform__submit input {
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.625rem 0;
}
.contactform--a .contactform__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.contactform--a .ui-datepicker {
  width: 242px;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px !important;
  display: none;
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
}
.contactform--a .ui-datepicker .ui-widget-header {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 5px 35px 13px !important;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev,
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 6px;
  color: #000000;
  font-size: 18px;
  height: 24px;
  width: 24px;
  background: none;
  cursor: pointer;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
  opacity: 0.8;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: none;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  text-decoration: none;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 10px;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 10px;
}
.contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #333;
  font-size: 16px;
  line-height: 17px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.contactform--a .ui-datepicker .ui-datepicker-calendar {
  margin: 0 -10px;
  padding: 0 10px;
}
.contactform--a .horizontal .form form {
  width: auto;
}
.contactform--a .horizontal .form form .form-input-comments {
  width: auto;
}
.contactform--a .horizontal .form form .leadFormInfo {
  display: none;
}
.contactform--a .horizontal .form .btn {
  width: 170px;
  margin: 0 7px;
}
.contactform--a .horizontal .form .label_container label {
  padding: 0;
  position: absolute;
  top: -19px;
  left: 5px;
}
.contactform--a .horizontal .form .input_container textarea {
  height: 53px;
}

.section--dark .contactform__title, .section--dark .contactform__caption {
  color: #fff;
}

.section--light .contactform__label {
  color: #495057;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border: 2px solid #dc3545;
}
.custom-select.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-feedback {
  margin: 0;
  font-size: 20px;
  background: #cd0000;
  color: #fff;
  position: absolute;
  font-weight: 800;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 4px 11px;
  line-height: 1;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border: 2px solid #28a745;
}

.contactform .form-check-inline {
  align-items: baseline;
}

.contactform--a .contactform__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 0.625rem;
}
.contactform--a .contactform__caption {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.contactform--a .contactform__input input {
  border-radius: 0;
}
.contactform--a .contactform__input--textarea textarea {
  border-radius: 0;
  resize: none;
}
.contactform--a .contactform__input--radio input[type=radio] {
  margin-top: -0.625rem;
}
.contactform--a .contactform__input--radio label {
  font-weight: 300;
}
.contactform--a .contactform__submit {
  margin-top: 0;
}
.contactform--a .contactform__submit input {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.section--light .contactform--a .contactform__title {
  color: #4A4A4A;
}
.section--light .contactform--a .contactform__caption {
  color: #BDB464;
}
.section--light .contactform--a .contactform__input input,
.section--light .contactform--a .contactform__input textarea {
  border-color: #FF7F00;
}
.section--light .contactform--a .contactform__submit input {
  background: #FF7F00;
}
.section--light .contactform--a .contactform__submit input:hover {
  color: #4A4A4A;
  border: 1px solid #FF7F00;
  background-color: transparent;
}
.section--dark .contactform--a .contactform__submit input {
  background: #BDB464;
}
.section--dark .contactform--a .contactform__submit input:hover {
  color: #ffffff;
}
.section__bg--dark-4 .contactform--a .contactform__submit input {
  background: #ffffff;
  color: #1E4865;
}
.section__bg--dark-4 .contactform--a .contactform__submit input:hover {
  color: #1E4865;
}

.contactusfixed__container {
  min-width: 75px;
}
.contactusfixed__container .contactusfixed__content {
  text-align: center;
  border: 1px solid #fff;
}
.contactusfixed__container .contactusfixed__content > a {
  display: block;
  color: #fff;
  padding: 15px 12px;
}
.contactusfixed__container .contactusfixed__icon {
  display: block;
  clear: both;
  font-size: 2.5rem;
  padding-bottom: 0.625rem;
}
.contactusfixed__container .contactusfixed__title,
.contactusfixed__container .tile {
  display: block;
  clear: both;
  max-width: 10rem;
  font-size: 0.75rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9375rem;
  word-break: break-word;
}

@media (max-width: 767px) {
  .contactusfixed__container {
    display: none;
  }
}
.section-copyright .copyright,
.section-copyright #copyright {
  padding: 1.25rem 0;
}
.section-copyright .copyright__item,
.section-copyright #copyright__item {
  display: inline-block;
  padding: 0 0.9375rem 0 0.3125rem;
  position: relative;
}
.section-copyright .copyright__item:not(:last-child)::after,
.section-copyright #copyright__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.section-copyright .copyright__list,
.section-copyright #copyright__list {
  text-align: center;
  padding: 0;
  margin: 0;
}
.section-copyright .copyright__link,
.section-copyright #copyright__link {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.section-copyright .copyright__link:hover,
.section-copyright #copyright__link:hover {
  color: #BDB464;
}

.section--light .copyright__item::after,
.section--light #copyright__item::after {
  color: #0384d7;
}
.section--dark .copyright__item::after,
.section--dark #copyright__item::after {
  color: #ffffff;
}
.section--dark .copyright__link,
.section--dark #copyright__link {
  color: #ffffff;
}

.cta {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.section--dark .cta-a__subtitle,
.section.section__bg--dark-4 .cta-a__subtitle {
  color: #fff;
}

.section-cta .cta-a .component__button--2 {
  font-weight: bold;
}
.section-cta .cta__link--icon, .section-cta .cta__button--icon, .section-cta .cta__button, .section-cta .cta__link {
  max-width: inherit;
}

.customfixed__container {
  min-width: 75px;
}
.customfixed__container .customfixed__content {
  text-align: center;
  border: 1px solid #fff;
}
.customfixed__container .customfixed__content > a {
  display: block;
  color: #fff;
  padding: 15px 12px;
}
.customfixed__container .customfixed__icon {
  display: block;
  clear: both;
  font-size: 2.5rem;
  padding-bottom: 0.625rem;
}
.customfixed__container .customfixed__image img {
  margin-bottom: 0.625rem;
  width: 100%;
  height: auto;
}
.customfixed__container .customfixed__title,
.customfixed__container .tile {
  display: block;
  clear: both;
  max-width: 10rem;
  font-size: 0.75rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9375rem;
  word-break: break-word;
}

@media (max-width: 767px) {
  .customfixed__container {
    display: none;
  }
}
.disclaimer {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.disclaimer__content {
  font-size: 0.75rem;
  line-height: 1.2;
}
.disclaimer__content a {
  font-weight: 700;
}
.disclaimer__content p, .section-editable .disclaimer__content p {
  font-size: 0.75rem;
}
.disclaimer__content p:last-child {
  margin-bottom: 0;
}

.section--dark .disclaimer__content,
.section.section__bg--dark-4 .disclaimer__content {
  color: #fff;
}

.section-disclaimer.section__bg--dark-4 a {
  color: #1E4865;
}

.editable__container table {
  border-collapse: collapse;
  margin: 0 0 20px;
  table-layout: fixed;
  width: 100%;
}
.editable__container th {
  border: 1px solid black;
  font-weight: normal;
  font-weight: bold;
  padding: 5px 15px;
  text-align: left;
  color: black;
}
.editable__container td {
  padding: 5px 15px;
  border: 1px solid black;
}
.editable__container tr,
.editable__container td,
.editable__container th {
  vertical-align: middle;
}

.main-content table tr, .main-content table td {
  border: 0px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .main-content table tr, .main-content table td {
    display: flex;
    flex-direction: column;
  }
}

.editable__container h1 {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.editable__container h2 {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.editable__container h2 + p {
  margin-top: 0;
}
.editable__container h3 {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.editable__container h3 + p {
  margin-top: 0;
}
.editable__container h4 {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.editable__container h4 + p {
  margin-top: 0;
}
.editable__container h5 {
  font-weight: 700;
  font-size: 1.125rem;
}
.editable__container p, .editable__container ol, .editable__container ul, .editable__container li {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.editable__container p:last-child, .editable__container ol:last-child, .editable__container ul:last-child, .editable__container li:last-child {
  margin-bottom: 0;
}
.editable__container ul {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 0.625rem;
  margin-bottom: 0;
  color: #000;
  padding-inline-start: 2.5rem;
}

.section--light .editable__container {
  color: #000;
}
.section--light .editable__container a {
  color: #0384d7;
  text-decoration: none;
}
.section--light .editable__container a:hover {
  color: #4eabe9;
}
.section--light .editable__container h1 {
  color: #1E4865;
}
.section--light .editable__container p, .section--light .editable__container ol, .section--light .editable__container ul, .section--light .editable__container li {
  color: #000;
}
.section--light .editable__container h2,
.section--light .editable__container h3 {
  color: #BDB464;
}
.section--light .editable__container h4,
.section--light .editable__container h5 {
  color: #686868;
}
.section--dark .editable__container {
  color: #fff !important;
}
.section--dark .editable__container a {
  color: #fff;
  text-decoration: underline;
}
.section--dark .editable__container a:hover {
  color: #dcdcdc;
}
.section--dark .editable__container h1,
.section--dark .editable__container h4,
.section--dark .editable__container h5,
.section--dark .editable__container p, .section--dark .editable__container ul, .section--dark .editable__container ol, .section--dark .editable__container li {
  color: #fff;
}
.section--dark .editable__container h2,
.section--dark .editable__container h3 {
  color: #BDB464;
}

@media (max-width: 767px) {
  .editable__container h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .editable__container h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .editable__container h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .editable__container h4 {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
  .editable__container h5 {
    font-size: 1.0625rem;
    line-height: 1.125rem;
  }
  .editable__container p,
.editable__container ul {
    font-size: 1.0625rem;
  }
}
.section-editable .editable__container h1,
.section-pagecontent h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.section-editable .editable__container h2,
.section-editable .editable__container h3,
.section-pagecontent h2,
.section-pagecontent h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.section-editable .editable__container p,
.section-editable .editable__container ul,
.section-editable .editable__container li, .section-editable .editable__container table td, .section-editable .editable__container span,
.section-pagecontent p,
.section-pagecontent ul,
.section-pagecontent li,
.section-pagecontent table td,
.section-pagecontent span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.section-editable .editable__container .section--light h1,
.section-pagecontent .section--light h1 {
  color: #4A4A4A;
}

.section--light .editable__container .editable__container h1, .section--light .editable__container .editable__container h2, .section--light .editable__container .editable__container h3, .section--light .editable__container .editable__container h4, .section--light .editable__container .editable__container h5, .section--light .editable__container .editable__container h6, .section--light .editable__container .editable__container p, .section--light .editable__container .editable__container ol, .section--light .editable__container .editable__container ul, .section--light .editable__container .editable__container li, .section--light .editable__container .editable__container td, .section--light .editable__container .editable__container span {
  color: #4A4A4A;
  border-color: #4A4A4A;
}
.section--dark .editable__container .editable__container h1, .section--dark .editable__container .editable__container h2, .section--dark .editable__container .editable__container h3, .section--dark .editable__container .editable__container h4, .section--dark .editable__container .editable__container h5, .section--dark .editable__container .editable__container h6, .section--dark .editable__container .editable__container p, .section--dark .editable__container .editable__container ol, .section--dark .editable__container .editable__container ul, .section--dark .editable__container .editable__container li, .section--dark .editable__container .editable__container td, .section--dark .editable__container .editable__container span {
  color: #ffffff;
  border-color: #ffffff;
}

.featuredblocks-grid-a .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-a .featuredblocks__title-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-a .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-a .featuredblocks__caption-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-a .featuredblocks__container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblocks__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblocks__title {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblocks__caption {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblocks__caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.featuredblocks-grid-a .featuredblock {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.featuredblocks-grid-a .featuredblock__wrap {
  text-align: center;
  padding: 1.875rem 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.featuredblocks-grid-a .featuredblock__item {
  padding: 0;
  padding-left: 1px;
  padding-bottom: 1px;
  display: flex;
  min-width: 16.666666666%;
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblock__item {
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblock__item {
    min-width: 100%;
  }
}
.featuredblocks-grid-a .featuredblock__image {
  background-position: center;
}
.featuredblocks-grid-a .featuredblock__icon .icon, .featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-a .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-a .featuredblock__icon a:before, .featuredblocks-grid-a .featuredblock__icon .article__post-author:before, .featuredblocks-grid-a .featuredblock__icon .article__post-category:before, .featuredblocks-grid-a .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
  font-size: 3.5rem;
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblock__icon .icon, .featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-a .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-a .featuredblock__icon a:before, .featuredblocks-grid-a .featuredblock__icon .article__post-author:before, .featuredblocks-grid-a .featuredblock__icon .article__post-category:before, .featuredblocks-grid-a .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next {
    font-size: 2.8125rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblock__icon .icon, .featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-a .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-a .featuredblock__icon a:before, .featuredblocks-grid-a .featuredblock__icon .article__post-author:before, .featuredblocks-grid-a .featuredblock__icon .article__post-category:before, .featuredblocks-grid-a .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-a .featuredblock__icon .ui-datepicker-next {
    font-size: 2.8125rem;
  }
}
.featuredblocks-grid-a .featuredblock__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #1E4865;
  margin-top: 0.9375rem;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.featuredblocks-grid-a .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #1E4865;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblock__content {
    display: none;
  }
}
.featuredblocks-grid-a .featuredblock__cta {
  margin-top: auto;
}
.featuredblocks-grid-a .featuredblock__cta a {
  width: auto !important;
}
@media (max-width: 768px) {
  .featuredblocks-grid-a .featuredblock__cta {
    display: none;
  }
}
.featuredblocks-grid-a .featuredblock__sub-menu {
  list-style: none;
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblocks__container {
    padding-bottom: 0 !important;
  }
  .featuredblocks-grid-a .featuredblock {
    margin-bottom: 0;
  }
  .featuredblocks-grid-a .featuredblock__item {
    padding-left: 0;
  }
  .featuredblocks-grid-a .featuredblock__title a {
    color: #1E4865;
  }
  .featuredblocks-grid-a .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-a .featuredblock__cta {
    display: none;
  }
}

.section--light .featuredblocks-grid-a .featuredblock__wrap {
  background: #1E4865;
}
.section--light .featuredblocks-grid-a .featuredblock__title {
  color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__content {
  color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__link--1:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border: 1px solid #1E4865;
  background: #fff;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button:before {
  border-color: #fff;
}

.section--dark .featuredblocks-grid-a .component__subtitle {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__wrap {
  background: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  width: auto;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--1:hover {
  color: black;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--2:hover {
  color: black;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--3:hover {
  color: black;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button {
  color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button:before {
  border-color: #0384d7;
}

.featuredblocks-grid-b .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-b .featuredblocks__title-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-b .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-b .featuredblocks__caption-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-b .featuredblocks__container {
  margin-top: 1.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 575px) {
  .featuredblocks-grid-b .featuredblocks__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-b .featuredblocks__title {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-b .featuredblocks__caption {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-b .featuredblocks__caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.featuredblocks-grid-b .featuredblock {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.featuredblocks-grid-b .featuredblock__image {
  min-width: 48px;
  min-height: 48px;
  background-position: center;
}
.featuredblocks-grid-b .featuredblock__wrap {
  text-align: center;
  padding: 1.875rem 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.featuredblocks-grid-b .featuredblock__item {
  padding: 0.0625rem 0 0 0.0625rem;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .featuredblocks-grid-b .featuredblock__item:last-child {
    padding-left: 1px;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-b .featuredblock__item {
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-b .featuredblock__item {
    min-width: 100%;
  }
}
.featuredblocks-grid-b .featuredblock__icon .icon, .featuredblocks-grid-b .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-b .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-b .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-b .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-b .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-b .featuredblock__icon a:before, .featuredblocks-grid-b .featuredblock__icon .article__post-author:before, .featuredblocks-grid-b .featuredblock__icon .article__post-category:before, .featuredblocks-grid-b .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-b .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-b .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-b .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-b .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
  font-size: 3.5rem;
}
.featuredblocks-grid-b .featuredblock__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #1E4865;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-b .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #1E4865;
}
@media (max-width: 768px) {
  .featuredblocks-grid-b .featuredblock__content {
    display: none;
  }
}
.featuredblocks-grid-b .featuredblock__cta {
  margin-top: auto;
}
.featuredblocks-grid-b .featuredblock__cta a {
  width: auto !important;
}
@media (max-width: 768px) {
  .featuredblocks-grid-b .featuredblock__cta {
    display: none;
  }
}
.featuredblocks-grid-b .featuredblock__sub-menu {
  list-style: none;
}

@media (max-width: 575px) {
  .featuredblocks-grid-b .featuredblock {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .featuredblocks-grid-b .featuredblock__title a {
    color: #1E4865;
  }
  .featuredblocks-grid-b .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-b .featuredblock__cta {
    display: none;
  }
}
.section--light .featuredblocks-grid-b .featuredblock__wrap {
  background: #1E4865;
}
.section--light .featuredblocks-grid-b .featuredblock__content {
  color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__title {
  color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--1:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border: 1px solid #1E4865;
  background: #fff;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.875rem;
  color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button:before {
  border-color: #fff;
}

.section--dark .featuredblocks-grid-b .featuredblocks__title {
  color: #fff;
}
.section--dark .featuredblocks-grid-b .featuredblocks__caption {
  color: #fff;
}
.section--dark .featuredblocks-grid-b .featuredblock__wrap {
  background: #ffffff;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  width: auto;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--1:hover {
  color: black;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--2:hover {
  color: black;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--3:hover {
  color: black;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button:before {
  border-color: #0384d7;
}

.featuredblocks-grid-c .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-c .featuredblocks__title-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-c .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-c .featuredblocks__caption-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-c .featuredblocks__container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 575px) {
  .featuredblocks-grid-c .featuredblocks__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblocks__title {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-c .featuredblocks__caption {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
}
@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblocks__caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.featuredblocks-grid-c .featuredblock {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.featuredblocks-grid-c .featuredblock__image {
  min-width: 48px;
  min-height: 48px;
  background-position: center;
}
.featuredblocks-grid-c .featuredblock__wrap {
  text-align: center;
  padding: 1.875rem 15px;
  border-left: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.featuredblocks-grid-c .featuredblock__item {
  padding: 0;
  display: flex;
  width: 100%;
}
.featuredblocks-grid-c .featuredblock__item:first-child .featuredblock__wrap {
  border-left: none;
}
@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblock__item {
    min-width: 50%;
    border-bottom: 1px solid;
  }
  .featuredblocks-grid-c .featuredblock__item:nth-child(even) {
    border-left: 1px solid;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-c .featuredblock__item {
    min-width: 100%;
    border-left: none !important;
  }
  .featuredblocks-grid-c .featuredblock__item:last-child {
    border-bottom: none;
  }
}
.featuredblocks-grid-c .featuredblock__icon .icon, .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-c .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-c .featuredblock__icon a:before, .featuredblocks-grid-c .featuredblock__icon .article__post-author:before, .featuredblocks-grid-c .featuredblock__icon .article__post-category:before, .featuredblocks-grid-c .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next {
  font-size: 3.5rem;
}
.featuredblocks-grid-c .featuredblock__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-c .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblock__content {
    display: none;
  }
}
.featuredblocks-grid-c .featuredblock__cta {
  margin-top: auto;
}
.featuredblocks-grid-c .featuredblock__cta a {
  width: auto !important;
}
@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblock__cta {
    display: none;
  }
}
.featuredblocks-grid-c .featuredblock__sub-menu {
  list-style: none;
}

@media (max-width: 768px) {
  .featuredblocks-grid-c .featuredblock {
    padding: 0 0.9375rem;
    margin-bottom: 0;
  }
  .featuredblocks-grid-c .featuredblock__wrap {
    border-left: none !important;
  }
}
@media (max-width: 575px) {
  .featuredblocks-grid-c .featuredblocks__title-caption-wrap {
    margin-bottom: 0 !important;
  }
  .featuredblocks-grid-c .featuredblocks__container {
    padding-bottom: 0 !important;
  }
  .featuredblocks-grid-c .featuredblock {
    padding: 0 0.9375rem;
    margin-bottom: 0;
  }
  .featuredblocks-grid-c .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-c .featuredblock__cta {
    display: none;
  }
}
.section--light .featuredblocks-grid-c .featuredblock__wrap {
  border-left: 1px solid #ccc;
  background: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__item {
  border-color: #ccc;
}
.section--light .featuredblocks-grid-c .featuredblock__content {
  color: #544f3c;
}
.section--light .featuredblocks-grid-c .featuredblock__title {
  color: #544f3c;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  width: auto;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--1:hover {
  color: black;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--2:hover {
  color: black;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--3:hover {
  color: black;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--2:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #FF7F00;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  border: 1px solid #FF7F00;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__icon .icon, .section--light .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-c .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--light .featuredblocks-grid-c .featuredblock__icon a:before, .section--light .featuredblocks-grid-c .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-c .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-c .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
}

.section--dark .featuredblocks-grid-c .featuredblocks__title {
  color: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblocks__caption {
  color: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__icon .icon, .section--dark .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-c .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--dark .featuredblocks-grid-c .featuredblock__icon a:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next {
  color: #fff !important;
}
.section--dark .featuredblocks-grid-c .featuredblock__wrap {
  border-left: 1px solid #ffffff;
  background: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__item {
  border-color: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--1:hover {
  color: #BDB464;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #1E4865;
  background: #1E4865;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #1E4865;
  background: #1E4865;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  background: #fff;
  border-color: #fff;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button:hover {
  color: #fff;
  border-color: #1E4865;
  background: #1E4865;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.875rem;
  color: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button:hover {
  color: #BDB464;
}
.section--dark .featuredblocks-grid-c .featuredblock__icon .icon, .section--dark .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-c .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--dark .featuredblocks-grid-c .featuredblock__icon a:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-c .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
}
.section--dark .featuredblocks-grid-c .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__content {
  color: #ffffff;
}
@media (max-width: 575px) {
  .section--dark .featuredblocks-grid-c .featuredblock__title a {
    color: #ffffff;
  }
}

.featuredblocks-grid-d .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-d .featuredblocks__title-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-d .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-d .featuredblocks__caption-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-d .featuredblocks__container {
  margin-top: 1.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.featuredblocks-grid-d .featuredblock {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.featuredblocks-grid-d .featuredblock__image {
  min-width: 48px;
  min-height: 48px;
  background-position: center;
}
.featuredblocks-grid-d .featuredblock__wrap {
  text-align: center;
  padding: 1.875rem 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: 1px 2px 18px 3px rgba(0, 0, 0, 0.1);
}
.featuredblocks-grid-d .featuredblock__item {
  margin: 0.9375rem 0;
}
.featuredblocks-grid-d .featuredblock__icon .icon, .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-d .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-d .featuredblock__icon a:before, .featuredblocks-grid-d .featuredblock__icon .article__post-author:before, .featuredblocks-grid-d .featuredblock__icon .article__post-category:before, .featuredblocks-grid-d .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
  font-size: 3.5rem;
}
.featuredblocks-grid-d .featuredblock__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #1E4865;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-d .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.9375rem;
  color: #1E4865;
}
.featuredblocks-grid-d .featuredblock__cta {
  margin-top: auto;
}
.featuredblocks-grid-d .featuredblock__cta a {
  width: auto !important;
}
.featuredblocks-grid-d .featuredblock__sub-menu {
  list-style: none;
}

.section--light .featuredblocks-grid-d .featuredblock__wrap {
  background: #1E4865;
}
.section--light .featuredblocks-grid-d .featuredblock__content {
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__title {
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border: 1px solid #1E4865;
  background: #fff;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button:hover {
  color: #fff;
  border-color: #fff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.875rem;
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button:hover {
  color: #BDB464;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button:before {
  border-color: #fff;
}
.section--dark .featuredblocks-grid-d .featuredblocks__title {
  color: #fff;
}
.section--dark .featuredblocks-grid-d .featuredblocks__caption {
  color: #fff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap {
  background: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  width: auto;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #FF7F00;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3:hover {
  color: #FF7F00;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0384d7;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button:before {
  border-color: #0384d7;
}

.featuredblocks-grid-e .blockTransitionOff, .featuredblocks-grid-e .featuredblock__cta, .featuredblocks-grid-e .featuredblock__content, .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__image, .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__icon {
  transition: all 0.4s linear;
  visibility: hidden;
  opacity: 0;
}
.featuredblocks-grid-e .blockTransitionOn, .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__content, .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__cta, .featuredblocks-grid-e .featuredblock__image, .featuredblocks-grid-e .featuredblock__icon {
  transition: all 0.4s linear;
  visibility: visible;
  display: block;
  opacity: 1;
}
.featuredblocks-grid-e.blockTransitionNone .blockTransitionOff, .featuredblocks-grid-e.blockTransitionNone .featuredblock__cta, .featuredblocks-grid-e.blockTransitionNone .featuredblock__content, .featuredblocks-grid-e.blockTransitionNone .featuredblock__item:hover .featuredblock__image, .featuredblocks-grid-e.blockTransitionNone .featuredblock__item:hover .featuredblock__icon {
  display: none;
}
.featuredblocks-grid-e .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-e .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-e .featuredblock {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.featuredblocks-grid-e .featuredblock__wrap {
  position: relative;
  text-align: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.featuredblocks-grid-e .featuredblock__bgImage {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100% !important;
  width: 100%;
}
.featuredblocks-grid-e .featuredblock__bgImage:before {
  content: "";
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
}
.featuredblocks-grid-e .featuredblock__image {
  min-width: 48px;
  min-height: 48px;
  background-position: center;
}
.featuredblocks-grid-e .featuredblock__icon .icon, .featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-e .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-grid-e .featuredblock__icon a:before, .featuredblocks-grid-e .featuredblock__icon .article__post-author:before, .featuredblocks-grid-e .featuredblock__icon .article__post-category:before, .featuredblocks-grid-e .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next {
  font-size: 3.5rem;
}
.featuredblocks-grid-e .featuredblock__item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item:hover {
  cursor: pointer;
}
.featuredblocks-grid-e .featuredblock__item:hover .featuredblock__content, .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__title {
  transition: all 0.4s linear;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-12 {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-12:first-child {
  border-top: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(-n+2) {
  border-top: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(odd) {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(-n+3) {
  border-top: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-4:first-child {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(3n+1) {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(-n+4) {
  border-top: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-3:first-child {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(4n+1) {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-2 {
  max-width: 20%;
  flex: 0 0 20%;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(-n+5) {
  border-top: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-2:first-child {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(6n) {
  border-left: 1px solid;
}
.featuredblocks-grid-e .featuredblock__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-e .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.9375rem;
  font-size: 1rem;
}
.featuredblocks-grid-e .featuredblock__cta {
  margin: 0;
  padding: 0;
}
.featuredblocks-grid-e .featuredblock__cta a {
  margin-top: 1.25rem !important;
  width: auto !important;
}
.featuredblocks-grid-e .featuredblock__sub-menu {
  list-style: none;
}

.section-featuredblocks .section--inner.container-fluid > .row > div {
  padding: 0;
}
.section--light .featuredblocks-grid-e .featuredblock__content {
  color: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__title {
  color: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__bgImage:before {
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__icon .icon, .section--light .featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-e .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--light .featuredblocks-grid-e .featuredblock__icon a:before, .section--light .featuredblocks-grid-e .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-e .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-e .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next {
  color: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__item {
  border-color: #CCCCCC !important;
}
.section--light .featuredblocks-grid-e .featuredblock__item.col-sm-12 {
  border-color: #CCCCCC !important;
}
.section--light .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__bgImage:before {
  background-color: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__content, .section--light .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__title {
  color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__link--1:hover {
  text-decoration: underline;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #ffffff;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #1E4865;
  border-color: #ffffff;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border: 1px solid #1E4865;
  background: #ffffff;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.875rem;
  color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:hover {
  color: #1E4865;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__caption {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
  background-color: #1E4865;
}
.section--dark .featuredblocks-grid-e .featuredblock__icon .icon, .section--dark .featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-e .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-e .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--dark .featuredblocks-grid-e .featuredblock__icon a:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-e .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-e .featuredblock__icon .ui-datepicker-next {
  color: #BDB464;
}
.section--dark .featuredblocks-grid-e .featuredblock__item {
  border-color: #ffffff !important;
}
.section--dark .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__bgImage:before {
  background-color: #BDB464;
}
.section--dark .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__content, .section--dark .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--1:hover {
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #ffffff;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #1E4865;
  border-color: #ffffff;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border-color: #1E4865;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #1E4865;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1E4865;
  border: 1px solid #1E4865;
  background: #ffffff;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #1E4865;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.875rem;
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:hover {
  color: #1E4865;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:before {
  border-color: #ffffff;
}

.featuredblocks-grid-f .featuredblocks__title-wrap {
  padding-top: 3.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-f .featuredblocks__title-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-f .featuredblocks__caption-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
.featuredblocks-grid-f .featuredblocks__caption-wrap + .featuredblocks__container {
  padding-top: 0;
}
.featuredblocks-grid-f .featuredblocks__container {
  margin-top: 1.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a {
  cursor: pointer;
  font-size: 24px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  text-transform: initial;
  font-weight: normal;
}
.featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before {
  font-size: 35px;
  margin-left: 15px;
}
.featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:after {
  content: "Show More Articles";
}
.featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess.showMore a:after {
  content: "Show Less Articles";
}
.featuredblocks-grid-f .featuredblock {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.featuredblocks-grid-f .featuredblock__image {
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
}
.featuredblocks-grid-f .featuredblock__wrap {
  text-align: left;
  padding: 0 0 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid;
}
.featuredblocks-grid-f .featuredblock__item {
  margin: 1.875rem 0;
  overflow: hidden;
}
.featuredblocks-grid-f .featuredblock__item:nth-child(-n+4) {
  margin: 0 0 1.875rem;
  max-height: 1000px;
  visibility: visible;
}
.featuredblocks-grid-f .featuredblock__item:nth-child(n+4) {
  margin: 0;
  max-height: 0px;
  visibility: hidden;
  transition: all 0.8s ease-out;
}
.featuredblocks-grid-f .featuredblock.showMore .featuredblock__item:nth-child(n+4) {
  margin: 0 0 1.875rem;
  max-height: 1000px;
  visibility: visible;
  transition: all 0.8s ease-in;
}
.featuredblocks-grid-f .featuredblock__icon {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featuredblocks-grid-f .featuredblock__icon .icon, .featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-f .featuredblock__icon .article__post-author:before, .featuredblocks-grid-f .featuredblock__icon .article__post-category:before, .featuredblocks-grid-f .featuredblock__icon .article__post-creation-date:before, .featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .featuredblocks-grid-f .featuredblock__icon .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblock__icon a:before {
  font-size: 3.5rem;
}
.featuredblocks-grid-f .featuredblock__title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  padding: 25px 25px 0;
  text-transform: uppercase;
}
.featuredblocks-grid-f .featuredblock__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 15px 25px 0;
  font-size: 1.125rem;
}
.featuredblocks-grid-f .featuredblock__cta {
  padding: 15px 25px 0;
  margin-top: auto;
}
.featuredblocks-grid-f .featuredblock__cta a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.featuredblocks-grid-f .featuredblock__cta .component__link--1 {
  text-align: left;
}
.featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}
.featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button span {
  margin: 0 0 3px 10px;
}
.featuredblocks-grid-f .featuredblock__sub-menu {
  list-style: none;
}

.section--light .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a {
  color: #0384d7 !important;
}
.section--light .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:hover {
  color: black !important;
}
.section--light .featuredblocks-grid-f .featuredblock__wrap {
  background: #ffffff;
  border-color: #D6D6D6;
}
.section--light .featuredblocks-grid-f .featuredblock__content, .section--light .featuredblocks-grid-f .featuredblock__title {
  color: #000000;
}
.section--light .featuredblocks-grid-f .featuredblock__icon .icon, .section--light .featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-f .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-f .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-f .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-f .featuredblock__icon .featuredblocks__container .fbF_ShowMoreLess a:before, .section--light .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblock__icon a:before {
  color: #BDB464;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1 {
  color: #0384d7 !important;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1:hover {
  color: black !important;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  color: #BDB464 !important;
  border-color: #BDB464 !important;
  background: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #BDB464;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button {
  color: #0384d7;
  border: 0 solid #1E4865;
  background: transparent;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button:hover {
  color: black;
  border-color: #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button {
  color: #0384d7;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button:hover {
  color: black;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a {
  color: #ffffff !important;
}
.section--dark .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:hover:after {
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-f .featuredblock__wrap {
  background: #ffffff;
  border-color: #D6D6D6;
}
.section--dark .featuredblocks-grid-f .featuredblock__content, .section--dark .featuredblocks-grid-f .featuredblock__title {
  color: #000000;
}
.section--dark .featuredblocks-grid-f .featuredblock__icon .icon, .section--dark .featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-f .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-f .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-f .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-f .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-f .featuredblock__icon .featuredblocks__container .fbF_ShowMoreLess a:before, .section--dark .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblock__icon a:before {
  color: #BDB464;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--1 {
  color: #0384d7 !important;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--1:hover {
  color: black !important;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  color: #BDB464 !important;
  border-color: #BDB464 !important;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #BDB464;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button {
  color: #0384d7;
  border: 0 solid #1E4865;
  background: transparent;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button:hover {
  color: black;
  border-color: #ffffff;
  background: transparent;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button {
  color: #0384d7;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button:hover {
  color: black;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-button:before {
  border-color: #ffffff;
}

.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item {
  display: inline-block;
  position: relative;
  border-left-width: 2px;
  border-left-style: solid;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:last-child {
  border-right-style: solid;
  border-right-width: 2px;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active {
  background-color: #1E4865;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active .featuredblock__link {
  color: #BDB464;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item.has-icon {
  border: none;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__wrap {
  height: 100%;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__link {
  display: block;
  height: 100%;
  padding: 1.875rem 0;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.625rem;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .icon, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .ui-datepicker-prev,
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .ui-datepicker-next, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .article__post-author:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .article__post-category:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .article__post-creation-date:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .ui-datepicker-prev,
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .ui-datepicker-next, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon a:before {
  font-size: 45px;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-menu {
  background: #1E4865;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item a {
  display: block;
  padding: 5px 0;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item:hover a, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item:focus a, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item:active a {
  color: #BDB464;
}
.section-featuredblocks .featuredblocks-flyup-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section--light .featuredblocks-flyup-a .featuredblock__item {
  border-color: #000;
}
.section--light .featuredblocks-flyup-a .featuredblock__item a {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-a .featuredblock__sub-item a {
  color: #fff;
}
.section--light .featuredblocks-flyup-a .featuredblock__sub-item a:hover, .section--light .featuredblocks-flyup-a .featuredblock__sub-item a:focus, .section--light .featuredblocks-flyup-a .featuredblock__sub-item a:active {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-a .featuredblock__sub-item:hover, .section--light .featuredblocks-flyup-a .featuredblock__sub-item:focus, .section--light .featuredblocks-flyup-a .featuredblock__sub-item:active {
  color: #BDB464;
}

.section--dark .featuredblocks-flyup-a .featuredblock__item {
  border-color: #fff;
}
.section--dark .featuredblocks-flyup-a .featuredblock__item a {
  color: #fff;
}

.featuredblocks-flyup-b .featuredblock__item {
  display: inline-block;
  position: relative;
}
.featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__link, .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__link, .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__link {
  color: #BDB464;
}
.featuredblocks-flyup-b .featuredblock__link {
  display: block;
  height: 100%;
  padding: 1.875rem 0;
}
.featuredblocks-flyup-b .featuredblock__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
}
.featuredblocks-flyup-b .featuredblock__icon {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.625rem;
}
.featuredblocks-flyup-b .featuredblock__icon .icon, .featuredblocks-flyup-b .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-flyup-b .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-flyup-b .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-flyup-b .featuredblock__icon .ui-datepicker-next, .featuredblocks-flyup-b .featuredblock__icon .article__post-author:before, .featuredblocks-flyup-b .featuredblock__icon .article__post-category:before, .featuredblocks-flyup-b .featuredblock__icon .article__post-creation-date:before, .featuredblocks-flyup-b .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-flyup-b .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-flyup-b .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-flyup-b .featuredblock__icon .ui-datepicker-next, .featuredblocks-flyup-b .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-flyup-b .featuredblock__icon a:before {
  font-size: 45px;
}
.featuredblocks-flyup-b .featuredblock__sub-menu {
  left: 0;
  width: 100%;
  z-index: 20;
}
.featuredblocks-flyup-b .featuredblock__sub-item {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.featuredblocks-flyup-b .featuredblock__sub-item:first-child {
  margin-top: 5px;
}
.featuredblocks-flyup-b .featuredblock__sub-item a {
  display: block;
  padding: 5px 0;
}
.featuredblocks-flyup-b ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section--light .featuredblocks-flyup-b .featuredblock__item {
  border-left-color: #000;
}
.section--light .featuredblocks-flyup-b .featuredblock__item a {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-b .featuredblock__item a:hover, .section--light .featuredblocks-flyup-b .featuredblock__item a:active, .section--light .featuredblocks-flyup-b .featuredblock__item a:focus {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-b .featuredblock__item:hover, .section--light .featuredblocks-flyup-b .featuredblock__item:active, .section--light .featuredblocks-flyup-b .featuredblock__item:focus {
  background-color: #1E4865;
}
.section--light .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__title, .section--light .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__icon, .section--light .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__title, .section--light .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__icon, .section--light .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__title, .section--light .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__icon {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-b .featuredblock__title {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item {
  background: #1E4865;
  border-bottom: 1px solid #ccc;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item:first-child {
  border-top: 1px solid #ccc;
  margin-top: 0.625rem;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item a {
  color: #ffffff;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item:hover, .section--light .featuredblocks-flyup-b .featuredblock__sub-item:active, .section--light .featuredblocks-flyup-b .featuredblock__sub-item:focus {
  background-color: #ffffff;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item:hover a, .section--light .featuredblocks-flyup-b .featuredblock__sub-item:active a, .section--light .featuredblocks-flyup-b .featuredblock__sub-item:focus a {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-menu {
  background: #1E4865;
}

.section--dark .featuredblocks-flyup-b .featuredblock__item a {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-b .featuredblock__item:hover, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus, .section--dark .featuredblocks-flyup-b .featuredblock__item:active {
  background-color: #ffffff;
}
.section--dark .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__title, .section--dark .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__icon, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__title, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__icon, .section--dark .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__title, .section--dark .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__icon {
  color: #BDB464;
}
.section--dark .featuredblocks-flyup-b .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item {
  background: #ffffff;
  border-bottom: 1px solid #ccc;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item:first-child {
  border-top: 1px solid #ccc;
  margin-top: 0.625rem;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item a {
  color: #BDB464;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item:hover, .section--dark .featuredblocks-flyup-b .featuredblock__sub-item:focus, .section--dark .featuredblocks-flyup-b .featuredblock__sub-item:active {
  background-color: #BDB464;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item:hover a, .section--dark .featuredblocks-flyup-b .featuredblock__sub-item:focus a, .section--dark .featuredblocks-flyup-b .featuredblock__sub-item:active a {
  color: #ffffff;
}

.featuredblocks-flyup-c .featuredblock__item {
  display: inline-block;
  position: relative;
}
.featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__link, .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__link, .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__link {
  color: #BDB464;
}
.featuredblocks-flyup-c .featuredblock__link {
  display: block;
  height: 100%;
  padding: 1.875rem 0;
}
.featuredblocks-flyup-c .featuredblock__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
}
.featuredblocks-flyup-c .featuredblock__icon {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.625rem;
}
.featuredblocks-flyup-c .featuredblock__icon .icon, .featuredblocks-flyup-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .featuredblocks-flyup-c .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-flyup-c .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .featuredblocks-flyup-c .featuredblock__icon .ui-datepicker-next, .featuredblocks-flyup-c .featuredblock__icon .article__post-author:before, .featuredblocks-flyup-c .featuredblock__icon .article__post-category:before, .featuredblocks-flyup-c .featuredblock__icon .article__post-creation-date:before, .featuredblocks-flyup-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .featuredblocks-flyup-c .featuredblock__icon .ui-datepicker-prev,
.featuredblocks-flyup-c .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .featuredblocks-flyup-c .featuredblock__icon .ui-datepicker-next, .featuredblocks-flyup-c .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .featuredblocks-flyup-c .featuredblock__icon a:before {
  font-size: 45px;
}
.featuredblocks-flyup-c .featuredblock__sub-menu {
  left: 0;
  width: 100%;
  z-index: 20;
}
.featuredblocks-flyup-c .featuredblock__sub-item {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.featuredblocks-flyup-c .featuredblock__sub-item a {
  display: block;
  padding: 5px 0;
}
.featuredblocks-flyup-c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section--light .featuredblocks-flyup-c .featuredblock__item {
  border-left-color: #000;
}
.section--light .featuredblocks-flyup-c .featuredblock__item a {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-c .featuredblock__item a:hover, .section--light .featuredblocks-flyup-c .featuredblock__item a:active, .section--light .featuredblocks-flyup-c .featuredblock__item a:focus {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-c .featuredblock__item:hover, .section--light .featuredblocks-flyup-c .featuredblock__item:active, .section--light .featuredblocks-flyup-c .featuredblock__item:focus {
  background-color: white;
}
.section--light .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__title, .section--light .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__icon, .section--light .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__title, .section--light .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__icon, .section--light .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__title, .section--light .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__icon {
  color: #BDB464;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-menu {
  background-color: white;
}
.section--light .featuredblocks-flyup-c .featuredblock__title {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-item a {
  color: #1E4865;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-item:hover {
  background-color: #ffffff;
}

.section--dark .featuredblocks-flyup-c .featuredblock__item a {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-c .featuredblock__item:hover, .section--dark .featuredblocks-flyup-c .featuredblock__item:focus, .section--dark .featuredblocks-flyup-c .featuredblock__item:active {
  background-color: #ccc588;
}
.section--dark .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__title, .section--dark .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__icon, .section--dark .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__title, .section--dark .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__icon, .section--dark .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__title, .section--dark .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__icon {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-c .featuredblock__sub-menu {
  background-color: #ccc588;
}
.section--dark .featuredblocks-flyup-c .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-c .featuredblock__sub-item a {
  color: #ffffff;
}
.section--dark .featuredblocks-flyup-c .featuredblock__sub-item:hover, .section--dark .featuredblocks-flyup-c .featuredblock__sub-item:focus, .section--dark .featuredblocks-flyup-c .featuredblock__sub-item:active {
  background-color: #BDB464;
  opacity: 1;
}
.section--dark .featuredblocks-flyup-c .featuredblock__sub-item:hover a, .section--dark .featuredblocks-flyup-c .featuredblock__sub-item:focus a, .section--dark .featuredblocks-flyup-c .featuredblock__sub-item:active a {
  color: #ffffff;
}

.featuredblocks-list-a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.featuredblocks-list-a .featuredblock {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.featuredblocks-list-a .featuredblock__wrap {
  height: 100%;
}
.featuredblocks-list-a .featuredblock__link {
  display: block;
  height: 100%;
  padding: 0.3125rem 0;
}
.featuredblocks-list-a .featuredblock__title {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: block;
}
.featuredblocks-list-a .featuredblock__sub-item {
  display: block;
  text-align: left;
  padding: 0 15px;
}
.featuredblocks-list-a .featuredblock__sub-item:first-child {
  margin-top: 5px;
}
.featuredblocks-list-a .featuredblock__sub-item a {
  display: block;
  padding: 5px 0;
}
.featuredblocks-list-a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section--light .featuredblocks-list-a .featuredblock__item {
  border-left-color: #000;
}
.section--light .featuredblocks-list-a .featuredblock__item a {
  color: #1E4865;
}
.section--light .featuredblocks-list-a .featuredblock__item a:hover {
  color: #3580b4;
}
.section--light .featuredblocks-list-a .featuredblock__title {
  color: #1E4865;
}
.section--light .featuredblocks__toggle-wrap a {
  color: #1E4865;
}
.section--light .featuredblocks__toggle-wrap a::after {
  border-color: #1E4865 transparent transparent transparent !important;
}
.section__bg--light-1 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #ffffff;
}
.section__bg--light-2 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #e0e0e0;
}
.section__bg--light-3 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #FF7F00;
}

.section--dark .featuredblocks-list-a .featuredblock__item {
  border-left-color: #fff;
}
.section--dark .featuredblocks-list-a .featuredblock__item .featuredblock__link:hover {
  color: #BDB464;
}
.section--dark .featuredblocks-list-a .featuredblock__link {
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__sub-item a {
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__sub-item:hover a {
  color: #BDB464;
}
.section--dark .featuredblocks-list-a .featuredblocks__toggle-wrap a {
  color: #fff;
}
.section--dark .featuredblocks-list-a .featuredblocks__toggle-wrap a::after {
  border-color: #fff transparent transparent transparent;
}
.section.section__bg--dark-1 .featuredblocks-list-a .featuredblock__sub-menu {
  background: #1E4865;
}
.section__bg--dark-1 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #1E4865;
}
.section__bg--dark-2 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #3580b4;
}
.section__bg--dark-3 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #071016;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #BDB464;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__item .featuredblock__link:hover {
  color: #1E4865;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__sub-item:hover a {
  color: #1E4865;
}

@media (min-width: 991px) {
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active .featuredblock__sub-menu {
    display: block;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-menu {
    display: none;
    position: absolute;
  }

  .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__sub-menu, .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__sub-menu, .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__sub-menu {
    display: block;
  }
  .featuredblocks-flyup-b .featuredblock__sub-menu {
    bottom: 100%;
    display: none;
    position: absolute;
  }
  .featuredblocks-flyup-b .featuredblock__wrap {
    height: 100%;
  }

  .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__sub-menu, .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__sub-menu, .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__sub-menu {
    display: block;
  }
  .featuredblocks-flyup-c .featuredblock__sub-menu {
    bottom: 100%;
    display: none;
    position: absolute;
  }
  .featuredblocks-flyup-c .featuredblock__wrap {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .section-featuredblocks.fb-flyups-a .container,
.section-featuredblocks.fb-flyups-a .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    overflow: hidden;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item {
    border-left: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-left: 0;
    padding-right: 0;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:last-child {
    border-bottom: none;
    border-right: none;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__wrap {
    height: auto;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-menu {
    position: relative;
    margin-top: -1.25rem;
    padding-bottom: 1.25rem;
  }

  .section--dark .featuredblocks-flyup-b .featuredblock__item {
    border-bottom: 1px solid #fff;
  }
  .section--light .featuredblocks-flyup-b .featuredblock__item {
    border-bottom: 1px solid #1E4865;
  }

  .section-featuredblocks.fb-flyups-b .container,
.section-featuredblocks.fb-flyups-b .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    overflow: hidden;
  }
  .section-featuredblocks .featuredblocks-flyup-b .featuredblock__item {
    padding-left: 0;
    padding-right: 0;
  }
  .section-featuredblocks .featuredblocks-flyup-b .featuredblock__sub-menu {
    bottom: 0;
    position: relative;
    margin-top: -1.875rem;
  }
  .section-featuredblocks .featuredblocks-flyup-b .featuredblock__wrap {
    height: auto;
  }
  .section-featuredblocks .featuredblocks-flyup-b .featuredblock__sub-item:last-child {
    border-bottom: 0;
  }

  .section--dark .featuredblocks-flyup-c .featuredblock__item {
    border-bottom: 1px solid #fff;
  }
  .section--light .featuredblocks-flyup-c .featuredblock__item {
    border-bottom: 1px solid #1E4865;
  }

  .section-featuredblocks.fb-flyups-c .container,
.section-featuredblocks.fb-flyups-c .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    overflow: hidden;
  }
  .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item {
    padding-left: 0;
    padding-right: 0;
  }
  .section-featuredblocks .featuredblocks-flyup-c .featuredblock__sub-menu {
    bottom: 0;
    position: relative;
    margin-top: -1.25rem;
    padding-bottom: 1.25rem;
  }
  .section-featuredblocks .featuredblocks-flyup-c .featuredblock__wrap {
    height: auto;
  }

  .featuredblocks-grid-d .featuredblock__item {
    min-width: 300px;
    max-width: 300px;
  }

  .featuredblocks-grid-e .featuredblock__item.col-lg-12 {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-12:first-child {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(-n+2) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(odd) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(-n+3) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(3n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(-n+4) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(4n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(-n+5) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(6n) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(-n+2) {
    border-top: 1px solid;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(odd) {
    border-left: 1px solid;
  }

  .featuredblocks-grid-f .featuredblock__item {
    margin: 1.875rem 0;
    overflow: hidden;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(-n+5) {
    margin: 0 0 1.875rem;
    max-height: 1000px;
    visibility: visible;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(n+5) {
    margin: 0;
    max-height: 0px;
    visibility: hidden;
    transition: all 0.8s ease-out;
  }
  .featuredblocks-grid-f .featuredblock.showMore .featuredblock__item:nth-child(n+5) {
    margin: 0 0 1.875rem;
    max-height: 1000px;
    visibility: visible;
    transition: all 0.8s ease-in;
  }
}
@media (max-width: 1199px) {
  .featuredblocks-list-a .featuredblocks__toggle-wrap {
    padding: 0;
  }
  .featuredblocks-list-a .featuredblocks__toggle-wrap a {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.375rem;
    position: relative;
    width: 100%;
    display: block;
    width: 100%;
  }
  .featuredblocks-list-a .featuredblocks__toggle-wrap a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
  }
  .featuredblocks-list-a .featuredblock {
    padding: 1.875rem 0.9375rem 0 1.875rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .featuredblocks-grid-d .featuredblocks__title {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }
  .featuredblocks-grid-d .featuredblocks__caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .featuredblocks-grid-d .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-d .featuredblock__cta {
    display: none;
  }

  .featuredblocks-grid-e .featuredblocks__title {
    font-size: 2.1875rem;
    line-height: 2.3125rem;
  }
  .featuredblocks-grid-e .featuredblocks__caption {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .featuredblocks-grid-e .featuredblock__item {
    min-width: 100%;
    margin: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-12 {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-12:first-child {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(-n+2) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(odd) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(-n+3) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(3n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(-n+4) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(4n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(-n+5) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(6n) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(-n+2) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(odd) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-sm-12 {
    border-left: 1px solid !important;
  }
  .featuredblocks-grid-e .featuredblock__item.col-sm-12:first-child {
    border-top: 1px solid;
  }
  .featuredblocks-grid-e .featuredblock__content, .featuredblocks-grid-e .featuredblock__cta {
    display: none;
  }

  .featuredblocks-grid-f .featuredblock__item {
    margin: 1.875rem 0;
    overflow: hidden;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(-n+5) {
    margin: 0 0 1.875rem;
    max-height: 1000px;
    visibility: visible;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(n+5) {
    margin: 0;
    max-height: 0px;
    visibility: hidden;
    transition: all 0.8s ease-out;
  }
  .featuredblocks-grid-f .featuredblock.showMore .featuredblock__item:nth-child(n+5) {
    margin: 0 0 1.875rem;
    max-height: 1000px;
    visibility: visible;
    transition: all 0.8s ease-in;
  }
}
@media (max-width: 767px) {
  .section-featuredblocks {
    background-image: none !important;
  }
  .section-featuredblocks:before {
    opacity: 1 !important;
  }

  .featuredblocks-grid-d .featuredblocks__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .featuredblocks-grid-d .featuredblocks__caption {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
  .featuredblocks-grid-d .featuredblock {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .featuredblocks-grid-d .featuredblock__title a {
    color: #1E4865;
  }
  .featuredblocks-grid-d .featuredblock__item {
    min-width: 100%;
    padding: 0.625rem 0.375rem;
    margin: 0;
  }
  .featuredblocks-grid-d .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-d .featuredblock__cta {
    display: none;
  }

  .featuredblocks-grid-e .featuredblocks__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .featuredblocks-grid-e .featuredblocks__caption {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
  .featuredblocks-grid-e .featuredblock__item {
    min-width: 100%;
    margin: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-12 {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-12:first-child {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(-n+2) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-6:nth-child(odd) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(-n+3) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-4:nth-child(3n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(-n+4) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-3:nth-child(4n+1) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(-n+5) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:first-child {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-lg-2:nth-child(6n) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(-n+2) {
    border-top: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-md-6:nth-child(odd) {
    border-left: 0;
  }
  .featuredblocks-grid-e .featuredblock__item.col-sm-12 {
    border-left: 1px solid !important;
  }
  .featuredblocks-grid-e .featuredblock__item.col-sm-12:first-child {
    border-top: 1px solid;
  }
  .featuredblocks-grid-e .featuredblock__content, .featuredblocks-grid-e .featuredblock__cta {
    display: none;
  }

  .featuredblocks-grid-f .featuredblock__item {
    margin: 1.875rem 0;
    overflow: hidden;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(-n+4) {
    margin: 0 0 1.875rem;
    max-height: 1000px;
    visibility: visible;
  }
  .featuredblocks-grid-f .featuredblock__item:nth-child(n+4) {
    margin: 0;
    max-height: 0px;
    visibility: hidden;
    transition: all 0.8s ease-out;
  }
  .featuredblocks-grid-f .featuredblock.showMore .featuredblock__item:nth-child(n+4) {
    margin: 0 0 1.875rem;
    max-height: 6000px;
    visibility: visible;
    transition: all 0.8s ease-in;
  }
}
.section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:hover, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:focus, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:active {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__sub-menu {
  border-left: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-top: 6px solid rgba(255, 255, 255, 0.2);
}
.section-featuredblocks .featuredblocks-list-a .featuredblock__title:hover, .section-featuredblocks .featuredblocks-list-a .featuredblock__sub-item:hover {
  text-decoration: underline;
}
.section-featuredblocks .featuredblocks-grid-e .featuredblock__title {
  font-family: "Playfair Display", serif;
}
.section-featuredblocks .featuredblocks-grid-f .featuredblock__content {
  color: #4A4A4A;
}

.section .featuredblocks-grid-c .featuredblocks__title-wrap {
  margin-bottom: 0;
}
.section--light .featuredblocks-flyup-c .featuredblock__item:hover, .section--light .featuredblocks-flyup-c .featuredblock__item:focus, .section--light .featuredblocks-flyup-c .featuredblock__item:active {
  background-color: #ebe8cf;
}
.section--light .featuredblocks-flyup-c .featuredblock__item:hover .featuredblock__sub-menu, .section--light .featuredblocks-flyup-c .featuredblock__item:focus .featuredblock__sub-menu, .section--light .featuredblocks-flyup-c .featuredblock__item:active .featuredblock__sub-menu {
  background-color: #ebe8cf;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  font-weight: bold;
  border: 1px solid #fff !important;
  background: #fff !important;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  background: transparent !important;
  color: #fff !important;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  color: #fff !important;
  border: 1px solid #0384d7 !important;
  background-color: #0384d7 !important;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #0384d7 !important;
  border: 1px solid #0384d7 !important;
  background-color: transparent !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  font-weight: bold;
  background: white !important;
  color: #1E4865 !important;
  border: 1px solid white !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  border: 6px solid rgba(30, 72, 101, 0.2) !important;
  color: #1E4865 !important;
  background: #ffffff !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  font-weight: bold;
  border: 1px solid #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #fff !important;
}
.section--dark .featuredblocks-grid-c .featuredblock__title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  font-weight: bold;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  color: #fff !important;
  border: 1px solid #0384d7 !important;
  background-color: #0384d7 !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #0384d7 !important;
  border: 1px solid #0384d7 !important;
  background-color: transparent !important;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  border: 6px solid rgba(30, 72, 101, 0.2);
  color: #1E4865;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:before {
  border-color: #ffffff;
}

@media (min-width: 991px) {
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active .featuredblock__sub-menu {
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    border-right: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 6px solid rgba(255, 255, 255, 0.2);
  }

  .section--light .featuredblocks-flyup-b .featuredblock__item:hover, .section--light .featuredblocks-flyup-b .featuredblock__item:focus, .section--light .featuredblocks-flyup-b .featuredblock__item:active {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section--light .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__sub-menu, .section--light .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__sub-menu, .section--light .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__sub-menu {
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    border-right: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 6px solid rgba(255, 255, 255, 0.2);
  }
  .section--dark .featuredblocks-flyup-b .featuredblock__item:hover, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus, .section--dark .featuredblocks-flyup-b .featuredblock__item:active {
    outline: 6px solid rgba(30, 72, 101, 0.2);
    outline-offset: -6px;
  }
  .section--dark .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__sub-menu, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__sub-menu, .section--dark .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__sub-menu {
    border-left: 6px solid rgba(30, 72, 101, 0.2);
    border-right: 6px solid rgba(30, 72, 101, 0.2);
    border-top: 6px solid rgba(30, 72, 101, 0.2);
  }
}
@media screen and (max-width: 991px) {
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:hover .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:focus .featuredblock__sub-menu, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__item:active .featuredblock__sub-menu {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__sub-item:first-child {
    padding-top: 0.625rem;
  }

  .section--light .featuredblocks-flyup-b .featuredblock__item:hover, .section--light .featuredblocks-flyup-b .featuredblock__item:focus, .section--light .featuredblocks-flyup-b .featuredblock__item:active {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section--light .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__sub-menu, .section--light .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__sub-menu, .section--light .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__sub-menu {
    outline: 6px solid rgba(255, 255, 255, 0.2);
    outline-offset: -6px;
  }
  .section--dark .featuredblocks-flyup-b .featuredblock__item:hover, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus, .section--dark .featuredblocks-flyup-b .featuredblock__item:active {
    outline: 6px solid rgba(30, 72, 101, 0.2);
    outline-offset: -6px;
  }
  .section--dark .featuredblocks-flyup-b .featuredblock__item:hover .featuredblock__sub-menu, .section--dark .featuredblocks-flyup-b .featuredblock__item:focus .featuredblock__sub-menu, .section--dark .featuredblocks-flyup-b .featuredblock__item:active .featuredblock__sub-menu {
    outline: 6px solid rgba(30, 72, 101, 0.2);
    outline-offset: -6px;
  }
}
.container-fluid .featuredarticles {
  margin: 0 -0.9375rem;
}
.container-fluid .featuredarticles-a__wrap {
  margin: 0 auto;
  overflow: hidden;
}

.featuredarticles {
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.featuredarticles .featuredarticles-slider {
  visibility: hidden;
}
.featuredarticles__controls {
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .featuredarticles__controls {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .featuredarticles__controls {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .featuredarticles__controls {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .featuredarticles__controls {
    max-width: 1170px;
  }
}
.featuredarticles__controls .flex-control-nav {
  width: 50%;
  position: initial;
  bottom: -50px;
  text-align: center;
  float: left;
  margin-top: -50px;
}
.featuredarticles-a .featuredarticle__text {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
}
.featuredarticles-a .featuredarticle__bg {
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  padding: 0;
  min-height: 18.125rem;
}
.featuredarticles-a .featuredarticle__bg--swapped {
  left: 0;
}
.featuredarticles-a .featuredarticle__description {
  margin-bottom: 0;
}

.featuredarticles__title {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 40px;
}
.featuredarticles__caption {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.featuredarticles ul[data-mode=fade] li {
  left: 0;
}
.featuredarticles ul[data-mode=vertical] {
  padding: 0;
}
.featuredarticles.layout--12 .featuredarticle__text, .featuredarticles.layout--8 .featuredarticle__text, .featuredarticles.layout--6 .featuredarticle__text, .featuredarticles.layout--4 .featuredarticle__text {
  margin-top: 0;
}
.featuredarticles.layout--12 .featuredarticle__text a, .featuredarticles.layout--8 .featuredarticle__text a, .featuredarticles.layout--6 .featuredarticle__text a, .featuredarticles.layout--4 .featuredarticle__text a {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.featuredarticles.layout--12 .featuredarticle__title, .featuredarticles.layout--12 .featuredarticle__title a, .featuredarticles.layout--8 .featuredarticle__title, .featuredarticles.layout--8 .featuredarticle__title a, .featuredarticles.layout--6 .featuredarticle__title, .featuredarticles.layout--6 .featuredarticle__title a, .featuredarticles.layout--4 .featuredarticle__title, .featuredarticles.layout--4 .featuredarticle__title a {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 2.1875rem;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
  /* #SMBWMGR-11446 IE11*/
}
@media all and (-ms-high-contrast: none) {
  .featuredarticles.layout--12 .featuredarticle__title, .featuredarticles.layout--12 .featuredarticle__title a, .featuredarticles.layout--8 .featuredarticle__title, .featuredarticles.layout--8 .featuredarticle__title a, .featuredarticles.layout--6 .featuredarticle__title, .featuredarticles.layout--6 .featuredarticle__title a, .featuredarticles.layout--4 .featuredarticle__title, .featuredarticles.layout--4 .featuredarticle__title a {
    word-break: break-all;
  }
}
.featuredarticles.layout--12 .featuredarticle__description, .featuredarticles.layout--8 .featuredarticle__description, .featuredarticles.layout--6 .featuredarticle__description, .featuredarticles.layout--4 .featuredarticle__description {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.featuredarticles.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.layout--4 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.layout--4 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
}
.featuredarticles.slider_1.layout--12 .featuredarticle__image, .featuredarticles.grid_1.layout--12 .featuredarticle__image, .featuredarticles.slider_1.layout--8 .featuredarticle__image, .featuredarticles.grid_1.layout--8 .featuredarticle__image, .featuredarticles.slider_1.layout--6 .featuredarticle__image, .featuredarticles.grid_1.layout--6 .featuredarticle__image {
  width: 210px;
  height: 210px;
}
.featuredarticles.slider_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
  margin: 0 40px 0 0;
}
.featuredarticles.slider_2.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_2.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_2.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_2.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_2.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_2.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_2.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_2.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_2.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_2.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_2.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_2.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
  margin: 0 0 30px;
}
.featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image {
  width: 560px;
  height: 320px;
}
.featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image {
  max-width: 560px;
  height: 320px;
}
.featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-3 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-3 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-3 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-3 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-3 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-3 .featuredarticle__image {
  max-width: 360px;
  height: 210px;
}
.featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-4 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-4 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-4 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-4 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-4 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-4 .featuredarticle__image {
  max-width: 210px;
  height: 210px;
}
.featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image {
  width: 360px;
  height: 210px;
}
.featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image {
  max-width: 360px;
  height: 210px;
}
.featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image {
  max-width: 360px;
  height: 210px;
}
.featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image {
  max-width: 210px;
  height: 210px;
}
.featuredarticles.layout--4 .featuredarticle__image {
  max-width: 360px;
  height: 210px;
}
.featuredarticles.layout--4 .featuredarticles-slider .featuredarticles-item .featuredarticles-item--global-wrapper,
.featuredarticles.layout--4 .featuredarticles-grid .featuredarticles-item .featuredarticles-item--global-wrapper {
  flex-direction: column;
}
.featuredarticles.layout--4 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.layout--4 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
  margin: 0 0 30px;
}
.featuredarticles.layout--4 .featuredarticles-slider .featuredarticles-item .featuredarticle__text,
.featuredarticles.layout--4 .featuredarticles-grid .featuredarticles-item .featuredarticle__text {
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 991px) {
  .container-fluid .featuredarticles-a .featuredarticles__wrap {
    margin: 0 auto;
  }
}
@media (min-width: 991px) and (min-width: 575px) {
  .container-fluid .featuredarticles-a .featuredarticles__wrap {
    max-width: 540px;
  }
}
@media (min-width: 991px) and (min-width: 768px) {
  .container-fluid .featuredarticles-a .featuredarticles__wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .container-fluid .featuredarticles-a .featuredarticles__wrap {
    max-width: 960px;
  }
}
@media (min-width: 991px) and (min-width: 1199px) {
  .container-fluid .featuredarticles-a .featuredarticles__wrap {
    max-width: 1170px;
  }
}
@media (min-width: 991px) {
  .container-fluid .featuredarticles-a .featuredarticle__post {
    position: relative;
  }
  .container-fluid .featuredarticles-a .featuredarticle__bg-col {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .featuredarticles__controls {
    height: 1px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 575px) {
  .featuredarticles__controls {
    max-width: 540px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .featuredarticles__controls {
    max-width: 720px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .featuredarticles__controls {
    max-width: 960px;
  }
}
@media (max-width: 1199px) and (min-width: 1199px) {
  .featuredarticles__controls {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .featuredarticles__controls .flex-control-nav {
    width: 100%;
    position: initial;
    bottom: -40px;
    text-align: center;
    float: right;
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .featuredarticles-a .featuredarticle__text {
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) and (max-width: 991px) {
  .featuredarticles.slider_1.layout--12 .featuredarticle__image, .featuredarticles.grid_1.layout--12 .featuredarticle__image, .featuredarticles.slider_1.layout--8 .featuredarticle__image, .featuredarticles.grid_1.layout--8 .featuredarticle__image, .featuredarticles.slider_1.layout--6 .featuredarticle__image, .featuredarticles.grid_1.layout--6 .featuredarticle__image {
    width: 210px;
    height: 160px;
  }
  .featuredarticles.slider_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
    margin: 0 30px 0 0;
  }
  .featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image {
    width: 210px;
    height: 160px;
  }
  .featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-2 .featuredarticle__image {
    max-width: 330px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .featuredarticles.slider_1.layout--12 .featuredarticle__image, .featuredarticles.grid_1.layout--12 .featuredarticle__image, .featuredarticles.slider_1.layout--8 .featuredarticle__image, .featuredarticles.grid_1.layout--8 .featuredarticle__image, .featuredarticles.slider_1.layout--6 .featuredarticle__image, .featuredarticles.grid_1.layout--6 .featuredarticle__image {
    max-width: 290px;
    height: 220px;
  }
  .featuredarticles.slider_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--12 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--12 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--8 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--8 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.slider_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.slider_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper, .featuredarticles.grid_1.layout--6 .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper,
.featuredarticles.grid_1.layout--6 .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
    margin: 0 30px 0 0;
  }
  .featuredarticles.slider_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--12 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--8 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.slider_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image, .featuredarticles.grid_2.layout--6 .featuredarticles-grid--columns-1 .featuredarticle__image {
    max-width: 290px;
    height: 220px;
  }
  .featuredarticles.layout--12 .featuredarticle__title, .featuredarticles.layout--8 .featuredarticle__title, .featuredarticles.layout--6 .featuredarticle__title, .featuredarticles.layout--4 .featuredarticle__title {
    font-size: 1.5625rem;
  }
  .featuredarticles.layout--12 .featuredarticle__title a, .featuredarticles.layout--8 .featuredarticle__title a, .featuredarticles.layout--6 .featuredarticle__title a, .featuredarticles.layout--4 .featuredarticle__title a {
    font-size: 1.5625rem;
  }
}
.featuredarticles.layout--12 .featuredarticle__title a, .featuredarticles.layout--8 .featuredarticle__title a, .featuredarticles.layout--6 .featuredarticle__title a, .featuredarticles.layout--4 .featuredarticle__title a {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.375rem;
}
.featuredarticles.layout--12 .featuredarticle__description, .featuredarticles.layout--8 .featuredarticle__description, .featuredarticles.layout--6 .featuredarticle__description, .featuredarticles.layout--4 .featuredarticle__description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}
.featuredarticles.layout--12 .featuredarticle__link, .featuredarticles.layout--8 .featuredarticle__link, .featuredarticles.layout--6 .featuredarticle__link, .featuredarticles.layout--4 .featuredarticle__link {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.featuredarticles.layout--12 .featuredarticle__link:hover, .featuredarticles.layout--8 .featuredarticle__link:hover, .featuredarticles.layout--6 .featuredarticle__link:hover, .featuredarticles.layout--4 .featuredarticle__link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.section--light .featuredarticles.layout--12 .featuredarticle__title a:hover, .section--light .featuredarticles.layout--8 .featuredarticle__title a:hover, .section--light .featuredarticles.layout--6 .featuredarticle__title a:hover, .section--light .featuredarticles.layout--4 .featuredarticle__title a:hover {
  color: #4A4A4A;
}
.section--light .featuredarticles.layout--12 .featuredarticle__link:hover, .section--light .featuredarticles.layout--8 .featuredarticle__link:hover, .section--light .featuredarticles.layout--6 .featuredarticle__link:hover, .section--light .featuredarticles.layout--4 .featuredarticle__link:hover {
  color: #0384d7;
}
.section--dark .featuredarticles.layout--12 .featuredarticle__title a, .section--dark .featuredarticles.layout--12 .featuredarticle__link, .section--dark .featuredarticles.layout--8 .featuredarticle__title a, .section--dark .featuredarticles.layout--8 .featuredarticle__link, .section--dark .featuredarticles.layout--6 .featuredarticle__title a, .section--dark .featuredarticles.layout--6 .featuredarticle__link, .section--dark .featuredarticles.layout--4 .featuredarticle__title a, .section--dark .featuredarticles.layout--4 .featuredarticle__link {
  color: white;
}
.section--dark .featuredarticles.layout--12 .featuredarticle__title a:hover, .section--dark .featuredarticles.layout--8 .featuredarticle__title a:hover, .section--dark .featuredarticles.layout--6 .featuredarticle__title a:hover, .section--dark .featuredarticles.layout--4 .featuredarticle__title a:hover {
  color: #BDB464;
}

/*! jQuery UI - v1.12.1 - 2019-08-15
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.newsletter-2-fields .component__title-caption-wrap {
  text-align: center;
}
.newsletter-2-fields .form {
  padding: 3.125rem 0;
}
.newsletter-2-fields .form__group label {
  display: none;
}
.newsletter-2-fields .form__group .input_container input {
  width: 100%;
  float: left;
  font: 18px/1.4444 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3125rem 0.9375rem;
  height: 3.125rem;
}
.newsletter-2-fields .form__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.newsletter-2-fields .form__caption {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.newsletter-2-fields .form-wrap__submit input {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 3.125rem;
}
.newsletter-2-fields .form form {
  position: relative;
  width: 100%;
}
.newsletter-2-fields .form .error_container label {
  color: #BDB464;
}
.newsletter-2-fields .col-lg-4 .form__group,
.newsletter-2-fields .col-lg-6 .form__group {
  display: block;
  width: 100%;
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}

.newsletter-2-fields .section--dark .form__group .input_container input {
  border: 1px solid transparent !important;
}
.newsletter-2-fields .section--dark .form-wrap__submit input {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.newsletter-2-fields .section--dark .form-wrap__submit input:hover {
  color: #1E4865 !important;
  text-decoration: none;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.newsletter-2-fields .section--dark .form__title, .newsletter-2-fields .section--dark .form__caption {
  color: #fff;
}
.newsletter-2-fields .section--dark form .leadFormInfo {
  color: #fff;
}
.newsletter-2-fields.section__bg--dark-4 .form .error_container label {
  color: #fff;
}

.newsletter-2-fields .section--light .form__group .input_container input {
  border: 1px solid #0384d7;
}
.newsletter-2-fields .section--light .form-wrap__submit input {
  color: #0384d7;
  border: 1px solid #0384d7;
  background-color: transparent;
}
.newsletter-2-fields .section--light .form-wrap__submit input:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}

.newsletter-3-fields .component__title-caption-wrap,
.exclusive-offer .component__title-caption-wrap {
  text-align: center;
}
.newsletter-3-fields .form,
.exclusive-offer .form {
  padding: 3.125rem 0;
}
.newsletter-3-fields .form__group label,
.exclusive-offer .form__group label {
  display: none;
}
.newsletter-3-fields .form__group .input_container input,
.exclusive-offer .form__group .input_container input {
  width: 100%;
  float: left;
  font: 16px/1.4444 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3125rem 0.9375rem;
  height: 3.125rem;
}
.newsletter-3-fields .form__title,
.exclusive-offer .form__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.newsletter-3-fields .form__caption,
.exclusive-offer .form__caption {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.newsletter-3-fields .form-wrap__submit input,
.exclusive-offer .form-wrap__submit input {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 3.125rem;
}
.newsletter-3-fields .form form,
.exclusive-offer .form form {
  position: relative;
  width: 100%;
}
.newsletter-3-fields .form .error_container label,
.exclusive-offer .form .error_container label {
  color: #BDB464;
}
.newsletter-3-fields .col-lg-4 .form__group,
.newsletter-3-fields .col-lg-6 .form__group,
.exclusive-offer .col-lg-4 .form__group,
.exclusive-offer .col-lg-6 .form__group {
  display: block;
  width: 100%;
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}

.newsletter-3-fields .section--dark .form__group .input_container input,
.exclusive-offer .section--dark .form__group .input_container input {
  border: 1px solid transparent !important;
}
.newsletter-3-fields .section--dark .form-wrap__submit input,
.exclusive-offer .section--dark .form-wrap__submit input {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.newsletter-3-fields .section--dark .form-wrap__submit input:hover,
.exclusive-offer .section--dark .form-wrap__submit input:hover {
  color: #1E4865 !important;
  text-decoration: none;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.newsletter-3-fields .section--dark .form__title, .newsletter-3-fields .section--dark .form__caption,
.exclusive-offer .section--dark .form__title,
.exclusive-offer .section--dark .form__caption {
  color: #fff;
}
.newsletter-3-fields .section--dark form .leadFormInfo,
.exclusive-offer .section--dark form .leadFormInfo {
  color: #fff;
}
.newsletter-3-fields.section__bg--dark-4 .form .error_container label,
.exclusive-offer.section__bg--dark-4 .form .error_container label {
  color: #fff;
}

.newsletter-3-fields .section--light .form__group .input_container input,
.exclusive-offer .section--light .form__group .input_container input {
  border: 1px solid #0384d7;
}
.newsletter-3-fields .section--light .form-wrap__submit input,
.exclusive-offer .section--light .form-wrap__submit input {
  color: #0384d7;
  border: 1px solid #0384d7;
  background-color: transparent;
}
.newsletter-3-fields .section--light .form-wrap__submit input:hover,
.exclusive-offer .section--light .form-wrap__submit input:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}

.section-form .leadForm {
  text-align: center;
}
.section-form .section--dark .leadFormSuccess {
  color: #fff;
}

.contact-us-im .col-lg-4 .form__group,
.contact-us-im .col-lg-6 .form__group {
  display: block;
  width: 100%;
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.contact-us-im .col-lg-4 .form__group .input_container textarea,
.contact-us-im .col-lg-6 .form__group .input_container textarea {
  width: 100%;
}
.contact-us-im .component__title-caption-wrap {
  text-align: center;
}
.contact-us-im .leadFormInfo {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
.contact-us-im .form {
  padding: 3.125rem 0;
}
.contact-us-im .form__group {
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.contact-us-im .form__group label {
  display: none;
}
.contact-us-im .form__group .input_container input, .contact-us-im .form__group .input_container select {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 3.125rem;
}
.contact-us-im .form__group .input_container textarea {
  resize: none;
}
.contact-us-im .form__group .input_container input,
.contact-us-im .form__group .input_container select,
.contact-us-im .form__group .input_container textarea {
  font: 18px/1.4444 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  padding: 0.3125rem 0.9375rem;
}
.contact-us-im .form__group .input_container input::placeholder,
.contact-us-im .form__group .input_container select::placeholder,
.contact-us-im .form__group .input_container textarea::placeholder {
  color: #9b9b9b;
}
.contact-us-im .form__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.contact-us-im .form__caption {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.contact-us-im .form .error_container label {
  color: #BDB464;
}
.contact-us-im .form-wrap__submit {
  width: 100%;
}
.contact-us-im .form-wrap__submit input {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 3.125rem;
}
.contact-us-im form {
  margin-top: 1.875rem;
}

.contact-us-im .section--dark .form__group .input_container input,
.contact-us-im .section--dark .form__group .input_container textarea,
.contact-us-im .section--dark .form__group .input_container select {
  border: 1px solid transparent !important;
}
.contact-us-im .section--dark .form-wrap__submit input {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.contact-us-im .section--dark .form-wrap__submit input:hover {
  color: #1E4865 !important;
  text-decoration: none;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.contact-us-im .section--dark .form__title, .contact-us-im .section--dark .form__caption {
  color: #fff;
}
.contact-us-im .section--dark form .leadFormInfo {
  color: #fff;
}
.contact-us-im.section__bg--dark-4 .form .error_container label {
  color: #fff;
}

.contact-us-im .section--light .form__group .input_container input,
.contact-us-im .section--light .form__group .input_container select,
.contact-us-im .section--light .form__group .input_container textarea {
  border: 1px solid #0384d7;
}
.contact-us-im .section--light .form-wrap__submit input {
  color: #0384d7;
  border: 1px solid #0384d7;
  background-color: transparent;
}
.contact-us-im .section--light .form-wrap__submit input:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}

.appointment-request .col-lg-4 .form__group,
.appointment-request .col-lg-6 .form__group {
  display: block;
  width: 100%;
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.appointment-request .col-lg-4 .form__group .input_container textarea,
.appointment-request .col-lg-6 .form__group .input_container textarea {
  width: 100%;
}
.appointment-request .component__title-caption-wrap {
  text-align: center;
}
.appointment-request .leadFormInfo {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
.appointment-request .form {
  padding: 3.125rem 0;
}
.appointment-request .form__group {
  min-height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.appointment-request .form__group label {
  display: none;
}
.appointment-request .form__group .input_container input,
.appointment-request .form__group .input_container select {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 3.125rem;
}
.appointment-request .form__group .input_container textarea {
  resize: none;
}
.appointment-request .form__group .input_container input,
.appointment-request .form__group .input_container textarea,
.appointment-request .form__group .input_container select,
.appointment-request .form__group .input_container option {
  font: 18px/1.4444 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  padding: 0.3125rem 0.9375rem;
}
.appointment-request .form__group .input_container input::placeholder,
.appointment-request .form__group .input_container textarea::placeholder,
.appointment-request .form__group .input_container select::placeholder,
.appointment-request .form__group .input_container option::placeholder {
  color: #9b9b9b;
}
.appointment-request .form__group .input_container select {
  color: #9b9b9b;
}
.appointment-request .form__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.appointment-request .form__caption {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.appointment-request .form .error_container label {
  color: #BDB464;
}
.appointment-request .form-wrap__submit input {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 3.125rem;
}
.appointment-request form {
  margin-top: 1.875rem;
}

.appointment-request .section--dark .form__group .input_container input,
.appointment-request .section--dark .form__group .input_container textarea {
  border: 1px solid transparent !important;
}
.appointment-request .section--dark .form-wrap__submit input {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.appointment-request .section--dark .form-wrap__submit input:hover {
  color: #1E4865 !important;
  text-decoration: none;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.appointment-request .section--dark .form__title, .appointment-request .section--dark .form__caption {
  color: #fff;
}
.appointment-request .section--dark form .leadFormInfo {
  color: #fff;
}
.appointment-request.section__bg--dark-4 .form .error_container label {
  color: #fff;
}

.appointment-request .section--light .form__group .input_container input,
.appointment-request .section--light .form__group .input_container textarea,
.appointment-request .section--light .form__group .input_container select {
  border: 1px solid #0384d7;
}
.appointment-request .section--light .form-wrap__submit input {
  color: #0384d7;
  border: 1px solid #0384d7;
  background-color: transparent;
}
.appointment-request .section--light .form-wrap__submit input:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}

.pet-memorial .col-lg-4 .form__group,
.pet-memorial .col-lg-6 .form__group {
  display: block;
  width: 100%;
  min-height: 4.375rem;
  margin-bottom: 0.9375rem;
}
.pet-memorial .col-lg-4 .form__group .input_container textarea,
.pet-memorial .col-lg-6 .form__group .input_container textarea {
  width: 100%;
}
.pet-memorial .component__title-caption-wrap {
  text-align: center;
}
.pet-memorial .leadFormInfo {
  display: none;
}
.pet-memorial .form {
  padding: 3.125rem 0;
}
.pet-memorial .form__group {
  min-height: 3.125rem;
}
.pet-memorial .form__group .input_container input {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.pet-memorial .form__group .input_container textarea {
  resize: none;
}
.pet-memorial .form__group .input_container input,
.pet-memorial .form__group .input_container textarea {
  font: 18px/1.4444 "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  padding: 0.3125rem 0.9375rem;
}
.pet-memorial .form__group .input_container input::placeholder,
.pet-memorial .form__group .input_container textarea::placeholder {
  color: #9b9b9b;
}
.pet-memorial .form__group label {
  margin-bottom: 0.125rem;
}
.pet-memorial .form__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.pet-memorial .form__caption {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.pet-memorial .form .error_container label {
  color: #BDB464;
}
.pet-memorial .form-wrap__submit input {
  display: inline-block;
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 3.125rem;
  margin-top: 3.125rem;
}
.pet-memorial form {
  margin-top: 1.875rem;
}
.pet-memorial form .form-input-pets_photo .form-input-uploadFile label {
  border-radius: 0;
  font-weight: bold;
}
.pet-memorial form .form-input-pets_photo .form-input-uploadFile .form-input-info {
  font-size: 0.875rem;
}

.pet-memorial .section--dark .form__group .input_container input,
.pet-memorial .section--dark .form__group .input_container textarea {
  border: 1px solid transparent !important;
}
.pet-memorial .section--dark .form__group label {
  color: #fff;
}
.pet-memorial .section--dark .form-wrap__submit input {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
.pet-memorial .section--dark .form-wrap__submit input:hover {
  color: #1E4865 !important;
  text-decoration: none;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
.pet-memorial .section--dark .form__title, .pet-memorial .section--dark .form__caption {
  color: #fff;
}
.pet-memorial .section--dark form .leadFormInfo {
  color: #fff;
}
.pet-memorial .section--dark form .form-input-pets_photo .form-input-uploadFile label {
  border: 1px solid transparent;
  color: #000;
}
.pet-memorial .section--dark form .form-input-pets_photo .form-input-uploadFile .form-input-info {
  color: #fff;
}
.pet-memorial.section__bg--dark-4 .form .error_container label {
  color: #fff;
}

.pet-memorial .section--light .form__group .input_container input,
.pet-memorial .section--light .form__group .input_container textarea,
.pet-memorial .section--light .form__group .input_container select {
  border: 1px solid #0384d7;
}
.pet-memorial .section--light .form-wrap__submit input {
  color: #0384d7;
  border: 1px solid #0384d7;
  background-color: transparent;
}
.pet-memorial .section--light .form-wrap__submit input:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #0384d7;
  background-color: #0384d7;
}
.pet-memorial .section--light form .form-input-pets_photo .form-input-uploadFile label {
  border: 1px solid #0384d7;
  color: #000;
}
.pet-memorial .section--light form .form-input-pets_photo .form-input-uploadFile .form-input-info {
  color: #000;
}

.ui-datepicker .ui-helper-hidden {
  display: none;
}
.ui-datepicker .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-datepicker .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-datepicker.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-datepicker.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
.ui-datepicker .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-datepicker .ui-front {
  z-index: 100;
}
.ui-datepicker .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-datepicker .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-datepicker .ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-datepicker .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker.ui-datepicker .ui-datepicker-prev,
.ui-datepicker.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker.ui-datepicker select.ui-datepicker-month, .ui-datepicker.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker.ui-datepicker td span,
.ui-datepicker.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-datepicker.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-datepicker.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-datepicker.ui-widget input,
.ui-datepicker.ui-widget select,
.ui-datepicker.ui-widget textarea,
.ui-datepicker.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-datepicker.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-datepicker.ui-widget-content a {
  color: #333;
}
.ui-datepicker .ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-datepicker .ui-widget-header a {
  color: #333;
}
.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-datepicker .ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker a.ui-button, .ui-datepicker a:link.ui-button, .ui-datepicker a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker .ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus, .ui-datepicker.ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-datepicker .ui-button:hover, .ui-datepicker .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-datepicker .ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker .ui-state-hover a:hover, .ui-datepicker .ui-state-hover a:link, .ui-datepicker .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker .ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker .ui-state-focus a:hover, .ui-datepicker .ui-state-focus a:link, .ui-datepicker .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker a.ui-button:hover, .ui-datepicker a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-datepicker .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-datepicker .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-datepicker .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-datepicker .ui-state-active a {
  color: #fff;
  text-decoration: none;
}
.ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-datepicker .ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-datepicker .ui-state-highlight a, .ui-datepicker.ui-widget-content .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-datepicker .ui-state-error, .ui-datepicker.ui-widget-content .ui-state-error,
.ui-datepicker .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-datepicker .ui-state-error a, .ui-datepicker.ui-widget-content .ui-state-error a,
.ui-datepicker .ui-widget-header .ui-state-error a,
.ui-datepicker .ui-state-error-text, .ui-datepicker.ui-widget-content .ui-state-error-text,
.ui-datepicker .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-datepicker .ui-priority-primary, .ui-datepicker.ui-widget-content .ui-priority-primary,
.ui-datepicker .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-datepicker .ui-priority-secondary, .ui-datepicker.ui-widget-content .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-datepicker .ui-state-disabled, .ui-datepicker.ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-datepicker .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../themes/website/assets/img/ui-icons_444444_256x240.png");
}
.ui-datepicker.ui-widget-content .ui-icon,
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-button:hover .ui-icon, .ui-datepicker .ui-button:focus .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_ffffff_256x240.png");
}
.ui-datepicker .ui-state-highlight .ui-icon,
.ui-datepicker .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_777620_256x240.png");
}
.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_cc0000_256x240.png");
}
.ui-datepicker .ui-button .ui-icon {
  background-image: url("../themes/website/assets/img/ui-icons_777777_256x240.png");
}
.ui-datepicker .ui-icon-blank {
  background-position: 16px 16px;
}
.ui-datepicker .ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-datepicker .ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-datepicker .ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-datepicker .ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-datepicker .ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-datepicker .ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-datepicker .ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-datepicker .ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-datepicker .ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-datepicker .ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-datepicker .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-datepicker .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-datepicker .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-datepicker .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-datepicker .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-datepicker .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-datepicker .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-datepicker .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-datepicker .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-datepicker .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-datepicker .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-datepicker .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-datepicker .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-datepicker .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-datepicker .ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-datepicker .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-datepicker .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-datepicker .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-datepicker .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-datepicker .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-datepicker .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-datepicker .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-datepicker .ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-datepicker .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-datepicker .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-datepicker .ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-datepicker .ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-datepicker .ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-datepicker .ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-datepicker .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-datepicker .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-datepicker .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-datepicker .ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-datepicker .ui-icon-document {
  background-position: -32px -96px;
}
.ui-datepicker .ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-datepicker .ui-icon-note {
  background-position: -64px -96px;
}
.ui-datepicker .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-datepicker .ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-datepicker .ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-datepicker .ui-icon-comment {
  background-position: -128px -96px;
}
.ui-datepicker .ui-icon-person {
  background-position: -144px -96px;
}
.ui-datepicker .ui-icon-print {
  background-position: -160px -96px;
}
.ui-datepicker .ui-icon-trash {
  background-position: -176px -96px;
}
.ui-datepicker .ui-icon-locked {
  background-position: -192px -96px;
}
.ui-datepicker .ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-datepicker .ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-datepicker .ui-icon-tag {
  background-position: -240px -96px;
}
.ui-datepicker .ui-icon-home {
  background-position: 0 -112px;
}
.ui-datepicker .ui-icon-flag {
  background-position: -16px -112px;
}
.ui-datepicker .ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-datepicker .ui-icon-cart {
  background-position: -48px -112px;
}
.ui-datepicker .ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-datepicker .ui-icon-clock {
  background-position: -80px -112px;
}
.ui-datepicker .ui-icon-disk {
  background-position: -96px -112px;
}
.ui-datepicker .ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-datepicker .ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-datepicker .ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-datepicker .ui-icon-search {
  background-position: -160px -112px;
}
.ui-datepicker .ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-datepicker .ui-icon-gear {
  background-position: -192px -112px;
}
.ui-datepicker .ui-icon-heart {
  background-position: -208px -112px;
}
.ui-datepicker .ui-icon-star {
  background-position: -224px -112px;
}
.ui-datepicker .ui-icon-link {
  background-position: -240px -112px;
}
.ui-datepicker .ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-datepicker .ui-icon-plus {
  background-position: -16px -128px;
}
.ui-datepicker .ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-datepicker .ui-icon-minus {
  background-position: -48px -128px;
}
.ui-datepicker .ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-datepicker .ui-icon-close {
  background-position: -80px -128px;
}
.ui-datepicker .ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-datepicker .ui-icon-key {
  background-position: -112px -128px;
}
.ui-datepicker .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-datepicker .ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-datepicker .ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-datepicker .ui-icon-copy {
  background-position: -176px -128px;
}
.ui-datepicker .ui-icon-contact {
  background-position: -192px -128px;
}
.ui-datepicker .ui-icon-image {
  background-position: -208px -128px;
}
.ui-datepicker .ui-icon-video {
  background-position: -224px -128px;
}
.ui-datepicker .ui-icon-script {
  background-position: -240px -128px;
}
.ui-datepicker .ui-icon-alert {
  background-position: 0 -144px;
}
.ui-datepicker .ui-icon-info {
  background-position: -16px -144px;
}
.ui-datepicker .ui-icon-notice {
  background-position: -32px -144px;
}
.ui-datepicker .ui-icon-help {
  background-position: -48px -144px;
}
.ui-datepicker .ui-icon-check {
  background-position: -64px -144px;
}
.ui-datepicker .ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-datepicker .ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-datepicker .ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-datepicker .ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-datepicker .ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-datepicker .ui-icon-play {
  background-position: 0 -160px;
}
.ui-datepicker .ui-icon-pause {
  background-position: -16px -160px;
}
.ui-datepicker .ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-datepicker .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-datepicker .ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-datepicker .ui-icon-seek-start,
.ui-datepicker .ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-stop {
  background-position: -96px -160px;
}
.ui-datepicker .ui-icon-eject {
  background-position: -112px -160px;
}
.ui-datepicker .ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-datepicker .ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-datepicker .ui-icon-power {
  background-position: 0 -176px;
}
.ui-datepicker .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-datepicker .ui-icon-signal {
  background-position: -32px -176px;
}
.ui-datepicker .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-datepicker .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-datepicker .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-datepicker .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-datepicker .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-datepicker .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-datepicker .ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-datepicker .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-datepicker .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-datepicker .ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-datepicker .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-datepicker .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-datepicker .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-datepicker .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-datepicker .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-datepicker .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-datepicker .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-datepicker .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-datepicker .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-datepicker .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-datepicker .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-datepicker .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-top,
.ui-datepicker .ui-corner-left,
.ui-datepicker .ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-top,
.ui-datepicker .ui-corner-right,
.ui-datepicker .ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-bottom,
.ui-datepicker .ui-corner-left,
.ui-datepicker .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-bottom,
.ui-datepicker .ui-corner-right,
.ui-datepicker .ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-datepicker .ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-datepicker .ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.form-default {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.form-default .form__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0 0 0.9375rem;
  font-size: 2.5rem;
}
.form-default .form__caption {
  margin: 0 0 0.9375rem;
  font-size: 1.5rem;
}
.form-default .form__name {
  margin: 0 0 0.9375rem;
  font-size: 1.375rem;
}
.form-default .form__group {
  margin-bottom: 0.625rem;
}
.form-default .form .label_container {
  width: 100%;
  text-align: left;
}
.form-default .form .label_container label {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}
.form-default .form .label_container label.non-label {
  display: block;
}
.form-default .form .error_container label {
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.form-default .form .input_container {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.form-default .form .input_container input,
.form-default .form .input_container textarea,
.form-default .form .input_container select {
  padding: 0.625rem 1rem;
}
.form-default .form .input_container input::-webkit-input-placeholder,
.form-default .form .input_container textarea::-webkit-input-placeholder,
.form-default .form .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.form-default .form .input_container input::-moz-placeholder,
.form-default .form .input_container textarea::-moz-placeholder,
.form-default .form .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.form-default .form .input_container input:-ms-input-placeholder,
.form-default .form .input_container textarea:-ms-input-placeholder,
.form-default .form .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.form-default .form .input_container input:-moz-placeholder,
.form-default .form .input_container textarea:-moz-placeholder,
.form-default .form .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.form-default .form .input_container input {
  min-height: 3.125rem;
}
.form-default .form .input_container input[type=checkbox], .form-default .form .input_container input[type=radio] {
  margin-left: 0;
  min-height: auto;
  margin-top: 0.625rem;
}
.form-default .form .input_container select {
  background: #ffffff;
  min-height: 3.125rem;
}
.form-default .form .input_container textarea {
  min-height: 7.8125rem;
}
.form-default .form .checkbox_wrapper,
.form-default .form .radio_wrapper {
  position: relative;
  border-style: none;
  text-align: left;
}
.form-default .form .checkbox_wrapper input,
.form-default .form .radio_wrapper input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.form-default .form .checkbox_wrapper input + label,
.form-default .form .radio_wrapper input + label {
  position: relative;
  margin-bottom: 4px;
  padding-left: 26px;
}
.form-default .form .checkbox_wrapper input + label:before,
.form-default .form .radio_wrapper input + label:before {
  height: 21px;
  width: 21px;
  font-family: "font-awesome";
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin-left: 0;
}
.form-default .form .checkbox_wrapper input:checked + label:before {
  content: "";
}
.form-default .form .radio_wrapper input + label:before {
  border-radius: 50%;
}
.form-default .form .radio_wrapper input:checked + label:before {
  content: "";
}
.form-default .form .leadFormInfo {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.form-default .form-wrap__submit {
  margin-top: 1.875rem;
}
.form-default .form-wrap__submit input {
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.625rem 0;
}
.form-default .form-wrap__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.form-default .ui-datepicker {
  width: 242px;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px !important;
  display: none;
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
}
.form-default .ui-datepicker .ui-widget-header {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 5px 35px 13px !important;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev,
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 6px;
  color: #000000;
  font-size: 18px;
  height: 24px;
  width: 24px;
  background: none;
  cursor: pointer;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
  opacity: 0.8;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: none;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  text-decoration: none;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 10px;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 10px;
}
.form-default .ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #333;
  font-size: 16px;
  line-height: 17px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.form-default .ui-datepicker .ui-datepicker-calendar {
  margin: 0 -10px;
  padding: 0 10px;
}
.form-default .section--dark .form__title, .form-default .section--dark .form__caption, .form-default .section--dark .form__name,
.form-default .section--dark .form .label_container label,
.form-default .section--dark .form .formatted_text,
.form-default .section--dark .form .leadFormInfo,
.form-default .section--dark .form .form-input-info {
  color: #ffffff;
}
.form-default .section--dark .form .checkbox_wrapper span,
.form-default .section--dark .form .checkbox_wrapper label,
.form-default .section--dark .form .radio_wrapper span,
.form-default .section--dark .form .radio_wrapper label {
  color: #ffffff;
}
.form-default .section--dark .form-wrap__submit {
  margin-top: 1.875rem;
}
.form-default .section--dark .form-wrap__submit input {
  background: #ffffff;
  color: #000000;
  border: 2px solid transparent;
}
.form-default .section--dark .form-wrap__submit input:hover {
  background: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.form-default .section--light .form__title, .form-default .section--light .form__caption, .form-default .section--light .form__name,
.form-default .section--light .form .label_container label,
.form-default .section--light .form .formatted_text,
.form-default .section--light .form .leadFormInfo,
.form-default .section--light .form .form-input-info {
  color: #000000;
}
.form-default .section--light .form .checkbox_wrapper span,
.form-default .section--light .form .checkbox_wrapper label,
.form-default .section--light .form .radio_wrapper span,
.form-default .section--light .form .radio_wrapper label {
  color: #000000;
}

.form .component__title-caption-wrap {
  padding-top: 3.125rem;
}

.form--a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.form--a .form__name {
  padding: 0 0 20px;
  font-size: 22px;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.form--a .form__group {
  margin-bottom: 1.875rem;
}
.form--a .form__label {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  margin-bottom: 0.625rem;
  line-height: 1;
  display: flex;
}
.form--a .form__label span {
  color: #ff0000;
}
.form--a .form__label span:first-child {
  margin: 0 5px 0 0;
}
.form--a .form__label.non-label {
  margin-bottom: 1.25rem;
}
.form--a .form__input {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  display: flex;
  flex-flow: column;
  position: relative;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox]),
.form--a .form__input textarea,
.form--a .form__input select {
  border-radius: 2px;
  padding: 0.625rem 1rem;
  color: #000000;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox]) option,
.form--a .form__input textarea option,
.form--a .form__input select option {
  color: #000000;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.form--a .form__input textarea::-webkit-input-placeholder,
.form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.form--a .form__input textarea::-moz-placeholder,
.form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.form--a .form__input textarea:-ms-input-placeholder,
.form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}
.form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.form--a .form__input textarea:-moz-placeholder,
.form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}
.form--a .form__input select {
  height: auto !important;
  cursor: pointer;
}
.form--a .form__input--checkbox, .form--a .form__input--radio {
  align-items: flex-start;
}
.form--a .form__input--checkbox input, .form--a .form__input--radio input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.form--a .form__input--checkbox input + label, .form--a .form__input--radio input + label {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 26px;
}
.form--a .form__input--checkbox input + label:last-child, .form--a .form__input--radio input + label:last-child {
  margin-bottom: 0;
}
.form--a .form__input--checkbox input + label:before, .form--a .form__input--radio input + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  font-family: "font-awesome";
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px;
}
.form--a .form__input--checkbox input:checked + label:before {
  content: "";
}
.form--a .form__input--radio input + label:before {
  border-radius: 50%;
}
.form--a .form__input--radio input:checked + label:before {
  content: "";
}
.form--a .form__input--file .labelHolder {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  padding: 0.625rem 1rem;
}
.form--a .form__input--file .btnS {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7F00;
  color: #ffffff;
  border-left: 1px solid white;
}
.form--a .form__input--file .btnS .status-label:before {
  display: none !important;
}
.form--a .form__input--file .form-input-info {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.form--a .form__input--file .la-cicon-upload {
  display: none !important;
}
.form--a .form__input--file .la-cicon-upload:before {
  display: none !important;
}
.form--a .form__phiInfo {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}
.form--a .form__submit {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form--a .form__submit input {
  width: auto;
  background: transparent;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.625rem 1.875rem;
}
.form--a .p-success-message {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}

.section--dark .form--a .form__name, .section--dark .form--a .form__label, .section--dark .form--a .form__label span:first-child {
  color: #ffffff;
}
.section--dark .form--a .form__input--checkbox input + label:before, .section--dark .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.section--dark .form--a .form__input--file label {
  border-color: #ffffff;
}
.section--dark .form--a .form__input--file .form-input-info {
  color: #ffffff;
}
.section--dark .form--a .form__input--formatted_text {
  color: #ffffff;
}
.section--dark .form--a .form__phiInfo {
  color: #ffffff;
}
.section--dark .form--a .form__submit input {
  color: #ffffff;
  border-color: #ffffff;
}
.section--dark .form--a .form__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.section--dark .form--a .p-success-message {
  color: #ffffff;
}
.section--light .form--a .form__name, .section--light .form--a .form__label, .section--light .form--a .form__label span:first-child {
  color: #000000;
}
.section--light .form--a .form__input--checkbox input + label:before, .section--light .form--a .form__input--radio input + label:before {
  border-color: #ced4da;
  background-color: #ffffff;
  color: #000000;
}
.section--light .form--a .form__input--file label, .section--light .form--a .form__input--file .btnS {
  border-color: #ced4da;
}
.section--light .form--a .form__input--file .form-input-info {
  color: #000000;
}
.section--light .form--a .form__input--formatted_text {
  color: #000000;
}
.section--light .form--a .form__phiInfo {
  color: #000000;
}
.section--light .form--a .form__submit input {
  color: #000000;
  border-color: #000000;
}
.section--light .form--a .form__submit input:hover {
  background: #000000;
  color: #ffffff;
}
.section--light .form--a .p-success-message {
  color: #000000;
}
.section__bg--dark-1.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-1.forms-option--c .form--a .form__input textarea,
.section__bg--dark-1.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-1.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #1E4865;
}
.section__bg--dark-1.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-1.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #1E4865;
}
.section__bg--dark-2.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-2.forms-option--c .form--a .form__input textarea,
.section__bg--dark-2.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-2.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #3580b4;
}
.section__bg--dark-2.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-2.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #3580b4;
}
.section__bg--dark-3.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-3.forms-option--c .form--a .form__input textarea,
.section__bg--dark-3.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-3.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #071016;
}
.section__bg--dark-3.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-3.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #071016;
}
.section__bg--dark-4.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-4.forms-option--c .form--a .form__input textarea,
.section__bg--dark-4.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-4.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #BDB464;
}
.section__bg--dark-4.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-4.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #BDB464;
}
.section__bg--dark-5.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-5.forms-option--c .form--a .form__input textarea,
.section__bg--dark-5.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-5.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #dbd7ac;
}
.section__bg--dark-5.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-5.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #dbd7ac;
}
.section__bg--dark-6.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-6.forms-option--c .form--a .form__input textarea,
.section__bg--dark-6.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-6.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #837c38;
}
.section__bg--dark-6.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-6.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #837c38;
}
.section__bg--dark-7.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-7.forms-option--c .form--a .form__input textarea,
.section__bg--dark-7.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-7.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #FF7F00;
}
.section__bg--dark-7.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-7.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #FF7F00;
}
.section__bg--dark-8.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-8.forms-option--c .form--a .form__input textarea,
.section__bg--dark-8.forms-option--c .form--a .form__input select {
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input textarea::-webkit-input-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input textarea::-moz-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input textarea:-ms-input-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input textarea:-moz-placeholder,
.section__bg--dark-8.forms-option--c .form--a .form__input select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #000000;
}
.section__bg--dark-8.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--dark-8.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #000000;
}
.section__bg--light-1.forms-option--c .form--a .form__input--file .labelHolder {
  color: #4A4A4A;
  background-color: #ffffff;
}
.section__bg--light-1.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--light-1.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ced4da;
  background-color: transparent;
  color: #000000;
}
.section__bg--light-1.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #ffffff;
}
.section__bg--light-2.forms-option--c .form--a .form__input--file .labelHolder {
  color: #4A4A4A;
  background-color: #e0e0e0;
}
.section__bg--light-2.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--light-2.forms-option--c .form--a .form__input--radio input + label:before {
  border-color: #ced4da;
  background-color: transparent;
  color: #000000;
}
.section__bg--light-2.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #e0e0e0;
}

.forms-option--a .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.forms-option--a .form--a .form__input textarea,
.forms-option--a .form--a .form__input select {
  padding: 8px 15px;
  line-height: 0;
}
.forms-option--a .form--a .form__input textarea {
  line-height: normal;
}
.forms-option--a .form--a .form__label:not(.non-label):not(.form-check-label) span:first-child {
  margin-left: 5px;
  order: 1;
}
.forms-option--b .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.forms-option--b .form--a .form__input textarea,
.forms-option--b .form--a .form__input select {
  padding: 15px;
  line-height: 0;
}
.forms-option--b .form--a .form__input input:not([type=radio]):not([type=checkbox]).optionB-enabled,
.forms-option--b .form--a .form__input textarea.optionB-enabled,
.forms-option--b .form--a .form__input select.optionB-enabled {
  padding: 30px 15px 10px;
}
.forms-option--b .form--a .form__input textarea {
  line-height: normal;
}
.forms-option--b .form--a .form__input--file.optionB-enabled .labelHolder {
  padding: 30px 15px 10px;
}
.forms-option--b .form--a .form__label:not(.non-label):not(.form-check-label) {
  position: absolute;
  margin: 8px 0 0px;
  font-size: 14px;
  z-index: 1;
}
.forms-option--b .form--a .form__label:not(.non-label):not(.form-check-label) span:first-child {
  margin: 0 5px 0 15px;
  order: 0;
  color: #000000;
}
.forms-option--c .form--a .form__input input:not([type=radio]):not([type=checkbox]),
.forms-option--c .form--a .form__input textarea,
.forms-option--c .form--a .form__input select {
  line-height: 0;
  background: transparent;
}
.forms-option--c .form--a .form__input textarea {
  line-height: normal !important;
}
.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) {
  position: absolute;
  margin: -8px 0 0px;
  font-size: 14px;
  z-index: 1;
}
.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span {
  padding: 0 5px 0 0;
}
.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span:first-child {
  margin: 0 0 0 15px;
  order: 0;
  padding-left: 5px;
}

.forms--2col-textarea .form--a .form__col-left > .row, .forms--2col-textarea .form--a .form__col-right > .row {
  height: 100%;
}
.forms--2col-textarea .form--a .form__col-left .form-input-comments, .forms--2col-textarea .form--a .form__col-right .form-input-comments {
  display: flex;
  flex-direction: column;
}
.forms--2col-textarea .form--a .form__col-left .form__input--textarea,
.forms--2col-textarea .form--a .form__col-left textarea, .forms--2col-textarea .form--a .form__col-right .form__input--textarea,
.forms--2col-textarea .form--a .form__col-right textarea {
  height: 100%;
  flex-grow: 1;
}
.forms--2col .form--a .form__col-top > .row, .forms--2col .form--a .form__col-bottom > .row {
  justify-content: space-between;
  align-items: flex-end;
}
.forms--2col .form--a .form__col-top .form__group, .forms--2col .form--a .form__col-bottom .form__group {
  max-width: 50%;
}
.forms--3col .form--a .form__col-top > .row, .forms--3col .form--a .form__col-bottom > .row {
  justify-content: space-between;
  align-items: flex-end;
}
.forms--3col .form--a .form__col-top .form__group, .forms--3col .form--a .form__col-bottom .form__group {
  max-width: 33%;
}

.form .component__title-caption-wrap {
  padding-top: 3.125rem;
}

.form-themeExtras .leadForm {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: left !important;
}
.form-themeExtras .leadForm .form__name {
  padding: 0 0 20px;
  font-size: 22px;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.form-themeExtras .leadForm form .form__group {
  margin-bottom: 1.875rem;
}
.form-themeExtras .leadForm form .form__group .label_container label {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  margin-bottom: 0.625rem;
  line-height: 1;
  display: flex;
}
.form-themeExtras .leadForm form .form__group .label_container label span {
  color: #ff0000;
}
.form-themeExtras .leadForm form .form__group .label_container label span:first-child {
  margin: 0 5px 0 0;
}
.form-themeExtras .leadForm form .form__group .label_container label.non-label {
  margin-bottom: 1.25rem;
}
.form-themeExtras .leadForm form .form__group .error_container label {
  color: #ff0000;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  margin: 5px 0 0;
  font-size: 14px;
}
.form-themeExtras .leadForm form .form__group .input_container {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  display: flex;
  flex-flow: column;
  position: relative;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.form-themeExtras .leadForm form .form__group .input_container textarea,
.form-themeExtras .leadForm form .form__group .input_container select {
  border: 1px solid #ced4da;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 0.625rem 1rem;
  color: #000000;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]) option,
.form-themeExtras .leadForm form .form__group .input_container textarea option,
.form-themeExtras .leadForm form .form__group .input_container select option {
  color: #000000;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}
.form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}
.form-themeExtras .leadForm form .form__group .input_container select {
  height: auto !important;
  cursor: pointer;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  padding: 0.625rem 1rem;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .btnS {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7F00;
  color: #ffffff;
  border-left: 1px solid white;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .btnS .status-label:before {
  display: none !important;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .la-cicon-upload {
  display: none !important;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .la-cicon-upload:before {
  display: none !important;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container, .form-themeExtras .leadForm form .form__group.radio__group .input_container {
  align-items: flex-start;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container input, .form-themeExtras .leadForm form .form__group.radio__group .input_container input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label, .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  position: relative;
  margin: 6px 0;
  padding-left: 26px;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  font-family: "font-awesome";
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container input:checked + label:before {
  content: "";
}
.form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-radius: 50%;
}
.form-themeExtras .leadForm form .form__group.radio__group .input_container input:checked + label:before {
  content: "";
}
.form-themeExtras .leadForm form .leadFormInfo {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}
.form-themeExtras .leadForm form .form-wrap__submit {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-themeExtras .leadForm form .form-wrap__submit input {
  width: auto;
  background: transparent;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.625rem 1.875rem;
}
.form-themeExtras .leadForm .leadFormSuccess {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  text-align: center;
}

.section--dark .form-themeExtras .leadForm .form__name {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__name {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__group .label_container label {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile label {
  border-color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__group.formatted_text__group {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section--dark .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.section--dark .form-themeExtras .leadForm form .form__group.checkbox__group .input_container label,
.section--dark .form-themeExtras .leadForm form .form__group.checkbox__group .input_container span, .section--dark .form-themeExtras .leadForm form .form__group.radio__group .input_container label,
.section--dark .form-themeExtras .leadForm form .form__group.radio__group .input_container span {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .leadFormInfo {
  color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form-wrap__submit input {
  color: #ffffff;
  border-color: #ffffff;
}
.section--dark .form-themeExtras .leadForm form .form-wrap__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.section--dark .form-themeExtras .leadForm .leadFormSuccess {
  color: #ffffff;
}
.section--light .form-themeExtras .leadForm .form__name {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__name {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__group .label_container label {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile label,
.section--light .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .btnS {
  border-color: #ced4da;
}
.section--light .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__group.formatted_text__group {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ced4da;
  background-color: #ffffff;
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container label,
.section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container span, .section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container label,
.section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container span {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .leadFormInfo {
  color: #000000;
}
.section--light .form-themeExtras .leadForm form .form-wrap__submit input {
  color: #000000;
  border-color: #000000;
}
.section--light .form-themeExtras .leadForm form .form-wrap__submit input:hover {
  background: #000000;
  color: #ffffff;
}
.section--light .form-themeExtras .leadForm .leadFormSuccess {
  color: #000000;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #1E4865;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #1E4865;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #1E4865;
}
.section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-1.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #3580b4;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #3580b4;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #3580b4;
}
.section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-2.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #071016;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #071016;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #071016;
}
.section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-3.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #BDB464;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #BDB464;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #BDB464;
}
.section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-4.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #dbd7ac;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #dbd7ac;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #dbd7ac;
}
.section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-5.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #837c38;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #837c38;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #837c38;
}
.section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-6.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #FF7F00;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #FF7F00;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #FF7F00;
}
.section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-7.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #000000;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #000000;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-webkit-input-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea::-moz-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-ms-input-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea:-moz-placeholder,
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #ffffff;
  background-color: #000000;
}
.section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--dark-8.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section__bg--light-1.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #ffffff;
}
.section__bg--light-1.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #ffffff;
}
.section__bg--light-1.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #4A4A4A;
  background-color: #ffffff;
}
.section__bg--light-1.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--light-1.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ced4da;
  background-color: transparent;
  color: #000000;
}
.section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #e0e0e0;
}
.section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #e0e0e0;
}
.section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #4A4A4A;
  background-color: #e0e0e0;
}
.section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  border-color: #ced4da;
  background-color: transparent;
  color: #000000;
}

.forms-option--a .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.forms-option--a .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span:first-child {
  margin-left: 5px;
  order: 1;
}
.forms-option--a .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.forms-option--a .form-themeExtras .leadForm form .form__group .input_container textarea,
.forms-option--a .form-themeExtras .leadForm form .form__group .input_container select {
  padding: 8px 15px;
  line-height: 0;
}
.forms-option--a .form-themeExtras .leadForm form .form__group .input_container textarea {
  line-height: normal;
}
.forms-option--b .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  position: relative;
  margin: 8px 0 0;
  font-size: 14px;
  z-index: 1;
}
.forms-option--b .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span:first-child {
  margin: 0 5px 0;
  order: 0;
}
.forms-option--b .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.forms-option--b .form-themeExtras .leadForm form .form__group .input_container textarea,
.forms-option--b .form-themeExtras .leadForm form .form__group .input_container select {
  padding: 15px;
  line-height: 0;
}
.forms-option--b .form-themeExtras .leadForm form .form__group .input_container textarea {
  line-height: normal;
}
.forms-option--b .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  padding: 8px 15px;
}
.forms-option--b .form-themeExtras .leadForm form .form__group.optionB-enabled .label_container label:not(.non-label):not(.form-check-label) {
  position: absolute;
  color: #000000;
  margin: 8px 0 0 15px;
}
.forms-option--b .form-themeExtras .leadForm form .form__group.optionB-enabled .input_container input:not([type=radio]):not([type=checkbox]),
.forms-option--b .form-themeExtras .leadForm form .form__group.optionB-enabled .input_container textarea,
.forms-option--b .form-themeExtras .leadForm form .form__group.optionB-enabled .input_container select {
  padding: 30px 15px 10px;
}
.forms-option--b .form-themeExtras .leadForm form .form__group.optionB-enabled .input_container .form-input-uploadFile .labelHolder {
  padding: 30px 15px 10px;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  position: absolute;
  margin: -8px 0 0 15px;
  padding: 0 0 0 5px;
  font-size: 14px;
  z-index: 1;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  margin: 0 5px 0 !important;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span:first-child {
  margin: 0 0 0 15px;
  order: 0;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .input_container input:not([type=radio]):not([type=checkbox]),
.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea,
.forms-option--c .form-themeExtras .leadForm form .form__group .input_container select {
  line-height: 0;
  background: transparent;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .input_container.radio_wrapper label::before, .forms-option--c .form-themeExtras .leadForm form .form__group .input_container.checkbox_wrapper label::before {
  background: transparent !important;
}
.forms-option--c .form-themeExtras .leadForm form .form__group .input_container textarea {
  line-height: normal !important;
}
.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .label_container label:not(.non-label):not(.form-check-label), .forms-option--c .form-themeExtras .leadForm form .form__group.radio__group .label_container label:not(.non-label):not(.form-check-label) {
  position: relative;
  margin: -8px 0 0;
  padding: 0;
}

.forms--2col-textarea .form-themeExtras .leadForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forms--2col-textarea .form-themeExtras .leadForm form .groupWrap {
  width: 49%;
}
.forms--2col-textarea .form-themeExtras .leadForm form .groupWrap .groupWrap {
  width: 100%;
}
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-comments {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-comments .input_container,
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-comments textarea {
  height: 100%;
  flex-grow: 1;
}
.forms--2col-textarea .form-themeExtras .leadForm form .leadFormInfo,
.forms--2col-textarea .form-themeExtras .leadForm form .form-wrap__submit {
  width: 100%;
}
.forms--2col .form-themeExtras .leadForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.forms--2col .form-themeExtras .leadForm form .form__group {
  width: 49%;
}
.forms--2col .form-themeExtras .leadForm form .leadFormInfo,
.forms--2col .form-themeExtras .leadForm form .form-wrap__submit {
  width: 100%;
}
.forms--3col .form-themeExtras .leadForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.forms--3col .form-themeExtras .leadForm form .form__group {
  width: 32%;
}
.forms--3col .form-themeExtras .leadForm form .leadFormInfo,
.forms--3col .form-themeExtras .leadForm form .form-wrap__submit {
  width: 100%;
}

@media (min-width: 991px) {
  .newsletter-2-fields .col-lg-8 .form-input-name {
    padding-right: 0.625rem;
  }
  .newsletter-2-fields .col-lg-8 .form-input-email {
    padding-left: 0.625rem;
  }
  .newsletter-2-fields .col-lg-8 .leadFormInfo {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .newsletter-2-fields .col-lg-8 .form-wrap__submit {
    display: block;
    text-align: center;
  }
  .newsletter-2-fields .col-lg-8 .form-wrap__submit input {
    width: auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .newsletter-2-fields .col-lg-8 .form__group {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.625rem;
  }
  .newsletter-2-fields .col-lg-8 .form__group:nth-of-type(1) {
    padding-right: 1.5625rem;
  }
  .newsletter-2-fields .col-lg-8 .form__group:nth-of-type(2) {
    padding-left: 1.5625rem;
  }
  .newsletter-2-fields .col-lg-12 .form__group {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.875rem;
  }
  .newsletter-2-fields .col-lg-12 .form__group .input_container {
    padding-right: 3.125rem;
  }
  .newsletter-2-fields .col-lg-12 form .form-wrap__submit {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.875rem;
  }
  .newsletter-2-fields .col-lg-12 form .leadFormInfo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .newsletter-3-fields .col-lg-8 .leadFormInfo,
.exclusive-offer .col-lg-8 .leadFormInfo {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .newsletter-3-fields .col-lg-8 .form-wrap__submit,
.exclusive-offer .col-lg-8 .form-wrap__submit {
    display: block;
    text-align: center;
  }
  .newsletter-3-fields .col-lg-8 .form-wrap__submit input,
.exclusive-offer .col-lg-8 .form-wrap__submit input {
    width: auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .newsletter-3-fields .col-lg-8 .form__group,
.exclusive-offer .col-lg-8 .form__group {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.625rem;
  }
  .newsletter-3-fields .col-lg-8 .form__group:nth-of-type(1),
.exclusive-offer .col-lg-8 .form__group:nth-of-type(1) {
    padding-right: 1.875rem;
  }
  .newsletter-3-fields .col-lg-8 .form__group:nth-of-type(2),
.exclusive-offer .col-lg-8 .form__group:nth-of-type(2) {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .newsletter-3-fields .col-lg-8 .form__group:nth-of-type(3),
.exclusive-offer .col-lg-8 .form__group:nth-of-type(3) {
    padding-left: 1.875rem;
  }
  .newsletter-3-fields .col-lg-12 .form__group,
.exclusive-offer .col-lg-12 .form__group {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.875rem;
  }
  .newsletter-3-fields .col-lg-12 .form__group .input_container,
.exclusive-offer .col-lg-12 .form__group .input_container {
    padding-right: 1.875rem;
  }
  .newsletter-3-fields .col-lg-12 form .form-wrap__submit,
.exclusive-offer .col-lg-12 form .form-wrap__submit {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.875rem;
  }
  .newsletter-3-fields .col-lg-12 form .leadFormInfo,
.exclusive-offer .col-lg-12 form .leadFormInfo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .newsletter-2-fields .col-lg-8 .form__group,
.newsletter-2-fields .col-lg-12 .form__group {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 0.9375rem;
  }

  .newsletter-3-fields .col-lg-8 .form__group,
.newsletter-3-fields .col-lg-12 .form__group,
.exclusive-offer .col-lg-8 .form__group,
.exclusive-offer .col-lg-12 .form__group {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1199px) {
  .contact-us-im .col-lg-8 form,
.contact-us-im .col-lg-12 form {
    width: 100%;
    min-height: 12.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-us-im .col-lg-8 form .outerWrap,
.contact-us-im .col-lg-12 form .outerWrap {
    width: 48%;
  }
  .contact-us-im .col-lg-8 form .outerWrap .outerWrap,
.contact-us-im .col-lg-12 form .outerWrap .outerWrap {
    width: 100%;
  }
  .contact-us-im .col-lg-8 form .form-input-comments,
.contact-us-im .col-lg-12 form .form-input-comments {
    width: 48%;
    display: flex;
  }
  .contact-us-im .col-lg-8 form .form-input-comments .input_container,
.contact-us-im .col-lg-12 form .form-input-comments .input_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contact-us-im .col-lg-8 form .form-input-comments .input_container textarea,
.contact-us-im .col-lg-12 form .form-input-comments .input_container textarea {
    ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    padding: 0.3125rem 0.9375rem;
  }
  .contact-us-im .col-lg-8 .form__group.form-input-comments,
.contact-us-im .col-lg-12 .form__group.form-input-comments {
    padding: 0 !important;
  }

  .appointment-request .col-lg-8 form,
.appointment-request .col-lg-12 form {
    width: 100%;
    min-height: 12.5rem;
    position: relative;
  }
  .appointment-request .col-lg-8 form .form-input-comments,
.appointment-request .col-lg-12 form .form-input-comments {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding-left: 0.625rem;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 19.375rem;
  }
  .appointment-request .col-lg-8 form .form-input-comments .input_container,
.appointment-request .col-lg-12 form .form-input-comments .input_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .appointment-request .col-lg-8 form .form-input-comments .input_container textarea,
.appointment-request .col-lg-12 form .form-input-comments .input_container textarea {
    ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    padding: 0.3125rem 0.9375rem;
  }
  .appointment-request .col-lg-8 .form__group:nth-child(-n+5),
.appointment-request .col-lg-12 .form__group:nth-child(-n+5) {
    margin-right: 0.625rem;
    padding: 0 51% 0 0;
  }

  .pet-memorial .col-lg-8 form,
.pet-memorial .col-lg-12 form {
    width: 100%;
    min-height: 12.5rem;
    position: relative;
  }
  .pet-memorial .col-lg-8 form .form-input-pets_photo,
.pet-memorial .col-lg-12 form .form-input-pets_photo {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding-left: 0.625rem;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 4.375rem;
  }
  .pet-memorial .col-lg-8 form .form-input-pets_photo .input_container,
.pet-memorial .col-lg-12 form .form-input-pets_photo .input_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pet-memorial .col-lg-8 form .form-input-pets_photo .input_container textarea,
.pet-memorial .col-lg-12 form .form-input-pets_photo .input_container textarea {
    ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    padding: 0.3125rem 0.9375rem;
  }
  .pet-memorial .col-lg-8 form .form-input-short_story,
.pet-memorial .col-lg-12 form .form-input-short_story {
    position: absolute;
    top: 7.5rem;
    right: 0;
    margin-top: 0;
    padding-left: 0.625rem;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 12.5rem;
  }
  .pet-memorial .col-lg-8 form .form-input-short_story .input_container,
.pet-memorial .col-lg-12 form .form-input-short_story .input_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pet-memorial .col-lg-8 form .form-input-short_story .input_container textarea,
.pet-memorial .col-lg-12 form .form-input-short_story .input_container textarea {
    ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    padding: 0.3125rem 0.9375rem;
  }
  .pet-memorial .col-lg-8 .form__group:nth-child(-n+7),
.pet-memorial .col-lg-12 .form__group:nth-child(-n+7) {
    margin-right: 0.625rem;
    padding: 0 51% 0 0;
  }
  .pet-memorial .col-lg-8 .form__group .input-container,
.pet-memorial .col-lg-12 .form__group .input-container {
    min-height: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .contact-us-im .col-lg-8 .form__group,
.contact-us-im .col-lg-12 .form__group {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 0.9375rem;
  }
  .contact-us-im .col-lg-8 .form__group .input_container textarea,
.contact-us-im .col-lg-12 .form__group .input_container textarea {
    width: 100%;
  }

  .appointment-request .col-lg-8 .form__group,
.appointment-request .col-lg-12 .form__group {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 0.9375rem;
  }
  .appointment-request .col-lg-8 .form__group .input_container textarea,
.appointment-request .col-lg-12 .form__group .input_container textarea {
    width: 100%;
  }

  .pet-memorial .col-lg-8 .form__group,
.pet-memorial .col-lg-12 .form__group {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 0.9375rem;
  }
  .pet-memorial .col-lg-8 .form__group .input_container textarea,
.pet-memorial .col-lg-12 .form__group .input_container textarea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .forms--2col-textarea .form-themeExtras .leadForm form .groupWrap {
    width: 100%;
  }
  .forms--2col-textarea .form-themeExtras .leadForm form .form-input-comments {
    width: 100%;
  }
  .forms--2col .form-themeExtras .leadForm form .form__group, .forms--3col .form-themeExtras .leadForm form .form__group {
    width: 100%;
  }

  .forms--3col .form--a .form__col-top .form__group, .forms--3col .form--a .form__col-bottom .form__group {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter-2-fields .col-lg-12 .form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .newsletter-3-fields .col-lg-12 .form,
.exclusive-offer .col-lg-12 .form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .pet-memorial {
    overflow: hidden;
  }

  .forms--2col-textarea .form-themeExtras .leadForm form .groupWrap {
    width: 100%;
  }
  .forms--2col-textarea .form-themeExtras .leadForm form .form-input-comments {
    width: 100%;
  }
  .forms--2col .form-themeExtras .leadForm form .form__group, .forms--3col .form-themeExtras .leadForm form .form__group {
    width: 100%;
  }

  .form--a .form__submit input {
    width: 100%;
  }

  .forms--3col .form--a .form__col-top .form__group, .forms--3col .form--a .form__col-bottom .form__group {
    max-width: 100%;
  }
}
.section-form .form__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.section-form .form__caption {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-top: 0.3125rem;
}
.section-form .form-wrap__submit input {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-weight: bold;
}
.section-form .section--light .form__caption {
  color: #BDB464;
}
.section-form .section--light .form--a .form__name, .section-form .section--light .form--a .form__label, .section-form .section--light .form--a .form__label span:first-child {
  color: #4A4A4A !important;
}
.section-form .section--light .form--a .form__input--checkbox input + label:before, .section-form .section--light .form--a .form__input--radio input + label:before {
  color: #4A4A4A !important;
}
.section-form .section--light .form--a .form__input--file .form-input-info {
  color: #4A4A4A;
}
.section-form .section--light .form--a .form__input--formatted_text {
  color: #4A4A4A;
}
.section-form .section--light .form--a .form__submit input {
  color: #4A4A4A;
  border-color: #BDB464;
}
.section-form .section--light .form--a .form__submit input:hover {
  background: #BDB464;
  color: #ffffff;
}
.section-form .section--light .form--a .form__phiInfo {
  color: #4A4A4A;
}
.section-form .section--light .form--a .p-success-message {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm .form__name {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__name {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__group .label_container label {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__group.formatted_text__group {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section-form .section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label:before {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container label,
.section-form .section--light .form-themeExtras .leadForm form .form__group.checkbox__group .input_container span, .section-form .section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container label,
.section-form .section--light .form-themeExtras .leadForm form .form__group.radio__group .input_container span {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .leadFormInfo {
  color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form-wrap__submit input {
  color: #4A4A4A;
  border-color: #4A4A4A;
}
.section-form .section--light .form-themeExtras .leadForm form .form-wrap__submit input:hover {
  background: #4A4A4A;
  color: #ffffff;
}
.section-form .section--light .form-themeExtras .leadForm .leadFormSuccess {
  color: #4A4A4A;
}

.form--a .form__name {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .form__label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.form--a .form__input {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .form__input--checkbox input + label, .form--a .form__input--radio input + label {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .form__input--file .labelHolder {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .form__input--file .btnS {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.form--a .form__input--file .form-input-info {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .form__phiInfo {
  font-family: "Nunito Sans", sans-serif;
}
.form--a .p-success-message {
  font-family: "Nunito Sans", sans-serif;
}

.form-themeExtras .leadForm .form__name {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .form__group .label_container label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.form-themeExtras .leadForm form .form__group .error_container label {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .form__group .input_container {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .btnS {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label, .form-themeExtras .leadForm form .form__group.radio__group .input_container input + label {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm form .leadFormInfo {
  font-family: "Nunito Sans", sans-serif;
}
.form-themeExtras .leadForm .leadFormSuccess {
  font-family: "Nunito Sans", sans-serif;
}

.gallery {
  padding: 3.125rem 0;
  margin: 0;
}
.gallery__title {
  margin-bottom: 0.625rem;
}
.gallery__image {
  margin: 0 0 10px;
}
.gallery__image_title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}
.gallery__image_description {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0;
}
.gallery .se__g--2 {
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.gallery .se__g--2 .gallery__link {
  display: block;
  margin: 0 0.25rem 0 0;
}
.gallery .gallery-slider.gallery-slider-top {
  padding: 3.125rem 0 0 0;
}
.gallery .gallery-slider .bx-wrapper .bx-controls {
  position: relative;
}
.gallery .gallery-slider .bx-wrapper .bx-controls-buttons [class$=_pause-play] {
  right: 50%;
  margin-right: -0.9375rem;
  margin-top: 1.25rem;
}
.gallery .gallery-slider .bx-wrapper .bx-prev {
  left: auto;
  right: 2.625rem;
}
.gallery .gallery-slider .bx-wrapper .bx-next {
  right: 0;
}
.gallery .gallery-slider .bx-wrapper .gallery-item--title,
.gallery .gallery-slider .bx-wrapper .gallery-item--description {
  word-wrap: break-word;
}
.gallery .gallery-slider .wrap__gallery_pause-play {
  bottom: auto;
  top: -0.125rem;
  left: auto !important;
  right: 6.25rem;
}
.gallery .gallery-slider .pause-slideshow {
  padding: 0;
}

.section--dark .gallery .gallery-slider .bx-wrapper .gallery-item--title,
.section--dark .gallery .gallery-slider .bx-wrapper .gallery-item--description {
  color: #fff;
}

@media (max-width: 1199px) {
  .gallery .wrap__gallery {
    padding: 1.25rem 0.9375rem;
  }
}
@media (max-width: 767px) {
  .gallery .se__g--2 {
    width: 50% !important;
  }
  .gallery .bx-wrapper .bx-controls-direction a {
    margin-top: -1.5rem;
  }
  .gallery .gallery-slider .bx-wrapper .bx-controls-buttons [class$=_pause-play] {
    margin: -1.4375rem 0.1875rem 0 0;
  }
}
.section-gallery.remove-borders .section--light .gallery-grid--item, .section-gallery.remove-borders .section--dark .gallery-grid--item {
  outline: none;
}
.section-gallery .gallery-grid--item {
  margin-right: 1.25rem;
  padding: 0.375rem;
}
.section-gallery .gallery-slider .bx-wrapper .bx-controls-buttons {
  padding-right: 0;
}
.section-gallery .gallery-slider .wrap_pause-play {
  display: none;
}

.section--light .gallery-grid--item {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--dark .gallery-grid--item {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}

.hours {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 767px) {
  .hours > .row > .col-md-12 {
    margin-left: -0.9375rem;
  }
}
.hours-a__subtitle {
  margin-top: 0.9375rem;
}
.hours-a .hours__day {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-right: 15px;
  padding-left: 15px;
}
.hours-a .hours__sep {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hours-a .hours__sep span {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000;
}
.hours-a .hours__hours {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}
.hours-a__schedule .hours-a__subtitle {
  font-size: 1.125rem;
  margin-top: 1.875rem;
}
@media (min-width: 767px) {
  .hours-a__schedule > .row > .col-md-12 {
    margin-left: -0.9375rem;
  }
}
.hours-a__schedule .row {
  width: 100%;
}
.hours-a__schedule--wrapper {
  margin-top: 1.875rem;
}
.hours-a__schedule--wrapper > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.hours-a__schedule--border {
  border-right: 2px solid #ccc;
}
.hours-a__schedule--border:last-child {
  border-right: none;
}
.hours-a__schedule--border p {
  margin: 0.375rem 0;
}
.hours-a__schedule--responsive .hours-a__subtitle {
  font-size: 1.125rem;
  margin-top: 1.875rem;
}
@media (min-width: 767px) {
  .hours-a__schedule--responsive .hours-a__subtitle {
    margin-left: -0.9375rem;
  }
}
.hours-a__schedule--responsive .row:first-of-type {
  margin: 1.875rem -0.9375rem 0 -0.9375rem;
}
.hours-a__schedule--responsive .row {
  padding: 0 0 0.3125rem 0;
  min-height: 3.625rem;
}
.hours-a__schedule--responsive .row div span {
  display: block;
}
.hours-a__schedule--responsive .row--dots {
  border-bottom: 1px dotted #ccc;
  display: inline-block;
}
.hours-a__schedule--last {
  margin-top: 1.875rem;
}
.hours-a__schedule .cta__button, .hours-a__schedule .cta__button--icon, .hours-a__schedule .cta__link {
  width: auto !important;
  margin: 1.25rem auto 0 auto;
}
.hours-a__cta--full-width {
  width: 100%;
}

.section .hours-a__schedule--responsive .row:nth-child(odd) {
  background: rgba(187, 187, 187, 0.3);
}
.section--dark .hours-a__subtitle {
  color: #fff;
}
.section--dark .hours-a__schedule .hours-a__subtitle {
  color: #BDB464;
}
.section--dark .hours-a__schedule--responsive .hours-a__subtitle {
  color: #BDB464;
}
.section--light .hours-a__schedule .hours-a__subtitle {
  color: #BDB464;
}
.section--light .hours-a__schedule--responsive .hours-a__subtitle {
  color: #BDB464;
}

.section--dark-4 .hours-a__subtitle,
.section__bg--dark-4 .hours-a__subtitle {
  color: #fff;
}
.section--dark-4 .hours-a__schedule .hours-a__subtitle,
.section__bg--dark-4 .hours-a__schedule .hours-a__subtitle {
  color: #1E4865;
}
.section--dark-4 .hours-a__schedule--responsive .hours-a__subtitle,
.section__bg--dark-4 .hours-a__schedule--responsive .hours-a__subtitle {
  color: #1E4865;
}

@media (max-width: 768px) {
  .hours-a__cta {
    width: 100%;
    text-align: center;
  }
}
.section--dark .hours__sep span {
  border-bottom: 1px dashed #ffffff;
}
.section--dark .hours-a__subtitle {
  color: #fff !important;
}

.locations {
  padding: 3.125rem 1.25rem;
}
.locations__title-wrap {
  margin-bottom: 1.875rem;
}
.locations__title {
  margin-bottom: 0.625rem;
}
.locations__caption {
  font-weight: 600;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.locations__subtitle {
  text-transform: none;
}

.location__image-wrapper {
  margin-bottom: 1.875rem;
}
.location__name, .location__address, .location__contacts-wrapper p {
  margin-bottom: 0.625rem;
}
.location__setting-title {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.location__secondary-phone {
  display: block;
}
.location__name {
  font-size: 1.25rem;
}
.location__direction-link {
  text-transform: uppercase;
  padding-left: 0;
}
.location__direction-link .cta__button {
  width: auto;
}
.location__direction-link .cta__button, .location__direction-link .cta__link {
  margin-top: 0;
}

.locations .list .location__list {
  display: flex;
  flex-wrap: wrap;
}
.locations .list .location__item {
  width: 19%;
  flex-grow: 1;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  margin-right: 1%;
  padding: 10px;
}
.locations .list .location__item:nth-child(n+6) {
  flex-grow: 0;
  margin-top: 1%;
}
.locations .list .location__item:last-child {
  margin-right: 0;
}
.locations .list .location__name {
  font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.locations .list .location__address, .locations .list .location__phone, .locations .list .location__name {
  margin: 0;
}
.locations .list .location__address-wrapper, .locations .list .location__phone-wrapper {
  margin: 15px 0 0;
}

.section--dark .locations__caption {
  color: #fff;
}
.section--dark .locations .location__name, .section--dark .locations .location__address, .section--dark .locations .location__contacts-wrapper p, .section--dark .locations .location__setting-title {
  color: #fff;
}
.section--dark .locations .location__phone-num, .section--dark .locations .location__fax-num {
  color: #fff;
  text-decoration: none;
}

.header .locations {
  text-align: center !important;
  margin-top: 1.875rem;
}
.header .locations__title {
  color: #1E4865;
  font-size: 1.875rem;
  margin-bottom: 0.3125rem;
}
.header .locations__subtitle {
  font-size: 1.25rem;
  margin: 0;
}
.header .locations .location__phone-num, .header .locations .location__fax-num {
  color: #BDB464;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
}
.header .locations .location__phone-num:hover, .header .locations .location__fax-num:hover {
  color: #18160a;
}
.header .locations .location__name {
  color: #000;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.header.section--dark .locations__title {
  color: #fff;
}
.header.section--dark .locations .location__phone-num, .header.section--dark .locations .location__fax-num {
  color: #fff;
}

@media (min-width: 991px) {
  .header .locations {
    text-align: right !important;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .locations {
    padding: 3.125rem 2.5rem;
  }

  .header .locations {
    text-align: center;
  }
  .header .locations .location__phone, .header .locations .location__fax {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .header .locations__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .locations__title, .locations__caption {
    text-align: center;
  }
  .locations .list .location__list {
    flex-direction: column;
  }
  .locations .list .location__item {
    width: 100%;
    flex-grow: 1;
    margin: 0 0 1%;
    text-align: center;
  }
  .locations .list .location__item:nth-child(n+6) {
    margin: 0 0 1%;
  }
  .locations .list .location__item:last-child {
    margin-bottom: 0;
  }
  .locations .list .location__name {
    font-family: "lato-bold", "Arial Black", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .locations {
    padding: 3.125rem 0rem;
  }
  .locations .slides .location__image-wrapper {
    text-align: center;
  }

  .header .locations {
    text-align: center;
  }
  .header .locations .location__phone, .header .locations .location__fax {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
  }
  .header .locations__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 519px) {
  .header .locations {
    text-align: center;
  }
  .header .locations .location__phone, .header .locations .location__fax {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
  }
  .header .locations__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .locations__title, .locations__caption {
    text-align: left;
  }
}
.container.header > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.logo-a__img {
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 991px) {
  .section-logo .logo__right .logo-a__text {
    margin-right: 1.25rem;
  }
  .section-logo .logo__left .logo-a__text {
    margin-left: 1.25rem;
  }
  .section-logo .logo__bottom .logo-a__text {
    margin-bottom: 0.9375rem;
  }
  .section-logo .logo__top .logo-a__text {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .section-logo .logo {
    text-align: center;
  }
  .section-logo .logo-a__text {
    display: block;
    width: 100%;
  }
  .section-logo .logo-a__image {
    display: block;
    width: 100%;
    padding-top: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .section-logo .logo-a__image-link {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logo-a__image {
    padding: 0 0.9375rem;
  }
}
#map-marker__header {
  font-size: 1rem;
  line-height: 1.2;
}
#map-marker__content {
  font-size: 0.8125rem;
  line-height: 1.2;
}

.map-a {
  position: relative;
  margin: auto -15px;
  overflow: hidden;
  min-height: 450px;
}
.map-a .map__display {
  min-height: 450px;
}
.map-a .map__wrap {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.map-a .map__title-caption-wrap {
  padding: 0 15px;
}
.map-a .map__caption {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
}
.map-a .map__container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .map-a .map__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .map-a .map__container {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .map-a .map__container {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .map-a .map__container {
    max-width: 1170px;
  }
}
.map-a .map__col {
  pointer-events: all;
}
.map-a .map-search__form {
  position: relative;
}
.map-a .map-search__zip {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1.25rem;
  font-family: inherit;
  color: #0a0a0a;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.875rem 0 0.875rem 2.8125rem;
  border: none;
  background: #fff url("../themes/website/assets/img/location-search.png") 0.5rem 0.35rem no-repeat;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 10;
}
.map-a .map-search__submit {
  display: block;
  margin: 0;
  padding: 0 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #0a0a0a;
  text-transform: uppercase;
  overflow: hidden;
  background: #ff8a00;
  border: none;
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.map-a .map-search__location-distance {
  padding: 0.9375rem 0;
}
.map-a .map-search__location-distance span {
  display: none;
  margin-right: 0.625rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.map-a .map-search__location-distance > b {
  display: none;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
.map-a .map-search__location-distance h3 {
  display: inline-block;
}
.map-a .map-search__location-contact p {
  margin-bottom: 8px;
}
.map-a .map-search__location-phone, .map-a .map-search__location-phone2 {
  display: block;
  margin-bottom: 8px;
}
.map-a .map-search__location-phone:before {
  content: "Phone:";
  margin-right: 0.625rem;
}
.map-a .map-search__location-phone2:before {
  content: "Phone:";
  margin-right: 0.625rem;
}
.map-a .map-search__location-fax:before {
  content: "Fax:";
  margin-right: 0.625rem;
}
.map-a .map-search__location-directions a {
  margin: 1.25rem 0;
}
.map-a .map-search__locations {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-a .map-search__locations li {
  margin-bottom: 0.625rem;
  background-color: #ffffff;
}
.map-a .map-search__locations li a {
  display: block;
  padding: 0.625rem;
  width: 100%;
  color: #000000;
}
.map-a .map-search__locations li a span {
  font-weight: bold;
  display: none;
  margin-right: 0.9375rem;
}
.map-a .map-search__locations li a:hover {
  background-color: #cccccc;
}
.map-a .map-search__locations li p {
  display: block;
  padding: 0.625rem;
  width: 100%;
  color: #000000;
}
.map-a .map-search__locations li p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.9375rem;
}
.map-a .map-search.distance-calculated .map-search__location-distance span, .map-a .map-search.distance-calculated .map-search__location-distance b, .map-a .map-search.distance-calculated .map-search__locations li a span {
  display: inline-block;
}
.map-a .map-search__email:before {
  content: "Email:";
  margin-right: 0.625rem;
}
.section--light .map-a--12 .map__col {
  background-color: #fff;
}
.section--light .map-a--4 .map__container, .section--light .map-a--6 .map__container, .section--light .map-a--8 .map__container {
  background-color: #fff;
}
.section--light .map-a .map-search__locations li {
  background-color: #ececec;
}
.section--light .map-a .map-search__zip {
  border: 1px solid #dcdcdc;
}
.section--light .map-a .map-search__location-phone, .section--light .map-a .map-search__location-phone2 {
  color: #000;
}

.section--dark .map-a--12 .map__col {
  background-color: rgba(30, 72, 101, 0.9);
}
.section--dark .map-a--4 .map__container, .section--dark .map-a--6 .map__container, .section--dark .map-a--8 .map__container {
  background-color: rgba(30, 72, 101, 0.9);
}
.section--dark .map-a .map-search__location-phone, .section--dark .map-a .map-search__location-phone2 {
  color: white;
}

@media (min-width: 991px) {
  .map-a--12 .map__container {
    padding: 0 15px;
  }
  .map-a--12 .map__wrap {
    padding: 0 15px;
  }
  .map-a--12 .map__display {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
  }
  .map-a--12 .map__col {
    padding: 0 30px;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .map-a--12 .map-search {
    margin-top: 1.875rem;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .map-a--12 .map__container {
    padding: 0;
  }
  .map-a--12 .map__wrap {
    padding: 0;
  }
  .map-a--12 .map__col {
    padding: 1.25rem 0.9375rem 0;
  }
  .map-a--12 .map-search {
    margin: 1.875rem 0;
    padding: 0;
  }
  .map-a--12 .map__title-caption-wrap {
    padding: 0 0.9375rem;
  }
}
.map-a--4 .map-search, .map-a--6 .map-search, .map-a--8 .map-search {
  margin-top: 1.875rem;
}
.map-a--4 .map__title-caption-wrap, .map-a--6 .map__title-caption-wrap, .map-a--8 .map__title-caption-wrap {
  padding: 0;
}
.map-a .map__caption {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 14px 0 0;
}
.map-a .map-search {
  margin: 24px 0 0;
}
.map-a .map-search #location-search {
  margin: 0;
}
.map-a .map-search__location-directions a {
  margin: 24px 0 0;
}
.map-a .map-search__location-distance {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding: 24px 0 0;
}
.map-a .map-search__location-distance h3 {
  font-size: 1.375rem;
}
.map-a .map-search__location-address, .map-a .map-search__location-contact {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  padding: 24px 0 0;
}
.map-a .map-search__location-address p, .map-a .map-search__location-contact p {
  margin: 0;
}
.map-a .map-search__location-contact {
  padding: 14px 0 0;
}
.map-a .map-search__submit {
  background: #BDB464;
  color: #ffffff;
}
.map-a .map-search .gmap-location-list {
  padding: 24px 0 0;
  font-family: "Nunito Sans", sans-serif;
}

.section--light .map-a .map__caption {
  color: #BDB464;
}
.section--light .map-a .map-search__location-distance, .section--light .map-a .map-search__location-address, .section--light .map-a .map-search__location-contact, .section--light .map-a .map-search .gmap-location-list {
  color: #4A4A4A;
}

.section-map.section__bg--dark-1 .map-a--12 .map__col {
  background-color: #1E4865;
}
.section-map.section__bg--dark-1 .map-a--4 .map__container, .section-map.section__bg--dark-1 .map-a--6 .map__container, .section-map.section__bg--dark-1 .map-a--8 .map__container {
  background-color: #1E4865;
}
.section-map.section__bg--dark-2 .map-a--12 .map__col {
  background-color: #3580b4;
}
.section-map.section__bg--dark-2 .map-a--4 .map__container, .section-map.section__bg--dark-2 .map-a--6 .map__container, .section-map.section__bg--dark-2 .map-a--8 .map__container {
  background-color: #3580b4;
}
.section-map.section__bg--dark-3 .map-a--12 .map__col {
  background-color: #071016;
}
.section-map.section__bg--dark-3 .map-a--4 .map__container, .section-map.section__bg--dark-3 .map-a--6 .map__container, .section-map.section__bg--dark-3 .map-a--8 .map__container {
  background-color: #071016;
}
.section-map.section__bg--dark-4 .map-a--12 .map__col {
  background-color: #BDB464;
}
.section-map.section__bg--dark-4 .map-a--4 .map__container, .section-map.section__bg--dark-4 .map-a--6 .map__container, .section-map.section__bg--dark-4 .map-a--8 .map__container {
  background-color: #BDB464;
}
.section-map.section__bg--dark-5 .map-a--12 .map__col {
  background-color: #dbd7ac;
}
.section-map.section__bg--dark-5 .map-a--4 .map__container, .section-map.section__bg--dark-5 .map-a--6 .map__container, .section-map.section__bg--dark-5 .map-a--8 .map__container {
  background-color: #dbd7ac;
}
.section-map.section__bg--dark-6 .map-a--12 .map__col {
  background-color: #837c38;
}
.section-map.section__bg--dark-6 .map-a--4 .map__container, .section-map.section__bg--dark-6 .map-a--6 .map__container, .section-map.section__bg--dark-6 .map-a--8 .map__container {
  background-color: #837c38;
}
.section-map.section__bg--dark-7 .map-a--12 .map__col {
  background-color: #FF7F00;
}
.section-map.section__bg--dark-7 .map-a--4 .map__container, .section-map.section__bg--dark-7 .map-a--6 .map__container, .section-map.section__bg--dark-7 .map-a--8 .map__container {
  background-color: #FF7F00;
}
.section-map.section__bg--dark-8 .map-a--12 .map__col {
  background-color: #000000;
}
.section-map.section__bg--dark-8 .map-a--4 .map__container, .section-map.section__bg--dark-8 .map-a--6 .map__container, .section-map.section__bg--dark-8 .map-a--8 .map__container {
  background-color: #000000;
}
.section-map.section__bg--light-1 .map-a--12 .map__col {
  background-color: #ffffff;
}
.section-map.section__bg--light-1 .map-a--4 .map__container, .section-map.section__bg--light-1 .map-a--6 .map__container, .section-map.section__bg--light-1 .map-a--8 .map__container {
  background-color: #ffffff;
}
.section-map.section__bg--light-2 .map-a--12 .map__col {
  background-color: #e0e0e0;
}
.section-map.section__bg--light-2 .map-a--4 .map__container, .section-map.section__bg--light-2 .map-a--6 .map__container, .section-map.section__bg--light-2 .map-a--8 .map__container {
  background-color: #e0e0e0;
}
.section-map.section__bg--dark-4 .map-a .map-search__submit {
  background: #1E4865;
}

.section--dark .map-a .map__caption {
  color: #ffffff;
}

@media (min-width: 991px) {
  .map-a--12 .map__col {
    margin: 5% 5% 5% 0;
  }
}
@media (max-width: 769px) {
  .mediaslider-flexslider .flex-direction-nav {
    display: none !important;
  }

  .mediaslider-a__wrap:not(.justify-content-end) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.mediaslider-flexslider__titlewrap {
  margin: 3.125rem 0 0;
}
.mediaslider-flexslider .controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.mediaslider-flexslider .controls-wrapper .flex-control-nav {
  bottom: 0;
  width: auto;
  display: flex;
  position: relative;
  margin: 0;
}
.mediaslider-flexslider .controls-wrapper .flex-prev {
  font-size: 0;
  line-height: 1;
  font-family: "font-awesome";
  margin-right: 8px;
}
.mediaslider-flexslider .controls-wrapper .flex-prev:before {
  content: "";
  font-size: 1.5rem;
}
.mediaslider-flexslider .controls-wrapper .flex-next {
  font-size: 0;
  line-height: 1;
  font-family: "font-awesome";
  margin-left: 8px;
}
.mediaslider-flexslider .controls-wrapper .flex-next:before {
  content: "";
  font-size: 1.5rem;
}
.mediaslider-flexslider[data-controls-hover="1"] .controls-wrapper {
  opacity: 0;
  transition: opacity 0.3s;
}
.mediaslider-flexslider[data-controls-hover="1"] .controls-wrapper:hover {
  opacity: 1;
}
.mediaslider-flexslider:hover .controls-wrapper {
  opacity: 1;
}
.mediaslider-flexslider[data-direction-nav=""] .controls-wrapper .flex-prev, .mediaslider-flexslider[data-direction-nav=""] .controls-wrapper .flex-next {
  display: none;
}

.container-fluid .mediaslider-a {
  position: relative;
}
.container-fluid .mediaslider-a__wrap {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 575px) {
  .container-fluid .mediaslider-a__wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-fluid .mediaslider-a__wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container-fluid .mediaslider-a__wrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .container-fluid .mediaslider-a__wrap {
    max-width: 1170px;
  }
}

.mediaslider-a__text {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.mediaslider-a__description {
  margin-bottom: 0;
  margin-top: 1rem;
}
.mediaslider-a__videolink {
  height: 100%;
}
.mediaslider-a__videolink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}
.mediaslider-a__videolink:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.13);
}
.mediaslider-a__videolink:hover:after {
  opacity: 0.8;
}
.mediaslider-a__videolink img {
  width: 100%;
  height: 100%;
}
.mediaslider-a__solidcolor {
  background-color: transparent;
}
.mediaslider-a__videolink--disabled:after {
  display: none;
}
.mediaslider-a__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
}
.mediaslider-a__bg img {
  width: 100%;
}
.mediaslider-a .videos-media-image a {
  position: relative;
  display: block;
}

@media (min-width: 991px) {
  .container-fluid .mediaslider-a--12 .videos-media-image {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .container-fluid .mediaslider-a__bg--swapped {
    padding-left: 0;
    left: 0;
  }
  .container-fluid .mediaslider-a__bg img {
    min-height: 100% !important;
  }

  .mediaslider-a__wrap {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .mediaslider-a__bg img {
    max-width: 100%;
  }
  .mediaslider__videolink {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .mediaslider-a__bg img {
    height: auto !important;
  }
}
.section-mediaslider .mediaslider-flexslider__titlewrap {
  margin: 3.125rem auto 0 auto;
}
@media (min-width: 575px) {
  .section-mediaslider .mediaslider-flexslider__titlewrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section-mediaslider .mediaslider-flexslider__titlewrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .section-mediaslider .mediaslider-flexslider__titlewrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .section-mediaslider .mediaslider-flexslider__titlewrap {
    max-width: 1170px;
  }
}

.section--light .mediaslider-a__bg img {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--light .mediaslider-a .videos-media-image a {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}

.section--dark .mediaslider-a__bg img {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.section--dark .mediaslider-a .videos-media-image a {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}

@media only screen and (max-width: 767px) {
  .section-navigation-mobile {
    display: none;
  }

  .mm-menu {
    background: #000;
    border-color: #fff;
    color: #fff;
  }

  .mm-menu .mm-listview,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
  }

  .mm-menu em.mm-counter,
.mm-title,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    color: #fff;
  }

  .mm-menu .mm-search input {
    background: #fff;
    color: #000;
  }

  .mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    width: 7px;
    height: 7px;
  }
}
.navigation-a .navigation__list--head {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.navigation-a .navigation__list--head, .navigation-a .navigation__list--head .navigation__list {
  list-style: none;
}
.navigation-a .navigation__item {
  position: relative;
}
.navigation-a .navigation__item--link {
  font-size: 0.9375rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem;
  line-height: 1;
  width: 100%;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.navigation-a .navigation__item.has-drop-down > .navigation__item--link::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}
.navigation-a .navigation__item.near-edge .navigation__list--sub {
  right: 0;
}
.navigation-a .navigation__item.near-edge .navigation__list--sub .navigation__list--sub {
  left: unset;
  right: 100%;
}
.navigation-a .navigation__item--default:not(.navigation-open) > .navigation__list--sub {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  width: auto;
}
.navigation-a .navigation__item--default .navigation__list--sub {
  position: absolute;
  margin: 0 0 0 1.25rem;
  min-width: 12.5rem;
  margin-left: 0;
  padding: 0.5rem 0;
  border: none;
  border-radius: 0;
  z-index: 1000;
}
.navigation-a .navigation__item--default .navigation__list--sub .navigation__list {
  left: 100%;
  top: 0;
}
.navigation-a .navigation__item--default .navigation__list--sub .navigation__item--default.has-drop-down > .navigation__item--link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border: inset 6px;
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}
.navigation-a .navigation__item--default .navigation__list--sub .navigation__list--sub {
  margin-top: -0.5rem;
}
.navigation-a .navigation__search {
  position: relative;
}
.navigation-a .navigation__search-form {
  display: none;
  position: absolute;
  align-items: center;
  top: 0;
  right: 25px;
}
.navigation-a .navigation__search-form label {
  margin: 0;
}
.navigation-a .navigation__search-form a {
  padding: 0 0.625rem;
  color: #1E4865;
  background: #BDB464;
  font-weight: 700;
}
.navigation-a .navigation__search-form.search-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.navigation-a .navigation__search-input {
  color: #1E4865;
}

.section--dark .navigation__item--link {
  color: #fff;
}
.section--dark .navigation__item--link:hover {
  color: #BDB464;
}
.section--dark .navigation__item.has-drop-down .navigation__item--link:hover:after {
  border-color: #BDB464 transparent transparent;
}
.section--dark .navigation__list--sub {
  background-color: #000;
}
.section--dark .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: transparent transparent transparent #BDB464;
}
.section--light .navigation__item--link:hover {
  color: #BDB464;
}
.section--light .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: #0384d7 transparent transparent transparent !important;
}
.section--light .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: #BDB464 transparent transparent transparent !important;
}
.section--light .navigation__list--sub {
  background-color: #fff;
  border: 1px solid #ccc;
}
.section--light .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: transparent transparent transparent #0384d7 !important;
}
.section--light .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: transparent transparent transparent #BDB464 !important;
}
.section.section__bg--light {
  border-bottom: 1px solid #ccc;
}
.section.section__bg--dark-4 .navigation__item--link {
  color: #fff;
}
.section.section__bg--dark-4 .navigation__item--link:hover {
  color: #1E4865;
}
.section.section__bg--dark-4 .navigation__item.has-drop-down ul a:hover {
  color: #BDB464;
}

.mega-menu:not(.navigation-open) .mega-menu__drop-down {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.mega-menu__drop-down {
  position: absolute;
  left: 0;
  width: 100vw;
  padding: 1.25rem 1.25rem;
  z-index: 1000;
}
.mega-menu__drop-down > .mega-menu__item > .navigation__item--link {
  font-weight: bold;
  font-size: 1.125rem;
}
.mega-menu__list {
  margin-left: 1.25rem;
  padding-left: 0;
  list-style-type: none;
}

.navigation__item--continuous .navigation__list--continuous {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
.navigation__item--continuous .navigation__list--continuous.multi-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.navigation__item--continuous .navigation__list--continuous.multi-columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.navigation__item--continuous .navigation__list--continuous.multi-columns-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.navigation__item--continuous .navigation__list--continuous.multi-columns-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}

.navigation__item--grouped .navigation__list--grouped {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.navigation-b {
  display: inline-block;
}
.navigation-b .navigation__button {
  display: inline-block;
  border: none;
  background: transparent;
}
.navigation-b .navigation__button--text {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}
.navigation-b .navigation__button--icon {
  display: block;
  margin: auto;
  width: 2.1875rem;
  height: 2.1875rem;
  bottom: 0.3125rem;
  animation: xaniback-a 0.3s 1;
  -webkit-animation: xaniback-a 0.3s 1;
  -moz-animation: xaniback-a 0.3s 1;
  -o-animation: xaniback-a 0.3s 1;
  -ms-animation: xaniback-a 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-a {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-a {
  from {
    -moz-transform: rotate(90deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-a {
  from {
    -webkit-transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-a {
  from {
    -o-transform: rotate(90deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-a {
  from {
    -ms-transform: rotate(90deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-b .navigation__button--icon span {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation-b .navigation__button--icon span::before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 5px;
}
.navigation-b .navigation__button--icon span::after {
  box-shadow: none;
}
.navigation-b .navigation__button--icon span.bread-top::before {
  top: 0.625rem;
  animation: xaniback-top 0.3s 1;
  -webkit-animation: xaniback-top 0.3s 1;
  -moz-animation: xaniback-top 0.3s 1;
  -o-animation: xaniback-top 0.3s 1;
  -ms-animation: xaniback-top 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-top {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-top {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-top {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-top {
  from {
    -o-transform: rotate(45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-top {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-b .navigation__button--icon span.bread-middle::before {
  top: 1.25rem;
  animation: xaniback-top 0.3s 1;
  -webkit-animation: xaniback-top 0.3s 1;
  -moz-animation: xaniback-top 0.3s 1;
  -o-animation: xaniback-top 0.3s 1;
  -ms-animation: xaniback-top 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-top {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-top {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-top {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-top {
  from {
    -o-transform: rotate(45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-top {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-b .navigation__button--icon span.bread-bottom::before {
  bottom: 0;
  animation: xaniback-bottom 0.3s 1;
  -webkit-animation: xaniback-bottom 0.3s 1;
  -moz-animation: xaniback-bottom 0.3s 1;
  -o-animation: xaniback-bottom 0.3s 1;
  -ms-animation: xaniback-bottom 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@keyframes xaniback-bottom {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-bottom {
  from {
    -moz-transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-bottom {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-bottom {
  from {
    -o-transform: rotate(-45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-bottom {
  from {
    -ms-transform: rotate(-45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-b .navigation__button--icon::after {
  display: none;
}
.navigation-b .navigation__button--icon:focus {
  border: none;
  outline: none;
}
.navigation-b .navigation__button--icon:hover {
  border: none;
  outline: none;
}
.navigation-b .navigation__button--icon.is-active {
  animation: xani-a 0.3s 1;
  -webkit-animation: xani-a 0.3s 1;
  -moz-animation: xani-a 0.3s 1;
  -o-animation: xani-a 0.3s 1;
  -ms-animation: xani-a 0.3s 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@keyframes xani-a {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-moz-keyframes xani-a {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes xani-a {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
  }
}
@-o-keyframes xani-a {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(90deg);
  }
}
@-ms-keyframes xani-a {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(90deg);
  }
}
.navigation-b .navigation__button--icon.is-active span.bread-top::before {
  top: 0.9375rem;
  animation: xani-top 0.3s 1;
  -webkit-animation: xani-top 0.3s 1;
  -moz-animation: xani-top 0.3s 1;
  -o-animation: xani-top 0.3s 1;
  -ms-animation: xani-top 0.3s 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@keyframes xani-top {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-moz-keyframes xani-top {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(45deg);
  }
}
@-webkit-keyframes xani-top {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
  }
}
@-o-keyframes xani-top {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(45deg);
  }
}
@-ms-keyframes xani-top {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(45deg);
  }
}
.navigation-b .navigation__button--icon.is-active span.bread-middle::before {
  display: none;
}
.navigation-b .navigation__button--icon.is-active span.bread-bottom::before {
  bottom: 0.9375rem;
  animation: xani-bottom 0.3s 1;
  -webkit-animation: xani-bottom 0.3s 1;
  -moz-animation: xani-bottom 0.3s 1;
  -o-animation: xani-bottom 0.3s 1;
  -ms-animation: xani-bottom 0.3s 1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@keyframes xani-bottom {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@-moz-keyframes xani-bottom {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-45deg);
  }
}
@-webkit-keyframes xani-bottom {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
  }
}
@-o-keyframes xani-bottom {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-45deg);
  }
}
@-ms-keyframes xani-bottom {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-45deg);
  }
}
.navigation-b .navigation__menu--container {
  position: absolute;
  z-index: 1000;
  padding: 1.25rem 0;
}
.navigation-b .navigation__menu--container:not(.navigation-open) {
  display: none;
  max-height: 0;
  width: 0;
}
.navigation-b .navigation__menu--list {
  overflow: hidden;
  display: flex;
  justify-content: left;
}
.navigation-b .navigation__menu--list, .navigation-b .navigation__menu--list ul {
  padding: 0;
  list-style: none;
}
.navigation-b .navigation__menu--list > .navigation__item {
  padding: 0 3.125rem 0 0;
  line-height: 1.25rem;
  width: 16.67%;
  min-width: 16.67%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navigation-b .navigation__menu--list > .navigation__item {
    padding: 0 0.9375rem 0 0;
  }
}
.navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1rem;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.navigation-b .navigation__item.has-sub-items > .navigation__item--link, .navigation-b .navigation__item.has-sub-items > .navigation__item--expand {
  display: inline-block;
}
.navigation-b .navigation__item.has-sub-items > .navigation__item--link {
  width: calc(99% - 1.28571429em);
  font-weight: 700;
}
.navigation-b .navigation__item.has-sub-items > .navigation__item--expand {
  vertical-align: top;
}
.navigation-b .navigation__item.has-sub-items > .navigation__list {
  display: block;
}
.navigation-b .navigation__item.has-sub-items:not(.is-active) > .navigation__list {
  display: none;
}
.navigation-b .navigation__item--expand {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.navigation-b .navigation__list .navigation__item {
  margin-top: 0.5rem;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}

.section--light .navigation-b .navigation__menu--container {
  border-top: 1px solid #000;
  background-color: rgba(245, 245, 245, 0.95);
}
.section--light .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link {
  color: #0265a5;
}
.section--light .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link:focus, .section--light .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link:hover {
  color: #BDB464;
}
.section--light .navigation-b .navigation__button--text {
  color: #000;
}
.section--light .navigation-b .navigation__button--icon > span::before {
  background: #000;
}
.section--light .navigation-b .navigation__item--link, .section--light .navigation-b .navigation__item--expand {
  color: #0384d7;
}
.section--light .navigation-b .navigation__item--link:focus, .section--light .navigation-b .navigation__item--link:hover, .section--light .navigation-b .navigation__item--expand:focus, .section--light .navigation-b .navigation__item--expand:hover {
  color: #BDB464;
}
.section--dark .navigation-b .navigation__menu--container {
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.95);
}
.section--dark .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link {
  color: white;
}
.section--dark .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link:focus, .section--dark .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link:hover {
  color: #BDB464;
}
.section--dark .navigation-b .navigation__button--text {
  color: #fff;
}
.section--dark .navigation-b .navigation__button--icon > span::before {
  background: #fff;
}
.section--dark .navigation-b .navigation__item--link, .section--dark .navigation-b .navigation__item--expand {
  color: #fefefe;
}
.section--dark .navigation-b .navigation__item--link:focus, .section--dark .navigation-b .navigation__item--link:hover, .section--dark .navigation-b .navigation__item--expand:focus, .section--dark .navigation-b .navigation__item--expand:hover {
  color: #BDB464;
}

.navigation-c {
  display: inline-block;
}
.navigation-c .navigation__button {
  display: inline-block;
  border: none;
  background: transparent;
}
.navigation-c .navigation__button--text {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}
.navigation-c .navigation__button--icon {
  display: block;
  margin: auto;
  width: 2.1875rem;
  height: 2.1875rem;
  bottom: 0.3125rem;
  animation: xaniback-a 0.3s 1;
  -webkit-animation: xaniback-a 0.3s 1;
  -moz-animation: xaniback-a 0.3s 1;
  -o-animation: xaniback-a 0.3s 1;
  -ms-animation: xaniback-a 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-a {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-a {
  from {
    -moz-transform: rotate(90deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-a {
  from {
    -webkit-transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-a {
  from {
    -o-transform: rotate(90deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-a {
  from {
    -ms-transform: rotate(90deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-c .navigation__button--icon span {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation-c .navigation__button--icon span::before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 5px;
}
.navigation-c .navigation__button--icon span::after {
  box-shadow: none;
}
.navigation-c .navigation__button--icon span.bread-top::before {
  top: 0.625rem;
  animation: xaniback-top 0.3s 1;
  -webkit-animation: xaniback-top 0.3s 1;
  -moz-animation: xaniback-top 0.3s 1;
  -o-animation: xaniback-top 0.3s 1;
  -ms-animation: xaniback-top 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-top {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-top {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-top {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-top {
  from {
    -o-transform: rotate(45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-top {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-c .navigation__button--icon span.bread-middle::before {
  top: 1.25rem;
  animation: xaniback-top 0.3s 1;
  -webkit-animation: xaniback-top 0.3s 1;
  -moz-animation: xaniback-top 0.3s 1;
  -o-animation: xaniback-top 0.3s 1;
  -ms-animation: xaniback-top 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
@keyframes xaniback-top {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-top {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-top {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-top {
  from {
    -o-transform: rotate(45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-top {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-c .navigation__button--icon span.bread-bottom::before {
  bottom: 0;
  animation: xaniback-bottom 0.3s 1;
  -webkit-animation: xaniback-bottom 0.3s 1;
  -moz-animation: xaniback-bottom 0.3s 1;
  -o-animation: xaniback-bottom 0.3s 1;
  -ms-animation: xaniback-bottom 0.3s 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@keyframes xaniback-bottom {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-moz-keyframes xaniback-bottom {
  from {
    -moz-transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes xaniback-bottom {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes xaniback-bottom {
  from {
    -o-transform: rotate(-45deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes xaniback-bottom {
  from {
    -ms-transform: rotate(-45deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
.navigation-c .navigation__button--icon::after {
  display: none;
}
.navigation-c .navigation__button--icon:focus {
  border: none;
  outline: none;
}
.navigation-c .navigation__button--icon:hover {
  border: none;
  outline: none;
}
.navigation-c .navigation__button--icon.is-active {
  animation: xani-a 0.3s 1;
  -webkit-animation: xani-a 0.3s 1;
  -moz-animation: xani-a 0.3s 1;
  -o-animation: xani-a 0.3s 1;
  -ms-animation: xani-a 0.3s 1;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@keyframes xani-a {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-moz-keyframes xani-a {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes xani-a {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
  }
}
@-o-keyframes xani-a {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(90deg);
  }
}
@-ms-keyframes xani-a {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(90deg);
  }
}
.navigation-c .navigation__button--icon.is-active span.bread-top::before {
  top: 0.9375rem;
  animation: xani-top 0.3s 1;
  -webkit-animation: xani-top 0.3s 1;
  -moz-animation: xani-top 0.3s 1;
  -o-animation: xani-top 0.3s 1;
  -ms-animation: xani-top 0.3s 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@keyframes xani-top {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-moz-keyframes xani-top {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(45deg);
  }
}
@-webkit-keyframes xani-top {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
  }
}
@-o-keyframes xani-top {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(45deg);
  }
}
@-ms-keyframes xani-top {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(45deg);
  }
}
.navigation-c .navigation__button--icon.is-active span.bread-middle::before {
  display: none;
}
.navigation-c .navigation__button--icon.is-active span.bread-bottom::before {
  bottom: 0.9375rem;
  animation: xani-bottom 0.3s 1;
  -webkit-animation: xani-bottom 0.3s 1;
  -moz-animation: xani-bottom 0.3s 1;
  -o-animation: xani-bottom 0.3s 1;
  -ms-animation: xani-bottom 0.3s 1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@keyframes xani-bottom {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@-moz-keyframes xani-bottom {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-45deg);
  }
}
@-webkit-keyframes xani-bottom {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
  }
}
@-o-keyframes xani-bottom {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-45deg);
  }
}
@-ms-keyframes xani-bottom {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-45deg);
  }
}
.navigation-c .navigation__menu--container {
  position: absolute;
  padding: 1.25rem 0;
  z-index: 1000;
}
.navigation-c .navigation__menu--container:not(.navigation-open) {
  display: none;
}
.navigation-c .navigation__menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-c .navigation__menu--list > .navigation__item {
  width: 20%;
  float: right;
  clear: right;
  padding: 0;
  margin: 0 -1ch;
}
.navigation-c .navigation__menu--list > .navigation__item > .navigation__item--link {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.25rem;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.navigation-c .navigation__menu--list > .navigation__item:nth-child(1), .navigation-c .navigation__menu--list > .navigation__item:nth-child(2) {
  float: left;
  width: 40%;
}
.navigation-c .navigation__menu--list > .navigation__item:nth-child(1) .navigation__list .navigation__list, .navigation-c .navigation__menu--list > .navigation__item:nth-child(2) .navigation__list .navigation__list {
  margin-left: 0.9375rem;
}
.navigation-c .navigation__item--link {
  display: block;
}
.navigation-c .navigation__item.has-sub-items > .navigation__item--link {
  font-weight: 700;
}
.navigation-c .navigation__list {
  padding: 0;
  list-style: none;
}
.navigation-c .navigation__list.mcl-count-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 1ch;
  -webkit-column-gap: 1ch;
  column-gap: 1ch;
}
.navigation-c .navigation__list.mcl-count-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1ch;
  -webkit-column-gap: 1ch;
  column-gap: 1ch;
}
.navigation-c .navigation__list.mcl-count-2 > .navigation__item, .navigation-c .navigation__list.mcl-count-3 > .navigation__item {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.navigation-c .navigation__list .navigation__item {
  padding-top: 0.5rem;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  line-height: 1.25rem;
}

.section--light .navigation-c .navigation__menu--container {
  border-top: 1px solid #000;
  background-color: rgba(245, 245, 245, 0.95);
}
.section--light .navigation-c .navigation__button--text {
  color: #000;
}
.section--light .navigation-c .navigation__button--icon > span::before {
  background: #000;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item--link {
  color: #0384d7;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item--link:hover, .section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item--link:focus {
  color: #BDB464;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link {
  color: #011e31;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link:hover, .section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link:focus {
  color: #BDB464;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link {
  color: #0265a5;
}
.section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link:hover, .section--light .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link:focus {
  color: #BDB464;
}
.section--dark .navigation-c .navigation__menu--container {
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.95);
}
.section--dark .navigation-c .navigation__button--text {
  color: #fff;
}
.section--dark .navigation-c .navigation__button--icon > span::before {
  background: #fff;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item--link {
  color: #fefefe;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item--link:hover, .section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item--link:focus {
  color: #BDB464;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link {
  color: #989898;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link:hover, .section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item .navigation__item--link:focus {
  color: #BDB464;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link {
  color: #e5e5e5;
}
.section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link:hover, .section--dark .navigation-c .navigation__menu--list .navigation__item .navigation__item.has-sub-items .navigation__item--link:focus {
  color: #BDB464;
}

.section__bg--dark-1.mobileHeader-container, .section__bg--dark-1.mobileHeader-container .location-list, .section__bg--dark-1#mobileHeaderNav {
  background-color: #1E4865;
}
.section__bg--dark-2.mobileHeader-container, .section__bg--dark-2.mobileHeader-container .location-list, .section__bg--dark-2#mobileHeaderNav {
  background-color: #3580b4;
}
.section__bg--dark-3.mobileHeader-container, .section__bg--dark-3.mobileHeader-container .location-list, .section__bg--dark-3#mobileHeaderNav {
  background-color: #071016;
}
.section__bg--dark-4.mobileHeader-container, .section__bg--dark-4.mobileHeader-container .location-list, .section__bg--dark-4#mobileHeaderNav {
  background-color: #BDB464;
}
.section__bg--dark-5.mobileHeader-container, .section__bg--dark-5.mobileHeader-container .location-list, .section__bg--dark-5#mobileHeaderNav {
  background-color: #dbd7ac;
}
.section__bg--dark-6.mobileHeader-container, .section__bg--dark-6.mobileHeader-container .location-list, .section__bg--dark-6#mobileHeaderNav {
  background-color: #837c38;
}
.section__bg--dark-7.mobileHeader-container, .section__bg--dark-7.mobileHeader-container .location-list, .section__bg--dark-7#mobileHeaderNav {
  background-color: #FF7F00;
}
.section__bg--dark-8.mobileHeader-container, .section__bg--dark-8.mobileHeader-container .location-list, .section__bg--dark-8#mobileHeaderNav {
  background-color: #000000;
}

.section__bg--light-1.mobileHeader-container, .section__bg--light-1.mobileHeader-container .location-list, .section__bg--light-1#mobileHeaderNav {
  background-color: #ffffff;
}
.section__bg--light-2.mobileHeader-container, .section__bg--light-2.mobileHeader-container .location-list, .section__bg--light-2#mobileHeaderNav {
  background-color: #e0e0e0;
}

.mobileHeader-logo a {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.mobileHeader-container {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
.mobileHeader-container .location-list {
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.24), inset 0 0 3px 0 rgba(0, 0, 0, 0.12);
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.mobileHeader-container .location-name {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.mobileHeader-container[class*=section__bg--dark] {
  color: white;
}
.mobileHeader-container[class*=section__bg--dark] .location-list {
  color: white;
}
.mobileHeader-container[class*=section__bg--dark] .location-name {
  color: white;
}
.mobileHeader-container[class*=section__bg--dark] .location-phone {
  color: white;
}
.mobileHeader-container[class*=section__bg--dark] .location-phone:hover {
  color: white;
}
.mobileHeader-container[class*=section__bg--light] {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] a {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] a:hover {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] .location-list {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] .location-name {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] .location-phone {
  color: #071016;
}
.mobileHeader-container[class*=section__bg--light] .location-phone:hover {
  color: #071016;
}

#mobileHeaderNav .mm-title {
  color: transparent !important;
}
#mobileHeaderNav .mm-listview a {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
#mobileHeaderNav[class*=section__bg--dark] {
  color: white;
}
#mobileHeaderNav[class*=section__bg--light] {
  color: #071016;
}
#mobileHeaderNav[class*=section__bg--light] a,
#mobileHeaderNav[class*=section__bg--light] .mm-navbar-top,
#mobileHeaderNav[class*=section__bg--light] .mm-listview,
#mobileHeaderNav[class*=section__bg--light] .mm-counter {
  color: #071016;
  border-color: #071016;
}
#mobileHeaderNav[class*=section__bg--light] a:after, #mobileHeaderNav[class*=section__bg--light] a:before,
#mobileHeaderNav[class*=section__bg--light] .mm-navbar-top:after,
#mobileHeaderNav[class*=section__bg--light] .mm-navbar-top:before,
#mobileHeaderNav[class*=section__bg--light] .mm-listview:after,
#mobileHeaderNav[class*=section__bg--light] .mm-listview:before,
#mobileHeaderNav[class*=section__bg--light] .mm-counter:after,
#mobileHeaderNav[class*=section__bg--light] .mm-counter:before {
  color: #071016;
  border-color: #071016;
}

.navigation-a .navigation__item--link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.navigation-a .navigation__list--sub {
  margin: 0 !important;
  padding: 0 !important;
}
.navigation-a .navigation__list--sub .navigation__item--link {
  padding: 17px 12px;
}

.section__bg--dark-1 .navigation-a .navigation__list--sub {
  background-color: #071016 !important;
}
.section__bg--dark-2 .navigation-a .navigation__list--sub {
  background-color: #1e4865 !important;
}
.section__bg--dark-3 .navigation-a .navigation__list--sub {
  background-color: black !important;
}
.section__bg--dark-4 .navigation-a .navigation__list--sub {
  background-color: #837c38 !important;
}
.section__bg--dark-5 .navigation-a .navigation__list--sub {
  background-color: #bdb464 !important;
}
.section__bg--dark-6 .navigation-a .navigation__list--sub {
  background-color: #3c3819 !important;
}
.section__bg--dark-7 .navigation-a .navigation__list--sub {
  background-color: #994c00 !important;
}
.section__bg--dark-8 .navigation-a .navigation__list--sub {
  background-color: black !important;
}
.section--dark .navigation-a .navigation__item--link, .section__bg--dark-4 .navigation-a .navigation__item--link {
  color: #ffffff;
}
.section--dark .navigation-a .navigation__item--link:hover, .section__bg--dark-4 .navigation-a .navigation__item--link:hover {
  color: #BDB464;
  background-color: rgba(255, 255, 255, 0.9);
}
.section--dark .navigation-a .navigation__item.has-drop-down ul a:hover, .section__bg--dark-4 .navigation-a .navigation__item.has-drop-down ul a:hover {
  color: #BDB464;
  background-color: rgba(255, 255, 255, 0.8);
}
.section--dark .navigation-a .navigation__item.has-drop-down .navigation__item--link:hover:after, .section__bg--dark-4 .navigation-a .navigation__item.has-drop-down .navigation__item--link:hover:after {
  border-color: #BDB464 transparent transparent;
}
.section--dark .navigation-a .navigation__list--head .navigation-open > .navigation__item--link, .section__bg--dark-4 .navigation-a .navigation__list--head .navigation-open > .navigation__item--link {
  color: #BDB464;
  background-color: rgba(255, 255, 255, 0.9);
}
.section--dark .navigation-a .navigation__list--head .navigation-open > .navigation__item--link:after, .section__bg--dark-4 .navigation-a .navigation__list--head .navigation-open > .navigation__item--link:after {
  border-color: #BDB464 transparent transparent;
}
.section--dark .navigation-a .navigation__list--sub, .section__bg--dark-4 .navigation-a .navigation__list--sub {
  background-color: #071016;
  border: 0;
}
.section--dark .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link, .section__bg--dark-4 .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link {
  color: #BDB464;
  background-color: rgba(255, 255, 255, 0.8);
}
.section--dark .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link:after, .section__bg--dark-4 .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link:after {
  border-color: transparent transparent transparent #BDB464 !important;
}
.section--dark .navigation-a .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after, .section__bg--dark-4 .navigation-a .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: transparent transparent transparent #BDB464;
}
.section--light .navigation-a .navigation__item--link {
  color: #4A4A4A;
}
.section--light .navigation-a .navigation__item--link:hover {
  color: #ffffff;
  background-color: #1E4865;
}
.section--light .navigation-a .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: #4A4A4A transparent transparent transparent !important;
}
.section--light .navigation-a .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: #ffffff transparent transparent transparent !important;
}
.section--light .navigation-a .navigation__list--head .navigation-open > .navigation__item--link {
  color: #ffffff;
  background-color: #1E4865;
}
.section--light .navigation-a .navigation__list--head .navigation-open > .navigation__item--link:after {
  border-color: #ffffff transparent transparent transparent !important;
}
.section--light .navigation-a .navigation__list--sub {
  background-color: #1E4865;
  border: 0;
}
.section--light .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link {
  color: #ffffff;
  background-color: #071016;
}
.section--light .navigation-a .navigation__list--sub .navigation-open > .navigation__item--link:after {
  border-color: transparent transparent transparent #ffffff !important;
}
.section--light .navigation-a .navigation__list--sub .navigation__item--link {
  color: #ffffff;
}
.section--light .navigation-a .navigation__list--sub .navigation__item--link:hover {
  color: #ffffff;
  background-color: #071016;
}
.section--light .navigation-a .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:after {
  border-color: transparent transparent transparent #ffffff !important;
}
.section--light .navigation-a .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
  border-color: transparent transparent transparent #ffffff !important;
}

.mobileHeader-logo a {
  font-family: "Playfair Display", serif;
}
.mobileHeader-container .location-list {
  font-family: "Nunito Sans", sans-serif;
}
.mobileHeader-container .location-name {
  font-family: "Playfair Display", serif;
}

#mobileHeaderNav .mm-listview a {
  font-family: "Nunito Sans", sans-serif;
}

.phone__title {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.1;
  margin: 0;
  color: #1E4865;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.phone__city {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0;
  display: block;
}
.phone__number {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  display: block;
  margin: 0;
  color: #FF7F00;
}

.section--dark .phone__title,
.section.section__bg--dark-4 .phone__title {
  color: #fff;
}
.section--dark .phone__city,
.section.section__bg--dark-4 .phone__city {
  color: #fff;
}
.section--dark .phone__setting-title,
.section.section__bg--dark-4 .phone__setting-title {
  color: #fff;
}

.section__bg--dark-5 .phone__number {
  color: #fff;
}

.section__bg--light-3 .phone__number {
  color: #fff;
}

@media (max-width: 1199px) {
  .phone__wrapper {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .phone__wrapper {
    text-align: center !important;
  }
}
@media (max-width: 519px) {
  .phone__wrapper {
    text-align: center !important;
  }
}
.phone__title {
  font-size: 1.375rem;
  font-family: "Playfair Display", serif;
}
.phone__city, .phone__setting-title {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
}
.phone__city {
  padding: 1rem 0 0.1875rem;
}
.phone__number {
  font-weight: bold;
  font-size: 1.75rem;
  font-family: "Playfair Display", serif;
}

.section--dark .phone__title, .section--dark .phone__city, .section--dark .phone__setting-title {
  color: #ffffff;
}
.section--dark .phone__number {
  color: #ffffff;
}
.section--light .phone__title, .section--light .phone__city, .section--light .phone__setting-title {
  color: #4A4A4A;
}
.section--light .phone__number {
  color: #BDB464;
}

.recentblog__controls .flex-control-nav {
  bottom: 10px;
}

.recentblog-a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.recentblog__titlewrap {
  margin-bottom: 1.875rem;
}
.recentblog__slidertitle {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.recentblog__info {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0 0;
}
.recentblog__info li {
  display: inline;
  border-left: 1px solid #4A4A4A;
  padding: 0 0.625rem;
}
.recentblog__info li a {
  text-decoration: underline;
}
.recentblog__info li:first-child {
  border: none;
  padding-left: 0;
}
.recentblog__excerpt {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  margin: 0.625rem 0 0 0;
}
.recentblog__excerpt-noMargin {
  margin: 0 !important;
}
.recentblog__thumbnail {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .recentblog-a:not(.recentblog-a--4) .recentblog-post__title {
    margin-top: 0;
  }
}
.section-reviews {
  width: 100%;
  overflow: hidden;
}
.section-reviews .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.reviews-a__client, .reviews-a__ratings {
  padding: 3.125rem 0;
}
.reviews-a__client .col {
  padding-left: 0;
  padding-right: 0;
}
.reviews-a__ratings {
  background-color: rgba(0, 0, 0, 0.05);
}
.reviews-a .reviews {
  font-family: "Lato", sans-serif;
}
.reviews-a .reviews__seoratings, .reviews-a .reviews__seoratings-title {
  background-color: rgba(0, 0, 0, 0.05);
  margin-left: 0;
  margin-right: 0;
}
.reviews-a .reviews__top-seo {
  padding: 3.125rem 0 0 0;
}
.reviews-a .reviews__awards-seo {
  padding: 0 0 3.125rem 0;
}
.reviews-a .reviews__seoratings-title {
  padding-top: 3.125rem;
}
.reviews-a .reviews__title {
  margin-bottom: 1.25rem;
}
.reviews-a .reviews__title > span {
  font-size: 1.5rem;
  margin-left: 0.625rem;
}
.reviews-a .reviews__subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.125rem;
}
.reviews-a .reviews__ratings-big {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 1.25rem 0;
}
.reviews-a .reviews__stars {
  background: url("../themes/website/assets/img/reviews/big-stars.png") repeat-x;
  font-size: 0;
  height: 38px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 190px;
  margin-right: 0.9375rem;
  display: inline-block;
}
.reviews-a .reviews__stars-rating {
  background: url("../themes/website/assets/img/reviews/big-stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 37px;
  display: block;
}
.reviews-a .reviews__stars-small {
  background: url("../themes/website/assets/img/reviews/small-stars.png") repeat-x;
  font-size: 0;
  height: 24px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin-right: 0.9375rem;
  display: inline-block;
}
.reviews-a .reviews__stars-ratingSmall {
  background: url("../themes/website/assets/img/reviews/small-stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 24px;
  display: block;
}
.reviews-a .reviews__points {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2.5rem;
  font-family: "Lato", sans-serif;
}
.reviews-a .reviews__points-small {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: "Lato", sans-serif;
}
.reviews-a .reviews__thumbtext {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}
.reviews-a .reviews__thumbtext-lg {
  font-size: 1.75rem;
}
.reviews-a .reviews__clientratings {
  margin: 1.25rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reviews-a .reviews__thumb {
  background: url("../themes/website/assets/img/reviews/thumb.png") no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
  margin-right: 0.9375rem;
}
.reviews-a .reviews__content {
  margin: 3.125rem 0;
}
.reviews-a .reviews__content-seo {
  margin: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.reviews-a .reviews__content-title > span {
  font-size: 1.5rem;
  margin-left: 0.625rem;
}
.reviews-a .reviews__content .cta__button {
  margin: 0;
}
.reviews-a .reviews__table, .reviews-a .reviews__seotable {
  margin-top: 1.875rem;
}
.reviews-a .reviews__table .table thead th, .reviews-a .reviews__seotable .table thead th {
  border-top: 1px solid #babdc0;
  border-bottom: 1px solid #babdc0;
  color: #444c55;
}
.reviews-a .reviews__table .table thead th:hover, .reviews-a .reviews__seotable .table thead th:hover {
  color: #0384d7;
}
.reviews-a .reviews__table-name, .reviews-a .reviews__seotable-name {
  font-weight: 700;
}
.reviews-a .reviews__table-name span, .reviews-a .reviews__seotable-name span {
  display: block;
  font-weight: 300;
  margin-left: 1.25rem;
}
.reviews-a .reviews__table-contentWrap p.collapse:not(.show), .reviews-a .reviews__seotable-contentWrap p.collapse:not(.show) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reviews-a .reviews__table-contentWrap p.collapse:not(.show), .reviews-a .reviews__seotable-contentWrap p.collapse:not(.show) {
    display: inline-block;
    max-height: 3.2em;
  }
}
.reviews-a .reviews__table-contentWrap p.collapsing, .reviews-a .reviews__seotable-contentWrap p.collapsing {
  min-height: 42px !important;
}
.reviews-a .reviews__table-contentWrap a.collapsed:after, .reviews-a .reviews__seotable-contentWrap a.collapsed:after {
  content: "Read More";
}
.reviews-a .reviews__table-contentWrap a:not(.collapsed):after, .reviews-a .reviews__seotable-contentWrap a:not(.collapsed):after {
  content: "Read Less";
}
.reviews-a .reviews__table-contentLink, .reviews-a .reviews__seotable-contentLink {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.625rem;
  display: none;
}
.reviews-a .reviews__table .page-item.active .page-link, .reviews-a .reviews__seotable .page-item.active .page-link {
  background-color: #007bff;
}
.reviews-a .reviews__table-row th {
  width: 30%;
  border-top: 0;
}
.reviews-a .reviews__table-row td {
  width: 68%;
  border-top: 0;
}
.reviews-a .reviews__table-date {
  display: none;
}
.reviews-a .reviews__seotable-row th {
  text-align: center;
  width: 10%;
  border-top: 0;
}
.reviews-a .reviews__seotable-row td {
  border-top: 0;
}
.reviews-a .reviews__seotable-row td:first-of-type {
  width: 30%;
}
.reviews-a .reviews__icons {
  height: 38px;
  width: 38px;
  display: inline-block;
}
.reviews-a .reviews__icons-facebook {
  background: url("../themes/website/assets/img/reviews/icon-sm-facebook.png") no-repeat;
}
.reviews-a .reviews__icons-google {
  background: url("../themes/website/assets/img/reviews/icon-sm-google.png") no-repeat;
}
.reviews-a .reviews__icons-google-plus {
  background: url("../themes/website/assets/img/reviews/icon-sm-google-plus.png") no-repeat;
  width: 42px;
}
.reviews-a .reviews__icons-lawyers {
  background: url("../themes/website/assets/img/reviews/icon-sm-lawyers.png") no-repeat;
}
.reviews-a .reviews__icons-superpages {
  background: url("../themes/website/assets/img/reviews/icon-sm-superpages.png") no-repeat;
  width: 42px;
}
.reviews-a .reviews__icons-yelp {
  background: url("../themes/website/assets/img/reviews/icon-sm-yelp.png") no-repeat;
}
.reviews-a .reviews__icons-bbb {
  background: url("../themes/website/assets/img/reviews/icon-sm-bbb.png") no-repeat;
}
.reviews-a .reviews__icons-citysearch {
  background: url("../themes/website/assets/img/reviews/icon-sm-citysearch.png") no-repeat;
}
.reviews-a .reviews__icons-foursquare {
  background: url("../themes/website/assets/img/reviews/icon-sm-foursquare.png") no-repeat;
}
.reviews-a .reviews__icons-kudzu {
  background: url("../themes/website/assets/img/reviews/icon-sm-kudzu.png") no-repeat;
}
.reviews-a .reviews__icons-merchantcircle {
  background: url("../themes/website/assets/img/reviews/icon-sm-merchantcircle.png") no-repeat;
}
.reviews-a .reviews__icons-yellowpages {
  background: url("../themes/website/assets/img/reviews/icon-sm-yellowpages.png") no-repeat;
}
.reviews-a .reviews__icons-avvo {
  background: url("../themes/website/assets/img/reviews/icon-sm-avvo.png") no-repeat;
}

.section--dark .reviews-a .component__button--1,
.section.section__bg--dark-4 .reviews-a .component__button--1 {
  color: #fff;
}
.section--dark .reviews-a .component__button--1:hover,
.section.section__bg--dark-4 .reviews-a .component__button--1:hover {
  color: #1E4865;
}
.section--dark .reviews-a .component__button--2,
.section.section__bg--dark-4 .reviews-a .component__button--2 {
  color: #1E4865;
}
.section--dark .reviews-a .component__button--2:hover,
.section.section__bg--dark-4 .reviews-a .component__button--2:hover {
  color: #fff;
}
.section--dark .reviews-a .component__button--3,
.section.section__bg--dark-4 .reviews-a .component__button--3 {
  color: #fff;
}
.section--dark .reviews-a .component__button--3:hover,
.section.section__bg--dark-4 .reviews-a .component__button--3:hover {
  color: #FF7F00;
}
.section--dark .reviews-a .reviews__table .table thead th, .section--dark .reviews-a .reviews__seotable .table thead th,
.section.section__bg--dark-4 .reviews-a .reviews__table .table thead th,
.section.section__bg--dark-4 .reviews-a .reviews__seotable .table thead th {
  color: #fff;
}
.section--dark .reviews-a .reviews__table .table thead th:hover, .section--dark .reviews-a .reviews__seotable .table thead th:hover,
.section.section__bg--dark-4 .reviews-a .reviews__table .table thead th:hover,
.section.section__bg--dark-4 .reviews-a .reviews__seotable .table thead th:hover {
  color: #fff;
}
.section--dark .reviews-a .reviews__table-row.odd, .section--dark .reviews-a .reviews__seotable-row.odd,
.section.section__bg--dark-4 .reviews-a .reviews__table-row.odd,
.section.section__bg--dark-4 .reviews-a .reviews__seotable-row.odd {
  background-color: rgba(255, 255, 255, 0.05);
}
.section--dark .reviews-a .reviews__table .page-item.active .page-link, .section--dark .reviews-a .reviews__seotable .page-item.active .page-link,
.section.section__bg--dark-4 .reviews-a .reviews__table .page-item.active .page-link,
.section.section__bg--dark-4 .reviews-a .reviews__seotable .page-item.active .page-link {
  background-color: #1E4865;
}

.section--light .reviews-a .component__button--1 {
  color: #0384d7;
}
.section--light .reviews-a .component__button--1:hover {
  color: #fff;
}
.section--light .reviews-a .component__button--2 {
  color: #fff;
}
.section--light .reviews-a .component__button--2:hover {
  color: #0384d7;
}
.section--light .reviews-a .component__button--3 {
  color: #fff;
}
.section--light .reviews-a .component__button--3:hover {
  color: #FF7F00;
}
.section--light .reviews__seotable .table {
  background-color: #fff;
}

@media (min-width: 991px) {
  .reviews-a .reviews__content .cta__button, .reviews-a .reviews__top .cta__button {
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .reviews-a .reviews__rightborder {
    border-right: 2px solid #ccc;
  }
  .reviews-a .reviews__top-seo .container {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews-a .reviews__content-seo .col {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews-a .reviews__seotable-row > th {
    position: relative;
  }
  .reviews-a .reviews__seotable-row > th::after {
    content: " ";
    top: 10%;
    right: 0;
    width: 100%;
    height: 80%;
    display: block;
    border-right: 1px solid #babdc0;
    position: absolute;
    bottom: 15px;
  }
  .reviews-a .reviews__seotable-row td:first-of-type {
    position: relative;
  }
  .reviews-a .reviews__seotable-row td:first-of-type::after {
    content: " ";
    top: 10%;
    right: 0;
    width: 100%;
    height: 80%;
    display: block;
    border-right: 1px solid #babdc0;
    position: absolute;
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .reviews-a .reviews__stars-small {
    margin-right: 0.3125rem;
  }
  .reviews-a .reviews__content .cta__button, .reviews-a .reviews__top .cta__button {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .reviews-a .reviews__stars {
    margin-right: 0.3125rem;
  }
  .reviews-a .reviews__stars-small {
    margin-right: 0.3125rem;
  }
  .reviews-a .reviews__points {
    line-height: 3.125rem;
  }
  .reviews-a .reviews__content .cta__button, .reviews-a .reviews__top .cta__button {
    display: none;
  }
  .reviews-a .reviews__content .dataTables_length,
.reviews-a .reviews__content .dataTables_filter, .reviews-a .reviews__top .dataTables_length,
.reviews-a .reviews__top .dataTables_filter {
    text-align: left;
  }
  .reviews-a .reviews__content .dataTables_paginate .page-link, .reviews-a .reviews__top .dataTables_paginate .page-link {
    padding: 0.5rem;
  }
  .reviews-a .reviews__content .dataTables_info, .reviews-a .reviews__top .dataTables_info {
    padding-bottom: 1.25rem;
  }
  .reviews-a .reviews__table th, .reviews-a .reviews__table td, .reviews-a .reviews__seotable th, .reviews-a .reviews__seotable td {
    display: block;
    width: 96%;
    padding-right: 0 !important;
  }
  .reviews-a .reviews__table .table, .reviews-a .reviews__seotable .table {
    border-collapse: collapse !important;
  }
  .reviews-a .reviews__table .table thead th:not(:last-child), .reviews-a .reviews__seotable .table thead th:not(:last-child) {
    border-bottom: none;
  }
  .reviews-a .reviews__table-row, .reviews-a .reviews__seotable-row {
    border-bottom: 1px solid #babdc0;
  }
  .reviews-a .reviews__table-row.odd, .reviews-a .reviews__seotable-row.odd {
    background-color: transparent;
  }
  .reviews-a .reviews__table-contentWrap p.collapse:not(.show), .reviews-a .reviews__seotable-contentWrap p.collapse:not(.show) {
    -webkit-line-clamp: 4;
  }
  .reviews-a .reviews__table {
    margin-top: 1.25rem;
  }
  .reviews-a .reviews__seotable-row th {
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
  .reviews-a .reviews__seotable-row td:first-of-type {
    width: 100%;
  }
  .reviews-a .reviews__ratings-small {
    text-align: center;
    margin-top: 1.25rem;
  }
  .reviews-a .reviews__ratings-small-seo {
    margin-top: 0;
  }
}
.reviews-a .reviews__content-seo {
  padding-bottom: 3.125rem;
}
.reviews-a .reviews__seoratings-title, .reviews-a .reviews__seoratings, .reviews-a .reviews__content-seo {
  background: transparent;
}
.reviews-a .reviews__title {
  margin-bottom: 1.875rem;
}
.reviews-a .reviews__title span {
  font-size: 1rem;
}
.reviews-a .reviews__subtitle {
  font-size: 1.25rem;
}
.reviews-a .reviews__points {
  font-family: "Nunito Sans", sans-serif;
}
.reviews-a .reviews__seoratings .col-sm-12.col-md-6 {
  padding: 0;
}
.reviews-a .reviews__seotable-row.even {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.reviews-a .reviews__seoratings-title {
  border-top: 1px solid #ccc;
}
.reviews-a .reviews__seoratings-title .col-sm-12 {
  padding: 0;
}
.reviews-a .reviews__rightborder {
  border-right: 1px solid #ccc;
}
.reviews-a .reviews__table-content {
  margin-bottom: 5px;
}
.reviews-a .reviews__table-contentLink {
  text-transform: capitalize;
}
.reviews-a .reviews__table-contentLink:hover {
  text-decoration: underline;
}
.reviews-a #reviews-seotable_filter select,
.reviews-a #reviews-seotable_filter input,
.reviews-a #reviews-seotable_length select,
.reviews-a #reviews-seotable_length input {
  border-radius: 0;
}
.reviews-a .table-striped {
  border-collapse: collapse !important;
}
.reviews-a .pagination .page-item {
  border: 1px solid #ccc;
}
.reviews-a .pagination .page-item .page-link {
  border: 0;
}
.reviews-a .pagination .page-item .page-link:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.reviews__title {
  font-family: "Playfair Display", serif !important;
  display: flex;
}
.reviews__title span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  margin-top: 3px;
}
.reviews__awards__text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}
.reviews__points, .reviews__points-small, .reviews__seotable {
  font-family: "Nunito Sans", sans-serif !important;
}

.section--light .reviews__subtitle, .section--light .reviews__points, .section--light .reviews__points-small, .section--light .reviews__awards__text, .section--light .reviews__seotable {
  color: #4A4A4A;
}
.section--light .reviews-a .pagination .page-item.disabled {
  color: #4A4A4A;
}
.section--light .reviews-a .pagination .page-item:not(.disabled) {
  border-color: #ccc;
}
.section--light .reviews-a .pagination .page-item:not(.disabled) .page-link {
  color: #BDB464;
}
.section--light .reviews-a .pagination .page-item:not(.disabled).active .page-link {
  border-color: #BDB464;
  background-color: #BDB464;
  color: #ffffff;
}
.section--dark .reviews__subtitle, .section--dark .reviews__points, .section--dark .reviews__table-contentLink, .section--dark .reviews__points-small, .section--dark .reviews__awards__text, .section--dark .reviews__seotable {
  color: #ffffff;
}
.section--dark .reviews__seotable-row.odd {
  background: rgba(255, 255, 255, 0.1) !important;
}
.section--dark .reviews-a .pagination .page-item.disabled {
  color: #4A4A4A;
}
.section--dark .reviews-a .pagination .page-item:not(.disabled) {
  border-color: #ccc;
}
.section--dark .reviews-a .pagination .page-item:not(.disabled) .page-link {
  color: #BDB464;
}
.section--dark .reviews-a .pagination .page-item:not(.disabled).active .page-link {
  border-color: #BDB464;
  background-color: #BDB464;
  color: #ffffff;
}
.section__bg--dark-4 .reviews-a .pagination .page-item.disabled {
  color: #4A4A4A;
}
.section__bg--dark-4 .reviews-a .pagination .page-item:not(.disabled) {
  border-color: #ccc;
}
.section__bg--dark-4 .reviews-a .pagination .page-item:not(.disabled) .page-link {
  color: #ffffff;
}
.section__bg--dark-4 .reviews-a .pagination .page-item:not(.disabled).active .page-link {
  border-color: #1E4865;
  background-color: #1E4865;
  color: #ffffff;
}

.reviewourfirm-a {
  padding: 3.125rem 0;
}
.reviewourfirm-a__title {
  font-size: 1.875rem;
  font-weight: 700;
}
.reviewourfirm-a__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 1.5625rem 0;
}
.reviewourfirm-a__rating-img {
  width: 2rem !important;
  height: 2rem !important;
  display: inline-block !important;
  margin-right: 0.9375rem !important;
}
.reviewourfirm-a__rating-points {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.reviewourfirm-a__author {
  font-weight: 700;
}
.reviewourfirm-a__ctas {
  margin-top: 5rem;
}
.reviewourfirm-a__excerpt {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.reviewourfirm-a__excerpt-link {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.625rem;
  display: none;
}
.reviewourfirm-a__controls {
  position: relative;
}
.reviewourfirm-a .flex-control-nav {
  left: 0;
  bottom: -3.75rem;
}
.reviewourfirm-a__stars {
  background: url("../themes/website/assets/img/reviews/small-stars.png") repeat-x;
  font-size: 0;
  height: 24px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin-right: 0.9375rem;
}
.reviewourfirm-a__stars-rating {
  background: url("../themes/website/assets/img/reviews/small-stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 24px;
  display: block;
}

.section--dark .reviewourfirm-a .component__button--1,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--1 {
  color: #fff;
}
.section--dark .reviewourfirm-a .component__button--1:hover,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--1:hover {
  color: #1E4865;
}
.section--dark .reviewourfirm-a .component__button--2,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--2 {
  color: #1E4865;
}
.section--dark .reviewourfirm-a .component__button--2:hover,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--2:hover {
  color: #fff;
}
.section--dark .reviewourfirm-a .component__button--3,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--3 {
  color: #fff;
}
.section--dark .reviewourfirm-a .component__button--3:hover,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--3:hover {
  color: #FF7F00;
}

.section--light .reviewourfirm-a .component__button--1 {
  color: #0384d7;
}
.section--light .reviewourfirm-a .component__button--1:hover {
  color: #fff;
}
.section--light .reviewourfirm-a .component__button--2 {
  color: #fff;
}
.section--light .reviewourfirm-a .component__button--2:hover {
  color: #0384d7;
}
.section--light .reviewourfirm-a .component__button--3 {
  color: #fff;
}
.section--light .reviewourfirm-a .component__button--3:hover {
  color: #FF7F00;
}

.reviewourfirm-a__title {
  font-family: "Playfair Display", serif !important;
  font-size: 1.75rem;
}
.reviewourfirm-a__rating-points {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
.reviewourfirm-a__excerpt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
.reviewourfirm-a__read-more, .reviewourfirm-a__show-less, .reviewourfirm-a__author {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 1rem;
  padding-top: 0.625rem;
}

.section--dark .reviewourfirm-a__rating-points, .section--dark .reviewourfirm-a__excerpt, .section--dark .reviewourfirm-a__read-more, .section--dark .reviewourfirm-a__show-less, .section--dark .reviewourfirm-a__author {
  color: #ffffff;
}
.section--light .reviewourfirm-a__rating-points, .section--light .reviewourfirm-a__excerpt, .section--light .reviewourfirm-a__author {
  color: #4A4A4A;
}

.search-a {
  padding: 3.125rem 0;
}
.search-a__page-title {
  background-color: #BDB464;
  padding: 3.75rem 0;
  margin-bottom: 3.75rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
.search-a__topbar, .search-a__bottombar {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.625rem 0;
}
.search-a__title {
  margin: 0 0 3.125rem 0;
}
.search-a .page-link {
  border: none;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.search-a__post-count {
  padding: 0.3125rem 0;
}
.search-a__viewing {
  color: #666;
}
.search-a__results {
  padding: 1.875rem 0;
}
.search-a__content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-a__content > li {
  margin-bottom: 1.875rem;
}
.search-a__content > li .component__title {
  margin-bottom: 0.9375rem;
}
.search-a__content > li .component__title a {
  text-decoration: none;
  color: #000000;
}
.search-a__content > li:last-child {
  margin-bottom: 0;
}
.search-a__content > li:last-child p {
  margin-bottom: 0;
}
.search-a__p {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.search-a__search-term {
  font-weight: 700;
}
.search-a__readmore {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
.search-a__postinfo {
  display: block;
  margin-bottom: 0.3125rem;
}
.search-a__postinfo a {
  padding-bottom: 0.125rem;
}
.search-a__delimiter {
  margin: 0 0.3125rem;
  display: inline-block;
}
.search-a__noresults {
  border-top: 1px solid #ccc;
  padding: 3.125rem 0 0 0;
}
.search-a__noresults h3 {
  margin-bottom: 1.25rem;
}
.search-a__noresults a {
  border-bottom: 2px solid blue;
}
.search-a .component__title {
  font-weight: 700;
}
.search-a .component__pagination-list {
  padding: 0.3125rem 0;
  margin: 0;
}
.search-a .component__pagination .pagination {
  text-align: center;
  margin-bottom: 0;
  justify-content: flex-end;
}
.search-a .component__pagination .pagination li {
  border: 1px solid transparent;
}
.search-a .component__pagination .pagination li a,
.search-a .component__pagination .pagination li span {
  padding: 0.625rem 0.75rem;
  color: #2196f3;
  display: inline-block;
  line-height: 1;
}
.search-a .component__pagination .pagination li:first-child, .search-a .component__pagination .pagination li:last-child {
  margin: 0 0.625rem;
}
.search-a .component__pagination .pagination li:first-child a,
.search-a .component__pagination .pagination li:first-child span, .search-a .component__pagination .pagination li:last-child a,
.search-a .component__pagination .pagination li:last-child span {
  background-color: #BDB464;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-indent: -5000em;
  display: inline-block;
  position: relative;
}
.search-a .component__pagination .pagination li:first-child a:before, .search-a .component__pagination .pagination li:first-child a:after,
.search-a .component__pagination .pagination li:first-child span:before,
.search-a .component__pagination .pagination li:first-child span:after, .search-a .component__pagination .pagination li:last-child a:before, .search-a .component__pagination .pagination li:last-child a:after,
.search-a .component__pagination .pagination li:last-child span:before,
.search-a .component__pagination .pagination li:last-child span:after {
  font-family: font-awesome;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
}
@media (max-width: 767px) {
  .search-a .component__pagination .pagination li:first-child a:before, .search-a .component__pagination .pagination li:first-child a:after,
.search-a .component__pagination .pagination li:first-child span:before,
.search-a .component__pagination .pagination li:first-child span:after, .search-a .component__pagination .pagination li:last-child a:before, .search-a .component__pagination .pagination li:last-child a:after,
.search-a .component__pagination .pagination li:last-child span:before,
.search-a .component__pagination .pagination li:last-child span:after {
    position: static;
  }
}
@media (max-width: 767px) {
  .search-a .component__pagination .pagination li:first-child a,
.search-a .component__pagination .pagination li:first-child span, .search-a .component__pagination .pagination li:last-child a,
.search-a .component__pagination .pagination li:last-child span {
    text-indent: 0;
  }
}
.search-a .component__pagination .pagination li:first-child a:before,
.search-a .component__pagination .pagination li:first-child span:before {
  content: "";
}
@media (max-width: 767px) {
  .search-a .component__pagination .pagination li:first-child a:before,
.search-a .component__pagination .pagination li:first-child span:before {
    margin-right: 0.625rem;
  }
}
.search-a .component__pagination .pagination li:last-child a:after,
.search-a .component__pagination .pagination li:last-child span:after {
  content: "";
}
@media (max-width: 767px) {
  .search-a .component__pagination .pagination li:last-child a:after,
.search-a .component__pagination .pagination li:last-child span:after {
    margin-left: 0.625rem;
  }
}
.search-a .component__pagination .pagination li.active {
  border-color: #2196f3;
}

.section--dark .search-a__content li h3 a,
.section.section__bg--dark-4 .search-a__content li h3 a {
  color: #fff;
}
.section--dark .search-a .page-item.active .page-link,
.section.section__bg--dark-4 .search-a .page-item.active .page-link {
  background-color: #BDB464;
}
.section--dark .search-a .page-item.active .page-link:hover,
.section.section__bg--dark-4 .search-a .page-item.active .page-link:hover {
  color: white;
}
.section--dark .search-a .page-item .page-link:hover,
.section.section__bg--dark-4 .search-a .page-item .page-link:hover {
  background-color: #BDB464;
  color: white;
}
.section--dark .search-a__term,
.section.section__bg--dark-4 .search-a__term {
  color: #BDB464;
}
.section--dark .search-a__postinfo a, .section--dark .search-a__noresults a,
.section.section__bg--dark-4 .search-a__postinfo a,
.section.section__bg--dark-4 .search-a__noresults a {
  border-bottom: 1px solid #BDB464;
}
.section--dark .search-a__postinfo a:hover, .section--dark .search-a__noresults a:hover,
.section.section__bg--dark-4 .search-a__postinfo a:hover,
.section.section__bg--dark-4 .search-a__noresults a:hover {
  border-bottom: 1px solid white;
}

.section__bg--dark-1 .page-item .page-link {
  background-color: #1E4865;
}
.section__bg--dark-2 .page-item .page-link {
  background-color: #3580b4;
}
.section__bg--dark-3 .page-item .page-link {
  background-color: #071016;
}
.section__bg--dark-4 .page-item .page-link {
  background-color: #BDB464;
}
.section__bg--dark-5 .page-item .page-link {
  background-color: #dbd7ac;
}
.section__bg--dark-6 .page-item .page-link {
  background-color: #837c38;
}
.section__bg--dark-7 .page-item .page-link {
  background-color: #FF7F00;
}
.section__bg--dark-8 .page-item .page-link {
  background-color: #000000;
}

.section__bg--light-1 .page-item .page-link {
  background-color: #ffffff;
}
.section__bg--light-2 .page-item .page-link {
  background-color: #e0e0e0;
}

.section--light .search-a .page-item.active .page-link {
  background-color: #0384d7;
}
.section--light .search-a .page-item.active .page-link:hover {
  color: black;
}
.section--light .search-a .page-item .page-link:hover {
  background-color: #0384d7;
  color: black;
}
.section--light .search-a__term {
  color: #0384d7;
}
.section--light .search-a__postinfo a, .section--light .search-a__noresults a {
  border-bottom: 1px solid #0384d7;
}
.section--light .search-a__postinfo a:hover, .section--light .search-a__noresults a:hover {
  border-bottom: 1px solid black;
}

@media (max-width: 767px) {
  .search-a__title {
    font-size: 1.5rem;
    margin: 1.25rem 0;
  }
  .search-a .component__pagination-list {
    justify-content: flex-start !important;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 519px) {
  .search-a .page-link {
    padding: 0.5rem 0.6rem;
  }
  .search-a__thumbnail {
    margin-bottom: 1.875rem;
  }
}
.section--dark .search-a__noresults, .section--dark .search-a__viewing {
  color: #ffffff;
}

.searchbar-a {
  position: relative;
  padding: 0;
  margin: 0;
}
.searchbar-a__btnwrapper {
  display: inline-block;
}
.searchbar-a__btnsearch {
  display: block;
  height: 100%;
  width: 3.125rem;
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
}
.searchbar-a__btnsearch .icon-search {
  font-size: 1.625rem;
}
.searchbar-a__searchtext {
  display: block;
  width: 100%;
}
.searchbar-a__flyout {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: rgba(245, 244, 245, 0.95);
  position: absolute;
  z-index: 11;
}
.searchbar-a__flyout:not(.searchbar-open) {
  display: none;
}
.searchbar-a__flyout > .row {
  margin: 0;
}
.searchbar-a__title {
  font-family: "lato-light", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.searchbar-a__searchbarform {
  border: 10px solid #e0e0e2;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 10px solid #e0e0e2;
  position: relative;
  overflow: hidden;
}
.searchbar-a__searchbarform label {
  display: block;
  margin: 0;
}
.searchbar-a__searchbarform input[type=search] {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  margin: 0;
  padding: 0 0 0 0.625rem;
  font-size: 1.0625rem;
  text-align: left;
  color: #0a0a0a;
  width: 100%;
  height: 2.8125rem;
  line-height: 1.4;
  border: 1px solid #fefefe;
  background: #fefefe;
  vertical-align: middle;
}
.searchbar-a__searchbarform input[type=search]:focus {
  color: #0a0a0a;
  background: #fefefe;
}
.searchbar-a__searchbarform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 100%;
  overflow: hidden;
  background-color: #0a0a0a;
  cursor: pointer;
  border: none;
}
.searchbar-a__searchbarform button .icon-search {
  font-size: 1.625rem;
  color: #fff;
}
.searchbar-a__closeflyout {
  position: absolute;
  right: 10%;
  top: 2%;
}
.searchbar-a__closeflyoutbtn {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  background: transparent;
  border: none;
}
.searchbar-a__closeflyoutbtn .icon-times {
  font-size: 1.625rem;
}

.section--dark .searchbar-a__btnsearch .icon-search, .section.section__bg--dark-4 .searchbar-a__btnsearch .icon-search {
  color: #fff;
}
.section--dark .searchbar-a__searchtext, .section.section__bg--dark-4 .searchbar-a__searchtext {
  color: #fff;
}

@media (max-width: 991px) {
  .searchbar-a__closeflyout {
    right: 10%;
    top: 2%;
  }
}
@media (max-width: 1199px) {
  .searchbar-a__closeflyout {
    right: 0;
    top: 2%;
  }
}
@media (max-width: 767px) {
  .searchbar-a__flyout .offset-sm-1 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }
}
.socialmedia {
  padding: 3.125rem 0;
}
.socialmedia__title {
  margin-bottom: 0.625rem;
}
.socialmedia__subtitle {
  margin-bottom: 0.625rem;
  margin-top: 0;
  font-size: 1.4375rem;
}
.socialmedia__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.socialmedia__item {
  display: inline-block;
}
.socialmedia__link {
  color: #fff;
  background: #000;
  border-radius: 0.25rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.socialmedia__link--small {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.125rem;
}
.socialmedia__link--medium {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
}
.socialmedia__link--large {
  width: 3rem;
  height: 3rem;
  font-size: 2.25rem;
}
.socialmedia.text-right .socialmedia__link--small {
  margin: 0 0 0.5rem 0.5rem;
}
.socialmedia.text-right .socialmedia__link--medium {
  margin: 0 0 0.75rem 0.75rem;
}
.socialmedia.text-right .socialmedia__link--large {
  margin: 0 0 1rem 1rem;
}
.socialmedia.text-left .socialmedia__link--small {
  margin: 0 0.5rem 0.5rem 0;
}
.socialmedia.text-left .socialmedia__link--medium {
  margin: 0 0.75rem 0.75rem 0;
}
.socialmedia.text-left .socialmedia__link--large {
  margin: 0 1rem 1rem 0;
}
.socialmedia.text-center .socialmedia__link--small {
  margin: 0 0.25rem 0.5rem;
}
.socialmedia.text-center .socialmedia__link--medium {
  margin: 0 0.375rem 0.75rem;
}
.socialmedia.text-center .socialmedia__link--large {
  margin: 0 0.5rem 1rem;
}

.section--dark .socialmedia__link {
  color: #000;
  background: #fff;
}

@media (max-width: 768px) {
  .socialmedia__title, .socialmedia__subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .socialmedia {
    text-align: center !important;
  }
}
@media (max-width: 519px) {
  .socialmedia {
    text-align: center !important;
  }
  .socialmedia.text-right .socialmedia__link--small {
    margin: 0 0.625rem 0.625rem 0;
  }
  .socialmedia.text-right .socialmedia__link--medium {
    margin: 0 0.9375rem 0.9375rem 0;
  }
  .socialmedia.text-right .socialmedia__link--large {
    margin: 0 1.25rem 1.25rem 0;
  }
  .socialmedia.text-left .socialmedia__link--small {
    margin: 0 0.625rem 0.625rem 0;
  }
  .socialmedia.text-left .socialmedia__link--medium {
    margin: 0 0.9375rem 0.9375rem 0;
  }
  .socialmedia.text-left .socialmedia__link--large {
    margin: 0 1.25rem 1.25rem 0;
  }
  .socialmedia.text-center .socialmedia__link--small {
    margin: 0 0.625rem 0.625rem 0;
  }
  .socialmedia.text-center .socialmedia__link--medium {
    margin: 0 0.9375rem 0.9375rem 0;
  }
  .socialmedia.text-center .socialmedia__link--large {
    margin: 0 1.25rem 1.25rem 0;
  }
}
.section-socialmedia .socialmedia {
  padding: 0.625rem 0;
}
.section-socialmedia .socialmedia__link {
  border-radius: 25px;
}

.section--light .socialmedia__link {
  background: #ccc588;
}

.staff-a .staff__title-caption-wrap, .staff-b .staff__title-caption-wrap, .staff-c .staff__title-caption-wrap, .staff-grid .staff__title-caption-wrap {
  padding: 0;
}

.staff-a .staff-member__image-wrapper {
  padding: 0 15px;
}

.section--light .staff-grid .staff__caption {
  color: #BDB464;
}

.staff-a .staff__title-caption-wrap {
  margin: 0 auto;
  padding-top: 3.125rem;
}
@media (min-width: 575px) {
  .staff-a .staff__title-caption-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-a .staff__title-caption-wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-a .staff__title-caption-wrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-a .staff__title-caption-wrap {
    max-width: 1170px;
  }
}
.staff-a .staff__controls {
  height: 1px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .staff-a .staff__controls {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-a .staff__controls {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-a .staff__controls {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-a .staff__controls {
    max-width: 1170px;
  }
}
.staff-a .staff__controls .flex-control-nav {
  width: 66.666667%;
  position: initial;
  bottom: -40px;
  text-align: center;
  float: right;
  margin-top: -40px;
}
.staff-a .staff__list {
  position: relative;
  overflow: hidden;
}
.staff-a .staff__item {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-a .staff__item .staff-member__image-wrapper {
  position: relative;
}
.staff-a .staff__item .staff-member__image {
  display: inline-block;
  max-width: 100%;
  min-width: 50%;
  width: 100%;
}
.staff-a .staff__item .staff-member__name + .staff-member__position {
  margin-top: 1.25rem;
}
.staff-a--4 .staff-member__text {
  margin-top: 1.875rem;
}
@media (min-width: 575px) {
  .staff-a--4 .staff__controls {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-a--4 .staff__controls {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-a--4 .staff__controls {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-a--4 .staff__controls {
    max-width: 1170px;
  }
}
.staff-a--4 .staff__controls .flex-control-nav {
  width: 100%;
  margin: -40px auto 0 auto;
}
.staff-a--12 .staff__title-caption-wrap, .staff-a--6 .staff__title-caption-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-a--12 .staff__item, .staff-a--6 .staff__item {
  padding: 0;
}
.staff-a--12 .staff-member__text, .staff-a--6 .staff-member__text {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .staff-a--12 .staff-member__text, .staff-a--6 .staff-member__text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-a--12 .staff-member__text, .staff-a--6 .staff-member__text {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-a--12 .staff-member__text, .staff-a--6 .staff-member__text {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-a--12 .staff-member__text, .staff-a--6 .staff-member__text {
    max-width: 1170px;
  }
}
.staff-a--12 .staff-member__text-wrap, .staff-a--6 .staff-member__text-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-a--12 .staff-member__image-wrapper, .staff-a--6 .staff-member__image-wrapper {
  padding: 0;
}

.container-fluid .staff-a--12, .container-fluid .staff-a--6 {
  margin: 0 -0.9375rem;
}

.staff .staff-a--4 .staff__item .staff-member__name {
  margin-top: 1.875rem;
}

.staff-b .component__title-caption-wrap {
  padding-top: 3.125rem;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .staff-b .component__title-caption-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-b .component__title-caption-wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-b .component__title-caption-wrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-b .component__title-caption-wrap {
    max-width: 1170px;
  }
}
.staff-b .staff__list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.staff-b .staff__item {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
.staff-b .staff-member__image {
  display: inline-block;
  max-width: 100%;
  min-width: 50%;
  width: 100%;
}
.staff-b .staff-member__name {
  margin-top: 1.875rem;
}

.staff-b--12 {
  margin: 0 -0.9375rem;
}
.staff-b--12 .component__title-caption-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-b--12 .staff__item {
  padding: 0;
}
.staff-b--12 .staff__item:nth-child(even):before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0.1;
}
.staff-b--12 .staff__item .staff-member__text {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 1170px;
  }
}
.staff-b--12 .staff__item .staff-member__text-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-b--12 .staff__item .staff-member__image-wrapper {
  padding: 0;
}

.section--light .staff-b--12 .staff__item:nth-child(even):before {
  background-color: rgba(0, 0, 0, 0.3);
}

.staff-c {
  padding-bottom: 1.25rem;
}
.staff-c .staff__title-caption-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-c .flex-control-nav {
  bottom: 0;
}
.staff-c .staff__item .staff-member {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.staff-c .staff__item .staff-member__text {
  margin-top: auto;
}
.staff-c .staff__item .staff-member__image {
  display: inline-block;
  max-width: 100%;
  min-width: 50%;
}
.staff-c .staff__item .staff-member__name {
  margin-top: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.staff-c .staff__item .staff-member__position {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}
.staff-c .staff__item .staff-member__link {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9375rem 0.625rem;
  margin-top: 0.9375rem;
}

.section--dark .staff-c .staff__item .staff-member__name,
.section.section__bg--dark-4 .staff-c .staff__item .staff-member__name {
  color: #fff;
}

.staff-grid {
  padding-bottom: 1.25rem;
}
.staff-grid .staff__title-caption-wrap {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-grid .staff__title {
  font-family: "lato-heavy", "Arial Black", Arial, Helvetica, sans-serif;
}
.staff-grid .flex-control-nav {
  bottom: 0;
}
.staff-grid .staff__item .staff-member {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.staff-grid .staff__item .staff-member__text {
  margin-top: auto;
}
.staff-grid .staff__item .staff-member__image {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 50%;
}
.staff-grid .staff__item .staff-member__name {
  margin-top: 0.9375rem;
  font-weight: 700;
  text-align: left;
}
.staff-grid .staff__item .staff-member__name a {
  text-decoration: none;
}
.staff-grid .staff__item .staff-member__position {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}
.staff-grid .staff__item .staff-member__link {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9375rem 0.625rem;
  margin-top: 0.9375rem;
}

.staff-detail {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.staff-detail .staff-member__img {
  max-width: 100%;
}
.staff-detail .staff-member__name, .staff-detail .staff-member__prefix, .staff-detail .staff-member__suffix {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.staff-detail .staff-member__image {
  width: 100%;
}
.staff-detail .staff-member__full-name {
  margin: 0;
}
.staff-detail .staff-member__position {
  margin: 0.3125rem 0 0 0;
  font-size: 1.375rem;
}
.staff-detail .staff-member__info {
  margin: 1.25rem 0 0 0;
  padding: 1.25rem 0;
}
.staff-detail .staff-member__info > div {
  padding-top: 0.3125rem;
}
.staff-detail .staff-member__info > div:first-child {
  padding: 0;
}
.staff-detail .staff-member__info span {
  min-width: 10%;
  display: inline-block;
  text-transform: lowercase;
}
.staff-detail .staff-member__email a {
  text-decoration: underline;
}
.staff-detail .staff-member__social {
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
}
.staff-detail .staff-member__social li {
  display: inline-block;
  margin-right: 0.625rem;
}
.staff-detail .staff-member__social li a .icon, .staff-detail .staff-member__social li a .article__post-author:before, .staff-detail .staff-member__social li a .article__post-category:before, .staff-detail .staff-member__social li a .article__post-creation-date:before, .staff-detail .staff-member__social li a .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .staff-detail .staff-member__social li a .ui-datepicker-prev,
.staff-detail .staff-member__social li a .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .staff-detail .staff-member__social li a .ui-datepicker-next, .staff-detail .staff-member__social li a .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .staff-detail .staff-member__social li a a:before, .staff-detail .staff-member__social li a .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .staff-detail .staff-member__social li a .ui-datepicker-prev,
.staff-detail .staff-member__social li a .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .staff-detail .staff-member__social li a .ui-datepicker-next {
  font-size: 1.75rem;
}
.staff-detail .staff-member__description h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
.staff-detail--4 .staff-member__name, .staff-detail--4 .staff-member__prefix, .staff-detail--4 .staff-member__suffix {
  font-size: 2rem;
  line-height: 1.2;
}
.staff-detail--4 .staff-member__position {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}
.staff-detail--4 .staff-member__image-wrapper {
  margin-top: 24px;
}
.staff-detail--4 .staff-member__info span,
.staff-detail--4 .staff-member__info a {
  min-width: 20%;
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: unset;
  text-decoration: none;
}
.staff-detail--4 .staff-member__vcard {
  font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
  margin: 1rem 0 0 0;
}
@media (max-width: 991px) {
  .staff-detail--4 .staff-member__imageInfoWrap {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  .staff-detail--4 .staff-member__image-wrapper {
    width: 35%;
  }
  .staff-detail--4 .staff-member__info-wrapper {
    width: 60%;
  }
  .staff-detail--4 .staff-member__image-wrapper, .staff-detail--4 .staff-member__info {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .staff-detail--4 .staff-member__imageInfoWrap {
    margin-top: 0;
    flex-direction: column;
  }
  .staff-detail--4 .staff-member__image-wrapper {
    width: 100%;
  }
  .staff-detail--4 .staff-member__info-wrapper {
    width: 100%;
  }
  .staff-detail--4 .staff-member__image-wrapper, .staff-detail--4 .staff-member__info {
    margin-top: 24px !important;
  }
  .staff-detail--4 .staff-member__image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .staff-detail--4 .staff-member__info {
    margin-top: 16px !important;
  }
}

.staff-content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding: 0;
}
.staff-content__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.staff-content__content h1,
.staff-content__content h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.staff-content__content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.staff-content__accordion {
  padding-top: 3.125rem;
  padding-top: 0;
}
.staff-content__accordion h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin: 0;
  padding: 1.25rem 0;
  border-top: 1px solid #e0e0e0;
  font-size: 1.5rem;
}
.staff-content__accordion h3:hover {
  cursor: pointer;
}
.staff-content__accordion h3:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 font-awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  color: #525252;
}
.staff-content__accordion h3.ui-accordion-header-active:after {
  content: "";
}
.staff-content__accordion h3:first-child {
  border: none;
}
.staff-content__accordion > div {
  display: none;
  padding: 1.25rem 0 2.5rem 0;
}
.staff-content__accordion > div p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.section--light .staff-detail .staff-member {
  color: #000;
}
.section--light .staff-detail .staff-member__name, .section--light .staff-detail .staff-member__prefix, .section--light .staff-detail .staff-member__suffix {
  color: #000;
}
.section--light .staff-detail .staff-member__text {
  color: #000;
}
.section--light .staff-detail .staff-member__info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.section--light .staff-detail .staff-member__email a, .section--light .staff-detail .staff-member__vcard a, .section--light .staff-detail .staff-member__phone a, .section--light .staff-detail .staff-member__fax a, .section--light .staff-detail .staff-member__social a {
  color: #0384d7;
}
.section--light .staff-detail .staff-member__email a:hover, .section--light .staff-detail .staff-member__vcard a:hover, .section--light .staff-detail .staff-member__phone a:hover, .section--light .staff-detail .staff-member__fax a:hover, .section--light .staff-detail .staff-member__social a:hover {
  text-decoration: underline;
}
.section--light .staff-detail .staff-member__position {
  color: #BDB464;
}

.section--dark .staff-detail .staff-member {
  color: #fff;
}
.section--dark .staff-detail .staff-member__name, .section--dark .staff-detail .staff-member__prefix, .section--dark .staff-detail .staff-member__suffix {
  color: #fff;
}
.section--dark .staff-detail .staff-member__text {
  color: #fff;
}
.section--dark .staff-detail .staff-member__info {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section--dark .staff-detail .staff-member__phone a {
  color: #fff;
}
.section--dark .staff-detail .staff-member__fax a {
  color: #fff;
}
.section--dark .staff-detail .staff-member__social a {
  color: #fff;
}
.section--dark .staff-detail .staff-member__email a, .section--dark .staff-detail .staff-member__vcard a, .section--dark .staff-detail .staff-member__phone a, .section--dark .staff-detail .staff-member__fax a, .section--dark .staff-detail .staff-member__social a {
  color: #fff;
}
.section--dark .staff-detail .staff-member__email a:hover, .section--dark .staff-detail .staff-member__vcard a:hover, .section--dark .staff-detail .staff-member__phone a:hover, .section--dark .staff-detail .staff-member__fax a:hover, .section--dark .staff-detail .staff-member__social a:hover {
  text-decoration: underline;
}

.section--dark .staff-content__content h1,
.section--dark .staff-content__content h2,
.section.section__bg--dark-4 .staff-content__content h1,
.section.section__bg--dark-4 .staff-content__content h2 {
  color: #fff;
}
.section--dark .staff-content__content p,
.section.section__bg--dark-4 .staff-content__content p {
  color: #fff;
}
.section--dark .staff-content__accordion h3,
.section.section__bg--dark-4 .staff-content__accordion h3 {
  color: #fff;
}
.section--dark .staff-content__accordion h3::after,
.section.section__bg--dark-4 .staff-content__accordion h3::after {
  color: #fff;
}
.section--dark .staff-content__accordion > div,
.section.section__bg--dark-4 .staff-content__accordion > div {
  color: #fff;
}
.section--dark .staff-content__accordion > div p,
.section.section__bg--dark-4 .staff-content__accordion > div p {
  color: #fff;
}

.section--light .staff-grid .staff__title {
  color: #1E4865;
}
.section--light .staff-grid .staff__caption {
  color: #000000;
}
.section--light .staff-grid .staff__item .staff-member__name a {
  color: #1E4865;
}
.section--light .staff-grid .staff__item .staff-member__name a:visited, .section--light .staff-grid .staff__item .staff-member__name a:hover, .section--light .staff-grid .staff__item .staff-member__name a:focus {
  color: #BDB464;
}
.section--light .staff-grid .staff__item .staff-member__position {
  color: #000000;
}

.section--dark .staff-grid .staff__title {
  color: #ffffff;
}
.section--dark .staff-grid .staff__caption {
  color: #ffffff;
}
.section--dark .staff-grid .staff__item .staff-member__name a {
  color: #ffffff;
}
.section--dark .staff-grid .staff__item .staff-member__name a:visited, .section--dark .staff-grid .staff__item .staff-member__name a:hover, .section--dark .staff-grid .staff__item .staff-member__name a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.section--dark .staff-grid .staff__item .staff-member__position {
  color: #BDB464;
}

@media (min-width: 768px) {
  .staff-a--12 .staff-member {
    display: inline-flex;
    width: 100%;
  }
  .staff-a--12 .staff-member__text {
    width: 100%;
  }
  .staff-a--12 .staff-member__text-wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .staff-a--12 .staff__item .staff-member {
    position: relative;
  }

  .staff-a--6 .staff__item .staff-member {
    position: relative;
  }
  .staff-a--6 .staff__item .staff-member__image-wrapper {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .staff-b--12 .staff__item .staff-member {
    position: relative;
  }
  .staff-b--12 .staff__item .staff-member__text {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 575px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 991px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1199px) {
  .staff-b--12 .staff__item .staff-member__text {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .staff-b--12 .staff__item .staff-member__image-wrapper {
    position: absolute;
    width: 33.333333%;
    width: calc(33.333333% - 20px);
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .staff-detail .staff-member__info {
    margin: 1rem 0 0 0;
    padding: 1rem 0;
  }
  .staff-detail .staff-member__social {
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;
  }
}
@media (min-width: 991px) {
  .staff .staff-a--12 .staff__item .staff-member__text {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .staff-a--6 .staff-member__text-wrap {
    padding-top: 0;
  }

  .staff-b--12 .staff__item .staff-member__text {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (max-width: 991px) {
  .staff-detail .staff-member__full-name {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .staff-a .staff__controls {
    height: 1px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 575px) {
  .staff-a .staff__controls {
    max-width: 540px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .staff-a .staff__controls {
    max-width: 720px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .staff-a .staff__controls {
    max-width: 960px;
  }
}
@media (max-width: 1199px) and (min-width: 1199px) {
  .staff-a .staff__controls {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .staff-a .staff__controls .flex-control-nav {
    width: 100%;
    position: initial;
    bottom: -40px;
    text-align: center;
    float: right;
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .staff-b .staff-member__image-wrapper__image {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .staff-grid .staff-member__image-wrapper__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .staff-c .staff__item .staff-member__link {
    font-size: 0.9375rem;
  }

  .staff-grid .staff__item .staff-member__link {
    font-size: 0.9375rem;
  }

  .staff-detail .staff-member__img {
    width: 100%;
  }
}
.section-staff .staff-detail {
  padding-top: 0;
}
.section-staff .staff-detail .staff-member__position {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.section-staff .staff-detail .staff-member__info {
  border-top-color: #acacac;
  border-bottom-color: #acacac;
}
.section-staff .staff-detail .staff-member__info > div:first-child {
  padding: 0 0 1rem 0;
}
.section-staff .staff-detail .staff-member__phone {
  padding-bottom: 1rem;
}
.section-staff .staff-detail .staff-member__phone, .section-staff .staff-detail .staff-member__fax {
  border-bottom: 1px solid #acacac;
  padding: 1rem 0;
}
.section-staff .staff-detail .staff-member__email {
  padding-top: 1rem;
}
.section-staff .staff-detail--4 .staff-member__name, .section-staff .staff-detail--4 .staff-member__prefix, .section-staff .staff-detail--4 .staff-member__suffix {
  font-size: 1.875rem;
}
.section-staff .staff-detail--4 .staff-member__position {
  font-size: 1.375rem;
}
.section-staff .staff-detail--4 .staff-member__phone, .section-staff .staff-detail--4 .staff-member__fax {
  border: 0;
  padding: 0;
}
.section-staff .staff-detail--4 .staff-member__phone a, .section-staff .staff-detail--4 .staff-member__fax a {
  text-decoration: none !important;
}
.section-staff .staff-detail--4 .staff-member__phone a:hover, .section-staff .staff-detail--4 .staff-member__fax a:hover {
  text-decoration: underline !important;
}
.section-staff .staff-content__content h1,
.section-staff .staff-content__content h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.section-staff .staff-content__content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.section-staff .staff-content__content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.section-staff .staff-content__accordion h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.section-staff .staff-content__accordion > div p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.section-staff .staff-a .staff__item .staff-member__link, .section-staff .staff-c .staff__item .staff-member__link {
  font-weight: bold;
}

.section--light .staff-a .staff__item .staff-member__image,
.section--light .staff-c .staff__item .staff-member__image {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--light .staff-detail .staff-member__name, .section--light .staff-detail .staff-member__prefix, .section--light .staff-detail .staff-member__suffix, .section--light .staff-detail .staff-member__text,
.section--light .staff-detail .staff-member span {
  color: #4A4A4A;
}
.section--light .staff-detail .staff-member__position {
  color: #BDB464;
}
.section--light .staff-detail .staff-member__image img {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--light .staff-detail .staff-member__email a {
  text-decoration: none;
}
.section--light .staff-content__content h1,
.section--light .staff-content__content h2 {
  color: #4A4A4A;
}
.section--light .staff-content__content h3 {
  color: #BDB464;
}
.section--light .staff-content__accordion h3 {
  color: #4A4A4A;
}
.section--dark .staff__list {
  color: #ffffff;
}
.section--dark .staff__list a {
  color: #ffffff;
}
.section--dark .staff__list a:hover {
  text-decoration: underline;
}
.section--dark .staff-a .staff__item .staff-member__image,
.section--dark .staff-c .staff__item .staff-member__image {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.section--dark .staff-detail .staff-member__image img {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--dark .staff-detail .staff-member__phone a {
  text-decoration: underline;
}
.section--dark .staff-detail .staff-member__email a {
  color: #ffffff;
}
.section--dark .staff-content__content h3,
.section--dark .staff-content__content h4,
.section--dark .staff-content__content h5 {
  color: #ffffff;
}

.stats-a .stats__title-caption-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 575px) {
  .stats-a .stats__title-caption-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .stats-a .stats__title-caption-wrap {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .stats-a .stats__title-caption-wrap {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .stats-a .stats__title-caption-wrap {
    max-width: 1170px;
  }
}
.stats-a .column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.stats-a .component__title {
  word-break: break-all;
}
.stats-a .component__subtitle {
  margin-bottom: 1rem;
}
.stats-a .stats-item {
  text-align: center;
}

.stats {
  padding: 30px 0;
}
.stats .stats-flexslider {
  padding: 0 2rem;
}
.stats .component__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #4A4A4A;
}
.stats .component__subtitle {
  color: #BDB464;
}
.stats .stat-a__title {
  color: #BDB464;
  font-size: 2.5rem;
  line-height: 1.1;
  padding-bottom: 1.25rem;
}
.stats .stat-a__subtitle {
  color: #4A4A4A;
  line-height: 1;
}

.stats-12 .stats--desktop-wrapper {
  border-left: 1px solid #ccc;
}
.stats-12 .stats__title-caption-wrap {
  padding-bottom: 1.875rem;
}
.stats-12 .component__subtitle {
  margin-bottom: 0;
}
.stats-12 .cta__button {
  margin-top: 0;
}
.stats-12 .stat-a__subtitle {
  margin-top: 0;
}
.stats-4 .stat-a__cta, .stats-6 .stat-a__cta, .stats-8 .stat-a__cta {
  text-align: center;
}
.stats-4 .stat-a__subtitle, .stats-6 .stat-a__subtitle, .stats-8 .stat-a__subtitle {
  margin-top: 0;
}
.stats-4 .stat-a__title {
  font-size: 1.625rem;
}

.section--dark .stats .stats__title-caption-wrap {
  border-right-color: #ffffff;
}
.section--dark .stats .component__title {
  color: #ffffff;
}
.section--dark .stats .component__subtitle {
  color: #ffffff;
}
.section--dark .stats .stat-a__title {
  color: #ffffff;
}
.section--dark .stats .stat-a__subtitle {
  color: #ffffff;
}

@media (max-width: 991px) {
  .stats .stat-a__title {
    font-size: 2.5rem;
  }

  .stats-a {
    padding: 10px 0;
  }
  .stats-a .stats__title-caption-wrap {
    padding: 0;
  }
  .stats-a .stat-a__cta {
    padding-top: 1.875rem;
    justify-content: center;
  }
  .stats-a .stat-a__cta > div {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .stats-a .stat-a__cta a {
    max-width: 260px;
  }
  .stats-a .col-md-6 {
    min-width: 100%;
  }
  .stats-a .column-wrapper .d-sm-block.d-md-none {
    display: block !important;
  }
  .stats-a .stats--desktop-wrapper {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .stats-a .stat-a__cta {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .stats-a {
    padding: 10px 0;
  }
  .stats__title-caption-wrap {
    padding: 0;
  }

  .stats .stats-flexslider {
    padding: 26px 0;
  }
  .stats .component__title {
    font-size: 1.5rem;
  }
  .stats .component__subtitle {
    font-size: 1.125rem;
  }
  .stats .stat-a__title {
    font-size: 1.625rem;
  }
  .stats-12 .stats--desktop-wrapper {
    border-left: 0;
  }
}
.testimonials-a {
  margin-bottom: 1.875rem;
}
.testimonials-a .quotemark {
  display: none;
}
.testimonials-a .testimonials {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.testimonials-a .testimonials .testimonials__source {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}
.testimonials-a .testimonials-item__source {
  margin-top: 1.25rem;
  display: block;
  color: #fff;
}

.testimonials-d {
  margin-bottom: 1.25rem;
}
.testimonials-d .quotemark {
  display: none;
}
.testimonials-d .component__title-caption-wrap {
  text-align: center;
}
.testimonials-d .testimonials {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.testimonials-d .testimonials-item--wrap {
  padding: 3.125rem 2.25rem 1.25rem;
}
.testimonials-d .testimonials-item--wrapInner {
  background: #ffffff;
  border-radius: 17px;
  box-shadow: 1px 2px 18px 3px rgba(0, 0, 0, 0.1);
  padding: 3.75rem 1.875rem 0.9375rem;
  text-align: center;
}
.testimonials-d .testimonials-item__imageWrap {
  display: flex;
  justify-content: center;
}
.testimonials-d .testimonials-item__image {
  margin-bottom: -40px;
  z-index: 3;
  position: relative;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials-d .testimonials-item .defaultImgWrap .defaultImg {
  background-size: auto;
}
.testimonials-d .testimonials-item__content {
  color: #1E4865;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0.9375rem;
}
.testimonials-d .testimonials-item__source {
  color: #1E4865;
  padding-bottom: 0.9375rem;
  display: block;
  text-transform: uppercase;
}
.testimonials-d .testimonials-item .expand {
  color: #1E4865;
}
.testimonials-d .testimonials-item .expand:before {
  top: 15px;
}

.section--dark .testimonials-d .testimonials-item .defaultImgWrap .defaultImg {
  background-color: #BDB464;
}
.section--light .testimonials-d .testimonials-item .defaultImgWrap .defaultImg, .section__bg--dark-4 .testimonials-d .testimonials-item .defaultImgWrap .defaultImg {
  background-color: #1E4865;
}

.testimonials-list-a .quotemark {
  display: none;
}
.testimonials-list-a .testimonials__header {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .testimonials-list-a .testimonials__header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .testimonials-list-a .testimonials__header {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .testimonials-list-a .testimonials__header {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .testimonials-list-a .testimonials__header {
    max-width: 1170px;
  }
}
.testimonials-list-a .testimonial-list {
  list-style: none;
  padding-left: 0;
}
.testimonials-list-a .testimonial-list__image {
  max-width: 110px;
}
.testimonials-list-a .testimonial-list__img {
  max-width: 100%;
}
.testimonials-list-a .testimonial-list__item {
  padding: 1.875rem 0;
}
.testimonials-list-a .testimonial-list__item > .row {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .testimonials-list-a .testimonial-list__item > .row {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .testimonials-list-a .testimonial-list__item > .row {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .testimonials-list-a .testimonial-list__item > .row {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .testimonials-list-a .testimonial-list__item > .row {
    max-width: 1170px;
  }
}
.testimonials-list-a .testimonial-list__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.section .container-fluid .testimonials-list-a {
  margin: 0 -15px;
}
.section--dark .testimonials-list-a .testimonial-list__content, .section--dark .testimonials-list-a .testimonial-list__source {
  color: #fff;
}

.testimonials-grid-a .quotemark {
  display: none;
}
.testimonials-grid-a .testimonials__header {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .testimonials-grid-a .testimonials__header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .testimonials-grid-a .testimonials__header {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .testimonials-grid-a .testimonials__header {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .testimonials-grid-a .testimonials__header {
    max-width: 1170px;
  }
}
.testimonials-grid-a .testimonial-grid {
  list-style: none;
  padding-left: 0;
}
.testimonials-grid-a .testimonial-grid__image {
  max-width: 80px;
}
.testimonials-grid-a .testimonial-grid__img {
  max-width: 100%;
}
.testimonials-grid-a .testimonial-grid__item {
  padding: 1.875rem 0;
  max-width: 100%;
}
.testimonials-grid-a .testimonial-grid__item > .row {
  margin: 0 auto;
}
@media (min-width: 575px) {
  .testimonials-grid-a .testimonial-grid__item > .row {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .testimonials-grid-a .testimonial-grid__item > .row {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .testimonials-grid-a .testimonial-grid__item > .row {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .testimonials-grid-a .testimonial-grid__item > .row {
    max-width: 1170px;
  }
}
.testimonials-grid-a .testimonial-grid__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.testimonials-grid-a .testimonial-grid__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.testimonials-grid-a .testimonial-grid__source {
  padding: 0 15px;
}

.section .container-fluid .testimonials-grid-a {
  margin: 0 -15px;
}
.section--dark .testimonials-grid-a .testimonial-grid__content, .section--dark .testimonials-grid-a .testimonial-grid__source {
  color: #fff;
}

@media (min-width: 991px) {
  .testimonials-grid-a .testimonial-grid__item {
    max-width: 48%;
  }
  .testimonials-grid-a--4 .testimonial-grid__item {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .testimonials-list-a .testimonials__title-caption-wrap {
    padding: 0 15px;
  }
  .testimonials-list-a .testimonial-list__image {
    text-align: center;
    margin: 0 auto 1.875rem auto;
  }
}
.section-testimonials .testimonials {
  padding: 3.125rem 0;
}
.section-testimonials .testimonials-item a {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #0384d7;
}
.section-testimonials .testimonials-a .testimonial-grid__image {
  padding: 30px 0 0;
}
.section-testimonials .testimonials-a .testimonials-item.text-left .testimonial-grid__image {
  margin: 0;
}
.section-testimonials .testimonials-a .testimonials-item.text-center .testimonial-grid__image {
  margin: 0 auto;
}
.section-testimonials .testimonials-a .testimonials-item.text-right .testimonial-grid__image {
  margin: 0 0 0 auto;
}
.section-testimonials .testimonials-grid-a .testimonial-grid__content, .section-testimonials .testimonials-grid-a .testimonial-grid__author {
  padding-bottom: 1.25rem;
}
.section-testimonials .testimonials-list-a .testimonial-list__content {
  margin-top: 0;
  padding-bottom: 0.9375rem;
}
.section-testimonials .testimonials-list-a .testimonial-list__item > .row {
  padding: 1.25rem 0;
}
.section-testimonials .testimonials-d .testimonials-item--wrap {
  padding: 3.125rem 0rem 1.25rem;
}
.section-testimonials .testimonials-d .testimonials-item--wrapInner {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  padding: 3.75rem 1.875rem 0.9375rem;
  text-align: center;
}
.section-testimonials .testimonials-d .testimonials-item__content {
  color: #4A4A4A;
  font-size: 1.375rem;
}
.section-testimonials .testimonials-d .testimonials-item__source {
  color: #4A4A4A;
  text-transform: none;
}
.section-testimonials .testimonials-d .testimonials-item .expand {
  color: #4A4A4A;
}
.section-testimonials .testimonials .expand {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.section-testimonials .testimonials .expand:hover {
  cursor: pointer;
  text-decoration: underline;
}

.section__bg--light-1 .testimonials-d .testimonials-item--wrapInner {
  background: #e0e0e0;
}

.section--light .testimonials-a .testimonials-item__source {
  color: #4A4A4A;
}
.section--light .testimonials-grid-a .testimonial-grid__item a {
  color: #4a4a4a;
}
.section--light .testimonials-grid-a .testimonial-grid__item > .row {
  background: #f5f5f5;
}
.section--light .testimonials-list-a .testimonial-list__item a {
  color: #4a4a4a;
}
.section--light .testimonials-list-a .testimonial-list__item > .row {
  background: #f5f5f5;
}

.section--dark .testimonials-a .testimonials-item a {
  color: #ffffff;
}
.section--dark .testimonials-grid-a .testimonial-grid__item > .row {
  background: rgba(255, 255, 255, 0.05);
}
.section--dark .testimonials-list-a .testimonial-list__item a {
  color: #ffffff;
}
.section--dark .testimonials-list-a .testimonial-list__item > .row {
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 991px) {
  .section-testimonials .testimonials-a--12 {
    padding: 0 10%;
  }
}
@media screen and (max-width: 991px) {
  .section-testimonials .testimonials-a .flex-control-nav {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonials-d .testimonials-item__content {
    font-size: 1.125rem;
  }
}
.videofaq {
  padding: 50px 0;
}
.videofaq:not(.videofaq--detail) .videofaq__media-section {
  padding: 50px 0 0;
}
.videofaq-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.videofaq-item__detail-title {
  font-size: 35px;
  margin: 0 0 10px;
}
.videofaq-item.first .videofaq-item__name {
  font-size: 25px;
  padding: 15px 0 5px;
}
.videofaq-item__media {
  position: relative;
}
.videofaq-item__thumbnail {
  background: black;
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videofaq-item__thumbnail .icon:before, .videofaq-item__thumbnail .article__post-author:before, .videofaq-item__thumbnail .article__post-category:before, .videofaq-item__thumbnail .article__post-creation-date:before, .videofaq-item__thumbnail .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev:before, .contactform--a .ui-datepicker .ui-widget-header .videofaq-item__thumbnail .ui-datepicker-prev:before,
.videofaq-item__thumbnail .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next:before,
.contactform--a .ui-datepicker .ui-widget-header .videofaq-item__thumbnail .ui-datepicker-next:before, .videofaq-item__thumbnail .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .videofaq-item__thumbnail a:before, .videofaq-item__thumbnail .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev:before, .form-default .ui-datepicker .ui-widget-header .videofaq-item__thumbnail .ui-datepicker-prev:before,
.videofaq-item__thumbnail .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next:before,
.form-default .ui-datepicker .ui-widget-header .videofaq-item__thumbnail .ui-datepicker-next:before {
  color: white;
  cursor: pointer;
  font-size: 60px;
}
.videofaq-item__name {
  padding: 10px 0 0;
  font-size: 18px;
}
.videofaq-item__description {
  padding: 20px 0 0;
  font-size: 18px;
}
.videofaq-item__firmName, .videofaq-item__duration, .videofaq-item__uploadDate {
  font-size: 14px;
}
.videofaq-item__firmName label, .videofaq-item__duration label, .videofaq-item__uploadDate label {
  margin: 0;
}
.videofaq-category__tab, .videofaq-related__tab {
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.videofaq-category__tab.hidden, .videofaq-related__tab.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.videofaq-category__title, .videofaq-related__title {
  font-size: 25px;
  padding: 0 0 30px;
  margin: 0;
}
.videofaq-category__link, .videofaq-related__link {
  padding: 10px 0;
  border-top: 1px solid black;
}
.videofaq__categories-section, .videofaq__related-section {
  border: 20px solid black;
  padding: 20px;
}
.videofaq__categories-title, .videofaq__related-title {
  font-size: 30px;
  padding: 0 0 10px;
}
.videofaq__categories-list, .videofaq__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.videofaq.ple_8 .videofaq__categories-section, .videofaq.ple_8 .videofaq__related-section, .videofaq--detail.ple_8 .videofaq__categories-section, .videofaq--detail.ple_8 .videofaq__related-section {
  margin: 50px 0 0;
  border: 0;
  border-top: 20px solid black;
  padding: 20px 0;
}
.videofaq__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.videofaq-item__detail-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 28px;
}
.videofaq-item.first .videofaq-item__name {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.videofaq-item__name {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}
.videofaq-item__text {
  font-family: "Nunito Sans", sans-serif;
}
.videofaq-item__description {
  font-size: 16px;
}
.videofaq-category__title, .videofaq-related__title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}
.videofaq-category__link, .videofaq-related__link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  border-top: 1px solid;
}
.videofaq__categories-section, .videofaq__related-section {
  border: 0;
  border-top: 6px solid;
  padding: 40px 15px;
}
.videofaq__categories-title, .videofaq__related-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 28px;
}
.videofaq.ple_8 .videofaq__categories-section, .videofaq.ple_8 .videofaq__related-section, .videofaq--detail.ple_8 .videofaq__categories-section, .videofaq--detail.ple_8 .videofaq__related-section {
  border-top: 6px solid;
  padding: 40px 15px;
}

.section--light .videofaq-category__title, .section--light .videofaq-related__title {
  color: #BDB464;
}
.section--light .videofaq-category__link, .section--light .videofaq-related__link {
  border-color: #B1B1B1;
}
.section--light .videofaq__categories-section, .section--light .videofaq__related-section {
  border-color: rgba(30, 72, 101, 0.2);
}
.section--light .videofaq__categories-title, .section--light .videofaq__related-title {
  color: #4A4A4A;
}
.section--light .videofaq-item__detail-title {
  color: #4A4A4A;
}
.section--light .videofaq-item__thumbnail {
  outline: 6px solid rgba(30, 72, 101, 0.2);
  outline-offset: -6px;
}
.section--light .videofaq-item__firmName, .section--light .videofaq-item__duration, .section--light .videofaq-item__uploadDate {
  color: #777777;
}
.section--light .videofaq.ple_8 .videofaq__categories-section, .section--light .videofaq.ple_8 .videofaq__related-section, .section--light .videofaq--detail.ple_8 .videofaq__categories-section, .section--light .videofaq--detail.ple_8 .videofaq__related-section {
  border-color: rgba(30, 72, 101, 0.2);
}
.section--dark .videofaq__caption, .section--dark .videofaq__title, .section__bg--dark-4 .videofaq__caption, .section__bg--dark-4 .videofaq__title {
  color: #ffffff !important;
}
.section--dark .videofaq-items a, .section__bg--dark-4 .videofaq-items a {
  color: #ffffff;
}
.section--dark .videofaq-items a:hover, .section__bg--dark-4 .videofaq-items a:hover {
  text-decoration: underline;
}
.section--dark .videofaq-category__title, .section--dark .videofaq-related__title, .section__bg--dark-4 .videofaq-category__title, .section__bg--dark-4 .videofaq-related__title {
  color: #ffffff;
}
.section--dark .videofaq-category__link, .section--dark .videofaq-related__link, .section__bg--dark-4 .videofaq-category__link, .section__bg--dark-4 .videofaq-related__link {
  border-color: #B1B1B1;
}
.section--dark .videofaq__categories-title, .section--dark .videofaq__related-title, .section__bg--dark-4 .videofaq__categories-title, .section__bg--dark-4 .videofaq__related-title {
  color: #ffffff;
}
.section--dark .videofaq__categories-section, .section--dark .videofaq__related-section, .section__bg--dark-4 .videofaq__categories-section, .section__bg--dark-4 .videofaq__related-section {
  border-color: rgba(255, 255, 255, 0.2);
}
.section--dark .videofaq__categories-list a, .section--dark .videofaq__related-list a, .section__bg--dark-4 .videofaq__categories-list a, .section__bg--dark-4 .videofaq__related-list a {
  color: #ffffff;
}
.section--dark .videofaq__categories-list a:hover, .section--dark .videofaq__related-list a:hover, .section__bg--dark-4 .videofaq__categories-list a:hover, .section__bg--dark-4 .videofaq__related-list a:hover {
  text-decoration: underline;
}
.section--dark .videofaq-item__thumbnail, .section__bg--dark-4 .videofaq-item__thumbnail {
  outline: 6px solid rgba(255, 255, 255, 0.2);
  outline-offset: -6px;
}
.section--dark .videofaq-item__detail-title, .section--dark .videofaq-item__text, .section__bg--dark-4 .videofaq-item__detail-title, .section__bg--dark-4 .videofaq-item__text {
  color: #ffffff;
}
.section--dark .videofaq.ple_8 .videofaq__categories-section, .section--dark .videofaq.ple_8 .videofaq__related-section, .section--dark .videofaq--detail.ple_8 .videofaq__categories-section, .section--dark .videofaq--detail.ple_8 .videofaq__related-section, .section__bg--dark-4 .videofaq.ple_8 .videofaq__categories-section, .section__bg--dark-4 .videofaq.ple_8 .videofaq__related-section, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__categories-section, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__related-section {
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .videofaq__categories-section, .videofaq__related-section {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .videofaq-item__detail-title {
    font-size: 24px;
  }
  .videofaq-item.first .videofaq-item__name {
    font-size: 18px;
  }
  .videofaq-item__media {
    margin-right: 0;
  }
  .videofaq-category__title, .videofaq-related__title {
    font-size: 20px;
  }
  .videofaq__categories-title, .videofaq__related-title {
    font-size: 24px;
  }
}
.onlinescheduler {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

:root.onlinescheduler-root .ib-booking-app__main .ib-booking_h1 {
  padding: 0 0 15px;
}
:root[class*=onlinescheduler-section__bg--dark] {
  --ib-booking-app-header-bg: transparent !important;
  --ib-booking-app-header-text-color: #fff;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #fff;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #BDB464;
  --ib-booking-app-main-color2: #BDB464;
  --ib-booking-app-light-color: #D4ECFC;
  --ib-booking-app-link-color: #18a4fc;
  --ib-booking-app-default-color1: white;
  --ib-booking-app-nonselected-color1: #000;
  --ib-booking-app-selected-color1: #000;
  --ib-booking-app-nav-color: white;
  --ib-booking-app-nav-font-weight: 900;
  --ib-booking-app-font: lato-regular, Arial Black, Arial, Helvetica, sans-serif;
  --ib-booking-app-font-title: 28px;
  --ib-booking-app-font-subtitle: 22px;
  --ib-booking-app-font-smallest: 10px;
  --ib-booking-app-font-smaller: 12px;
  --ib-booking-app-font-small: 13px;
  --ib-booking-app-font-normal: 14px;
  --ib-booking-app-font-medium: 15px;
  --ib-booking-app-font-big: 16px;
  --ib-booking-app-font-bigger: 28px;
  --ib-booking-app-calendar-bg: white;
  --ib-booking-app-time-selected-bg: #D4ECFC;
  --ib-booking-app-time-selected-text-color: #BDB464;
  --ib-booking-app-time-selected-border-color: #BDB464;
  --ib-booking-app-times-border-color: #E6E9ED;
  --ib-booking-app-times-border-radius: 4px;
  --ib-booking-app-times-color: #333132;
  --ib-border-progress-wrapper: 0;
  --ib-booking-app-border-radius-select-box: 5px;
  --ib-booking-app-primary-button-bg: #BDB464;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #d4ce9a;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking_wizard-step:before {
  color: #4A4A4A;
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking_wizard-step:after {
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking_wizard-step.ib-booking_active-step:before {
  color: #4A4A4A;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking-primary-button {
  border: 0;
  color: white;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking-option-info-wrapper .ib-booking-option-title {
  color: inherit !important;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking_form .ib-booking_app-title {
  color: inherit;
}
:root[class*=onlinescheduler-section__bg--dark] .ib-booking-app__main .ib-booking_app-selected .ib-booking_r-border {
  background: var(--ib-booking-app-left-select-box-bg);
}
:root[class*=onlinescheduler-section__bg--dark-2] {
  --ib-booking-app-header-bg: transparent !important;
  --ib-booking-app-header-text-color: #fff;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #fff;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #FF7F00;
  --ib-booking-app-main-color2: #FF7F00;
  --ib-booking-app-light-color: #D4ECFC;
  --ib-booking-app-link-color: #18a4fc;
  --ib-booking-app-default-color1: white;
  --ib-booking-app-nonselected-color1: #000;
  --ib-booking-app-selected-color1: #000;
  --ib-booking-app-nav-color: white;
  --ib-booking-app-nav-font-weight: 900;
  --ib-booking-app-font: lato-regular, Arial Black, Arial, Helvetica, sans-serif;
  --ib-booking-app-font-title: 28px;
  --ib-booking-app-font-subtitle: 22px;
  --ib-booking-app-font-smallest: 10px;
  --ib-booking-app-font-smaller: 12px;
  --ib-booking-app-font-small: 13px;
  --ib-booking-app-font-normal: 14px;
  --ib-booking-app-font-medium: 15px;
  --ib-booking-app-font-big: 16px;
  --ib-booking-app-font-bigger: 28px;
  --ib-booking-app-calendar-bg: white;
  --ib-booking-app-time-selected-bg: #D4ECFC;
  --ib-booking-app-time-selected-text-color: #FF7F00;
  --ib-booking-app-time-selected-border-color: #FF7F00;
  --ib-booking-app-times-border-color: #E6E9ED;
  --ib-booking-app-times-border-radius: 4px;
  --ib-booking-app-times-color: #333132;
  --ib-border-progress-wrapper: 0;
  --ib-booking-app-border-radius-select-box: 5px;
  --ib-booking-app-primary-button-bg: #FF7F00;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #ffa54d;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking_wizard-step:before {
  color: #4A4A4A;
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking_wizard-step:after {
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking_wizard-step.ib-booking_active-step:before {
  color: #4A4A4A;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking-primary-button {
  border: 0;
  color: white;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking-option-info-wrapper .ib-booking-option-title {
  color: inherit !important;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking_form .ib-booking_app-title {
  color: inherit;
}
:root[class*=onlinescheduler-section__bg--dark-2] .ib-booking-app__main .ib-booking_app-selected .ib-booking_r-border {
  background: var(--ib-booking-app-left-select-box-bg);
}
:root[class*=onlinescheduler-section__bg--light] {
  --ib-booking-app-header-bg: transparent !important;
  --ib-booking-app-header-text-color: #4A4A4A;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #BDB464;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #BDB464;
  --ib-booking-app-main-color2: #BDB464;
  --ib-booking-app-light-color: #D4ECFC;
  --ib-booking-app-link-color: #18a4fc;
  --ib-booking-app-default-color1: #4A4A4A;
  --ib-booking-app-nonselected-color1: #000;
  --ib-booking-app-selected-color1: #000;
  --ib-booking-app-nav-color: #838991;
  --ib-booking-app-nav-font-weight: 900;
  --ib-booking-app-font: lato-regular, Arial Black, Arial, Helvetica, sans-serif;
  --ib-booking-app-font-title: 28px;
  --ib-booking-app-font-subtitle: 22px;
  --ib-booking-app-font-smallest: 10px;
  --ib-booking-app-font-smaller: 12px;
  --ib-booking-app-font-small: 13px;
  --ib-booking-app-font-normal: 14px;
  --ib-booking-app-font-medium: 15px;
  --ib-booking-app-font-big: 16px;
  --ib-booking-app-font-bigger: 28px;
  --ib-booking-app-calendar-bg: white;
  --ib-booking-app-time-selected-bg: #D4ECFC;
  --ib-booking-app-time-selected-text-color: #BDB464;
  --ib-booking-app-time-selected-border-color: #BDB464;
  --ib-booking-app-times-border-color: #E6E9ED;
  --ib-booking-app-times-border-radius: 4px;
  --ib-booking-app-times-color: #333132;
  --ib-border-progress-wrapper: 0;
  --ib-booking-app-border-radius-select-box: 5px;
  --ib-booking-app-primary-button-bg: #BDB464;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #d4ce9a;
}
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking-primary-button {
  border: 0;
  color: white;
}
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking_available-time,
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking_form {
  border: 1px solid var(--ib-booking-app-times-border-color);
}
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking-option-info-wrapper .ib-booking-option-title {
  color: inherit !important;
}
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking_form .ib-booking_app-title {
  color: inherit;
}
:root[class*=onlinescheduler-section__bg--light] .ib-booking-app__main .ib-booking_app-selected .ib-booking_r-border {
  background: var(--ib-booking-app-left-select-box-bg);
}
:root .onlinescheduler-modalcta__title, :root .onlinescheduler-modalcta__subtitle {
  word-break: normal;
}
:root.onlinescheduler-modalPopUp {
  --ib-booking-app-header-bg: transparent !important;
  --ib-booking-app-header-text-color: #4A4A4A;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #BDB464;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #BDB464;
  --ib-booking-app-main-color2: #BDB464;
  --ib-booking-app-light-color: #D4ECFC;
  --ib-booking-app-link-color: #18a4fc;
  --ib-booking-app-default-color1: #4A4A4A;
  --ib-booking-app-nonselected-color1: #000;
  --ib-booking-app-selected-color1: #000;
  --ib-booking-app-nav-color: #838991;
  --ib-booking-app-nav-font-weight: 900;
  --ib-booking-app-font: lato-regular, Arial Black, Arial, Helvetica, sans-serif;
  --ib-booking-app-font-title: 28px;
  --ib-booking-app-font-subtitle: 22px;
  --ib-booking-app-font-smallest: 10px;
  --ib-booking-app-font-smaller: 12px;
  --ib-booking-app-font-small: 13px;
  --ib-booking-app-font-normal: 14px;
  --ib-booking-app-font-medium: 15px;
  --ib-booking-app-font-big: 16px;
  --ib-booking-app-font-bigger: 28px;
  --ib-booking-app-calendar-bg: white;
  --ib-booking-app-time-selected-bg: #D4ECFC;
  --ib-booking-app-time-selected-text-color: #BDB464;
  --ib-booking-app-time-selected-border-color: #BDB464;
  --ib-booking-app-times-border-color: #E6E9ED;
  --ib-booking-app-times-border-radius: 4px;
  --ib-booking-app-times-color: #333132;
  --ib-border-progress-wrapper: 0;
  --ib-booking-app-border-radius-select-box: 5px;
  --ib-booking-app-primary-button-bg: #BDB464;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #d4ce9a;
}
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking-primary-button {
  border: 0;
  color: white;
}
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking_available-time,
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking_form {
  border: 1px solid var(--ib-booking-app-times-border-color);
}
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking-option-info-wrapper .ib-booking-option-title {
  color: inherit !important;
}
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking_form .ib-booking_app-title {
  color: inherit;
}
:root.onlinescheduler-modalPopUp .ib-booking-app__main .ib-booking_app-selected .ib-booking_r-border {
  background: var(--ib-booking-app-left-select-box-bg);
}
:root.onlinescheduler-modalPopUp .section--light .component__button--1 {
  color: #4A4A4A !important;
}
:root.onlinescheduler-modalPopUp .section--light .component__button--1:hover {
  color: #ffffff !important;
}
:root.onlinescheduler-modalPopUp .section--dark .component__button--1 {
  color: #ffffff !important;
}
:root.onlinescheduler-modalPopUp .section--dark .component__button--1:hover {
  color: #4A4A4A !important;
}

.legalscheduler {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .legalscheduler .cta__button {
    max-width: 50%;
  }
}

.legalschedulerfixed-modalcta #btn_event_cta a {
  background: #FF7F00;
}

.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--1 {
  color: #ffffff;
}
.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--1:hover {
  color: #4A4A4A;
}

.videobanner-a {
  border: 6px solid;
}
.section--light .videobanner-a {
  border-color: rgba(255, 255, 255, 0.2);
  background: #1E4865;
}
.section--light .videobanner-a__title, .section--light .videobanner-a__subtitle {
  color: white;
}
.section--dark .videobanner-a {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
}
.section--dark .videobanner-a__title, .section--dark .videobanner-a__subtitle {
  color: white;
}
.section-videobanner.section__bg:before {
  background-color: transparent;
}
.section-videobanner.section__bg--light-1 .videobanner-a:before {
  background-color: #ffffff;
}
.section-videobanner.section__bg--light-2 .videobanner-a:before {
  background-color: #e0e0e0;
}
.section-videobanner.section__bg--dark-1 .videobanner-a:before {
  background-color: #1E4865;
}
.section-videobanner.section__bg--dark-2 .videobanner-a:before {
  background-color: #3580b4;
}
.section-videobanner.section__bg--dark-3 .videobanner-a:before {
  background-color: #071016;
}
.section-videobanner.section__bg--dark-4 .videobanner-a:before {
  background-color: #BDB464;
}
.section-videobanner.section__bg--dark-5 .videobanner-a:before {
  background-color: #dbd7ac;
}
.section-videobanner.section__bg--dark-6 .videobanner-a:before {
  background-color: #837c38;
}
.section-videobanner.section__bg--dark-7 .videobanner-a:before {
  background-color: #FF7F00;
}
.section-videobanner.section__bg--dark-8 .videobanner-a:before {
  background-color: #000000;
}

@media (max-width: 767px) {
  .videobanner-a__button {
    min-width: 200px;
  }
}
.section-image .image__container .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-image .image__container .image a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-image .image__container .image img {
  object-fit: cover;
}

/*# sourceMappingURL=x23-trad-3.css.map */
