﻿@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("../../../common/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../../common/fonts/font-awesome/fontawesome-webfont-1.eot") format("embedded-opentype"), url("../../../common/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../../common/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../../common/fonts/font-awesome/fontawesome-webfont.svg") format("svg");
}
.icon, .testimonials .expand:before, .comp-phone .phone__number:before, .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, .partial-header-b .phone__number:before, .partial-header-b .editable__container--inner:before, .partial-header-a .phone__number:before, .partial-header-a .editable__container--inner: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, .testimonials .icon-pull-left.expand:before, .comp-phone .icon-pull-left.phone__number:before, .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, .partial-header-b .icon-pull-left.phone__number:before, .partial-header-b .icon-pull-left.editable__container--inner:before, .partial-header-a .icon-pull-left.phone__number:before, .partial-header-a .icon-pull-left.editable__container--inner:before {
  margin-right: 0.3em;
}

.icon.icon-pull-right, .testimonials .icon-pull-right.expand:before, .comp-phone .icon-pull-right.phone__number:before, .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, .partial-header-b .icon-pull-right.phone__number:before, .partial-header-b .icon-pull-right.editable__container--inner:before, .partial-header-a .icon-pull-right.phone__number:before, .partial-header-a .icon-pull-right.editable__container--inner:before {
  margin-left: 0.3em;
}

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

.pull-left {
  float: left;
}

.icon.pull-left, .testimonials .pull-left.expand:before, .comp-phone .pull-left.phone__number:before, .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, .partial-header-b .pull-left.phone__number:before, .partial-header-b .pull-left.editable__container--inner:before, .partial-header-a .pull-left.phone__number:before, .partial-header-a .pull-left.editable__container--inner:before {
  margin-right: 0.3em;
}

.icon.pull-right, .testimonials .pull-right.expand:before, .comp-phone .pull-right.phone__number:before, .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, .partial-header-b .pull-right.phone__number:before, .partial-header-b .pull-right.editable__container--inner:before, .partial-header-a .pull-right.phone__number:before, .partial-header-a .pull-right.editable__container--inner: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: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

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

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

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

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

.icon-film:before {
  content: "\f008";
}

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

.icon-th:before {
  content: "\f00a";
}

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

.icon-check:before {
  content: "\f00c";
}

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

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

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

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

.icon-signal:before {
  content: "\f012";
}

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

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

.icon-home:before {
  content: "\f015";
}

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

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

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

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

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

.icon-inbox:before {
  content: "\f01c";
}

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

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

.icon-refresh:before {
  content: "\f021";
}

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

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

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

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

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

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.icon-list:before {
  content: "\f03a";
}

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

.icon-indent:before {
  content: "\f03c";
}

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

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

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before, .partial-header-b .editable__container--inner:before, .partial-header-a .editable__container--inner:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

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

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

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

.icon-arrows:before {
  content: "\f047";
}

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

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

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

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

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

.icon-eject:before {
  content: "\f052";
}

.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: "\f053";
}

.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: "\f054";
}

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

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

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

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

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

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

.icon-crosshairs:before {
  content: "\f05b";
}

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

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

.icon-ban:before {
  content: "\f05e";
}

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

.icon-arrow-right:before, .testimonials .expand:before {
  content: "\f061";
}

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

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

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

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

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

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

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

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

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

.icon-retweet:before {
  content: "\f079";
}

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

.icon-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.icon-key:before {
  content: "\f084";
}

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

.icon-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.icon-trophy:before {
  content: "\f091";
}

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

.icon-upload:before {
  content: "\f093";
}

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

.icon-phone:before, .comp-phone .phone__number:before, .partial-header-b .phone__number:before, .partial-header-a .phone__number:before {
  content: "\f095";
}

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

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

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

.icon-twitter:before {
  content: "\f099";
}

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

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

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

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

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

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

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

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

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

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

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

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

.icon-paperclip:before {
  content: "\f0c6";
}

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

.icon-square:before {
  content: "\f0c8";
}

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

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

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

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

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

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

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

.icon-money:before {
  content: "\f0d6";
}

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

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

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

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

.icon-columns:before {
  content: "\f0db";
}

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

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

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

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

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

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

.icon-exchange:before {
  content: "\f0ec";
}

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

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

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

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

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

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

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

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

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

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

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

.icon-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

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

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

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

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

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.icon-gamepad:before {
  content: "\f11b";
}

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

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

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

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

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

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

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

.icon-crop:before {
  content: "\f125";
}

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

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

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

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

.icon-microphone:before {
  content: "\f130";
}

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

.icon-shield:before {
  content: "\f132";
}

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

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

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

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

.icon-bullseye:before {
  content: "\f140";
}

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

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

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

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

.icon-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.icon-compass:before {
  content: "\f14e";
}

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

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

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

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

.icon-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.icon-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

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

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

.icon-dropbox:before {
  content: "\f16b";
}

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

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

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

.icon-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

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

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

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

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.icon-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.icon-slack:before {
  content: "\f198";
}

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

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

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

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

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

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

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

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

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

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

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

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

.icon-steam:before {
  content: "\f1b6";
}

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

.icon-recycle:before {
  content: "\f1b8";
}

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

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

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.icon-git:before {
  content: "\f1d3";
}

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

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

.icon-qq:before {
  content: "\f1d6";
}

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

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

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

.icon-history:before {
  content: "\f1da";
}

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

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

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

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

.icon-bomb:before {
  content: "\f1e2";
}

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

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

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

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.icon-lastfm:before {
  content: "\f202";
}

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

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

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

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

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

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

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

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

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

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

.icon-motorcycle:before {
  content: "\f21c";
}

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

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

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

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

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

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

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

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

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

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

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

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.icon-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

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

.icon-gg:before {
  content: "\f260";
}

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

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

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

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

.icon-contao:before {
  content: "\f26d";
}

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

.icon-amazon:before {
  content: "\f270";
}

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

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

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

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

.icon-industry:before {
  content: "\f275";
}

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

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

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

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

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

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

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

.icon-fonticons:before {
  content: "\f280";
}

@font-face {
  font-family: "custom-icons";
  font-display: auto;
  src: url("../../../common/fonts/custom-icons/custom-icons.eot");
  src: url("../../../common/fonts/custom-icons/custom-icons.eot") format("embedded-opentype"), url("../../../common/fonts/custom-icons/custom-icons.ttf") format("truetype"), url("../../../common/fonts/custom-icons/custom-icons.woff") format("woff"), url("../../../common/fonts/custom-icons/custom-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cicon-], [class*=" cicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "custom-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Redactor/Modules*/
.cicon-scroll-a:before {
  content: "\e95a";
}

.cicon-scroll-b:before {
  content: "\e95b";
}

.cicon-scroll-c:before {
  content: "\e95c";
}

.cicon-scroll-d:before {
  content: "\e95d";
}

.cicon-clear-formatting:before {
  content: "\e942";
}

/*Custom*/
.cicon-tba-center:before {
  content: "\e951";
}

.cicon-tba-left:before {
  content: "\e952";
}

.cicon-tba-right:before {
  content: "\e953";
}

.cicon-tbph-center:before {
  content: "\e954";
}

.cicon-tbph-left:before {
  content: "\e955";
}

.cicon-tbph-right:before {
  content: "\e956";
}

.cicon-tbpv-bottom:before {
  content: "\e957";
}

.cicon-tbpv-center:before {
  content: "\e958";
}

.cicon-tbpv-top:before {
  content: "\e959";
}

.cicon-add-page:before {
  content: "\e94c";
}

.cicon-delete-trash:before {
  content: "\e94d";
}

.cicon-infinity-shape:before {
  content: "\e930";
}

.cicon-volume-mute:before {
  content: "\e92f";
}

.cicon-arrow-left:before {
  content: "\e92d";
}

.cicon-arrow-right:before {
  content: "\e92e";
}

/*SocialMedia*/
.cicon-tiktok:before {
  content: "\e98b";
}

.cicon-psychology-today:before {
  content: "\e98c";
}

.cicon-x-twitter:before {
  content: "\e989";
}

.cicon-square-x-twitter:before {
  content: "\e98a";
}

.cicon-blogger_2:before {
  content: "\e931";
}

.cicon-blogger:before {
  content: "\e900";
}

.cicon-avvo:before {
  content: "\e93e";
}

.cicon-lawyers:before {
  content: "\e93f";
}

.cicon-martindale:before {
  content: "\e940";
}

.cicon-nolo:before {
  content: "\e941";
}

.cicon-nolo_2:before {
  content: "\e943";
}

.cicon-martindale_2:before {
  content: "\e944";
}

.cicon-lawyers_2:before {
  content: "\e945";
}

.cicon-avvo_2:before {
  content: "\e946";
}

.cicon-google_1:before {
  content: "\e94e";
}

.cicon-google_2:before {
  content: "\e94f";
}

.cicon-google_3:before {
  content: "\e950";
}

/*AOPs*/
.cicon-chiro_1:before {
  content: "\e932";
}

.cicon-chiro_2:before {
  content: "\e933";
}

.cicon-chiro_3:before {
  content: "\e934";
}

.cicon-chiro_4:before {
  content: "\e94b";
}

.cicon-chiro_5:before {
  content: "\e981";
}

.cicon-chiro_6:before {
  content: "\e982";
}

.cicon-chiro_7:before {
  content: "\e983";
}

.cicon-chiro_8:before {
  content: "\e984";
}

.cicon-chiro_9:before {
  content: "\e985";
}

.cicon-chiro_10:before {
  content: "\e986";
}

.cicon-chiro_11:before {
  content: "\e987";
}

.cicon-chiro_12:before {
  content: "\e988";
}

.cicon-dental_1:before {
  content: "\e935";
}

.cicon-dental_2:before {
  content: "\e936";
}

.cicon-dental_3:before {
  content: "\e937";
}

.cicon-opto_1:before {
  content: "\e938";
}

.cicon-opto_2:before {
  content: "\e939";
}

.cicon-opto_3:before {
  content: "\e93a";
}

.cicon-opto_4:before {
  content: "\e96d";
}

.cicon-opto_5:before {
  content: "\e96e";
}

.cicon-opto_6:before {
  content: "\e96f";
}

.cicon-opto_7:before {
  content: "\e970";
}

.cicon-opto_8:before {
  content: "\e971";
}

.cicon-opto_9:before {
  content: "\e972";
}

.cicon-opto_10:before {
  content: "\e973";
}

.cicon-opto_11:before {
  content: "\e974";
}

.cicon-opto_12:before {
  content: "\e975";
}

.cicon-opto_13:before {
  content: "\e976";
}

.cicon-opto_14:before {
  content: "\e977";
}

.cicon-opto_15:before {
  content: "\e978";
}

.cicon-opto_16:before {
  content: "\e979";
}

.cicon-opto_17:before {
  content: "\e97a";
}

.cicon-opto_18:before {
  content: "\e97b";
}

.cicon-opto_19:before {
  content: "\e97c";
}

.cicon-opto_20:before {
  content: "\e97d";
}

.cicon-opto_21:before {
  content: "\e97e";
}

.cicon-opto_22:before {
  content: "\e97f";
}

.cicon-opto_23:before {
  content: "\e980";
}

.cicon-vet_1:before {
  content: "\e93b";
}

.cicon-vet_2:before {
  content: "\e93c";
}

.cicon-vet_3:before {
  content: "\e93d";
}

.cicon-vet_4:before {
  content: "\e95e";
}

.cicon-vet_5:before {
  content: "\e95f";
}

.cicon-vet_6:before {
  content: "\e960";
}

.cicon-vet_7:before {
  content: "\e961";
}

.cicon-vet_8:before {
  content: "\e962";
}

.cicon-vet_9:before {
  content: "\e963";
}

.cicon-vet_10:before {
  content: "\e964";
}

.cicon-vet_11:before {
  content: "\e965";
}

.cicon-vet_12:before {
  content: "\e966";
}

.cicon-vet_13:before {
  content: "\e967";
}

.cicon-vet_14:before {
  content: "\e968";
}

.cicon-vet_15:before {
  content: "\e969";
}

.cicon-vet_16:before {
  content: "\e96a";
}

.cicon-vet_17:before {
  content: "\e96b";
}

.cicon-vet_18:before {
  content: "\e96c";
}

.cicon-dermatology_1:before {
  content: "\e901";
}

.cicon-dermatology_2:before {
  content: "\e902";
}

.cicon-dermatology_3:before {
  content: "\e903";
}

.cicon-dermatology_4:before {
  content: "\e904";
}

.cicon-ent_1:before {
  content: "\e905";
}

.cicon-ent_2:before {
  content: "\e906";
}

.cicon-ent_3:before {
  content: "\e907";
}

.cicon-ent_4:before {
  content: "\e908";
}

.cicon-gastro_1:before {
  content: "\e909";
}

.cicon-gastro_2:before {
  content: "\e90a";
}

.cicon-gastro_3:before {
  content: "\e90b";
}

.cicon-gastro_4:before {
  content: "\e90c";
}

.cicon-general_dentist_1:before {
  content: "\e90d";
}

.cicon-general_dentist_2:before {
  content: "\e90e";
}

.cicon-general_dentist_3:before {
  content: "\e90f";
}

.cicon-general_dentist_4:before {
  content: "\e910";
}

.cicon-general_medical_1:before {
  content: "\e911";
}

.cicon-general_medical_2:before {
  content: "\e912";
}

.cicon-general_medical_3:before {
  content: "\e913";
}

.cicon-general_medical_4:before {
  content: "\e914";
}

.cicon-obgyn_1:before {
  content: "\e915";
}

.cicon-obgyn_2:before {
  content: "\e916";
}

.cicon-obgyn_3:before {
  content: "\e917";
}

.cicon-obgyn_4:before {
  content: "\e918";
}

.cicon-orthodontics_1:before {
  content: "\e919";
}

.cicon-orthodontics_2:before {
  content: "\e91a";
}

.cicon-orthodontics_3:before {
  content: "\e91b";
}

.cicon-orthodontics_4:before {
  content: "\e91c";
}

.cicon-pediatric_1:before {
  content: "\e91d";
}

.cicon-pediatric_2:before {
  content: "\e91e";
}

.cicon-pediatric_3:before {
  content: "\e91f";
}

.cicon-pediatric_4:before {
  content: "\e920";
}

.cicon-pediatric_dentist_1:before {
  content: "\e921";
}

.cicon-pediatric_dentist_2:before {
  content: "\e922";
}

.cicon-pediatric_dentist_3:before {
  content: "\e923";
}

.cicon-pediatric_dentist_4:before {
  content: "\e924";
}

.cicon-periodontics_1:before {
  content: "\e925";
}

.cicon-periodontics_2:before {
  content: "\e926";
}

.cicon-periodontics_3:before {
  content: "\e927";
}

.cicon-periodontics_4:before {
  content: "\e928";
}

.cicon-podiatry_1:before {
  content: "\e929";
}

.cicon-podiatry_2:before {
  content: "\e92a";
}

.cicon-podiatry_3:before {
  content: "\e92b";
}

.cicon-podiatry_4:before {
  content: "\e92c";
}

.cicon-podiatry_5:before {
  content: "\e947";
}

.cicon-podiatry_6:before {
  content: "\e948";
}

.cicon-podiatry_7:before {
  content: "\e949";
}

.cicon-podiatry_8:before {
  content: "\e94a";
}

@font-face {
  font-family: "webmgr-icons";
  src: url("../../../common/fonts/webmgr-icons/webmgr-icons.eot");
  src: url("../../../common/fonts/webmgr-icons/webmgr-icons.eot") format("embedded-opentype"), url("../../../common/fonts/webmgr-icons/webmgr-icons.ttf") format("truetype"), url("../../../common/fonts/webmgr-icons/webmgr-icons.woff") format("woff"), url("../../../common/fonts/webmgr-icons/webmgr-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=wmicon-], [class*=" wmicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webmgr-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wmicon-Winner-Podeum:before {
  content: "\e900";
}

.wmicon-webpage-x-1:before {
  content: "\e901";
}

.wmicon-webpage-x:before {
  content: "\e902";
}

.wmicon-webpage-warning:before {
  content: "\e903";
}

.wmicon-Webpage-Up-Down-Arrows:before {
  content: "\e904";
}

.wmicon-webpage-star-check:before {
  content: "\e905";
}

.wmicon-Webpage-Small-Boxes:before {
  content: "\e906";
}

.wmicon-Webpage-Simple:before {
  content: "\e907";
}

.wmicon-Webpage-Shield-Lock:before {
  content: "\e908";
}

.wmicon-webpage-shield-:before {
  content: "\e909";
}

.wmicon-Webpage-Service-Signal:before {
  content: "\e90a";
}

.wmicon-webpage-play-music-triangle:before {
  content: "\e90b";
}

.wmicon-webpage-play:before {
  content: "\e90c";
}

.wmicon-Webpage-Pickaxe:before {
  content: "\e90d";
}

.wmicon-webpage-pencil-pen-nib:before {
  content: "\e90e";
}

.wmicon-Webpage-Network:before {
  content: "\e90f";
}

.wmicon-Webpage-more-content:before {
  content: "\e910";
}

.wmicon-webpage-moneybag:before {
  content: "\e911";
}

.wmicon-Webpage-Lock:before {
  content: "\e912";
}

.wmicon-webpage-key-content:before {
  content: "\e913";
}

.wmicon-webpage-heart:before {
  content: "\e914";
}

.wmicon-Webpage-Globe:before {
  content: "\e915";
}

.wmicon-Webpage-Funnel:before {
  content: "\e916";
}

.wmicon-webpage-fishing-hook:before {
  content: "\e917";
}

.wmicon-Webpage-Eye:before {
  content: "\e918";
}

.wmicon-Webpage-Cog:before {
  content: "\e919";
}

.wmicon-webpage-cog-1:before {
  content: "\e91a";
}

.wmicon-Webpage-Check:before {
  content: "\e91b";
}

.wmicon-webpage-check-:before {
  content: "\e91c";
}

.wmicon-Webpage-Bug-Shield:before {
  content: "\e91d";
}

.wmicon-webpage-bug:before {
  content: "\e91e";
}

.wmicon-Webpage-Blocks-Arrows:before {
  content: "\e91f";
}

.wmicon-webpage-analysis:before {
  content: "\e920";
}

.wmicon-Webpage-Alert:before {
  content: "\e921";
}

.wmicon-Webpage:before {
  content: "\e922";
}

.wmicon-waving-flag:before {
  content: "\e923";
}

.wmicon-wallet:before {
  content: "\e924";
}

.wmicon-Video-Window:before {
  content: "\e925";
}

.wmicon-unlock:before {
  content: "\e926";
}

.wmicon-uneven-scales:before {
  content: "\e927";
}

.wmicon-umbrella-coin-down:before {
  content: "\e928";
}

.wmicon-umbrella-circles-down-arrows:before {
  content: "\e929";
}

.wmicon-umbrella:before {
  content: "\e92a";
}

.wmicon-typewriter:before {
  content: "\e92b";
}

.wmicon-truck:before {
  content: "\e92c";
}

.wmicon-Trophy-Star:before {
  content: "\e92d";
}

.wmicon-trophy:before {
  content: "\e92e";
}

.wmicon-trojan-horse-email:before {
  content: "\e92f";
}

.wmicon-Triangle-Ruler-Compass:before {
  content: "\e930";
}

.wmicon-Treble-Clef:before {
  content: "\e931";
}

.wmicon-Tools:before {
  content: "\e932";
}

.wmicon-Toolbox-Wrench:before {
  content: "\e933";
}

.wmicon-toolbox:before {
  content: "\e934";
}

.wmicon-time:before {
  content: "\e935";
}

.wmicon-Thumbtack:before {
  content: "\e936";
}

.wmicon-Thumbs-Up:before {
  content: "\e937";
}

.wmicon-Test-tube:before {
  content: "\e938";
}

.wmicon-Telescope-1:before {
  content: "\e939";
}

.wmicon-Telescope:before {
  content: "\e93a";
}

.wmicon-Target-Arrow:before {
  content: "\e93b";
}

.wmicon-target-arrow-2:before {
  content: "\e93c";
}

.wmicon-target-arrow-1:before {
  content: "\e93d";
}

.wmicon-Tape:before {
  content: "\e93e";
}

.wmicon-tag-1:before {
  content: "\e93f";
}

.wmicon-tag:before {
  content: "\e940";
}

.wmicon-surveillance:before {
  content: "\e941";
}

.wmicon-sunny-mountain-flag:before {
  content: "\e942";
}

.wmicon-Stop-Watch:before {
  content: "\e943";
}

.wmicon-Stopwatch:before {
  content: "\e944";
}

.wmicon-Stats-Display:before {
  content: "\e945";
}

.wmicon-Stamp:before {
  content: "\e946";
}

.wmicon-stack-of-gold:before {
  content: "\e947";
}

.wmicon-stack-of-coins:before {
  content: "\e948";
}

.wmicon-square-clock:before {
  content: "\e949";
}

.wmicon-Square:before {
  content: "\e94a";
}

.wmicon-Smartphone-Open-Book:before {
  content: "\e94b";
}

.wmicon-smartphone-money:before {
  content: "\e94c";
}

.wmicon-smartphone-location-pin-chat-bubble-money:before {
  content: "\e94d";
}

.wmicon-Smartphone-Finger:before {
  content: "\e94e";
}

.wmicon-smartphone-chat-bubble-shield:before {
  content: "\e94f";
}

.wmicon-Smartphone-boxes:before {
  content: "\e950";
}

.wmicon-smartphone-bank:before {
  content: "\e951";
}

.wmicon-skull-bone:before {
  content: "\e952";
}

.wmicon-shopping-cart:before {
  content: "\e953";
}

.wmicon-shopping-basket-:before {
  content: "\e954";
}

.wmicon-shopping-basket:before {
  content: "\e955";
}

.wmicon-shopping-bag:before {
  content: "\e956";
}

.wmicon-shirt-on-hanger:before {
  content: "\e957";
}

.wmicon-shining-gem:before {
  content: "\e958";
}

.wmicon-Shield-Stand:before {
  content: "\e959";
}

.wmicon-shield-money:before {
  content: "\e95a";
}

.wmicon-Shield-Checks-Box:before {
  content: "\e95b";
}

.wmicon-shield-check-1:before {
  content: "\e95c";
}

.wmicon-shield-check:before {
  content: "\e95d";
}

.wmicon-sheet-stats:before {
  content: "\e95e";
}

.wmicon-Sheet-Statistics:before {
  content: "\e95f";
}

.wmicon-sheet-snake:before {
  content: "\e960";
}

.wmicon-sheet-scissor-ticket:before {
  content: "\e961";
}

.wmicon-sheet-heart-pencil:before {
  content: "\e962";
}

.wmicon-Sharpener:before {
  content: "\e963";
}

.wmicon-Server1:before {
  content: "\e964";
}

.wmicon-server:before {
  content: "\e965";
}

.wmicon-Scroll-Feather-Ink:before {
  content: "\e966";
}

.wmicon-screen-wifi:before {
  content: "\e967";
}

.wmicon-screen-webpage:before {
  content: "\e968";
}

.wmicon-screen-mean-present:before {
  content: "\e969";
}

.wmicon-screen-folder-infection:before {
  content: "\e96a";
}

.wmicon-screen-dollar:before {
  content: "\e96b";
}

.wmicon-screen-check:before {
  content: "\e96c";
}

.wmicon-screen-bubble-chart:before {
  content: "\e96d";
}

.wmicon-screen-brain-arrow-up:before {
  content: "\e96e";
}

.wmicon-screen-api:before {
  content: "\e96f";
}

.wmicon-screen:before {
  content: "\e970";
}

.wmicon-Scissors:before {
  content: "\e971";
}

.wmicon-School-Building:before {
  content: "\e972";
}

.wmicon-Satellite:before {
  content: "\e973";
}

.wmicon-safe:before {
  content: "\e974";
}

.wmicon-Ruler:before {
  content: "\e975";
}

.wmicon-rook:before {
  content: "\e976";
}

.wmicon-rocketship:before {
  content: "\e977";
}

.wmicon-receipts:before {
  content: "\e978";
}

.wmicon-qr-code:before {
  content: "\e979";
}

.wmicon-pyramid-up-arrow:before {
  content: "\e97a";
}

.wmicon-puzzle:before {
  content: "\e97b";
}

.wmicon-profile:before {
  content: "\e97c";
}

.wmicon-Printer:before {
  content: "\e97d";
}

.wmicon-presentation-upward-stats:before {
  content: "\e97e";
}

.wmicon-presentation-stats-up-1:before {
  content: "\e97f";
}

.wmicon-presentation-stats-up:before {
  content: "\e980";
}

.wmicon-Presentation-Pull-Down:before {
  content: "\e981";
}

.wmicon-presentation-bar-chart:before {
  content: "\e982";
}

.wmicon-present:before {
  content: "\e983";
}

.wmicon-Power-Button:before {
  content: "\e984";
}

.wmicon-play-money:before {
  content: "\e985";
}

.wmicon-piggy-bank1:before {
  content: "\e986";
}

.wmicon-piggy-bank:before {
  content: "\e987";
}

.wmicon-pie-chart-bar-graph-stats:before {
  content: "\e988";
}

.wmicon-pie-chart:before {
  content: "\e989";
}

.wmicon-Phone-Computer-Cog-Transfer:before {
  content: "\e98a";
}

.wmicon-phone-chat-bubble:before {
  content: "\e98b";
}

.wmicon-Phonebook:before {
  content: "\e98c";
}

.wmicon-phone-arrow-chat:before {
  content: "\e98d";
}

.wmicon-person-money:before {
  content: "\e98e";
}

.wmicon-Person-in-Magnifying-Glass:before {
  content: "\e98f";
}

.wmicon-Pen-Tip:before {
  content: "\e990";
}

.wmicon-Pencil-with-Lines:before {
  content: "\e991";
}

.wmicon-pencil-arrows-circle:before {
  content: "\e992";
}

.wmicon-Pencil:before {
  content: "\e993";
}

.wmicon-Paper-Wand:before {
  content: "\e994";
}

.wmicon-paper-test-tube-cog:before {
  content: "\e995";
}

.wmicon-Paper-Star-Badge:before {
  content: "\e996";
}

.wmicon-Papers-Star-Heart:before {
  content: "\e997";
}

.wmicon-paper-pencil:before {
  content: "\e998";
}

.wmicon-paper-pen-1:before {
  content: "\e999";
}

.wmicon-paper-pen:before {
  content: "\e99a";
}

.wmicon-paper-eye-1:before {
  content: "\e99b";
}

.wmicon-paper-eye:before {
  content: "\e99c";
}

.wmicon-Paper-Circles-Squares:before {
  content: "\e99d";
}

.wmicon-Paper-Checklist:before {
  content: "\e99e";
}

.wmicon-Pail:before {
  content: "\e99f";
}

.wmicon-page-list:before {
  content: "\e9a0";
}

.wmicon-Owl-Grad-Cap-Pencil:before {
  content: "\e9a1";
}

.wmicon-Open-Envelope-Paper-1:before {
  content: "\e9a2";
}

.wmicon-Open-Envelope-Paper:before {
  content: "\e9a3";
}

.wmicon-open-envelope-money:before {
  content: "\e9a4";
}

.wmicon-open-envelope:before {
  content: "\e9a5";
}

.wmicon-open-envelope-content:before {
  content: "\e9a6";
}

.wmicon-OpenDiploma:before {
  content: "\e9a7";
}

.wmicon-Open-Book-Target-Arrow:before {
  content: "\e9a8";
}

.wmicon-Open-Book-Stack:before {
  content: "\e9a9";
}

.wmicon-Open-Book-Arrow-Down:before {
  content: "\e9aa";
}

.wmicon-online-shopping:before {
  content: "\e9ab";
}

.wmicon-Notepad-Pencil-1:before {
  content: "\e9ac";
}

.wmicon-Notepad-Pencil:before {
  content: "\e9ad";
}

.wmicon-Notepad:before {
  content: "\e9ae";
}

.wmicon-Notepad1:before {
  content: "\e9af";
}

.wmicon-Note-Chart:before {
  content: "\e9b0";
}

.wmicon-Notebook:before {
  content: "\e9b1";
}

.wmicon-Nightmare-OwlCat:before {
  content: "\e9b2";
}

.wmicon-Navigation-Compass:before {
  content: "\e9b3";
}

.wmicon-multi-direction-sign:before {
  content: "\e9b4";
}

.wmicon-mountains:before {
  content: "\e9b5";
}

.wmicon-mountain-path:before {
  content: "\e9b6";
}

.wmicon-Money-Test-tube:before {
  content: "\e9b7";
}

.wmicon-money-slot:before {
  content: "\e9b8";
}

.wmicon-money-scale:before {
  content: "\e9b9";
}

.wmicon-money-plant-2:before {
  content: "\e9ba";
}

.wmicon-money-plant-1:before {
  content: "\e9bb";
}

.wmicon-money-plant:before {
  content: "\e9bc";
}

.wmicon-money-paper-pen:before {
  content: "\e9bd";
}

.wmicon-money-paper:before {
  content: "\e9be";
}

.wmicon-money-note-plant:before {
  content: "\e9bf";
}

.wmicon-money-laundering:before {
  content: "\e9c0";
}

.wmicon-money-exchange:before {
  content: "\e9c1";
}

.wmicon-money-click:before {
  content: "\e9c2";
}

.wmicon-money-circling-arrows:before {
  content: "\e9c3";
}

.wmicon-money-chart-click:before {
  content: "\e9c4";
}

.wmicon-money-bag:before {
  content: "\e9c5";
}

.wmicon-Microscope-Slanted:before {
  content: "\e9c6";
}

.wmicon-Microscope:before {
  content: "\e9c7";
}

.wmicon-megaphone:before {
  content: "\e9c8";
}

.wmicon-math-paper-globe:before {
  content: "\e9c9";
}

.wmicon-Marker:before {
  content: "\e9ca";
}

.wmicon-making-money:before {
  content: "\e9cb";
}

.wmicon-Magnifying-Glass:before {
  content: "\e9cc";
}

.wmicon-magnifying-glass:before {
  content: "\e9cd";
}

.wmicon-Magnet:before {
  content: "\e9ce";
}

.wmicon-lock-grid:before {
  content: "\e9cf";
}

.wmicon-lock:before {
  content: "\e9d0";
}

.wmicon-location-pins:before {
  content: "\e9d1";
}

.wmicon-location-pin-map:before {
  content: "\e9d2";
}

.wmicon-lists:before {
  content: "\e9d3";
}

.wmicon-lightbulb-pie-chart-paper-pencil:before {
  content: "\e9d4";
}

.wmicon-lightbulb-lit-check:before {
  content: "\e9d5";
}

.wmicon-lightbulb-circle:before {
  content: "\e9d6";
}

.wmicon-Lightbulb:before {
  content: "\e9d7";
}

.wmicon-laptop-webpage:before {
  content: "\e9d8";
}

.wmicon-laptop-paper-money-graph:before {
  content: "\e9d9";
}

.wmicon-laptop-money-stats:before {
  content: "\e9da";
}

.wmicon-Laptop-Globe-Location-Pin:before {
  content: "\e9db";
}

.wmicon-Lamp-Cord:before {
  content: "\e9dc";
}

.wmicon-Lamp:before {
  content: "\e9dd";
}

.wmicon-justice-scale:before {
  content: "\e9de";
}

.wmicon-innertube-check:before {
  content: "\e9df";
}

.wmicon-Injection-Needle:before {
  content: "\e9e0";
}

.wmicon-info-bubble:before {
  content: "\e9e1";
}

.wmicon-house-receipt:before {
  content: "\e9e2";
}

.wmicon-House-Check:before {
  content: "\e9e3";
}

.wmicon-Hourglass-Turning:before {
  content: "\e9e4";
}

.wmicon-hourglass:before {
  content: "\e9e5";
}

.wmicon-horizontal-paper-stats-up:before {
  content: "\e9e6";
}

.wmicon-helm:before {
  content: "\e9e7";
}

.wmicon-Head-Warning:before {
  content: "\e9e8";
}

.wmicon-Head-Trophy-Check:before {
  content: "\e9e9";
}

.wmicon-Head-Toolbox:before {
  content: "\e9ea";
}

.wmicon-Head-Tea:before {
  content: "\e9eb";
}

.wmicon-Head-Sun:before {
  content: "\e9ec";
}

.wmicon-Head-Signpost:before {
  content: "\e9ed";
}

.wmicon-headset-clock-arrow:before {
  content: "\e9ee";
}

.wmicon-Headset:before {
  content: "\e9ef";
}

.wmicon-Head-Rook:before {
  content: "\e9f0";
}

.wmicon-Head-Question-Mark:before {
  content: "\e9f1";
}

.wmicon-Head-Question-Arrows:before {
  content: "\e9f2";
}

.wmicon-Head-Photo-Icon:before {
  content: "\e9f3";
}

.wmicon-Headphones-Open-Book-Play:before {
  content: "\e9f4";
}

.wmicon-Head-Pencil:before {
  content: "\e9f5";
}

.wmicon-Head-Notepad:before {
  content: "\e9f6";
}

.wmicon-Head-Note-Check:before {
  content: "\e9f7";
}

.wmicon-Head-Magnifying-Glass-Check:before {
  content: "\e9f8";
}

.wmicon-Head-Lightbulb:before {
  content: "\e9f9";
}

.wmicon-Head-Kettlebell:before {
  content: "\e9fa";
}

.wmicon-Head-Heart:before {
  content: "\e9fb";
}

.wmicon-Head-Headphones:before {
  content: "\e9fc";
}

.wmicon-Head-Grid:before {
  content: "\e9fd";
}

.wmicon-Head-Grad-Cap:before {
  content: "\e9fe";
}

.wmicon-Head-Eye:before {
  content: "\e9ff";
}

.wmicon-Head-European-Outlet:before {
  content: "\ea00";
}

.wmicon-Head-Down-Arrow:before {
  content: "\ea01";
}

.wmicon-Head-Conveyer-Belt:before {
  content: "\ea02";
}

.wmicon-Head-Cog-Check:before {
  content: "\ea03";
}

.wmicon-Head-Cog:before {
  content: "\ea04";
}

.wmicon-Head-Clock:before {
  content: "\ea05";
}

.wmicon-Head-Circle-Arrow:before {
  content: "\ea06";
}

.wmicon-Head-Chat-Bubble:before {
  content: "\ea07";
}

.wmicon-Head-Butterfly:before {
  content: "\ea08";
}

.wmicon-Head-Browser-Person:before {
  content: "\ea09";
}

.wmicon-Head-Broken-Heart:before {
  content: "\ea0a";
}

.wmicon-Head-Brain-Arrow-Down:before {
  content: "\ea0b";
}

.wmicon-Head-Book-Plant:before {
  content: "\ea0c";
}

.wmicon-Head-Battery:before {
  content: "\ea0d";
}

.wmicon-Head-Arrows-to-Check:before {
  content: "\ea0e";
}

.wmicon-hat-glasses-spy:before {
  content: "\ea0f";
}

.wmicon-hand-paper-money:before {
  content: "\ea10";
}

.wmicon-hand-money:before {
  content: "\ea11";
}

.wmicon-hacker:before {
  content: "\ea12";
}

.wmicon-graphs:before {
  content: "\ea13";
}

.wmicon-Grad-Cap-Vine:before {
  content: "\ea14";
}

.wmicon-grad-cap-pie-chart-upward-stat:before {
  content: "\ea15";
}

.wmicon-Grad-Cap-money-Book:before {
  content: "\ea16";
}

.wmicon-Grad-Cap-Diploma:before {
  content: "\ea17";
}

.wmicon-grad-cap-book:before {
  content: "\ea18";
}

.wmicon-Glue:before {
  content: "\ea19";
}

.wmicon-Globe-to-Keyboard:before {
  content: "\ea1a";
}

.wmicon-Globe-Standing:before {
  content: "\ea1b";
}

.wmicon-globenetwork:before {
  content: "\ea1c";
}

.wmicon-globe-money:before {
  content: "\ea1d";
}

.wmicon-Globe-Cloud:before {
  content: "\ea1e";
}

.wmicon-Gem:before {
  content: "\ea1f";
}

.wmicon-gavel:before {
  content: "\ea20";
}

.wmicon-frame-money:before {
  content: "\ea21";
}

.wmicon-Frame-18:before {
  content: "\ea22";
}

.wmicon-Frame-17:before {
  content: "\ea23";
}

.wmicon-Frame-16:before {
  content: "\ea24";
}

.wmicon-Frame-6:before {
  content: "\ea25";
}

.wmicon-Folder-Wrench:before {
  content: "\ea26";
}

.wmicon-Folders-Cogs-Arrows:before {
  content: "\ea27";
}

.wmicon-folder_-key:before {
  content: "\ea28";
}

.wmicon-Folder-Cog-1:before {
  content: "\ea29";
}

.wmicon-Folder-Cog:before {
  content: "\ea2a";
}

.wmicon-Folded-Webpage-Lots-of-Content:before {
  content: "\ea2b";
}

.wmicon-flow-chart:before {
  content: "\ea2c";
}

.wmicon-fire-wall:before {
  content: "\ea2d";
}

.wmicon-finger-tablet:before {
  content: "\ea2e";
}

.wmicon-fingerprint:before {
  content: "\ea2f";
}

.wmicon-File-Folder:before {
  content: "\ea30";
}

.wmicon-eye-telescope:before {
  content: "\ea31";
}

.wmicon-eye-on-a-stick-1:before {
  content: "\ea32";
}

.wmicon-eye-on-a-stick:before {
  content: "\ea33";
}

.wmicon-exlamation-marks:before {
  content: "\ea34";
}

.wmicon-Eraser:before {
  content: "\ea35";
}

.wmicon-Diploma-Grad-Hat:before {
  content: "\ea36";
}

.wmicon-cylinder-x:before {
  content: "\ea37";
}

.wmicon-Cup-Pencil-Ruler:before {
  content: "\ea38";
}

.wmicon-credit-card:before {
  content: "\ea39";
}

.wmicon-contract:before {
  content: "\ea3a";
}

.wmicon-Computer-Web-Browser:before {
  content: "\ea3b";
}

.wmicon-Computer-Video:before {
  content: "\ea3c";
}

.wmicon-Computer-Toggle:before {
  content: "\ea3d";
}

.wmicon-Computer-Stats:before {
  content: "\ea3e";
}

.wmicon-Computer-Open-Book:before {
  content: "\ea3f";
}

.wmicon-computer-globe-cursor:before {
  content: "\ea40";
}

.wmicon-Computer-Globe:before {
  content: "\ea41";
}

.wmicon-Computer-Cog:before {
  content: "\ea42";
}

.wmicon-Computer-Circling-Arrow:before {
  content: "\ea43";
}

.wmicon-Computer-Brain-Up-Arrow:before {
  content: "\ea44";
}

.wmicon-Computer-Books:before {
  content: "\ea45";
}

.wmicon-Computer-Ball-Chart:before {
  content: "\ea46";
}

.wmicon-Compass-for-Circles:before {
  content: "\ea47";
}

.wmicon-Compass:before {
  content: "\ea48";
}

.wmicon-Comedy-Tragedy:before {
  content: "\ea49";
}

.wmicon-Column:before {
  content: "\ea4a";
}

.wmicon-coin-purse:before {
  content: "\ea4b";
}

.wmicon-cloud-webpage:before {
  content: "\ea4c";
}

.wmicon-Cloud-warning:before {
  content: "\ea4d";
}

.wmicon-cloud-tools:before {
  content: "\ea4e";
}

.wmicon-cloud-stats-arrows:before {
  content: "\ea4f";
}

.wmicon-Cloud-Smartphone-arrows:before {
  content: "\ea50";
}

.wmicon-cloud-smartphone:before {
  content: "\ea51";
}

.wmicon-cloud-signal:before {
  content: "\ea52";
}

.wmicon-cloud-shield-check:before {
  content: "\ea53";
}

.wmicon-cloud-sheet-check:before {
  content: "\ea54";
}

.wmicon-Cloud-server1:before {
  content: "\ea55";
}

.wmicon-cloud-server:before {
  content: "\ea56";
}

.wmicon-cloud-puzzle:before {
  content: "\ea57";
}

.wmicon-cloud-power-button:before {
  content: "\ea58";
}

.wmicon-cloud-planet:before {
  content: "\ea59";
}

.wmicon-cloud-people:before {
  content: "\ea5a";
}

.wmicon-cloud-patch:before {
  content: "\ea5b";
}

.wmicon-Cloud-NEtwork1:before {
  content: "\ea5c";
}

.wmicon-cloud-network:before {
  content: "\ea5d";
}

.wmicon-Cloud-Magnifying-Glass-Arrow:before {
  content: "\ea5e";
}

.wmicon-Cloud-Magnifying-Glass:before {
  content: "\ea5f";
}

.wmicon-cloud-lock-key:before {
  content: "\ea60";
}

.wmicon-Cloud-lock:before {
  content: "\ea61";
}

.wmicon-cloud-grid:before {
  content: "\ea62";
}

.wmicon-cloud-globe:before {
  content: "\ea63";
}

.wmicon-Cloud-folder:before {
  content: "\ea64";
}

.wmicon-cloud-download:before {
  content: "\ea65";
}

.wmicon-Cloud-Cylinder:before {
  content: "\ea66";
}

.wmicon-Cloud-Cog-Down-Arrows:before {
  content: "\ea67";
}

.wmicon-cloud-cog:before {
  content: "\ea68";
}

.wmicon-Cloud-Check-Down-Arrows:before {
  content: "\ea69";
}

.wmicon-cloud-check-chart:before {
  content: "\ea6a";
}

.wmicon-cloud-chart:before {
  content: "\ea6b";
}

.wmicon-Cloud-calculator:before {
  content: "\ea6c";
}

.wmicon-cloud-bug:before {
  content: "\ea6d";
}

.wmicon-cloud-browser-arrow-circle:before {
  content: "\ea6e";
}

.wmicon-Cloud-Box:before {
  content: "\ea6f";
}

.wmicon-Clipboard-Pie-Chart:before {
  content: "\ea70";
}

.wmicon-clipboard-check-pen:before {
  content: "\ea71";
}

.wmicon-clipboard-chart-pencil:before {
  content: "\ea72";
}

.wmicon-Circle-Network-Check:before {
  content: "\ea73";
}

.wmicon-Circle-Arrows-Pencil:before {
  content: "\ea74";
}

.wmicon-chess-pieces:before {
  content: "\ea75";
}

.wmicon-checklist-money:before {
  content: "\ea76";
}

.wmicon-Chat-Bubbles:before {
  content: "\ea77";
}

.wmicon-chat-bubble-infection:before {
  content: "\ea78";
}

.wmicon-chat-bubble-dialogue:before {
  content: "\ea79";
}

.wmicon-cash-register:before {
  content: "\ea7a";
}

.wmicon-camera-on-tripod:before {
  content: "\ea7b";
}

.wmicon-Camera:before {
  content: "\ea7c";
}

.wmicon-calendar-check:before {
  content: "\ea7d";
}

.wmicon-Calendar:before {
  content: "\ea7e";
}

.wmicon-Calculator-Pencil:before {
  content: "\ea7f";
}

.wmicon-Calculator-money-Pencil:before {
  content: "\ea80";
}

.wmicon-calculator-money:before {
  content: "\ea81";
}

.wmicon-building:before {
  content: "\ea82";
}

.wmicon-Bug-Shield:before {
  content: "\ea83";
}

.wmicon-Browser-Window-Heart:before {
  content: "\ea84";
}

.wmicon-Browser-Window-Checklist:before {
  content: "\ea85";
}

.wmicon-Browser-Window-Building:before {
  content: "\ea86";
}

.wmicon-Browser-Pen-Play:before {
  content: "\ea87";
}

.wmicon-Browser-Chat-Person:before {
  content: "\ea88";
}

.wmicon-Browser-Chat-Information-Icon:before {
  content: "\ea89";
}

.wmicon-broken-card:before {
  content: "\ea8a";
}

.wmicon-Briefcase:before {
  content: "\ea8b";
}

.wmicon-briefcase-2:before {
  content: "\ea8c";
}

.wmicon-briefcase-1:before {
  content: "\ea8d";
}

.wmicon-Box-of-Boxes:before {
  content: "\ea8e";
}

.wmicon-boxes-dolly:before {
  content: "\ea8f";
}

.wmicon-boxes-conveyer-belt:before {
  content: "\ea90";
}

.wmicon-Boxes:before {
  content: "\ea91";
}

.wmicon-Boxcutter:before {
  content: "\ea92";
}

.wmicon-Book-Stack-Apple:before {
  content: "\ea93";
}

.wmicon-Books-or-Binders:before {
  content: "\ea94";
}

.wmicon-Books-Coffee:before {
  content: "\ea95";
}

.wmicon-Books-Binders:before {
  content: "\ea96";
}

.wmicon-Book-Pencil:before {
  content: "\ea97";
}

.wmicon-Book-Lightbulb:before {
  content: "\ea98";
}

.wmicon-Book-Headphones-Play-Button:before {
  content: "\ea99";
}

.wmicon-Book-Exchange:before {
  content: "\ea9a";
}

.wmicon-Book-chart-plant:before {
  content: "\ea9b";
}

.wmicon-bomb:before {
  content: "\ea9c";
}

.wmicon-Binder-Clip:before {
  content: "\ea9d";
}

.wmicon-billboard:before {
  content: "\ea9e";
}

.wmicon-Bell:before {
  content: "\ea9f";
}

.wmicon-beaker-test-tube:before {
  content: "\eaa0";
}

.wmicon-Basketball:before {
  content: "\eaa1";
}

.wmicon-Barrel-Checklist:before {
  content: "\eaa2";
}

.wmicon-Barrel-Check:before {
  content: "\eaa3";
}

.wmicon-Barrel:before {
  content: "\eaa4";
}

.wmicon-badge:before {
  content: "\eaa5";
}

.wmicon-Backpack-1:before {
  content: "\eaa6";
}

.wmicon-Backpack:before {
  content: "\eaa7";
}

.wmicon-Atom-Circles:before {
  content: "\eaa8";
}

.wmicon-ATM:before {
  content: "\eaa9";
}

.wmicon-Art-Easel:before {
  content: "\eaaa";
}

.wmicon-Apple-Check:before {
  content: "\eaab";
}

.wmicon-Apple:before {
  content: "\eaac";
}

.wmicon-ABC-Blocks:before {
  content: "\eaad";
}

@font-face {
  font-family: "martindale-icons";
  src: url("../../../common/fonts/martindale-icons.eot?t20goj");
  src: url("../../../common/fonts/martindale-icons.eot?t20goj#iefix") format("embedded-opentype"), url("../../../common/fonts/martindale-icons.ttf?t20goj") format("truetype"), url("../../../common/fonts/martindale-icons.woff?t20goj") format("woff"), url("../../../common/fonts/martindale-icons.svg?t20goj#martindale-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=micon-], [class*=" micon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "martindale-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.micon-auto_02:before {
  content: "\e900";
}

.micon-auto_04:before {
  content: "\e901";
}

.micon-auto_06:before {
  content: "\e902";
}

.micon-auto_08:before {
  content: "\e903";
}

.micon-bank_03:before {
  content: "\e904";
}

.micon-bank_04:before {
  content: "\e905";
}

.micon-bank_05:before {
  content: "\e906";
}

.micon-bank_06:before {
  content: "\e907";
}

.micon-bank_07:before {
  content: "\e908";
}

.micon-business-law_01:before {
  content: "\e909";
}

.micon-business-law_02:before {
  content: "\e90a";
}

.micon-business-law_03:before {
  content: "\e90b";
}

.micon-business-law_04:before {
  content: "\e90c";
}

.micon-business-law_05:before {
  content: "\e90d";
}

.micon-business-law_06:before {
  content: "\e90e";
}

.micon-business-law_07:before {
  content: "\e90f";
}

.micon-business-law_08:before {
  content: "\e910";
}

.micon-business-law_09:before {
  content: "\e911";
}

.micon-business-law_10:before {
  content: "\e912";
}

.micon-criminal_01:before {
  content: "\e913";
}

.micon-criminal_02:before {
  content: "\e914";
}

.micon-criminal_03:before {
  content: "\e915";
}

.micon-criminal_05:before {
  content: "\e916";
}

.micon-criminal_06:before {
  content: "\e917";
}

.micon-criminal_07:before {
  content: "\e918";
}

.micon-criminal_08:before {
  content: "\e919";
}

.micon-criminal_09:before {
  content: "\e91a";
}

.micon-criminal_10:before {
  content: "\e91b";
}

.micon-divorce_01:before {
  content: "\e91c";
}

.micon-divorce_02:before {
  content: "\e91d";
}

.micon-divorce_03:before {
  content: "\e91e";
}

.micon-divorce_04:before {
  content: "\e91f";
}

.micon-divorce_05:before {
  content: "\e920";
}

.micon-divorce_06:before {
  content: "\e921";
}

.micon-divorce_07:before {
  content: "\e922";
}

.micon-dui_01:before {
  content: "\e923";
}

.micon-dui_02:before {
  content: "\e924";
}

.micon-dui_03:before {
  content: "\e925";
}

.micon-dui_04:before {
  content: "\e926";
}

.micon-dui_05:before {
  content: "\e927";
}

.micon-dui_06:before {
  content: "\e928";
}

.micon-dui_07:before {
  content: "\e929";
}

.micon-dui_08:before {
  content: "\e92a";
}

.micon-dui_09:before {
  content: "\e92b";
}

.micon-dui_10:before {
  content: "\e92c";
}

.micon-estate-planning_01:before {
  content: "\e92d";
}

.micon-estate-planning_02:before {
  content: "\e92e";
}

.micon-estate-planning_03:before {
  content: "\e92f";
}

.micon-estate-planning_04:before {
  content: "\e930";
}

.micon-estate-planning_05:before {
  content: "\e931";
}

.micon-estate-planning_06:before {
  content: "\e932";
}

.micon-estate-planning_07:before {
  content: "\e933";
}

.micon-estate-planning_08:before {
  content: "\e934";
}

.micon-family-law_01:before {
  content: "\e935";
}

.micon-family-law_02:before {
  content: "\e936";
}

.micon-family-law_03:before {
  content: "\e937";
}

.micon-family-law_04:before {
  content: "\e938";
}

.micon-family-law_05:before {
  content: "\e939";
}

.micon-gen_01:before {
  content: "\e93a";
}

.micon-gen_02:before {
  content: "\e93b";
}

.micon-gen_03:before {
  content: "\e93c";
}

.micon-gen_04:before {
  content: "\e93d";
}

.micon-gen_05:before {
  content: "\e93e";
}

.micon-gen_06:before {
  content: "\e93f";
}

.micon-gen_07:before {
  content: "\e940";
}

.micon-gen_08:before {
  content: "\e941";
}

.micon-gen_09:before {
  content: "\e942";
}

.micon-gen_10:before {
  content: "\e943";
}

.micon-head-spine_01:before {
  content: "\e944";
}

.micon-head-spine_02:before {
  content: "\e945";
}

.micon-head-spine_03:before {
  content: "\e946";
}

.micon-head-spine_04:before {
  content: "\e947";
}

.micon-head-spine_05:before {
  content: "\e948";
}

.micon-head-spine_06:before {
  content: "\e949";
}

.micon-head-spine_07:before {
  content: "\e94a";
}

.micon-immigration_01:before {
  content: "\e94b";
}

.micon-immigration_02:before {
  content: "\e94c";
}

.micon-immigration_03:before {
  content: "\e94d";
}

.micon-immigration_04:before {
  content: "\e94e";
}

.micon-immigration_05:before {
  content: "\e94f";
}

.micon-immigration_06:before {
  content: "\e950";
}

.micon-immigration_07:before {
  content: "\e951";
}

.micon-immigration_08:before {
  content: "\e952";
}

.micon-immigration_09:before {
  content: "\e953";
}

.micon-labor-employment_01:before {
  content: "\e954";
}

.micon-labor-employment_02:before {
  content: "\e955";
}

.micon-labor-employment_03:before {
  content: "\e956";
}

.micon-labor-employment_04:before {
  content: "\e957";
}

.micon-labor-employment_05:before {
  content: "\e958";
}

.micon-labor-employment_06:before {
  content: "\e959";
}

.micon-labor-employment_07:before {
  content: "\e95a";
}

.micon-labor-employment_08:before {
  content: "\e95b";
}

.micon-labor-employment_09:before {
  content: "\e95c";
}

.micon-labor-employment_10:before {
  content: "\e95d";
}

.micon-medmal_01:before {
  content: "\e95e";
}

.micon-medmal_02:before {
  content: "\e95f";
}

.micon-medmal_03:before {
  content: "\e960";
}

.micon-medmal_04:before {
  content: "\e961";
}

.micon-medmal_05:before {
  content: "\e962";
}

.micon-medmal_06:before {
  content: "\e963";
}

.micon-medmal_07:before {
  content: "\e964";
}

.micon-medmal_08:before {
  content: "\e965";
}

.micon-medmal_09:before {
  content: "\e966";
}

.micon-mesothelioma_01:before {
  content: "\e967";
}

.micon-mesothelioma_02:before {
  content: "\e968";
}

.micon-mesothelioma_03:before {
  content: "\e969";
}

.micon-mesothelioma_04:before {
  content: "\e96a";
}

.micon-mesothelioma_05:before {
  content: "\e96b";
}

.micon-mesothelioma_06:before {
  content: "\e96c";
}

.micon-misc_01:before {
  content: "\e96d";
}

.micon-misc_02:before {
  content: "\e96e";
}

.micon-misc_03:before {
  content: "\e96f";
}

.micon-misc_04:before {
  content: "\e973";
}

.micon-misc_05:before {
  content: "\e974";
}

.micon-misc_06:before {
  content: "\e975";
}

.micon-misc_07:before {
  content: "\e976";
}

.micon-misc_08:before {
  content: "\e977";
}

.micon-misc_09:before {
  content: "\e978";
}

.micon-misc_10:before {
  content: "\e979";
}

.micon-misc_11:before {
  content: "\e97a";
}

.micon-misc_12:before {
  content: "\e97b";
}

.micon-misc_13:before {
  content: "\e97c";
}

.micon-misc_14:before {
  content: "\e97d";
}

.micon-misc_15:before {
  content: "\e97e";
}

.micon-misc_16:before {
  content: "\e97f";
}

.micon-misc_17:before {
  content: "\e980";
}

.micon-misc_18:before {
  content: "\e981";
}

.micon-misc_19:before {
  content: "\e982";
}

.micon-misc_20:before {
  content: "\e983";
}

.micon-misc_21:before {
  content: "\e984";
}

.micon-misc_22:before {
  content: "\e985";
}

.micon-misc_23:before {
  content: "\e986";
}

.micon-misc_24:before {
  content: "\e987";
}

.micon-misc_25:before {
  content: "\e988";
}

.micon-pi_01:before {
  content: "\e989";
}

.micon-pi_02:before {
  content: "\e98a";
}

.micon-pi_03:before {
  content: "\e98b";
}

.micon-pi_04:before {
  content: "\e98c";
}

.micon-pi_05:before {
  content: "\e98d";
}

.micon-pi_06:before {
  content: "\e98e";
}

.micon-pi_07:before {
  content: "\e98f";
}

.micon-realestate_01:before {
  content: "\e990";
}

.micon-realestate_02:before {
  content: "\e991";
}

.micon-realestate_03:before {
  content: "\e992";
}

.micon-realestate_04:before {
  content: "\e993";
}

.micon-realestate_05:before {
  content: "\e994";
}

.micon-realestate_06:before {
  content: "\e995";
}

.micon-realestate_07:before {
  content: "\e996";
}

.micon-ss-disability_01:before {
  content: "\e997";
}

.micon-ss-disability_02:before {
  content: "\e998";
}

.micon-ss-disability_03:before {
  content: "\e999";
}

.micon-ss-disability_04:before {
  content: "\e99a";
}

.micon-ss-disability_05:before {
  content: "\e99b";
}

.micon-ss-disability_06:before {
  content: "\e99c";
}

.micon-ss-disability_07:before {
  content: "\e99d";
}

.micon-ss-disability_08:before {
  content: "\e99e";
}

.micon-truck_01:before {
  content: "\e99f";
}

.micon-truck_02:before {
  content: "\e9a0";
}

.micon-truck_03:before {
  content: "\e9a1";
}

.micon-truck_04:before {
  content: "\e9a2";
}

.micon-truck_05:before {
  content: "\e9a3";
}

.micon-truck_06:before {
  content: "\e9a4";
}

.micon-wills-pro_01:before {
  content: "\e9a5";
}

.micon-wills-pro_02:before {
  content: "\e9a6";
}

.micon-wills-pro_03:before {
  content: "\e9a7";
}

.micon-wills-pro_04:before {
  content: "\e9a8";
}

.micon-wills-pro_05:before {
  content: "\e9a9";
}

.micon-wills-pro_06:before {
  content: "\e9aa";
}

.micon-wills-pro_07:before {
  content: "\e9ab";
}

.micon-wills-pro_08:before {
  content: "\e9ac";
}

.micon-workers-comp_01:before {
  content: "\e9ad";
}

.micon-workers-comp_02:before {
  content: "\e9ae";
}

.micon-workers-comp_03:before {
  content: "\e9af";
}

.micon-workers-comp_04:before {
  content: "\e9b0";
}

.micon-workers-comp_05:before {
  content: "\e9b1";
}

.micon-workers-comp_06:before {
  content: "\e9b2";
}

.micon-workers-comp_07:before {
  content: "\e9b3";
}

.micon-workers-comp_08:before {
  content: "\e9b4";
}

.micon-workers-comp_09:before {
  content: "\e9b5";
}

@font-face {
  font-family: "martindale-outline-icons";
  src: url("../../../common/fonts/martindale-outline-icons/martindale-outline-icons.eot");
  src: url("../../../common/fonts/martindale-outline-icons/martindale-outline-icons.eot") format("embedded-opentype"), url("../../../common/fonts/martindale-outline-icons/martindale-outline-icons.ttf") format("truetype"), url("../../../common/fonts/martindale-outline-icons/martindale-outline-icons.woff") format("woff"), url("../../../common/fonts/martindale-outline-icons/martindale-outline-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=moicon-], [class*=" moicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "martindale-outline-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moicon-auto_01:before {
  content: "\e900";
}

.moicon-auto_02:before {
  content: "\e901";
}

.moicon-auto_03:before {
  content: "\e902";
}

.moicon-auto_04:before {
  content: "\e903";
}

.moicon-auto_05:before {
  content: "\e904";
}

.moicon-auto_06:before {
  content: "\e905";
}

.moicon-auto_07:before {
  content: "\e906";
}

.moicon-auto_08:before {
  content: "\e907";
}

.moicon-auto_09:before {
  content: "\e908";
}

.moicon-bank_01:before {
  content: "\e909";
}

.moicon-bank_02:before {
  content: "\e90a";
}

.moicon-bank_03:before {
  content: "\e90b";
}

.moicon-bank_04:before {
  content: "\e90c";
}

.moicon-bank_05:before {
  content: "\e90d";
}

.moicon-bank_06:before {
  content: "\e90e";
}

.moicon-bank_07:before {
  content: "\e90f";
}

.moicon-bank_08:before {
  content: "\e910";
}

.moicon-business_01:before {
  content: "\e911";
}

.moicon-business_02:before {
  content: "\e912";
}

.moicon-business_03:before {
  content: "\e913";
}

.moicon-business_04:before {
  content: "\e914";
}

.moicon-business_05:before {
  content: "\e915";
}

.moicon-business_06:before {
  content: "\e916";
}

.moicon-business_07:before {
  content: "\e917";
}

.moicon-business_08:before {
  content: "\e918";
}

.moicon-business_09:before {
  content: "\e919";
}

.moicon-criminal_01:before {
  content: "\e91a";
}

.moicon-criminal_02:before {
  content: "\e91b";
}

.moicon-criminal_03:before {
  content: "\e91c";
}

.moicon-criminal_04:before {
  content: "\e91d";
}

.moicon-criminal_05:before {
  content: "\e91e";
}

.moicon-criminal_06:before {
  content: "\e91f";
}

.moicon-criminal_07:before {
  content: "\e920";
}

.moicon-criminal_08:before {
  content: "\e921";
}

.moicon-criminal_09:before {
  content: "\e922";
}

.moicon-criminal_10:before {
  content: "\e923";
}

.moicon-criminal_11:before {
  content: "\e924";
}

.moicon-criminal_12:before {
  content: "\e925";
}

.moicon-divorce_01:before {
  content: "\e926";
}

.moicon-divorce_02:before {
  content: "\e927";
}

.moicon-divorce_03:before {
  content: "\e928";
}

.moicon-divorce_04:before {
  content: "\e929";
}

.moicon-divorce_05:before {
  content: "\e92a";
}

.moicon-divorce_06:before {
  content: "\e92b";
}

.moicon-dui_01:before {
  content: "\e92c";
}

.moicon-dui_02:before {
  content: "\e92d";
}

.moicon-dui_03:before {
  content: "\e92e";
}

.moicon-dui_04:before {
  content: "\e92f";
}

.moicon-dui_05:before {
  content: "\e930";
}

.moicon-dui_06:before {
  content: "\e931";
}

.moicon-dui_07:before {
  content: "\e932";
}

.moicon-dui_08:before {
  content: "\e933";
}

.moicon-dui_09:before {
  content: "\e934";
}

.moicon-dui_10:before {
  content: "\e935";
}

.moicon-employment_01:before {
  content: "\e936";
}

.moicon-employment_02:before {
  content: "\e937";
}

.moicon-employment_03:before {
  content: "\e938";
}

.moicon-employment_04:before {
  content: "\e939";
}

.moicon-employment_05:before {
  content: "\e93a";
}

.moicon-employment_06:before {
  content: "\e93b";
}

.moicon-employment_07:before {
  content: "\e93c";
}

.moicon-employment_08:before {
  content: "\e93d";
}

.moicon-employment_09:before {
  content: "\e93e";
}

.moicon-employment_10:before {
  content: "\e93f";
}

.moicon-estateplanning_01:before {
  content: "\e940";
}

.moicon-estateplanning_02:before {
  content: "\e941";
}

.moicon-estateplanning_03:before {
  content: "\e942";
}

.moicon-estateplanning_04:before {
  content: "\e943";
}

.moicon-estateplanning_05:before {
  content: "\e944";
}

.moicon-family_01:before {
  content: "\e945";
}

.moicon-family_02:before {
  content: "\e946";
}

.moicon-family_03:before {
  content: "\e947";
}

.moicon-family_04:before {
  content: "\e948";
}

.moicon-family_05:before {
  content: "\e949";
}

.moicon-family_06:before {
  content: "\e94a";
}

.moicon-fire_01:before {
  content: "\e94b";
}

.moicon-fire_02:before {
  content: "\e94c";
}

.moicon-fire_03:before {
  content: "\e94d";
}

.moicon-fire_04:before {
  content: "\e94e";
}

.moicon-fire_05:before {
  content: "\e94f";
}

.moicon-generalpractice_01:before {
  content: "\e950";
}

.moicon-generalpractice_02:before {
  content: "\e951";
}

.moicon-generalpractice_03:before {
  content: "\e952";
}

.moicon-generalpractice_04:before {
  content: "\e953";
}

.moicon-generalpractice_05:before {
  content: "\e954";
}

.moicon-generalpractice_06:before {
  content: "\e955";
}

.moicon-generalpractice_07:before {
  content: "\e956";
}

.moicon-generalpractice_08:before {
  content: "\e957";
}

.moicon-generalpractice_09:before {
  content: "\e958";
}

.moicon-generalpractice_10:before {
  content: "\e959";
}

.moicon-headspine_01:before {
  content: "\e95a";
}

.moicon-headspine_02:before {
  content: "\e95b";
}

.moicon-headspine_03:before {
  content: "\e95c";
}

.moicon-headspine_04:before {
  content: "\e95d";
}

.moicon-headspine_05:before {
  content: "\e95e";
}

.moicon-headspine_06:before {
  content: "\e95f";
}

.moicon-headspine_07:before {
  content: "\e960";
}

.moicon-immigration_01:before {
  content: "\e961";
}

.moicon-immigration_02:before {
  content: "\e962";
}

.moicon-immigration_03:before {
  content: "\e963";
}

.moicon-immigration_04:before {
  content: "\e964";
}

.moicon-immigration_05:before {
  content: "\e965";
}

.moicon-immigration_06:before {
  content: "\e966";
}

.moicon-immigration_07:before {
  content: "\e967";
}

.moicon-immigration_08:before {
  content: "\e968";
}

.moicon-immigration_09:before {
  content: "\e969";
}

.moicon-immigration_10:before {
  content: "\e96a";
}

.moicon-medmal_01:before {
  content: "\e96b";
}

.moicon-medmal_02:before {
  content: "\e96c";
}

.moicon-medmal_03:before {
  content: "\e96d";
}

.moicon-medmal_04:before {
  content: "\e96e";
}

.moicon-medmal_05:before {
  content: "\e96f";
}

.moicon-medmal_06:before {
  content: "\e970";
}

.moicon-medmal_07:before {
  content: "\e971";
}

.moicon-medmal_08:before {
  content: "\e972";
}

.moicon-medmal_09:before {
  content: "\e973";
}

.moicon-medmal_10:before {
  content: "\e974";
}

.moicon-medmal_12:before {
  content: "\e975";
}

.moicon-mesothelioma_01:before {
  content: "\e976";
}

.moicon-mesothelioma_02:before {
  content: "\e977";
}

.moicon-mesothelioma_03:before {
  content: "\e978";
}

.moicon-mesothelioma_04:before {
  content: "\e979";
}

.moicon-misc_01:before {
  content: "\e97a";
}

.moicon-misc_02:before {
  content: "\e97b";
}

.moicon-misc_03:before {
  content: "\e97c";
}

.moicon-misc_04:before {
  content: "\e97d";
}

.moicon-misc_05:before {
  content: "\e97e";
}

.moicon-misc_06:before {
  content: "\e97f";
}

.moicon-misc_07:before {
  content: "\e980";
}

.moicon-misc_08:before {
  content: "\e981";
}

.moicon-misc_09:before {
  content: "\e982";
}

.moicon-misc_10:before {
  content: "\e983";
}

.moicon-misc_11:before {
  content: "\e984";
}

.moicon-misc_12:before {
  content: "\e985";
}

.moicon-misc_13:before {
  content: "\e986";
}

.moicon-misc_14:before {
  content: "\e987";
}

.moicon-misc_15:before {
  content: "\e988";
}

.moicon-misc_16:before {
  content: "\e989";
}

.moicon-misc_17:before {
  content: "\e98a";
}

.moicon-misc_18:before {
  content: "\e98b";
}

.moicon-pi_01:before {
  content: "\e98c";
}

.moicon-pi_02:before {
  content: "\e98d";
}

.moicon-pi_03:before {
  content: "\e98e";
}

.moicon-pi_04:before {
  content: "\e98f";
}

.moicon-pi_05:before {
  content: "\e990";
}

.moicon-pi_06:before {
  content: "\e991";
}

.moicon-pi_07:before {
  content: "\e992";
}

.moicon-police_01:before {
  content: "\e993";
}

.moicon-police_02:before {
  content: "\e994";
}

.moicon-police_03:before {
  content: "\e995";
}

.moicon-police_04:before {
  content: "\e996";
}

.moicon-realestate_01:before {
  content: "\e997";
}

.moicon-realestate_02:before {
  content: "\e998";
}

.moicon-realestate_03:before {
  content: "\e999";
}

.moicon-realestate_04:before {
  content: "\e99a";
}

.moicon-realestate_05:before {
  content: "\e99b";
}

.moicon-realestate_06:before {
  content: "\e99c";
}

.moicon-realestate_07:before {
  content: "\e99d";
}

.moicon-realestate_08:before {
  content: "\e99e";
}

.moicon-realestate_09:before {
  content: "\e99f";
}

.moicon-ss_disability_01:before {
  content: "\e9a0";
}

.moicon-ss_disability_02:before {
  content: "\e9a1";
}

.moicon-ss_disability_03:before {
  content: "\e9a2";
}

.moicon-ss_disability_04:before {
  content: "\e9a3";
}

.moicon-ss_disability_05:before {
  content: "\e9a4";
}

.moicon-truck_01:before {
  content: "\e9a5";
}

.moicon-truck_02:before {
  content: "\e9a6";
}

.moicon-truck_03:before {
  content: "\e9a7";
}

.moicon-truck_04:before {
  content: "\e9a8";
}

.moicon-truck_05:before {
  content: "\e9a9";
}

.moicon-truck_06:before {
  content: "\e9aa";
}

.moicon-wills_01:before {
  content: "\e9ab";
}

.moicon-wills_02:before {
  content: "\e9ac";
}

.moicon-wills_03:before {
  content: "\e9ad";
}

.moicon-wills_04:before {
  content: "\e9ae";
}

.moicon-wills_05:before {
  content: "\e9af";
}

.moicon-wills_06:before {
  content: "\e9b0";
}

.moicon-wills_07:before {
  content: "\e9b1";
}

.moicon-wills_08:before {
  content: "\e9b2";
}

.moicon-wills_09:before {
  content: "\e9b3";
}

.moicon-workerscomp_01:before {
  content: "\e9b4";
}

.moicon-workerscomp_02:before {
  content: "\e9b5";
}

.moicon-workerscomp_03:before {
  content: "\e9b6";
}

.moicon-workerscomp_04:before {
  content: "\e9b7";
}

.moicon-workerscomp_05:before {
  content: "\e9b8";
}

.moicon-workerscomp_06:before {
  content: "\e9b9";
}

.moicon-workerscomp_07:before {
  content: "\e9ba";
}

.moicon-workerscomp_08:before {
  content: "\e9bb";
}

.moicon-workerscomp_09:before {
  content: "\e9bc";
}

.moicon-workerscomp_10:before {
  content: "\e9bd";
}

/* latin-ext */
@font-face {
  font-family: "Lato-Italic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Italic"), local("Lato-Italic"), url(../../../../s/lato/v16/S6u8w4BMUTPHjxsAUi-qJCY.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: "Lato-Italic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Italic"), local("Lato-Italic"), url(../../../../s/lato/v16/S6u8w4BMUTPHjxsAXC-q.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;
}
/* latin-ext */
@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"), url(../../../../s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.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: "Lato-Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato Light"), local("Lato-Light"), url(../../../../s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.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;
}
/* latin-ext */
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url(../../../../s/lato/v16/S6uyw4BMUTPHjxAwXjeu.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: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato Regular"), local("Lato-Regular"), url(../../../../s/lato/v16/S6uyw4BMUTPHjx4wXg.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;
}
/* latin-ext */
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url(../../../../s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.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: "Lato-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato Bold"), local("Lato-Bold"), url(../../../../s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.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;
}
@font-face {
  font-family: "questrial";
  src: url("../../../common/fonts/questrial/questrial-regular-webfont.eot");
  src: url("../../../common/fonts/questrial/questrial-regular-webfont-1.eot") format("embedded-opentype"), url("../../../common/fonts/questrial/questrial-regular-webfont.woff2") format("woff2"), url("../../../common/fonts/questrial/questrial-regular-webfont.woff") format("woff"), url("../../../common/fonts/questrial/questrial-regular-webfont.ttf") format("truetype"), url("../../../common/fonts/questrial/questrial-regular-webfont.svg") format("svg");
  font-weight: normal;
}
/**
 * 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 (//getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (//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='//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='//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='//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='//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(2.25rem + 2px - 2px);
  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='//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='//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% - 1rem);
}

.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% - 3.5rem);
  }
  .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='//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='//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;
  }
}

.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 #0073a8;
  padding: 20px;
}

.section-available,
.section-available .section {
  position: relative;
}

.section__bg--dark-1--mobile.swatch {
  background-color: #002D42;
}
.section__bg--dark-1--tablet.swatch {
  background-color: #002D42;
}
.section__bg--dark-1::before {
  background-color: #002D42;
}
.section__bg--dark-1.swatch {
  background-color: #002D42;
}
.section__bg--dark-2--mobile.swatch {
  background-color: #0073a8;
}
.section__bg--dark-2--tablet.swatch {
  background-color: #0073a8;
}
.section__bg--dark-2::before {
  background-color: #0073a8;
}
.section__bg--dark-2.swatch {
  background-color: #0073a8;
}
.section__bg--dark-3--mobile.swatch {
  background-color: black;
}
.section__bg--dark-3--tablet.swatch {
  background-color: black;
}
.section__bg--dark-3::before {
  background-color: black;
}
.section__bg--dark-3.swatch {
  background-color: black;
}
.section__bg--dark-4--mobile.swatch {
  background-color: #00ADEF;
}
.section__bg--dark-4--tablet.swatch {
  background-color: #00ADEF;
}
.section__bg--dark-4::before {
  background-color: #00ADEF;
}
.section__bg--dark-4.swatch {
  background-color: #00ADEF;
}
.section__bg--dark-5--mobile.swatch {
  background-color: #FFC000;
}
.section__bg--dark-5--tablet.swatch {
  background-color: #FFC000;
}
.section__bg--dark-5::before {
  background-color: #FFC000;
}
.section__bg--dark-5.swatch {
  background-color: #FFC000;
}
.section__bg--dark-6--mobile.swatch {
  background-color: #000000;
}
.section__bg--dark-6--tablet.swatch {
  background-color: #000000;
}
.section__bg--dark-6::before {
  background-color: #000000;
}
.section__bg--dark-6.swatch {
  background-color: #000000;
}
.section__bg--light-1--mobile.swatch {
  background-color: #ffffff;
}
.section__bg--light-1--tablet.swatch {
  background-color: #ffffff;
}
.section__bg--light-1::before {
  background-color: #ffffff;
}
.section__bg--light-1.swatch {
  background-color: #ffffff;
}
.section__bg--light-2--mobile.swatch {
  background-color: #f5f5f5;
}
.section__bg--light-2--tablet.swatch {
  background-color: #f5f5f5;
}
.section__bg--light-2::before {
  background-color: #f5f5f5;
}
.section__bg--light-2.swatch {
  background-color: #f5f5f5;
}
.section__bg--light-3--mobile.swatch {
  background-color: #FFC000;
}
.section__bg--light-3--tablet.swatch {
  background-color: #FFC000;
}
.section__bg--light-3::before {
  background-color: #FFC000;
}
.section__bg--light-3.swatch {
  background-color: #FFC000;
}

.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(../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: 991px) {
  .section--fixed .ple__back-to-top {
    right: 20px;
    bottom: 0;
  }
  .section--fixed .ple__back-to-top.active {
    transform: translate3d(0, -5rem, 0);
  }
  .section__bg--dark-1--tablet::before {
    background-color: #002D42;
  }
  .section__bg--dark-2--tablet::before {
    background-color: #0073a8;
  }
  .section__bg--dark-3--tablet::before {
    background-color: black;
  }
  .section__bg--dark-4--tablet::before {
    background-color: #00ADEF;
  }
  .section__bg--dark-5--tablet::before {
    background-color: #FFC000;
  }
  .section__bg--dark-6--tablet::before {
    background-color: #000000;
  }
  .section__bg--light-1--tablet::before {
    background-color: #ffffff;
  }
  .section__bg--light-2--tablet::before {
    background-color: #f5f5f5;
  }
  .section__bg--light-3--tablet::before {
    background-color: #FFC000;
  }
}
@media (max-width: 768px) {
  .section--fixed .ple__back-to-top {
    right: 20px;
    bottom: 0;
  }
  .section--fixed .ple__back-to-top.active {
    transform: translate3d(0, -5rem, 0);
  }
  .section__bg--dark-1--mobile::before {
    background-color: #002D42;
  }
  .section__bg--dark-2--mobile::before {
    background-color: #0073a8;
  }
  .section__bg--dark-3--mobile::before {
    background-color: black;
  }
  .section__bg--dark-4--mobile::before {
    background-color: #00ADEF;
  }
  .section__bg--dark-5--mobile::before {
    background-color: #FFC000;
  }
  .section__bg--dark-6--mobile::before {
    background-color: #000000;
  }
  .section__bg--light-1--mobile::before {
    background-color: #ffffff;
  }
  .section__bg--light-2--mobile::before {
    background-color: #f5f5f5;
  }
  .section__bg--light-3--mobile::before {
    background-color: #FFC000;
  }
}
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", 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", 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", 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", 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", 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", 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.9375rem;
}
.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", 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 #FFC000;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--light .component__button--3:hover {
  color: #FFC000;
  text-decoration: none;
  border: 1px solid #FFC000;
  background-color: transparent;
}
.section--dark .component__link--1 {
  display: inline-block;
  font-family: "Lato-Bold", 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: #00ADEF;
  text-decoration: none;
  width: auto;
}
.section--dark .component__link--1:hover {
  color: #effbff;
}
.section--dark .component__link--2 {
  display: inline-block;
  font-family: "Lato-Bold", 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: #00ADEF;
  text-decoration: none;
}
.section--dark .component__link--2:hover {
  color: #effbff;
}
.section--dark .component__link--3 {
  display: inline-block;
  font-family: "Lato-Bold", 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: #00ADEF;
  text-decoration: none;
}
.section--dark .component__link--3:hover {
  color: #effbff;
}
.section--dark .component__button--1 {
  display: inline-block;
  font-family: "Lato-Bold", 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: #002D42;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: #fff;
}
.section--dark .component__button--2 {
  display: inline-block;
  font-family: "Lato-Bold", 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: #002D42;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: #fff;
  padding: 0.9375rem;
}
.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", 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 #FFC000;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .component__button--3:hover {
  color: #FFC000;
  text-decoration: none;
  border: 1px solid #FFC000;
  background-color: #fff;
}
.section.section__bg--dark-4 .component__link--1 {
  color: #002D42;
}
.section.section__bg--dark-4 .component__link--1:hover {
  color: #effbff;
}
.section.section__bg--dark-4 .component__link--2 {
  color: #002D42;
}
.section.section__bg--dark-4 .component__link--2:hover {
  color: #effbff;
}
.section.section__bg--dark-4 .component__link--3 {
  color: #002D42;
}
.section.section__bg--dark-4 .component__link--3:hover {
  color: #effbff;
}
.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: #00ADEF;
  text-decoration: none;
}
.section--dark a:hover {
  color: #effbff;
}
.section--dark .component {
  color: #fff;
}
.section--dark .component__title {
  color: #fff;
}
.section--dark .component__subtitle {
  color: #00ADEF;
}
.section--dark .component__p {
  color: #fff;
}
.section.section__bg--dark-4 .component__subtitle {
  color: #002D42;
}

@media (max-width: 991px) {
  .container-fluid {
    max-width: none;
  }
}

.component__text {
  height: 100%;
}
.component__title {
  font-family: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.component__subtitle {
  font-family: "Lato-Regular", 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", 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;
}

.section--dark .blog__viewing,
.section--dark .articles__viewing {
  border-color: #ffffff;
}
.section--dark .blog__pagination .fancy-pagination .current-page,
.section--dark .articles__pagination .fancy-pagination .current-page {
  color: #ffffff;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link {
  background-color: #ffffff;
  color: #000000;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link.disabled, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link.disabled,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link.disabled,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link.disabled {
  color: transparent;
  background-color: transparent;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link.disabled:hover, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link.disabled:hover,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link.disabled:hover,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link.disabled:hover {
  color: transparent;
  background-color: transparent;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link.disabled span, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link.disabled span,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link.disabled span,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link.disabled span {
  color: transparent;
  background-color: transparent;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link.disabled span:hover, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link.disabled span:hover,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link.disabled span:hover,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link.disabled span:hover {
  color: transparent;
  background-color: transparent;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link span, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link span,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link span,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link span {
  color: #000000;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link:hover, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link:hover,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link:hover,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link:hover {
  color: #000000 !important;
  background-color: #d9d9d9;
}
.section--dark .blog__pagination .fancy-pagination > .blog__pagination-link:active, .section--dark .blog__pagination .fancy-pagination > .articles__pagination-link:active,
.section--dark .articles__pagination .fancy-pagination > .blog__pagination-link:active,
.section--dark .articles__pagination .fancy-pagination > .articles__pagination-link:active {
  color: #000000 !important;
  background-color: #b3b3b3;
}
.section--dark .blog__pagination .fancy-pagination .pages-wrapper,
.section--dark .articles__pagination .fancy-pagination .pages-wrapper {
  border: 1px solid #ffffff;
}
.section--dark .blog__pagination .fancy-pagination .item-list,
.section--dark .articles__pagination .fancy-pagination .item-list {
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.section--dark .blog__pagination .fancy-pagination .item-list a,
.section--dark .articles__pagination .fancy-pagination .item-list a {
  color: #000000;
  transition-duration: 0.1s;
}
.section--dark .blog__pagination .fancy-pagination .item-list a:hover,
.section--dark .articles__pagination .fancy-pagination .item-list a:hover {
  background-color: #d9d9d9;
  color: #000000 !important;
  text-decoration: none;
}
.section--dark .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-track,
.section--dark .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-track {
  background: #ffffff;
}
.section--dark .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb,
.section--dark .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb {
  background: gray;
}
.section--dark .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb:hover,
.section--dark .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d;
}

.section--light .blog__viewing,
.section--light .articles__viewing {
  border-color: #000000;
}
.section--light .blog__pagination .fancy-pagination .current-page,
.section--light .articles__pagination .fancy-pagination .current-page {
  color: #000000;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link {
  color: #ffffff;
  background-color: #000000;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link.disabled, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link.disabled,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link.disabled,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link.disabled {
  color: transparent;
  background-color: transparent;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link.disabled:hover, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link.disabled:hover,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link.disabled:hover,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link.disabled:hover {
  color: transparent;
  background-color: transparent;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link.disabled span, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link.disabled span,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link.disabled span,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link.disabled span {
  color: transparent;
  background-color: transparent;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link.disabled span:hover, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link.disabled span:hover,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link.disabled span:hover,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link.disabled span:hover {
  color: transparent;
  background-color: transparent;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link span, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link span,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link span,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link span {
  color: #ffffff;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link:hover, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link:hover,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link:hover,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link:hover {
  color: #ffffff;
  background-color: #262626;
}
.section--light .blog__pagination .fancy-pagination > .blog__pagination-link:active, .section--light .blog__pagination .fancy-pagination > .articles__pagination-link:active,
.section--light .articles__pagination .fancy-pagination > .blog__pagination-link:active,
.section--light .articles__pagination .fancy-pagination > .articles__pagination-link:active {
  color: #ffffff;
  background-color: #4d4d4d;
}
.section--light .blog__pagination .fancy-pagination .pages-wrapper,
.section--light .articles__pagination .fancy-pagination .pages-wrapper {
  border: 1px solid #000000;
}
.section--light .blog__pagination .fancy-pagination .item-list,
.section--light .articles__pagination .fancy-pagination .item-list {
  background: #000000;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.section--light .blog__pagination .fancy-pagination .item-list a,
.section--light .articles__pagination .fancy-pagination .item-list a {
  color: #ffffff;
  transition-duration: 0.1s;
}
.section--light .blog__pagination .fancy-pagination .item-list a:hover,
.section--light .articles__pagination .fancy-pagination .item-list a:hover {
  background-color: #262626;
  color: #ffffff;
  text-decoration: none;
}
.section--light .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-track,
.section--light .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-track {
  background: #000000;
}
.section--light .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb,
.section--light .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb {
  background: gray;
}
.section--light .blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb:hover,
.section--light .articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.articles__pagination .fancy-pagination,
.blog__pagination .fancy-pagination {
  display: flex;
}
.articles__pagination .fancy-pagination > .blog__pagination-link, .articles__pagination .fancy-pagination > .articles__pagination-link,
.blog__pagination .fancy-pagination > .blog__pagination-link,
.blog__pagination .fancy-pagination > .articles__pagination-link {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.3s;
  font-size: 16px;
  text-decoration: none;
}
.articles__pagination .fancy-pagination > .blog__pagination-link.disabled, .articles__pagination .fancy-pagination > .articles__pagination-link.disabled,
.blog__pagination .fancy-pagination > .blog__pagination-link.disabled,
.blog__pagination .fancy-pagination > .articles__pagination-link.disabled {
  cursor: default;
}
.articles__pagination .fancy-pagination > .blog__pagination-link:hover, .articles__pagination .fancy-pagination > .articles__pagination-link:hover,
.blog__pagination .fancy-pagination > .blog__pagination-link:hover,
.blog__pagination .fancy-pagination > .articles__pagination-link:hover {
  text-decoration: none;
}
.articles__pagination .fancy-pagination .pages-wrapper,
.blog__pagination .fancy-pagination .pages-wrapper {
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  flex-direction: column;
  height: 24px;
  position: relative;
  z-index: 109;
}
.articles__pagination .fancy-pagination .current-page,
.blog__pagination .fancy-pagination .current-page {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
}
.articles__pagination .fancy-pagination .current-page span,
.blog__pagination .fancy-pagination .current-page span {
  margin: 0 4px;
}
.articles__pagination .fancy-pagination .current-page:after,
.blog__pagination .fancy-pagination .current-page:after {
  content: "\f0d7";
  font-family: "font-awesome";
  font-size: 0.875rem;
  margin-left: 8px;
}
.articles__pagination .fancy-pagination .item-list,
.blog__pagination .fancy-pagination .item-list {
  display: none;
  width: 104px;
  max-height: 160px;
  overflow-y: scroll;
  top: calc(100% + 1px);
  left: -1px;
  position: absolute;
  flex-direction: column;
  padding: 4px 0;
}
.articles__pagination .fancy-pagination .item-list.active,
.blog__pagination .fancy-pagination .item-list.active {
  display: flex;
}
.articles__pagination .fancy-pagination .item-list a,
.blog__pagination .fancy-pagination .item-list a {
  padding: 8px 18px !important;
  line-height: 1;
}
.articles__pagination .fancy-pagination .item-list::-webkit-scrollbar,
.blog__pagination .fancy-pagination .item-list::-webkit-scrollbar {
  width: 4px;
}
.articles__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb,
.blog__pagination .fancy-pagination .item-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
.articles__pagination_wrapper,
.blog__pagination_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .articles__pagination_wrapper,
  .blog__pagination_wrapper {
    flex-direction: column;
  }
  .articles__pagination_wrapper .blog__post-count,
  .blog__pagination_wrapper .blog__post-count {
    border: 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("../../../../images/brands/optometry/frame_selector/sml-frames.png") -2600px -64px, url("../../../../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("../../../../images/brands/optometry/frame_selector/faces.png"), #60687a url("../../../../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("../../../../images/brands/optometry/frame_selector/lrg-frames.png"), url("../../../../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("//demo-optometry.imatrix.com/images/brands/optometry/frame_selector/ml-frames.png") -2698px 0, #f5f5f5 url("//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("../../../../images/brands/optometry/frame_selector/symbols.png") no-repeat, url("../../../../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("../../../../images/brands/optometry/frame_selector/sml-frames.png") -2160px 0, #60687a url("../../../../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("../../../../images/brands/optometry/frame_selector/sml-frames.png") -2240px 0, url("../../../../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("../../../../images/brands/optometry/frame_selector/sml-frames.png"), url("../../../../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;
  }
}
.header-a {
  display: flex;
  flex-direction: column;
}
.header-a .row-1 {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: flex-end;
}
.header-a .row-1 > div:first-child {
  margin-right: 24px;
  flex: 0 0 25%;
  max-width: 25%;
  max-height: 150px;
}
.header-a .row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.header-a .logo-a__image {
  margin-right: 16px;
}
.header-a .logo-a__image img {
  max-height: 150px;
}
.header-a .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-a .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-a .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-a .locations {
  padding: 0;
}
.header-a .location .component__title-caption-wrap,
.header-a .location .location__image-wrapper,
.header-a .location .location__name,
.header-a .location .location__address-wrapper,
.header-a .location .location__setting-title,
.header-a .location .location__direction-link {
  display: none;
}
.header-a .location .location__text-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
}
.header-a .location .location__phone,
.header-a .location .location__email,
.header-a .location .location__fax {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  line-height: 1;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 0;
}
.header-a .location .location__phone a,
.header-a .location .location__email a,
.header-a .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.header-a .location .location__phone a:before,
.header-a .location .location__email a:before,
.header-a .location .location__fax a:before {
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-a .location .location__phone a:before {
  content: "\f095";
}
.header-a .location .location__fax a:before {
  content: "\f1ac";
}
.header-a .location .location__email a:before {
  content: "\f0e0";
}
.header-a .location .location__contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-a .location .location__contacts-wrapper div:first-child {
  padding-left: 0;
}
.header-a .location > .row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .header-a .header-a {
    display: none;
  }
}
.header-b {
  display: flex;
  flex-direction: column;
}
.header-b .row-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-b .row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-b .row-2 > div:first-child {
  margin-right: auto;
  flex: 0 0 25%;
  max-width: 25%;
  max-height: 150px;
}
.header-b .logo-a__image {
  margin-right: 16px;
}
.header-b .logo-a__image img {
  max-height: 150px;
}
.header-b .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-b .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-b .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-b .locations {
  padding: 0;
}
.header-b .location .component__title-caption-wrap,
.header-b .location .location__image-wrapper,
.header-b .location .location__name,
.header-b .location .location__address-wrapper,
.header-b .location .location__setting-title,
.header-b .location .location__direction-link {
  display: none;
}
.header-b .location .location__text-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
}
.header-b .location .location__phone,
.header-b .location .location__email,
.header-b .location .location__fax {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  line-height: 1;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 0;
}
.header-b .location .location__phone a,
.header-b .location .location__email a,
.header-b .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.header-b .location .location__phone a:before,
.header-b .location .location__email a:before,
.header-b .location .location__fax a:before {
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-b .location .location__phone a:before {
  content: "\f095";
}
.header-b .location .location__fax a:before {
  content: "\f1ac";
}
.header-b .location .location__email a:before {
  content: "\f0e0";
}
.header-b .location .location__contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-b .location .location__contacts-wrapper div:first-child {
  padding-left: 0;
}
.header-b .location > .row {
  margin-right: 0;
  margin-left: 0;
}
.header-b .cta {
  padding: 0;
}
.header-b .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-b .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-b .cta a {
  margin-top: 0;
}
.header-b .cta_header_1__container {
  margin-left: 28px;
}
.header-b .socialmedia {
  padding: 0;
}
.header-b .socialmedia__item {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .header-b .header-b {
    display: none;
  }
}
.header-c {
  display: flex;
  justify-content: space-between;
}
.header-c .column-1 {
  display: flex;
  flex: 1 0 auto;
  max-width: 25%;
}
.header-c .column-2 {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-left: 28px;
  align-items: flex-end;
  justify-content: center;
}
.header-c .row-1 {
  display: flex;
  margin-bottom: 14px;
}
.header-c .row-1 > div {
  margin-left: 12px;
}
.header-c .row-2 {
  display: block;
  width: 100%;
}
.header-c .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-c .logo-a__image {
  margin-right: 16px;
}
.header-c .logo-a__image img {
  max-height: 150px;
}
.header-c .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-c .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-c .cta {
  padding: 0;
}
.header-c .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-c .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-c .cta-a .title-subtitle__wrapper {
  display: none;
}
.header-c .cta-a .cta__links-wrapper a {
  width: 180px;
  margin-top: 0;
}
.header-c .cta-a .cta__links-wrapper a:nth-child(2) {
  display: none;
}
.header-c .cta-a .cta__links-wrapper a:first-child {
  margin-right: 0;
}
.header-c .cta a {
  margin-top: 0;
}
.header-c .cta_header_1__container {
  margin-left: 28px;
}
@media screen and (max-width: 992px) {
  .header-c .header-c {
    display: none;
  }
}
.header-d {
  display: flex;
  justify-content: space-between;
}
.header-d .column-2 {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-left: 28px;
  align-items: flex-end;
  justify-content: center;
}
.header-d .column-2 .row-2 {
  display: flex;
  align-items: center;
}
.header-d .column-2 .row-2 > div:first-child {
  margin-right: 28px;
}
.header-d .column-1 {
  flex: 1 0 auto;
  max-width: 25%;
  display: flex;
}
.header-d .row-1 {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.header-d .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-d .logo-a__image {
  margin-right: 16px;
}
.header-d .logo-a__image img {
  max-height: 150px;
}
.header-d .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-d .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-d .locations {
  padding: 0;
}
.header-d .location > .row {
  margin-right: 0;
  margin-left: 0;
}
.header-d .location .component__title-caption-wrap,
.header-d .location .location__image-wrapper,
.header-d .location .location__name,
.header-d .location .location__address-wrapper,
.header-d .location .location__setting-title,
.header-d .location .location__direction-link {
  display: none;
}
.header-d .location .location__text-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
}
.header-d .location .location__phone,
.header-d .location .location__email,
.header-d .location .location__fax {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  line-height: 1;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 0;
}
.header-d .location .location__phone a,
.header-d .location .location__email a,
.header-d .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.header-d .location .location__phone a:before,
.header-d .location .location__email a:before,
.header-d .location .location__fax a:before {
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-d .location .location__phone a:before {
  content: "\f095";
}
.header-d .location .location__fax a:before {
  content: "\f1ac";
}
.header-d .location .location__email a:before {
  content: "\f0e0";
}
.header-d .location .location__contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-d .location .location__contacts-wrapper div:first-child {
  padding-left: 0;
}
.header-d .cta {
  padding: 0;
}
.header-d .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-d .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-d .cta a {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .header-d .header-d {
    display: none;
  }
}
.header-e {
  display: flex;
}
.header-e .column-1,
.header-e .column-2,
.header-e .column-3 {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.header-e .column-1 {
  max-width: 25%;
  margin-right: auto;
}
.header-e .column-2 {
  margin-left: 28px;
  align-items: flex-end;
  justify-content: center;
  max-width: calc(75% - 236px);
}
.header-e .column-2 .row-1 {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.header-e .column-3 {
  margin-left: 28px;
  align-items: flex-start;
  justify-content: center;
  max-width: 180px;
}
.header-e .column-3 .row-1 {
  display: flex;
  margin-bottom: 14px;
}
.header-e .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-e .logo-a__image {
  margin-right: 16px;
}
.header-e .logo-a__image img {
  max-height: 150px;
}
.header-e .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-e .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-e .locations {
  padding: 0;
}
.header-e .locations__container--inner {
  display: flex;
  align-items: flex-end;
}
.header-e .location > .row {
  margin-right: 0;
  margin-left: 0;
}
.header-e .location .component__title-caption-wrap,
.header-e .location .location__image-wrapper,
.header-e .location .location__name,
.header-e .location .location__address-wrapper,
.header-e .location .location__setting-title,
.header-e .location .location__direction-link {
  display: none;
}
.header-e .location .location__text-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
}
.header-e .location .location__phone,
.header-e .location .location__email,
.header-e .location .location__fax {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  line-height: 1;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 0;
}
.header-e .location .location__phone a,
.header-e .location .location__email a,
.header-e .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.header-e .location .location__phone a:before,
.header-e .location .location__email a:before,
.header-e .location .location__fax a:before {
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-e .location .location__phone a:before {
  content: "\f1b9";
}
.header-e .location .location__fax a:before {
  content: "\f1b8";
}
.header-e .location .location__email a:before {
  content: "\f1b6";
}
.header-e .location .location__contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-e .location .location__contacts-wrapper div:first-child {
  padding-left: 0;
}
.header-e .cta {
  padding: 0;
}
.header-e .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-e .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-e .cta a {
  margin-top: 0;
}
.header-e .cta-a .title-subtitle__wrapper {
  display: none;
}
.header-e .cta-a .cta__links-wrapper a {
  width: 180px;
  margin-top: 0;
}
.header-e .cta-a .cta__links-wrapper a:nth-child(2) {
  display: none;
}
.header-e .cta-a .cta__links-wrapper a:first-child {
  margin-right: 0;
}
.header-e .socialmedia {
  padding: 0;
}
.header-e .socialmedia li {
  margin-bottom: 0;
}
.header-e .socialmedia__item {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .header-e .header-e {
    display: none;
  }
}
.header-f {
  display: flex;
  justify-content: space-between;
}
.header-f .column-2 {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-left: 28px;
  align-items: flex-end;
  justify-content: center;
}
.header-f .column-2 .row-1 > div:first-child {
  margin-right: 28px;
}
.header-f .column-1 {
  flex: 1 0 auto;
  max-width: 25%;
}
.header-f .row-1 {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.header-f .row-2 {
  display: block;
  width: 100%;
}
.header-f .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-f .logo-a__image {
  margin-right: 16px;
}
.header-f .logo-a__image img {
  max-height: 150px;
}
.header-f .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-f .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-f .locations {
  padding: 0;
}
.header-f .location .component__title-caption-wrap,
.header-f .location .location__image-wrapper,
.header-f .location .location__name,
.header-f .location .location__setting-title,
.header-f .location .location__direction-link,
.header-f .location .location__phone,
.header-f .location .location__email,
.header-f .location .location__fax {
  display: none;
}
.header-f .location .location__address-wrapper {
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
}
.header-f .location .location__address br {
  display: none;
}
.header-f .location .location__address:before {
  content: "\f279";
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-f .cta {
  padding: 0;
}
.header-f .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-f .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-f .cta a {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .header-f .header-f {
    display: none;
  }
}
.header-g {
  display: flex;
  flex-direction: column;
}
.header-g .row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.header-g .row-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.header-g .row-1 > div:first-child {
  margin-right: auto;
  flex: 0 0 25%;
  max-width: 25%;
  max-height: 150px;
}
.header-g .header-partial-navigation {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.header-g .logo-a__image {
  margin-right: 16px;
}
.header-g .logo-a__image img {
  max-height: 150px;
}
.header-g .logo-a__title {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.header-g .logo-a__caption {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
.header-g .locations {
  padding: 0;
}
.header-g .location .component__title-caption-wrap,
.header-g .location .location__image-wrapper,
.header-g .location .location__name,
.header-g .location .location__address-wrapper,
.header-g .location .location__setting-title,
.header-g .location .location__direction-link {
  display: none;
}
.header-g .location .location__text-wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-g .location .location__phone,
.header-g .location .location__email,
.header-g .location .location__fax {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  line-height: 1;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 0;
}
.header-g .location .location__phone a,
.header-g .location .location__email a,
.header-g .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.header-g .location .location__phone a:before,
.header-g .location .location__email a:before,
.header-g .location .location__fax a:before {
  font-family: font-awesome;
  font-size: 14px;
  margin-right: 8px;
}
.header-g .location .location__phone a:before {
  content: "\f095";
}
.header-g .location .location__fax a:before {
  content: "\f1ac";
}
.header-g .location .location__email a:before {
  content: "\f0e0";
}
.header-g .location .location__contacts-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.header-g .location .location__contacts-wrapper div:first-child {
  padding-left: 0;
}
.header-g .socialmedia {
  padding: 0;
}
.header-g .socialmedia .socialmedia__item {
  margin-bottom: 0;
}
.header-g .socialmedia li {
  margin-bottom: 0;
}
.header-g .cta_header_1__container {
  margin-left: 28px;
}
.header-g .cta {
  padding: 0;
}
.header-g .cta > div > div {
  margin-left: 0;
  margin-right: 0;
}
.header-g .cta > div > div > div > div > div {
  flex: 1 1 100%;
  max-width: 100%;
  width: 180px;
  padding: 0;
}
.header-g .cta a {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .header-g .header-g {
    display: none;
  }
}

.section--dark .header-b .row-1,
.section--dark .header-g .row-1 {
  border-color: #fff;
}

.section--light .header-b .row-1,
.section--light .header-g .row-1 {
  border-color: #000;
}

body {
  background-color: #e0e0e0;
}

.carmel .section__bg--dark-1.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-1.header_home.overlap .section--dark.section--inner {
  background: #002D42;
}
.carmel .section__bg--dark-2.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-2.header_home.overlap .section--dark.section--inner {
  background: #0073a8;
}
.carmel .section__bg--dark-3.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-3.header_home.overlap .section--dark.section--inner {
  background: black;
}
.carmel .section__bg--dark-4.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-4.header_home.overlap .section--dark.section--inner {
  background: #00ADEF;
}
.carmel .section__bg--dark-5.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-5.header_home.overlap .section--dark.section--inner {
  background: #FFC000;
}
.carmel .section__bg--dark-6.header_home.overlap .section--dark.section--inner, .layout-49 .section__bg--dark-6.header_home.overlap .section--dark.section--inner {
  background: #000000;
}
.carmel .section__bg--light-1.header_home.overlap .section--light.section--inner, .layout-49 .section__bg--light-1.header_home.overlap .section--light.section--inner {
  background: #ffffff;
}
.carmel .section__bg--light-2.header_home.overlap .section--light.section--inner, .layout-49 .section__bg--light-2.header_home.overlap .section--light.section--inner {
  background: #f5f5f5;
}
.carmel .section__bg--light-3.header_home.overlap .section--light.section--inner, .layout-49 .section__bg--light-3.header_home.overlap .section--light.section--inner {
  background: #FFC000;
}

.component__title {
  font-size: 2.1875rem;
  line-height: 2.375rem;
}
.component__subtitle {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.component__p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.component__subtitle b, .component__subtitle strong {
  font-weight: normal;
}

.section.col-1_comp-1--p-0 > .section--inner > .row > .section__column-1 > .row > div:nth-child(1) .editable__container {
  padding: 0 !important;
}
.section.col-1_comp-2--p-0 > .section--inner > .row > .section__column-1 > .row > div:nth-child(2) .editable__container {
  padding: 0 !important;
}
.section.col-2_comp-1--p-0 > .section--inner > .row > .section__column-2 > .row > div:nth-child(1) .editable__container {
  padding: 0 !important;
}
.section.col-2_comp-2--p-0 > .section--inner > .row > .section__column-2 > .row > div:nth-child(2) .editable__container {
  padding: 0 !important;
}
.section--light .component__button--1, .section--light .component__button--2, .section--light .component__button--3, .section--dark .component__button--1, .section--dark .component__button--2, .section--dark .component__button--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  padding: 0.9375rem;
}
.section--light .component__button--icon-text-button, .section--dark .component__button--icon-text-button {
  padding: 0.9375rem;
}
.section--light .component__link--1, .section--light .component__link--2, .section--light .component__link--3, .section--dark .component__link--1, .section--dark .component__link--2, .section--dark .component__link--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.section--light .cta__button--icon, .section--dark .cta__button--icon {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.section--light .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF;
}
.section--light .component__button--1:hover {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--light .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .component__link--1, .section--light .component__link--2, .section--light .component__link--3 {
  color: #0384d7 !important;
}
.section--light .component__link--1:hover, .section--light .component__link--2:hover, .section--light .component__link--3:hover {
  color: #4eabe9 !important;
}
.section--light .component__title {
  color: #002D42;
}
.section--light .component__subtitle {
  color: #00ADEF;
}
.section--light .component__p {
  color: #4a4a4a;
}
.section--light a {
  color: #0384d7;
}
.section--light a:hover {
  color: #4eabe9;
}
.section--dark .component__button--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.section--dark .component__button--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--dark .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .component__link--1, .section--dark .component__link--2, .section--dark .component__link--3 {
  color: #ffffff !important;
}
.section--dark .component__link--1:hover, .section--dark .component__link--2:hover, .section--dark .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--dark .component__title, .section--dark .component__subtitle, .section--dark .component__p {
  color: #fff;
}
.section.ellipse::before {
  content: none;
}
.section.ellipse svg {
  display: block;
}
.section.ellipse.section__bg--dark-1 svg path {
  fill: #002D42;
}
.section.ellipse.section__bg--dark-2 svg path {
  fill: #0073a8;
}
.section.ellipse.section__bg--dark-3 svg path {
  fill: black;
}
.section.ellipse.section__bg--dark-4 svg path {
  fill: #00ADEF;
}
.section.ellipse.section__bg--dark-5 svg path {
  fill: #FFC000;
}
.section.ellipse.section__bg--dark-6 svg path {
  fill: #000000;
}
.section.ellipse.section__bg--light-1 svg path {
  fill: #ffffff;
}
.section.ellipse.section__bg--light-2 svg path {
  fill: #f5f5f5;
}
.section.ellipse.section__bg--light-3 svg path {
  fill: #FFC000;
}
.section.flourish {
  display: none;
}
.section.flourish::before {
  content: none;
}
.section.flourish svg {
  display: block;
}
.section.flourish.hook {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.section.flourish.wave {
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: 0;
}
.section.flourish.section__bg--dark-1 svg path, .section.flourish.section__bg--dark-1 svg polygon {
  fill: #002D42;
}
.section.flourish.section__bg--dark-1 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-1 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-1 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-1 .bottom-wave {
  fill: #002D42;
}
.section.flourish.section__bg--dark-2 svg path, .section.flourish.section__bg--dark-2 svg polygon {
  fill: #0073a8;
}
.section.flourish.section__bg--dark-2 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-2 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-2 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-2 .bottom-wave {
  fill: #0073a8;
}
.section.flourish.section__bg--dark-3 svg path, .section.flourish.section__bg--dark-3 svg polygon {
  fill: black;
}
.section.flourish.section__bg--dark-3 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-3 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-3 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-3 .bottom-wave {
  fill: black;
}
.section.flourish.section__bg--dark-4 svg path, .section.flourish.section__bg--dark-4 svg polygon {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-4 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-4 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-4 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-4 .bottom-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-5 svg path, .section.flourish.section__bg--dark-5 svg polygon {
  fill: #FFC000;
}
.section.flourish.section__bg--dark-5 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-5 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-5 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-5 .bottom-wave {
  fill: #FFC000;
}
.section.flourish.section__bg--dark-6 svg path, .section.flourish.section__bg--dark-6 svg polygon {
  fill: #000000;
}
.section.flourish.section__bg--dark-6 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--dark-6 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--dark-6 .solid-wave {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-6 .bottom-wave {
  fill: #000000;
}
.section.flourish.section__bg--light-1 svg path, .section.flourish.section__bg--light-1 svg polygon {
  fill: #ffffff;
}
.section.flourish.section__bg--light-1 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--light-1 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--light-1 .bottom-wave {
  fill: #ffffff;
}
.section.flourish.section__bg--light-2 svg path, .section.flourish.section__bg--light-2 svg polygon {
  fill: #f5f5f5;
}
.section.flourish.section__bg--light-2 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--light-2 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--light-2 .bottom-wave {
  fill: #f5f5f5;
}
.section.flourish.section__bg--light-3 svg path, .section.flourish.section__bg--light-3 svg polygon {
  fill: #FFC000;
}
.section.flourish.section__bg--light-3 .top-wave {
  fill: rgba(0, 173, 239, 0.4);
}
.section.flourish.section__bg--light-3 .mid-wave {
  fill: rgba(0, 173, 239, 0.7);
}
.section.flourish.section__bg--light-3 .bottom-wave {
  fill: #FFC000;
}
.section.flourish.section__bg--dark-1 svg path, .section.flourish.section__bg--dark-1 svg polygon {
  fill: #002D42;
}
.section.flourish.section__bg--dark-2 svg path, .section.flourish.section__bg--dark-2 svg polygon {
  fill: #0073a8;
}
.section.flourish.section__bg--dark-3 svg path, .section.flourish.section__bg--dark-3 svg polygon {
  fill: black;
}
.section.flourish.section__bg--dark-4 svg path, .section.flourish.section__bg--dark-4 svg polygon {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-5 svg path, .section.flourish.section__bg--dark-5 svg polygon {
  fill: #FFC000;
}
.section.flourish.section__bg--dark-6 svg path, .section.flourish.section__bg--dark-6 svg polygon {
  fill: #000000;
}
.section.flourish.section__bg--light-1 svg path, .section.flourish.section__bg--light-1 svg polygon {
  fill: #ffffff;
}
.section.flourish.section__bg--light-2 svg path, .section.flourish.section__bg--light-2 svg polygon {
  fill: #f5f5f5;
}
.section.flourish.section__bg--light-3 svg path, .section.flourish.section__bg--light-3 svg polygon {
  fill: #FFC000;
}

@media screen and (min-width: 1199px) {
  .section.ellipse svg {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 991px) {
  .section.overlap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
  }
  .section.overlap + .section-banner .ple-edit-drawer-closed {
    margin-top: 6.25rem;
  }
  .section.banner-nav {
    padding: 1.25rem 0;
  }
  .section.banner-nav::before {
    background-color: transparent;
  }
  .section.banner-nav .navigation__item--link {
    color: #ffffff;
  }
  .section.banner-nav .navigation__item.has-drop-down > .navigation__item--link::after {
    border-color: #fff transparent transparent transparent !important;
  }
  .section.banner-nav .navigation__item.has-drop-down:hover:after {
    border-color: #ffffff transparent transparent transparent !important;
  }
  .section.banner-nav .navigation__list--sub {
    background-color: #000 !important;
  }
  .section.banner-nav .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:after {
    border-color: transparent transparent transparent #ffffff !important;
  }
  .section.banner-nav .navigation__list--sub .navigation__item.has-drop-down > .navigation__item--link:hover:after {
    border-color: transparent transparent transparent #ffffff !important;
  }
  .section.banner-nav .phone__title, .section.banner-nav .phone__city, .section.banner-nav .phone__number {
    color: #ffffff;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .section.ellipse svg {
    margin-top: -5.9375rem;
  }
  .section.ellipse-sibling .banner .banner-text__wrapper {
    padding-bottom: 5.9375rem;
  }
}
@media screen and (max-width: 991px) {
  .section.banner-nav .logo-a {
    justify-content: center;
  }
  .section.banner-nav .navigation {
    display: flex;
    justify-content: center;
  }
  .section.banner-nav .phone__wrapper {
    display: flex;
    justify-content: center;
  }
  .section.ellipse-sibling .banner .banner-text__wrapper {
    padding-bottom: 3.8125rem;
  }
}
@media (min-width: 1199px) and (max-width: 991px) {
  .section.ellipse svg {
    margin-top: -4.9375rem;
  }
  .section.ellipse-sibling .banner .banner-text__wrapper {
    padding-bottom: 4.9375rem;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .section.ellipse svg {
    margin-top: -3.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .section.ellipse svg {
    margin-top: -2.4375rem;
  }
  #ada-toolbar {
    display: none !important;
  }
  .component__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .component__subtitle {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 991px) {
  .section--dark--tablet .component__button--1 {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .section--dark--tablet .component__button--1:hover {
    color: #002D42;
    background-color: #ffffff;
  }
  .section--dark--tablet .component__button--2 {
    color: #002D42 !important;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .section--dark--tablet .component__button--2:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .section--dark--tablet .component__button--3 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #FFC000 !important;
  }
  .section--dark--tablet .component__button--3:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .section--dark--tablet .component__link--1, .section--dark--tablet .component__link--2, .section--dark--tablet .component__link--3 {
    color: #ffffff !important;
  }
  .section--dark--tablet .component__link--1:hover, .section--dark--tablet .component__link--2:hover, .section--dark--tablet .component__link--3:hover {
    color: #ffffff !important;
    text-decoration: underline;
  }
  .section--dark--tablet .component__title, .section--dark--tablet .component__subtitle, .section--dark--tablet .component__p {
    color: #fff;
  }
  .section--light--tablet .component__button--1 {
    border: 1px solid #00ADEF;
    color: #00ADEF;
  }
  .section--light--tablet .component__button--1:hover {
    color: #ffffff;
    background-color: #00ADEF;
    border: 1px solid #00ADEF;
  }
  .section--light--tablet .component__button--2 {
    color: #ffffff !important;
    background-color: #00ADEF;
    border: 1px solid #00ADEF;
  }
  .section--light--tablet .component__button--2:hover {
    border: 1px solid #00ADEF;
    color: #00ADEF !important;
  }
  .section--light--tablet .component__button--3 {
    color: #ffffff !important;
    background-color: #FFC000;
    border: 1px solid #FFC000;
  }
  .section--light--tablet .component__button--3:hover {
    color: #FFC000 !important;
    border: 1px solid #FFC000;
    background-color: #ffffff;
  }
  .section--light--tablet .component__link--1, .section--light--tablet .component__link--2, .section--light--tablet .component__link--3 {
    color: #0384d7 !important;
  }
  .section--light--tablet .component__link--1:hover, .section--light--tablet .component__link--2:hover, .section--light--tablet .component__link--3:hover {
    color: #4eabe9 !important;
  }
  .section--light--tablet .component__title {
    color: #002D42;
  }
  .section--light--tablet .component__subtitle {
    color: #00ADEF;
  }
  .section--light--tablet .component__p {
    color: #4a4a4a;
  }
  .section--light--tablet a {
    color: #0384d7;
  }
  .section--light--tablet a:hover {
    color: #4eabe9;
  }
}
@media (max-width: 768px) {
  .section--dark--mobile .component__button--1 {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .section--dark--mobile .component__button--1:hover {
    color: #002D42;
    background-color: #ffffff;
  }
  .section--dark--mobile .component__button--2 {
    color: #002D42 !important;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .section--dark--mobile .component__button--2:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .section--dark--mobile .component__button--3 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #FFC000 !important;
  }
  .section--dark--mobile .component__button--3:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .section--dark--mobile .component__link--1, .section--dark--mobile .component__link--2, .section--dark--mobile .component__link--3 {
    color: #ffffff !important;
  }
  .section--dark--mobile .component__link--1:hover, .section--dark--mobile .component__link--2:hover, .section--dark--mobile .component__link--3:hover {
    color: #ffffff !important;
    text-decoration: underline;
  }
  .section--dark--mobile .component__title, .section--dark--mobile .component__subtitle, .section--dark--mobile .component__p {
    color: #fff;
  }
  .section--light--mobile .component__button--1 {
    border: 1px solid #00ADEF;
    color: #00ADEF;
  }
  .section--light--mobile .component__button--1:hover {
    color: #ffffff;
    background-color: #00ADEF;
    border: 1px solid #00ADEF;
  }
  .section--light--mobile .component__button--2 {
    color: #ffffff !important;
    background-color: #00ADEF;
    border: 1px solid #00ADEF;
  }
  .section--light--mobile .component__button--2:hover {
    border: 1px solid #00ADEF;
    color: #00ADEF !important;
  }
  .section--light--mobile .component__button--3 {
    color: #ffffff !important;
    background-color: #FFC000;
    border: 1px solid #FFC000;
  }
  .section--light--mobile .component__button--3:hover {
    color: #FFC000 !important;
    border: 1px solid #FFC000;
    background-color: #ffffff;
  }
  .section--light--mobile .component__link--1, .section--light--mobile .component__link--2, .section--light--mobile .component__link--3 {
    color: #0384d7 !important;
  }
  .section--light--mobile .component__link--1:hover, .section--light--mobile .component__link--2:hover, .section--light--mobile .component__link--3:hover {
    color: #4eabe9 !important;
  }
  .section--light--mobile .component__title {
    color: #002D42;
  }
  .section--light--mobile .component__subtitle {
    color: #00ADEF;
  }
  .section--light--mobile .component__p {
    color: #4a4a4a;
  }
  .section--light--mobile a {
    color: #0384d7;
  }
  .section--light--mobile a:hover {
    color: #4eabe9;
  }
}
.section.flourish {
  display: none;
  pointer-events: none;
  /*
  &.hook {
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  &.wave {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0;
  }
   */
}
.section.flourish::before {
  content: none;
}
.section.flourish svg {
  display: block;
}
.section.flourish.angles {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.section.flourish.angle-comp {
  top: -60px;
}
.section.flourish.angle-trad {
  top: -120px;
}
.section.flourish.angle-trad .top-angle, .section.flourish.angle-trad .middle-angle {
  fill: #00ADEF;
}
.section.flourish.angle-agg {
  top: -90px;
}
.section.flourish.section__bg--dark-1 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-1 svg path, .section.flourish.section__bg--dark-1 svg polygon {
  fill: #002D42;
}
.section.flourish.section__bg--dark-2 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-2 svg path, .section.flourish.section__bg--dark-2 svg polygon {
  fill: #0073a8;
}
.section.flourish.section__bg--dark-3 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-3 svg path, .section.flourish.section__bg--dark-3 svg polygon {
  fill: black;
}
.section.flourish.section__bg--dark-4 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-4 svg path, .section.flourish.section__bg--dark-4 svg polygon {
  fill: #00ADEF;
}
.section.flourish.section__bg--dark-5 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-5 svg path, .section.flourish.section__bg--dark-5 svg polygon {
  fill: #FFC000;
}
.section.flourish.section__bg--dark-6 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .solid-wave {
    fill: $color2;
  }

  .bottom-wave {
    fill: nth($section-bg-color-dark, $i);
  }
  */
}
.section.flourish.section__bg--dark-6 svg path, .section.flourish.section__bg--dark-6 svg polygon {
  fill: #000000;
}
.section.flourish.section__bg--light-1 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .bottom-wave {
    fill: nth($section-bg-color-light, $i);
  }
   */
}
.section.flourish.section__bg--light-1 svg path, .section.flourish.section__bg--light-1 svg polygon {
  fill: #ffffff;
}
.section.flourish.section__bg--light-2 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .bottom-wave {
    fill: nth($section-bg-color-light, $i);
  }
   */
}
.section.flourish.section__bg--light-2 svg path, .section.flourish.section__bg--light-2 svg polygon {
  fill: #f5f5f5;
}
.section.flourish.section__bg--light-3 {
  /*
  .top-wave {
    fill: rgba($color2, .4);
  }

  .mid-wave {
    fill: rgba($color2, .7);
  }

  .bottom-wave {
    fill: nth($section-bg-color-light, $i);
  }
   */
}
.section.flourish.section__bg--light-3 svg path, .section.flourish.section__bg--light-3 svg polygon {
  fill: #FFC000;
}

#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.4rem;
  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-header-1 .searchbar-a {
  justify-content: initial;
}

.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;
  }
}
.partial-header-a div[data-control=editable],
.partial-header-a div[data-component-name], .partial-header-b div[data-control=editable],
.partial-header-b div[data-component-name] {
  min-height: 16px;
  min-width: 50px;
  text-align: left;
}
.partial-header-a .editable__container--inner .ple-module-overlay-label, .partial-header-b .editable__container--inner .ple-module-overlay-label {
  display: none;
}
.partial-header-a {
  padding: 25px 0 0;
}
.partial-header-a .logo {
  padding: 0 0 15px;
}
.partial-header-a .logo-a__image img {
  min-height: 50px;
  max-height: 70px;
  min-width: 50px;
}
.partial-header-a .logo-a__text {
  padding: 8px;
}
.partial-header-a .logo-a__title {
  font-size: 30px;
  line-height: 1.2;
}
.partial-header-a .logo-a__caption {
  font-size: 12px;
  line-height: 1.2;
}
.partial-header-a .editable-phone-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.2;
}
.partial-header-a .editable__container {
  padding: 0;
  font-size: 14px;
  margin-right: 23px;
}
.partial-header-a .editable__container--inner {
  position: relative;
}
.partial-header-a .editable__container--inner p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}
.partial-header-a .editable__container--inner:before {
  font-size: 15px;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  display: none;
}
.partial-header-a .phone__container {
  padding: 2px 0;
  align-self: flex-start;
}
.partial-header-a .phone__number {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}
.partial-header-a .phone__number:before {
  font-size: 15px;
  margin-right: 5px;
}
.partial-header-a .navigation__container {
  display: flex;
  justify-content: flex-end;
}
.partial-header-a .navigation__list--head > .navigation__item:last-child .navigation__item--link {
  padding-right: 0 !important;
}
.partial-header-a .navigation__list--head > .navigation__item:last-child.has-drop-down > .navigation__item--link {
  margin-right: 16px !important;
}
.partial-header-a .navigation__list--head > .navigation__item:last-child.has-drop-down > .navigation__item--link:after {
  right: 0 !important;
}
.partial-header-a .navigation__item--link {
  text-align: right;
  width: auto !important;
  font-size: 16px !important;
  padding: 18px 16px !important;
  margin-right: 0 !important;
}
.partial-header-a .navigation__item--link:after {
  right: 13px !important;
}
.partial-header-a .navigation__item.has-drop-down .navigation__item--link {
  margin-right: 30px !important;
  padding-right: 0 !important;
}
.partial-header-a .navigation__list--head {
  justify-content: flex-end;
  margin-top: 10px !important;
}
.partial-header-a .navigation__list--sub {
  box-shadow: 1px 12px 18px 3px rgba(0, 0, 0, 0.5);
}
.partial-header-a .navigation__list--sub .navigation__item a {
  text-align: left;
  padding: 12px !important;
  width: 100% !important;
}
.partial-header-a .navigation__list--sub .navigation__item a:after {
  left: auto;
  right: 15px !important;
  margin-top: -2px !important;
  border: inset 6px !important;
  border-bottom-width: 0 !important;
  border-top-style: solid !important;
}
.partial-header-b {
  padding: 25px 0;
}
.partial-header-b .row .col-2 {
  position: absolute;
  z-index: 1;
}
.partial-header-b .row .col-2:last-child {
  right: 0;
}
.partial-header-b .row .col-8 {
  min-width: 100%;
}
.partial-header-b .logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partial-header-b .logo-a__image img {
  min-height: 50px;
  max-height: 70px;
  min-width: 50px;
}
.partial-header-b .logo-a__text {
  padding: 6px;
}
.partial-header-b .logo-a__title {
  font-size: 26px;
  line-height: 1.2;
}
.partial-header-b .logo-a__caption {
  font-size: 12px;
  line-height: 1.2;
}
.partial-header-b .editable-phone-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  line-height: 1.2;
}
.partial-header-b .editable__container {
  width: 100%;
  padding: 0;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
.partial-header-b .editable__container--inner {
  position: relative;
  word-break: break-all;
}
.partial-header-b .editable__container--inner p {
  margin: 0;
  font-size: 16px;
}
.partial-header-b .editable__container--inner:before {
  font-size: 15px;
  position: absolute;
  left: -15px;
  top: 3px;
  display: none;
}
.partial-header-b .phone__container {
  width: 100%;
  padding: 0;
}
.partial-header-b .phone__number {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  padding-bottom: 8px;
  line-height: 18px;
}
.partial-header-b .phone__number:before {
  font-size: 15px;
  margin-right: 5px;
}
.partial-header-b .navigation-b {
  background: transparent !important;
}
.partial-header-b .navigation__container {
  display: flex;
  justify-content: flex-start;
}
.partial-header-b .navigation__button {
  padding: 0;
}
.partial-header-b .navigation__button--icon {
  cursor: pointer;
}
.partial-header-b .navigation__button--text {
  display: none !important;
}

.container-fluid .partial-header-a .navigation__list--sub {
  right: 0;
}
.container-fluid .partial-header-a .navigation__list--sub .navigation__list {
  right: 100%;
  left: unset !important;
}

.section.banner-nav .section--dark .partial-header-a .navigation a.navigation__item--link, .section.banner-nav .section--dark .partial-header-b .navigation a.navigation__item--link {
  color: white !important;
}
.section.banner-nav .section--dark .partial-header-a .navigation a.navigation__item--link:after, .section.banner-nav .section--dark .partial-header-b .navigation a.navigation__item--link:after {
  border-color: white transparent transparent transparent !important;
}
.section.banner-nav .section--dark .partial-header-a .navigation a.navigation__item--link:hover, .section.banner-nav .section--dark .partial-header-b .navigation a.navigation__item--link:hover {
  opacity: 70%;
}
.section.banner-nav .section--dark .partial-header-a .navigation a.navigation__item--link:hover:after, .section.banner-nav .section--dark .partial-header-b .navigation a.navigation__item--link:hover:after {
  border-color: white transparent transparent transparent !important;
}
.section.banner-nav .section--dark .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after, .section.banner-nav .section--dark .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after {
  border-color: white transparent transparent transparent !important;
}
.section.banner-nav .section--dark .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after, .section.banner-nav .section--dark .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after {
  border-color: white transparent transparent transparent !important;
}
.section.banner-nav .section--dark .partial-header-a .navigation-b .navigation__button--icon > span::before, .section.banner-nav .section--dark .partial-header-a .navigation-c .navigation__button--icon > span::before, .section.banner-nav .section--dark .partial-header-b .navigation-b .navigation__button--icon > span::before, .section.banner-nav .section--dark .partial-header-b .navigation-c .navigation__button--icon > span::before {
  background: white !important;
}
.section.banner-nav .section--light .partial-header-a .navigation a.navigation__item--link, .section.banner-nav .section--light .partial-header-b .navigation a.navigation__item--link {
  color: #002D42 !important;
}
.section.banner-nav .section--light .partial-header-a .navigation a.navigation__item--link:after, .section.banner-nav .section--light .partial-header-b .navigation a.navigation__item--link:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section.banner-nav .section--light .partial-header-a .navigation a.navigation__item--link:hover, .section.banner-nav .section--light .partial-header-b .navigation a.navigation__item--link:hover {
  opacity: 70%;
}
.section.banner-nav .section--light .partial-header-a .navigation a.navigation__item--link:hover:after, .section.banner-nav .section--light .partial-header-b .navigation a.navigation__item--link:hover:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section.banner-nav .section--light .partial-header-a .navigation__list--sub, .section.banner-nav .section--light .partial-header-b .navigation__list--sub {
  background-color: white !important;
}
.section.banner-nav .section--light .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after, .section.banner-nav .section--light .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section.banner-nav .section--light .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after, .section.banner-nav .section--light .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section.banner-nav .section--light .partial-header-a .navigation-b .navigation__button--icon > span::before, .section.banner-nav .section--light .partial-header-a .navigation-c .navigation__button--icon > span::before, .section.banner-nav .section--light .partial-header-b .navigation-b .navigation__button--icon > span::before, .section.banner-nav .section--light .partial-header-b .navigation-c .navigation__button--icon > span::before {
  background: #002D42 !important;
}
.section--dark .partial-header-a .logo-a__title, .section--dark .partial-header-b .logo-a__title {
  color: white;
}
.section--dark .partial-header-a .logo-a__caption, .section--dark .partial-header-b .logo-a__caption {
  color: white;
}
.section--dark .partial-header-a .editable__container--inner p, .section--dark .partial-header-b .editable__container--inner p {
  color: white;
}
.section--dark .partial-header-a .editable__container--inner:before, .section--dark .partial-header-b .editable__container--inner:before {
  color: white;
}
.section--dark .partial-header-a .phone__number, .section--dark .partial-header-b .phone__number {
  color: white;
}
.section--dark .partial-header-a .phone__number:before, .section--dark .partial-header-b .phone__number:before {
  color: white;
}
.section--dark .partial-header-a .navigation a.navigation__item--link, .section--dark .partial-header-b .navigation a.navigation__item--link {
  color: white !important;
}
.section--dark .partial-header-a .navigation a.navigation__item--link:after, .section--dark .partial-header-b .navigation a.navigation__item--link:after {
  border-color: white transparent transparent transparent !important;
}
.section--dark .partial-header-a .navigation a.navigation__item--link:hover, .section--dark .partial-header-b .navigation a.navigation__item--link:hover {
  opacity: 70%;
}
.section--dark .partial-header-a .navigation a.navigation__item--link:hover:after, .section--dark .partial-header-b .navigation a.navigation__item--link:hover:after {
  border-color: white transparent transparent transparent !important;
}
.section--dark .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after, .section--dark .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after {
  border-color: white transparent transparent transparent !important;
}
.section--dark .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after, .section--dark .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after {
  border-color: white transparent transparent transparent !important;
}
.section--dark .partial-header-a .navigation-b .navigation__button--icon > span::before, .section--dark .partial-header-a .navigation-c .navigation__button--icon > span::before, .section--dark .partial-header-b .navigation-b .navigation__button--icon > span::before, .section--dark .partial-header-b .navigation-c .navigation__button--icon > span::before {
  background: white !important;
}
.section--light .partial-header-a .logo-a__title, .section--light .partial-header-b .logo-a__title {
  color: #002D42;
}
.section--light .partial-header-a .logo-a__caption, .section--light .partial-header-b .logo-a__caption {
  color: #002D42;
}
.section--light .partial-header-a .editable__container--inner p, .section--light .partial-header-b .editable__container--inner p {
  color: #002D42;
}
.section--light .partial-header-a .editable__container--inner:before, .section--light .partial-header-b .editable__container--inner:before {
  color: #002D42;
}
.section--light .partial-header-a .phone__number, .section--light .partial-header-b .phone__number {
  color: #002D42;
}
.section--light .partial-header-a .phone__number:before, .section--light .partial-header-b .phone__number:before {
  color: #002D42;
}
.section--light .partial-header-a .navigation a.navigation__item--link, .section--light .partial-header-b .navigation a.navigation__item--link {
  color: #002D42 !important;
}
.section--light .partial-header-a .navigation a.navigation__item--link:after, .section--light .partial-header-b .navigation a.navigation__item--link:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section--light .partial-header-a .navigation a.navigation__item--link:hover, .section--light .partial-header-b .navigation a.navigation__item--link:hover {
  opacity: 70%;
}
.section--light .partial-header-a .navigation a.navigation__item--link:hover:after, .section--light .partial-header-b .navigation a.navigation__item--link:hover:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section--light .partial-header-a .navigation__list--sub, .section--light .partial-header-b .navigation__list--sub {
  background-color: white !important;
}
.section--light .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after, .section--light .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section--light .partial-header-a .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after, .section--light .partial-header-b .navigation__list--sub .navigation__item.has-drop-down a.navigation__item--link:hover:after {
  border-color: #002D42 transparent transparent transparent !important;
}
.section--light .partial-header-a .navigation-b .navigation__button--icon > span::before, .section--light .partial-header-a .navigation-c .navigation__button--icon > span::before, .section--light .partial-header-b .navigation-b .navigation__button--icon > span::before, .section--light .partial-header-b .navigation-c .navigation__button--icon > span::before {
  background: #002D42 !important;
}

@media screen and (max-width: 767px) {
  .partial-header-a .logo-a__image {
    padding: 0;
  }
  .partial-header-a .logo-a__title {
    font-size: 20px;
  }
  .partial-header-a .logo-a__caption {
    font-size: 10px;
  }
  .partial-header-a .editable-phone-wrapper {
    height: 100%;
    flex-direction: row-reverse;
    align-items: center;
  }
  .partial-header-a .editable__container {
    width: auto;
    margin-right: 0;
  }
  .partial-header-a .editable__container--inner {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 25px;
    height: 25px;
  }
  .partial-header-a .editable__container--inner:before {
    float: left;
    font-size: 25px;
    left: -6px;
    top: 0px;
  }
  .partial-header-a .navigation__container {
    justify-content: center;
  }
  .partial-header-a .navigation__list--head {
    justify-content: center;
    max-width: 1px;
  }
  .partial-header-a .phone__container {
    width: auto;
  }
  .partial-header-a .phone__number {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 25px;
    height: 25px;
  }
  .partial-header-a .phone__number:before {
    float: left;
    font-size: 25px;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .partial-header-b .logo-a__image {
    padding: 0;
  }
  .partial-header-b .logo-a__title {
    font-size: 20px;
  }
  .partial-header-b .logo-a__caption {
    font-size: 10px;
  }
  .partial-header-b .editable-phone-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .partial-header-b .editable__container {
    width: auto;
  }
  .partial-header-b .editable__container--inner {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 25px;
    height: 25px;
  }
  .partial-header-b .editable__container--inner:before {
    float: left;
    font-size: 25px;
    left: -10px;
    top: 0px;
  }
  .partial-header-b .phone__container {
    width: auto;
  }
  .partial-header-b .phone__number {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 25px;
    height: 25px;
  }
  .partial-header-b .phone__number:before {
    float: left;
    font-size: 25px;
    position: absolute;
    left: 0px;
    top: 4px;
  }
}
.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: #00ADEF;
}
.section--light .wrap__where_is_your_pain .cta:before {
  background-color: #00ADEF;
}
.section--light .wrap__where_is_your_pain .cta:hover:before {
  box-shadow: 0px 0px 80px 100px rgba(0, 173, 239, 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;
  }
}
.section--light .wrap__where_is_your_pain .cta:after {
  background-image: linear-gradient(to right, #00ADEF 0%, #00ADEF 25%, transparent 25%);
  background-position: 0 bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.section--dark .wrap__where_is_your_pain .cta:after {
  background-image: linear-gradient(to right, #00ADEF 0%, #00ADEF 25%, transparent 25%);
  background-position: 0 bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

.footer-c {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 40px auto;
}
.footer-c .column-1 {
  margin-bottom: 30px;
}
.footer-c .column-2 {
  margin-bottom: 20px;
}
.footer-c .column-2 .locations {
  padding: 0;
}
.footer-c .column-2 .location .location__address-wrapper {
  margin-top: 0;
  margin-bottom: 8px;
}
.footer-c .column-2 .location .location__address {
  position: relative;
  padding-left: 32px;
}
.footer-c .column-2 .location .location__address:before {
  content: "\f041";
  font-family: "font-awesome";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-c .column-2 .location .location__address br {
  display: none;
}
.footer-c .column-2 .location .location__phone,
.footer-c .column-2 .location .location__email,
.footer-c .column-2 .location .location__fax {
  padding-left: 0px;
  padding-right: 0;
  margin-bottom: 8px;
  margin-top: 0;
  position: relative;
  padding-left: 32px;
}
.footer-c .column-2 .location .location__phone a,
.footer-c .column-2 .location .location__email a,
.footer-c .column-2 .location .location__fax a {
  margin: 0;
  line-height: 1;
}
.footer-c .column-2 .location .location__phone a:before,
.footer-c .column-2 .location .location__email a:before,
.footer-c .column-2 .location .location__fax a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "font-awesome";
  font-size: 20px;
}
.footer-c .column-2 .location .location__phone-num:before {
  content: "\f095";
}
.footer-c .column-2 .location .location__fax-num:before {
  content: "\f1ac";
}
.footer-c .column-2 .location .location__email a:before {
  content: "\f0e0";
}
.footer-c .column-2 .location .location {
  margin: 0;
}
.footer-c .column-2 .location .location__contacts-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.footer-c .column-3 .row-1 {
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .footer-c {
    flex-direction: row;
    max-width: none;
    align-items: center;
  }
  .footer-c .column-1 {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-c .column-2 {
    margin-bottom: 0;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-c .column-2 .locations .location__phone,
  .footer-c .column-2 .locations .location__fax,
  .footer-c .column-2 .locations .location__email {
    min-width: 100%;
  }
  .footer-c .column-2 .locations .location__email {
    margin-bottom: 0;
  }
  .footer-c .column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-c .column-3 .row-1 {
    margin-bottom: 0;
  }
}
.column-1-center .section__column-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.column-2-center .section__column-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.invert-colors .stacked:empty {
  display: none;
}
.invert-colors.av-badge .col-lg-4 .row > div:nth-of-type(1) {
  background: none !important;
}
.invert-colors .col-lg-4 .stacked {
  margin: 1.875rem 0 1.25rem 0;
}
.invert-colors .col-lg-4 .stacked ~ .stacked {
  margin: 0 0 1.25rem 0;
}
.invert-colors .col-lg-4 .stacked .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.invert-colors .col-lg-4 .stacked .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.invert-colors .col-lg-4 .stacked .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.invert-colors .section--light .col-lg-4 .stacked {
  background-color: #002D42;
}
.invert-colors .section--light .col-lg-4 .stacked .flex-direction-nav a:before {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.7);
}
.invert-colors .section--light .col-lg-4 .stacked .flex-control-paging li a.flex-active {
  background: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .flex-pauseplay a {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .flex-pauseplay a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.invert-colors .section--light .col-lg-4 .stacked .component {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--1 {
  color: #ffffff !important;
  border: 1px solid #FFC000;
  background-color: #FFC000;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--1:hover {
  background-color: #ffffff;
  color: #FFC000;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--2 {
  color: #FFC000 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--2:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.invert-colors .section--light .col-lg-4 .stacked .component__button--3:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.invert-colors .section--light .col-lg-4 .stacked .component__link--1, .invert-colors .section--light .col-lg-4 .stacked .component__link--2, .invert-colors .section--light .col-lg-4 .stacked .component__link--3 {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .component__link--1:hover, .invert-colors .section--light .col-lg-4 .stacked .component__link--2:hover, .invert-colors .section--light .col-lg-4 .stacked .component__link--3:hover {
  color: #ffffff;
  text-decoration: underline;
}
.invert-colors .section--light .col-lg-4 .stacked .component__title, .invert-colors .section--light .col-lg-4 .stacked .component__subtitle, .invert-colors .section--light .col-lg-4 .stacked .component__p {
  color: #fff;
}
.invert-colors .section--light .col-lg-4 .stacked .cta__button--icon {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .cta__button--icon:hover {
  color: #ffffff;
  text-decoration: underline;
}
.invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__social a, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__fax a, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__phone a, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__vcard a, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__email a {
  color: #ffffff !important;
}
.invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__social a:hover, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__fax a:hover, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__phone a:hover, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__vcard a:hover, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__email a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__position, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__name {
  color: #ffffff !important;
}
.invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__info, .invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__phone {
  border-color: #fff !important;
}
.invert-colors .section--light .col-lg-4 .stacked .staff-detail .staff-member__phone span {
  color: #fff !important;
}
.invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__control {
  border-color: transparent;
}
.invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__title, .invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__caption, .invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__label {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__submit input {
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.invert-colors .section--light .col-lg-4 .stacked .contactform--a .contactform__submit input:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--1 {
  color: #fff;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--1:hover {
  color: #002D42;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--2 {
  color: #002D42;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--2:hover {
  color: #fff;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--3 {
  color: #fff;
}
.invert-colors .section--light .col-lg-4 .stacked .reviewourfirm-a .component__button--3:hover {
  color: #FFC000;
}
.invert-colors .section--light .col-lg-4 .stacked .editable__container h1 {
  border-bottom-color: #b2b2b2;
}
.invert-colors .section--light .col-lg-4 .stacked .editable__container h1,
.invert-colors .section--light .col-lg-4 .stacked .editable__container h2,
.invert-colors .section--light .col-lg-4 .stacked .editable__container h3,
.invert-colors .section--light .col-lg-4 .stacked .editable__container p,
.invert-colors .section--light .col-lg-4 .stacked .editable__container ul,
.invert-colors .section--light .col-lg-4 .stacked .editable__container a {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .editable__container a {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .editable__container a:hover {
  color: #ffffff;
  text-decoration: none;
}
.invert-colors .section--light .col-lg-4 .stacked .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.7);
}
.invert-colors .section--light .col-lg-4 .stacked .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.invert-colors .section--light .col-lg-4 .stacked .testimonials-a .testimonials-item__source,
.invert-colors .section--light .col-lg-4 .stacked .testimonials-a .testimonials-item a {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .locations .location__name {
  border-color: #b2b2b2;
}
.invert-colors .section--light .col-lg-4 .stacked .locations .location__name, .invert-colors .section--light .col-lg-4 .stacked .locations .location__address, .invert-colors .section--light .col-lg-4 .stacked .locations .location__contacts-wrapper p, .invert-colors .section--light .col-lg-4 .stacked .locations .location__setting-title, .invert-colors .section--light .col-lg-4 .stacked .locations .location__email {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .locations .location__email a,
.invert-colors .section--light .col-lg-4 .stacked .locations .location__email p {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .locations .location__phone-num, .invert-colors .section--light .col-lg-4 .stacked .locations .location__fax-num {
  color: #ffffff;
}
.invert-colors .section--light .col-lg-4 .stacked .hours-a__title, .invert-colors .section--light .col-lg-4 .stacked .hours-a__subtitle {
  padding-left: 0.9375rem;
}
.invert-colors .section--light .col-lg-4 .stacked .hours-a .component__button--1:hover {
  color: #002D42;
}
.invert-colors .section--dark .stacked {
  background-color: #fff;
}
.invert-colors .section--dark .stacked .component {
  color: #4a4a4a;
}
.invert-colors .section--dark .stacked .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF;
}
.invert-colors .section--dark .stacked .component__button--1:hover {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.invert-colors .section--dark .stacked .component__button--2 {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.invert-colors .section--dark .stacked .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF;
  background-color: transparent;
}
.invert-colors .section--dark .stacked .component__button--3 {
  color: #ffffff;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.invert-colors .section--dark .stacked .component__button--3:hover {
  color: #FFC000;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.invert-colors .section--dark .stacked .component__link--1, .invert-colors .section--dark .stacked .component__link--2, .invert-colors .section--dark .stacked .component__link--3 {
  color: #0384d7;
}
.invert-colors .section--dark .stacked .component__link--1:hover, .invert-colors .section--dark .stacked .component__link--2:hover, .invert-colors .section--dark .stacked .component__link--3:hover {
  color: #4eabe9;
}
.invert-colors .section--dark .stacked .component__title {
  color: #002D42;
}
.invert-colors .section--dark .stacked .component__subtitle {
  color: #00ADEF;
}
.invert-colors .section--dark .stacked .component__p {
  color: #4a4a4a;
}
.invert-colors .section--dark .stacked .cta__button--icon {
  color: #0384d7;
}
.invert-colors .section--dark .stacked .cta__button--icon:hover {
  color: #4eabe9;
}
.invert-colors .section--dark .stacked a {
  color: #0384d7;
}
.invert-colors .section--dark .stacked a:hover {
  color: #4eabe9;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__title {
  color: #002D42;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__caption {
  color: #00ADEF;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__control {
  border-color: #4a4a4a;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__label {
  color: #495057;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__submit input {
  color: #ffffff;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.invert-colors .section--dark .stacked .contactform--a .contactform__submit input:hover {
  color: #FFC000;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.invert-colors .section--dark .stacked .reviewourfirm-a__excerpt, .invert-colors .section--dark .stacked .reviewourfirm-a__author, .invert-colors .section--dark .stacked .reviewourfirm-a__rating-points {
  color: #4a4a4a;
}
.invert-colors .section--dark .stacked .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
}
.invert-colors .section--dark .stacked .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.invert-colors .section--dark .stacked .locations .location__name {
  color: #00ADEF;
  border-bottom-color: #00ADEF;
}
.invert-colors .section--dark .stacked .locations .location__address, .invert-colors .section--dark .stacked .locations .location__contacts-wrapper p, .invert-colors .section--dark .stacked .locations .location__setting-title {
  color: #4a4a4a;
}
.invert-colors .section--dark .stacked .locations .location__email a {
  color: #0384d7;
}
.invert-colors .section--dark .stacked .locations .location__email a:hover {
  color: #4eabe9;
}
.invert-colors .section--dark .stacked .hours-a__title, .invert-colors .section--dark .stacked .hours-a__subtitle {
  padding-left: 0.9375rem;
}
.invert-colors .section--dark .stacked .editable__container h1 {
  color: #002D42;
  border-bottom-color: #00ADEF;
}
.invert-colors .section--dark .stacked .editable__container h2,
.invert-colors .section--dark .stacked .editable__container h3 {
  color: #00ADEF;
}
.invert-colors .section--dark .stacked .editable__container p,
.invert-colors .section--dark .stacked .editable__container ul {
  color: #4a4a4a;
}
.invert-colors .section--dark .stacked .editable__container a {
  color: #0384d7;
}
.invert-colors .section--dark .stacked .editable__container a:hover {
  color: #4eabe9;
}
.invert-colors .section--dark .stacked .staff-detail .staff-member__social a, .invert-colors .section--dark .stacked .staff-detail .staff-member__fax a, .invert-colors .section--dark .stacked .staff-detail .staff-member__phone a, .invert-colors .section--dark .stacked .staff-detail .staff-member__vcard a, .invert-colors .section--dark .stacked .staff-detail .staff-member__email a {
  color: #002D42 !important;
}
.invert-colors .section--dark .stacked .staff-detail .staff-member__social a:hover, .invert-colors .section--dark .stacked .staff-detail .staff-member__fax a:hover, .invert-colors .section--dark .stacked .staff-detail .staff-member__phone a:hover, .invert-colors .section--dark .stacked .staff-detail .staff-member__vcard a:hover, .invert-colors .section--dark .stacked .staff-detail .staff-member__email a:hover {
  color: #00ADEF !important;
  text-decoration: underline;
}
.invert-colors .section--dark .stacked .staff-detail .staff-member__position, .invert-colors .section--dark .stacked .staff-detail .staff-member__name {
  color: #002D42 !important;
}
.invert-colors .section--dark .stacked .staff-detail .staff-member__info, .invert-colors .section--dark .stacked .staff-detail .staff-member__phone {
  border-color: #002D42 !important;
}
.invert-colors .section--dark .stacked .staff-detail .staff-member__phone span {
  color: #002D42 !important;
}

.top-bar-a .editable__container {
  padding: 0;
}
.top-bar-a .editable__container p {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  font-weight: 400 !important;
  font-size: 0.9375rem;
}
.top-bar-a .navigation {
  display: flex;
  justify-content: flex-end;
}

.footer-logo {
  padding: 0.9375rem 0;
}
.footer-logo .socialmedia {
  padding-top: 10px;
  padding-bottom: 0;
  text-align: right !important;
}
.footer-logo .socialmedia__list {
  justify-content: flex-end !important;
}
.footer-logo .section__column-1 {
  align-self: center;
}
@media (max-width: 992px) {
  .footer-logo .section__column-1 {
    justify-self: center;
  }
  .footer-logo .navigation-a {
    display: flex;
    justify-content: center;
  }
  .footer-logo .phone__wrapper {
    margin-top: 0.9375rem;
    text-align: center !important;
  }
  .footer-logo .socialmedia {
    padding-top: 15px;
  }
  .footer-logo .socialmedia__list {
    justify-content: center !important;
  }
}

.footer-nav .navigation-a .navigation__list--head > li > a {
  padding-left: 0;
}
@media (max-width: 992px) {
  .footer-nav .navigation-a {
    display: flex;
    justify-content: center;
  }
}

.footer-disclaimer {
  padding-bottom: 1.25rem;
}
.footer-disclaimer .disclaimer {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}
.footer-disclaimer .section__column-2 {
  align-self: flex-end;
  justify-self: center;
}
.footer-disclaimer .editable__container {
  padding: 0;
}
@media (max-width: 768px) {
  .footer-disclaimer .disclaimer {
    padding-top: 1.875rem;
  }
}

.flourish-banner-margin .banner-c .round.row {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .flourish-banner-margin .banner-c .round.row {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .flourish-banner-margin .banner-c .round.row {
    margin-bottom: 30px;
  }
}

.align-header-nav .navigation-a {
  display: flex !important;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .align-header-nav .navigation-a {
    justify-content: center;
  }
  .align-header-nav .phone__wrapper {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .align-header-nav .navigation-a {
    display: none !important;
  }
}

.ctaSticky.ple_module_sticky .cta__button, .ctaSticky.ple_module_sticky .cta__link, .ctaSticky.ple_module_sticky .cta__link--icon, .ctaSticky.ple_module_sticky .cta__button--icon {
  margin: 0;
}

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

.harrisburg .section.section__bg--dark-4 .navigation__list--sub .navigation__item--link {
  color: #fff;
}
.harrisburg .section.section__bg--dark-4 .navigation__list--sub .navigation__item--link:hover {
  color: #002D42;
}
.harrisburg .section.section__bg--dark-4 .navigation__list--sub .navigation__item.has-drop-down ul a:hover {
  color: #00ADEF;
}
.harrisburg .section.section__bg--dark-1 .navigation__list--sub {
  background-color: #002D42;
}
.harrisburg .section.section__bg--dark-2 .navigation__list--sub {
  background-color: #0073a8;
}
.harrisburg .section.section__bg--dark-3 .navigation__list--sub {
  background-color: black;
}
.harrisburg .section.section__bg--dark-4 .navigation__list--sub {
  background-color: #00ADEF;
}
.harrisburg .section.section__bg--dark-5 .navigation__list--sub {
  background-color: #FFC000;
}
.harrisburg .section.section__bg--dark-6 .navigation__list--sub {
  background-color: #000000;
}
.harrisburg .section.section__bg--light-1 .navigation__list--sub {
  background-color: #ffffff;
}
.harrisburg .section.section__bg--light-2 .navigation__list--sub {
  background-color: #f5f5f5;
}
.harrisburg .section.section__bg--light-3 .navigation__list--sub {
  background-color: #FFC000;
}

.category__list-child li {
  padding: 0 !important;
}
.category__image {
  max-width: 100%;
  height: auto;
}

.article .component__title {
  margin: 0.67em 0;
}
.article__info-list {
  list-style: none;
  padding: 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: cover !important;
  margin-right: 20px;
  margin-bottom: 20px;
}
.articles__breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  display: table;
}
.articles__breadcrumbs a {
  font-size: 18px;
}
.articles__breadcrumbs .breadcrumbs-separator {
  font-size: 18px;
  color: #000000;
  margin: 0;
  position: relative;
  visibility: hidden;
}
.articles__breadcrumbs .breadcrumbs-separator:after {
  content: "/";
  position: absolute;
  top: -4px;
  left: 4px;
  visibility: visible;
  color: #000000;
}
.articles .category__image {
  display: block;
  width: auto;
  float: none;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 15px 0;
  margin: 0 auto;
}
.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;
}
.article__content .article__image {
  display: block;
  float: none;
  width: auto;
  margin: 0 auto 20px;
  max-width: 100%;
  background-size: contain;
}
.article__content h2 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.article__content h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.article__content p, .article__content ol, .article__content ul, .article__content li, .article__content table td, .article__content span {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}
.articles__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.articles__item {
  border-radius: 0;
  padding: 20px;
  float: left;
  width: 100%;
}
.articles__item:last-child {
  margin: 0;
}
.article__post-title {
  font-size: 24px;
  font-weight: 700;
  color: #002D42 !important;
}
.article__post-title:hover {
  color: #00ADEF !important;
}
.article__post-info {
  position: relative;
  font-size: 14px;
  margin: 5px 0 0 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;
  margin-top: 15px;
}
.article__post-content p {
  font-size: 16px;
  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-size: 16px;
}
.articles__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles__categories .mm-navbar {
  border: none;
}
.articles__categories .mm-navbar .mm-btn {
  padding-left: 0;
  left: -10px;
  top: 15px;
}
.articles__categories .mm-navbar .mm-btn:before {
  height: 10px;
  width: 10px;
}
.articles__categories .mm-panel:not(#mm-1) .mm-opened .mm-title,
.articles__categories .mm-panel:not(#mm-1) .mm-title {
  padding: 15px 15px 15px 30px;
}
.articles__categories .mm-panels > .mm-panel.mm-hasnavbar {
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
  overflow: hidden;
}
.articles__categories .mm-opened .mm-title,
.articles__categories .mm-title {
  background: transparent;
  text-transform: none;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 15px;
}
.articles__categories.mm-menu {
  background: transparent;
}
.articles__categories .mm-btn:after,
.articles__categories .mm-btn:before {
  border-color: #ffffff;
}
.articles__categories .mm-panels > .mm-panel > .mm-listview {
  margin: 40px 0 0 0;
}
.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,
.articles__categories .category__list-child li {
  background: transparent;
  padding: 0 !important;
}
.articles__categories-list li a,
.articles__categories .category__list-child li a {
  background: transparent;
  padding: 15px 10px 15px 20px;
}
.articles__categories-list li a:hover,
.articles__categories .category__list-child li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.articles__categories-wrap {
  height: auto;
  margin: 0 -15px;
}
.articles__categories .mm-listview .mm-next.mm-fullsubopen {
  width: 50px;
  background-color: transparent;
}
.articles__categories .mm-listview .mm-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.section__bg--dark-1 .articles__categories.mm-menu, .section__bg--dark-1 .article-list li,
.section__bg--dark-1 .article .category__list-child li {
  background-color: #002D42;
}
.section__bg--dark-2 .articles__categories.mm-menu, .section__bg--dark-2 .article-list li,
.section__bg--dark-2 .article .category__list-child li {
  background-color: #0073a8;
}
.section__bg--dark-3 .articles__categories.mm-menu, .section__bg--dark-3 .article-list li,
.section__bg--dark-3 .article .category__list-child li {
  background-color: black;
}
.section__bg--dark-4 .articles__categories.mm-menu, .section__bg--dark-4 .article-list li,
.section__bg--dark-4 .article .category__list-child li {
  background-color: #00ADEF;
}
.section__bg--dark-5 .articles__categories.mm-menu, .section__bg--dark-5 .article-list li,
.section__bg--dark-5 .article .category__list-child li {
  background-color: #FFC000;
}
.section__bg--dark-6 .articles__categories.mm-menu, .section__bg--dark-6 .article-list li,
.section__bg--dark-6 .article .category__list-child li {
  background-color: #000000;
}
.section__bg--light-1 .articles__categories.mm-menu, .section__bg--light-1 .article-list li,
.section__bg--light-1 .article .category__list-child li {
  background-color: #ffffff;
}
.section__bg--light-2 .articles__categories.mm-menu, .section__bg--light-2 .article-list li,
.section__bg--light-2 .article .category__list-child li {
  background-color: #f5f5f5;
}
.section__bg--light-3 .articles__categories.mm-menu, .section__bg--light-3 .article-list li,
.section__bg--light-3 .article .category__list-child li {
  background-color: #FFC000;
}

.section--dark .article__post-title {
  color: #ffffff !important;
}
.section--dark .article__post-title:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--dark .article__post-permalink {
  color: #ffffff !important;
}
.section--dark .article__post-permalink:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--dark .articles__breadcrumbs.component__p .breadcrumbs-separator:after {
  color: #ffffff;
}
.section--dark .articles__categories .mm-navbar .mm-btn:before {
  border-color: #ffffff;
}
.section--dark .articles__categories .mm-opened .mm-title,
.section--dark .articles__categories .mm-title {
  color: #ffffff;
}
.section--dark .articles__categories .mm-listview .mm-next:after {
  border-color: #ffffff !important;
}
.section--dark .articles__categories .mm-listview .mm-next:hover:after {
  border-color: #ffffff;
}
.section--dark .articles__categories-list li,
.section--dark .articles__categories .category__list-child li {
  border-bottom: 1px solid #ffffff;
}
.section--dark .articles__categories-list li:first-child,
.section--dark .articles__categories .category__list-child li:first-child {
  border-top: 1px solid #ffffff;
}
.section--dark .articles__categories-list li a,
.section--dark .articles__categories .category__list-child li a {
  color: #ffffff;
}
.section--dark .articles__categories-list li a:hover,
.section--dark .articles__categories .category__list-child li a:hover {
  color: #ffffff;
}
.section--dark .article__content h1,
.section--dark .article__content h2,
.section--dark .article__content h3,
.section--dark .article__content p,
.section--dark .article__content ul,
.section--dark .article__content ol,
.section--dark .article__content li, .section--dark .article__content table td, .section--dark .article__content span,
.section--dark .article__content a {
  color: #ffffff;
}
.section--dark .article__content a {
  color: #ffffff;
}
.section--dark .article__content a:hover {
  color: #ffffff;
}

.section--light .articles__categories .mm-navbar .mm-btn:before,
.invert-colors .articles__categories .mm-navbar .mm-btn:before {
  border-color: #000000;
}
.section--light .articles__categories .mm-opened .mm-title,
.section--light .articles__categories .mm-title,
.invert-colors .articles__categories .mm-opened .mm-title,
.invert-colors .articles__categories .mm-title {
  color: #000000;
}
.section--light .articles__categories .mm-listview .mm-next:after,
.invert-colors .articles__categories .mm-listview .mm-next:after {
  border-color: #000000 !important;
}
.section--light .articles__categories .mm-listview .mm-next:hover:after,
.invert-colors .articles__categories .mm-listview .mm-next:hover:after {
  border-color: #000000;
}
.section--light .articles__categories-list li,
.section--light .articles__categories .category__list-child li,
.invert-colors .articles__categories-list li,
.invert-colors .articles__categories .category__list-child li {
  border-bottom: 1px solid #000000;
}
.section--light .articles__categories-list li:first-child,
.section--light .articles__categories .category__list-child li:first-child,
.invert-colors .articles__categories-list li:first-child,
.invert-colors .articles__categories .category__list-child li:first-child {
  border-top: 1px solid #000000;
}
.section--light .articles__categories-list li a,
.section--light .articles__categories .category__list-child li a,
.invert-colors .articles__categories-list li a,
.invert-colors .articles__categories .category__list-child li a {
  color: #000000;
}
.section--light .articles__categories-list li a:hover,
.section--light .articles__categories .category__list-child li a:hover,
.invert-colors .articles__categories-list li a:hover,
.invert-colors .articles__categories .category__list-child li a:hover {
  color: #000000;
}
.section--light .article__content h2,
.section--light .article__content h3,
.invert-colors .article__content h2,
.invert-colors .article__content h3 {
  color: #00ADEF;
}
.section--light .article__content p,
.section--light .article__content ul,
.section--light .article__content ol,
.section--light .article__content li, .section--light .article__content table td, .section--light .article__content span,
.invert-colors .article__content p,
.invert-colors .article__content ul,
.invert-colors .article__content ol,
.invert-colors .article__content li,
.invert-colors .article__content table td,
.invert-colors .article__content span {
  color: #4a4a4a;
}
.section--light .article__content a,
.invert-colors .article__content a {
  color: #0384d7;
}
.section--light .article__content a:hover,
.invert-colors .article__content a:hover {
  color: #4eabe9;
}

@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: #00ADEF;
  }
}
@media (min-width: 991px) {
  .section--light .banner:not(.terrier) .component__button--1 {
    color: #fff;
    border-color: #fff;
  }
  .section--light .banner:not(.terrier) .component__button--1: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: #00ADEF;
}
.section--dark .banner:not(.terrier) .component__button--1 {
  border-color: #fff;
}

@media (max-width: 991px) {
  .section--dark .banner .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 .testimonials .expand:before, .testimonials .banner .cta__button--icon .expand:before, .banner .cta__button--icon .comp-phone .phone__number:before, .comp-phone .banner .cta__button--icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .banner .cta__button--icon .editable__container--inner:before, .banner .cta__button--icon .partial-header-a .phone__number:before, .partial-header-a .banner .cta__button--icon .phone__number:before, .banner .cta__button--icon .partial-header-b .editable__container--inner:before, .partial-header-b .banner .cta__button--icon .editable__container--inner:before, .banner .cta__button--icon .partial-header-b .phone__number:before, .partial-header-b .banner .cta__button--icon .phone__number:before, .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: "\f104";
  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: "\f105";
  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;
}

@media only screen and (max-width: 575px) {
  .banner-a .video-container__local img.fallBackImg,
  .banner-c .video-container__local img.fallBackImg {
    position: relative;
    height: inherit;
  }
}

.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: #002D42;
}
.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", sans-serif;
  font-size: 1.875rem;
}
.banner-f-text__subtitle {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
}
.banner-f__button {
  font-family: "Lato-Regular", 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: #FFC000;
}
.section--dark .banner-e .contactform__submit input {
  background-color: #002D42;
}
.section--dark .banner-e .contactform__submit input:hover {
  background-color: #00ADEF;
}
.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: #002D42;
}

.section--light .banner-e__header .component__title {
  color: #00ADEF;
}
.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: #002D42;
}
.section--light .banner-e .contactform__submit input {
  background-color: #FFC000;
}
.section--light .banner-e .contactform__submit input:hover {
  background-color: #ffffff;
  color: #002D42;
}
.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: #002D42;
}

@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;
  }
  .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;
  }
  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;
  }
  .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;
  }
  .banner-group-2-overlay-solid .slider__wrapper {
    width: 41%;
  }
  .banner-group-2-border .slider__wrapper {
    width: 45%;
  }
  .banner-group-2-border__tagline {
    background: rgba(0, 0, 0, 0.6);
  }
  .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;
  }
  .section__bg--dark-1 .banner-group-2-overlay-solid .slider__wrapper--solid {
    background: #002D42;
  }
  .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: #0073a8;
  }
  .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: black;
  }
  .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: #00ADEF;
  }
  .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: #FFC000;
  }
  .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: #000000;
  }
  .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: #f5f5f5;
  }
  .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: #FFC000;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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 only screen and (max-width: 767px) and (max-width: 575px) {
  .banner-f-media__wrapper .video-container__local img.fallBackImg {
    position: relative;
    height: inherit;
  }
}
@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%;
  }
}
@media (max-width: 991px) {
  .banner-e__contactform {
    padding: 15px;
  }
}
.banner-e__contactform .contactform--a .contactform__title {
  font-size: 1.75rem;
}
.banner-e__contactform .contactform--a .contactform__caption {
  font-size: 1.125rem;
}
.banner-e__slider .slider__button-wrapper.setOpacity:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #002D42;
}
.banner-e__header.setOpacity:after {
  display: none;
}

.banner .banner-group-3 .slider__tagline {
  border: none;
}
.banner .banner-group-3 .banner-c__button {
  display: none;
}
.section__bg--light-1 .banner .banner-group-3__tagline--inner {
  background-color: #ffffff;
}
.section__bg--light-1 .banner .banner-group-3 .component__title {
  color: #002D42;
}
.section__bg--light-1 .banner .banner-group-3 .component__subtitle {
  color: #00ADEF;
}
.section__bg--light-2 .banner .banner-group-3__tagline--inner {
  background-color: #f5f5f5;
}
.section__bg--light-2 .banner .banner-group-3 .component__title {
  color: #002D42;
}
.section__bg--light-2 .banner .banner-group-3 .component__subtitle {
  color: #00ADEF;
}
.section__bg--light-3 .banner .banner-group-3__tagline--inner {
  background-color: #FFC000;
}
.section__bg--light-3 .banner .banner-group-3 .component__title {
  color: #002D42;
}
.section__bg--light-3 .banner .banner-group-3 .component__subtitle {
  color: #00ADEF;
}

.section__bg--dark-1 .banner .banner-group-3__tagline--inner {
  background-color: #002D42;
}
.section__bg--dark-2 .banner .banner-group-3__tagline--inner {
  background-color: #0073a8;
}
.section__bg--dark-3 .banner .banner-group-3__tagline--inner {
  background-color: black;
}
.section__bg--dark-4 .banner .banner-group-3__tagline--inner {
  background-color: #00ADEF;
}
.section__bg--dark-5 .banner .banner-group-3__tagline--inner {
  background-color: #FFC000;
}
.section__bg--dark-6 .banner .banner-group-3__tagline--inner {
  background-color: #000000;
}

@media (min-width: 991px) {
  .banner .banner-group-3 .banner-c__button {
    display: block;
  }
  .banner .banner-group-3__tagline--inner {
    padding: 40px;
  }
}
.section .banner .component__button--1, .section .banner .component__button--2, .section .banner .component__button--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.section .banner-c {
  min-height: 60vh;
  background: transparent;
}
.section .banner-c .slider__background--overlay:after {
  background: #002D42;
}
.section--light .banner .component__button--1.cta__button, .section--light .banner .component__button--1.cta__button--icon {
  border: 1px solid #00ADEF !important;
  color: #00ADEF !important;
}
.section--light .banner .component__button--1.cta__button:hover, .section--light .banner .component__button--1.cta__button--icon:hover {
  color: #ffffff !important;
  background-color: #00ADEF !important;
  border: 1px solid #00ADEF !important;
}
.section--light .banner .component__button--2.cta__button, .section--light .banner .component__button--2.cta__button--icon {
  color: #ffffff !important;
  background-color: #00ADEF !important;
  border: 1px solid #00ADEF !important;
}
.section--light .banner .component__button--2.cta__button:hover, .section--light .banner .component__button--2.cta__button--icon:hover {
  border: 1px solid #00ADEF !important;
  color: #00ADEF !important;
  background-color: transparent !important;
}
.section--light .banner .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000 !important;
  border: 1px solid #FFC000 !important;
}
.section--light .banner .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000 !important;
  background-color: #ffffff !important;
}
.section--light .banner-a .tc-divider, .section--light .banner-f .tc-divider, .section--light .banner-c .tc-divider {
  border-color: #00ADEF;
}
.section--dark .banner .component__button--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.section--dark .banner .component__button--1:hover {
  background-color: #ffffff !important;
  color: #FFC000 !important;
}
.section--dark .banner .component__button--2 {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}
.section--dark .banner .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.section--dark .banner .component__button--3 {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  color: #FFC000 !important;
}
.section--dark .banner .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.section--dark .banner-a .tc-divider, .section--dark .banner-f .tc-divider, .section--dark .banner-c .tc-divider {
  border-color: #b2b2b2;
}
.section--dark .banner-e__contactform .contactform__wrapper {
  background-color: #F5F5F5;
}
.section--dark .banner-e__contactform .contactform__wrapper input,
.section--dark .banner-e__contactform .contactform__wrapper textarea {
  border: 1px solid #172242;
}
.section .banner-f-text__title {
  font-size: 35px;
}
.section .banner-f-text__subtitle {
  font-size: 25px;
}
.section .banner-f-text__wrapper {
  width: 50%;
}
.section .banner-f-media__wrapper {
  width: 50%;
}
@media screen and (min-width: 991px) {
  .section .container-fluid .banner-f__tagline {
    width: 50%;
  }
}

.section-banner .banner .banner-text__title--large {
  font-size: 2.1875rem;
  line-height: 2.375rem;
}
.section-banner .banner .banner-text__subtitle--small {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
@media (min-width: 991px) {
  .section-banner .section--light .banner .cta__link,
  .section-banner .section--light .banner .cta__link--icon {
    color: #0384d7;
    border-color: #0384d7;
  }
  .section-banner .section--light .banner .cta__link:hover,
  .section-banner .section--light .banner .cta__link--icon:hover {
    color: #00ADEF;
  }
}

@media (max-width: 991px) {
  .section .banner-f__tagline {
    padding: 40px 15px;
  }
  .section .banner-f__tagline.text-left .component__title, .section .banner-f__tagline.text-left .component__subtitle {
    text-align: center !important;
  }
  .section .banner-f__tagline.text-left .component__button {
    display: flex;
    justify-content: center;
  }
  .section .banner-f .slider__wrapper {
    flex-direction: column-reverse;
  }
  .section .banner-f-text__wrapper {
    width: 100%;
  }
  .section .banner-f-media__wrapper {
    width: 100%;
  }
  .section .banner-f-media__wrapper .img-container {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .section .banner-f-text__title {
    font-size: 30px;
  }
  .section .banner-f-text__subtitle {
    font-size: 20px;
  }
  .section .banner-f-media__wrapper .img-container {
    height: 160px;
  }
  .section-banner .banner .banner-text__title--large {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .section-banner .banner .banner-text__subtitle--small {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.section--dark .beforeandafter {
  color: #ffffff;
}

.beforeandafter {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.beforeandafter .component__title-caption-wrap {
  margin: 0 0 10px;
}
.beforeandafter-item {
  padding: 30px 100px;
  position: relative;
}
.beforeandafter-item:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.beforeandafter .content-wrapper {
  padding: 30px 0 0;
  text-align: left;
  font-size: 18px;
}
.beforeandafter .before__image-caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.beforeandafter .after__image-caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.beforeandafter-grid .beforeandafter-item {
  margin: 0;
}
.beforeandafter-slider .beforeandafter-item--global-wrapper {
  padding: 30px 100px;
}

.section--light .beforeandafter .content-wrapper {
  color: #4a4a4a;
}
.section--light .beforeandafter-item:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.section--light .beforeandafter .before__image-caption,
.section--light .beforeandafter .after__image-caption {
  color: #00ADEF;
}
.section--dark .beforeandafter .content-wrapper {
  color: white;
}
.section--dark .beforeandafter-item:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.section--dark .beforeandafter .before__image-caption,
.section--dark .beforeandafter .after__image-caption {
  color: white;
}

@media (max-width: 991px) {
  .beforeandafter {
    padding: 50px 0;
  }
  .beforeandafter-item {
    padding: 30px;
  }
  .beforeandafter-slider .beforeandafter-item--global-wrapper {
    padding: 30px;
  }
  .beforeandafter .before__image-caption,
  .beforeandafter .after__image-caption {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .beforeandafter {
    padding: 50px 0;
  }
  .beforeandafter-item {
    padding: 20px;
  }
  .beforeandafter .before__image-wrapper {
    margin: 0 0 40px;
  }
  .beforeandafter .content-wrapper {
    font-size: 17px;
  }
  .beforeandafter-slider .beforeandafter-item--global-wrapper {
    padding: 20px;
  }
}
.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__title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #00ADEF;
}
.section-blade .blade-a__subtitle {
  margin-top: 0;
  padding-top: 1.25rem;
}
.section-blade .blade-a__description {
  margin-top: 1.25rem;
}
.section-blade .blade-a .cta__button--icon {
  margin-top: 1.875rem;
}
.section-blade .blade-a--4 .blade-a__bg, .section-blade .blade-a--6 .blade-a__bg, .section-blade .blade-a--8 .blade-a__bg {
  margin-bottom: 1.875rem;
}
.section-blade .blade-a--4 .blade-a__bg--swapped, .section-blade .blade-a--6 .blade-a__bg--swapped, .section-blade .blade-a--8 .blade-a__bg--swapped {
  margin-bottom: 0;
  margin-top: 1.875rem;
}
.section-blade .blade-a--12 .blade-a__bg {
  align-self: flex-start;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.section--light .blade-a__title {
  border-bottom-color: #00ADEF;
}
.section--dark .blade-a__title {
  border-bottom-color: #b2b2b2;
}

@media (max-width: 991px) {
  .section-blade .blade-a__bg {
    margin-bottom: 1.875rem;
  }
  .section-blade .blade-a__bg--swapped {
    margin-bottom: 0;
    margin-top: 1.875rem;
  }
}
.blog-post__item {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.blog-post__title {
  font-family: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.blog-post__info {
  font-family: "Lato-Regular", 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 #F0EDEB;
  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", 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", 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", sans-serif;
}
.blog__pagination-link:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #00ADEF;
}
.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: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 0.9375rem 0;
}
.blog-singlepost__info {
  margin: 0 0 1.875rem 0;
}
.blog-singlepost__content h3 {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 1.875rem 0 0.9375rem 0;
  color: #00ADEF;
}
.blog-singlepost__content p {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

.blog-post__readmore {
  display: block;
  margin-top: 0.625rem;
}
.blog__pagination-list {
  font-size: 0;
  flex-wrap: nowrap !important;
  justify-content: initial !important;
}
.blog__pagination-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
}
.blog__pagination-item:first-child a:before {
  content: "\f104";
  font-family: "font-awesome";
  font-size: 0.875rem;
}
.blog__pagination-item:last-child a:before {
  content: "\f105";
  font-family: "font-awesome";
  font-size: 0.875rem;
}
.blog__pagination-item span {
  display: none;
}
.blog__pagination-link {
  font-size: 1rem;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .blog__pagination {
    margin-top: 5px;
    float: none;
  }
  .blog__post-count {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #dddddd;
  }
}
@media (max-width: 519px) {
  .blog-post__thumbnail {
    margin-bottom: 1.875rem;
  }
  .blog__bottombar {
    padding: 0 0 1.25rem 0;
  }
}
@media (max-width: 1199px) {
  .blog-post__title {
    font-size: 1.875rem !important;
  }
  .blog-post__thumbnail {
    margin: 0;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog__post-count, .blog__pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .blog__post-count {
    border: 0;
  }
  .blog-singlepost__title {
    font-size: 1.875rem !important;
  }
  .blog-singlepost__content h1 {
    font-size: 1.875rem;
  }
}
.blog {
  padding: 30px 0;
}
.blog-post:last-child .blog-post__item {
  border-bottom: 0;
}
.blog-post__title {
  font-size: 2.1875rem;
}
.blog-post__title:hover {
  text-decoration: underline;
}
.blog-post__info {
  font-size: 14px;
}
.blog-post__info a, .blog-post__readmore a {
  text-decoration: none !important;
}
.blog-post__info a:hover, .blog-post__readmore a:hover {
  text-decoration: underline !important;
}
.blog-post__readmore {
  padding: 10px 0 0;
  width: 100%;
  float: left;
  font-weight: bold;
}
.blog-post__readmore a:after {
  display: none;
  content: "\f061";
  font-family: "font-awesome";
  font-weight: normal;
  margin-left: 6px;
}
.blog__pagination-list {
  flex-wrap: wrap;
  justify-content: center;
}
.blog-singlepost__title {
  cursor: pointer;
  font-size: 2.1875rem;
  padding-top: 10px;
}
.blog-singlepost__content img {
  max-width: 100%;
  height: auto;
}
.blog-singlepost__content h1 {
  cursor: pointer;
  font-size: 2.1875rem;
}
.blog-singlepost__content h2 {
  font-size: 1.5625rem !important;
}
.blog-singlepost__content h3 {
  font-size: 1.25rem !important;
}
.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-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}

.section--light .blog p, .section--light .blog ol, .section--light .blog ul, .section--light .blog li, .section--light .blog table td, .section--light .blog span {
  color: #4a4a4a;
}
.section--light .blog-post__title {
  color: #002D42;
}
.section--light .blog-post__title:hover {
  color: #00ADEF;
  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: #002D42;
}
.section--light .blog-singlepost__title:hover {
  color: #00ADEF;
}
.section--light .blog-singlepost__content, .section--light .blog-singlepost__info {
  color: #4a4a4a;
}
.section--light .blog-singlepost__content h1, .section--light .blog-singlepost__info h1 {
  color: #002D42 !important;
}
.section--light .blog-singlepost__content h1:hover, .section--light .blog-singlepost__info h1:hover {
  color: #00ADEF !important;
}
.section--light .blog-singlepost__content h2,
.section--light .blog-singlepost__content h3, .section--light .blog-singlepost__info h2,
.section--light .blog-singlepost__info h3 {
  color: #00ADEF !important;
}
.section--dark .blog p, .section--dark .blog ol, .section--dark .blog ul, .section--dark .blog li, .section--dark .blog table td, .section--dark .blog span {
  color: #ffffff;
}
.section--dark .blog-post__title {
  color: #ffffff;
}
.section--dark .blog-post__info a, .section--dark .blog-post__excerpt a, .section--dark .blog-post__readmore a {
  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 #breadcrumbs {
  padding: 10px 0;
}
.section-breadcrumbs .breadcrumb__list {
  margin: 0;
  color: #666;
  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.875rem;
}

.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: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.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%;
  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 .ui-datepicker {
  width: 242px;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px !important;
  display: none;
  font-family: "Lato-Light", 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--dark .banner-e .contactform .div-success-message, .section--dark .banner-e .contactform .p-success-message {
  color: #495057;
}

.section--light .contactform__label {
  color: #495057;
}
.section--light .banner-e .contactform .div-success-message, .section--light .banner-e .contactform .p-success-message {
  color: #fff;
}

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

.contactform--a.nolouniversalform .custom-select.is-invalid, .contactform--a.nolouniversalform .form-control.is-invalid, .contactform--a.nolouniversalform .was-validated .custom-select:invalid, .contactform--a.nolouniversalform .was-validated .form-control:invalid {
  border: 2px solid #dc3545;
}
.contactform--a.nolouniversalform .custom-select.is-invalid ~ .invalid-feedback, .contactform--a.nolouniversalform .form-control.is-invalid ~ .invalid-feedback, .contactform--a.nolouniversalform .was-validated .custom-select:invalid ~ .invalid-feedback, .contactform--a.nolouniversalform .was-validated .form-control:invalid ~ .invalid-feedback {
  margin: 0;
  font-size: 14px;
  background: transparent;
  color: #cd0000;
  position: relative;
  font-weight: 800;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 6px 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;
}

@media (max-width: 768px) {
  .contactform--a .contactform__col-left, .contactform--a .contactform__col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contactform--a .contactform__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .contactform--a .contactform__caption {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.contactform--a .contactform__title {
  font-size: 2.1875rem;
  line-height: 2.375rem;
  margin-bottom: 0.9375rem;
}
.contactform--a .contactform__caption {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.contactform--a .contactform__input--textarea textarea {
  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 .custom-select.is-invalid ~ .invalid-feedback, .contactform--a .form-control.is-invalid ~ .invalid-feedback, .contactform--a .was-validated .custom-select:invalid ~ .invalid-feedback, .contactform--a .was-validated .form-control:invalid ~ .invalid-feedback {
  top: 0.625rem;
  right: 0.9375rem;
}

.section--light .contactform--a .contactform__title {
  color: #002D42;
}
.section--light .contactform--a .contactform__caption {
  color: #00ADEF;
}
.section--light .contactform--a .contactform__control {
  border-color: #4a4a4a;
}
.section--dark .contactform--a .contactform__title {
  color: #ffffff;
}
.section--dark .contactform--a .contactform__caption {
  color: #ffffff;
}
.section--dark .contactform--a .contactform__control {
  border-color: transparent;
}
.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;
}

.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", sans-serif;
}
.section-copyright .copyright__link:hover,
.section-copyright #copyright__link:hover {
  color: #00ADEF;
}

.section--light .copyright__item::after,
.section--light #copyright__item::after {
  color: #0384d7;
}
.section--light .copyright__description,
.section--light #copyright__description {
  color: #000000;
}
.section--light .show-on-site p {
  color: #000000;
}
.section--dark .copyright__item::after,
.section--dark #copyright__item::after {
  color: #ffffff;
}
.section--dark .copyright__link,
.section--dark #copyright__link {
  color: #ffffff;
}
.section--dark .copyright__description,
.section--dark #copyright__description {
  color: #ffffff;
}
.section--dark .show-on-site p {
  color: #ffffff;
}

.section-copyright .copyright,
.section-copyright #copyright {
  padding: 0;
}
.section-copyright .copyright__container,
.section-copyright #copyright__container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.section-copyright .copyright__item,
.section-copyright #copyright__item {
  line-height: 1;
}
.section-copyright .copyright__item:not(:last-child),
.section-copyright #copyright__item:not(:last-child) {
  border-right: 1px solid;
  border-bottom: 0px;
}
.section-copyright .copyright__item:not(:last-child)::after,
.section-copyright #copyright__item:not(:last-child)::after {
  display: none;
}
.section-copyright .copyright__link,
.section-copyright #copyright__link {
  font-size: 14px;
  font-weight: normal;
}
.section-copyright .copyright__description,
.section-copyright #copyright__description {
  font-size: 16px;
  padding: 30px 0 0;
}
.section-copyright .section--light .copyright__item:not(:last-child),
.section-copyright .section--light #copyright__item:not(:last-child) {
  border-right-color: #00ADEF;
  border-bottom-color: #00ADEF;
}
.section-copyright .section--light .copyright__description,
.section-copyright .section--light #copyright__description {
  color: #4a4a4a;
}
.section-copyright .section--dark .copyright__item:not(:last-child),
.section-copyright .section--dark #copyright__item:not(:last-child) {
  border-right-color: white;
  border-bottom-color: white;
}
.section-copyright .section--dark .copyright__description,
.section-copyright .section--dark #copyright__description {
  color: white;
}

@media (max-width: 767px) {
  .section-copyright .copyright__item,
  .section-copyright #copyright__item {
    width: 100%;
    padding: 7px 0;
    line-height: 1.2;
  }
  .section-copyright .copyright__item:not(:last-child),
  .section-copyright #copyright__item:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid;
  }
}
.cta {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.cta-a__subtitle a, .cta-a__title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit !important;
  font-family: inherit !important;
}

.section--dark .cta-a__subtitle,
.section.section__bg--dark-4 .cta-a__subtitle {
  color: #fff;
}

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

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

.disclaimer__content {
  font-size: 0.875rem;
}
.disclaimer__content a {
  font-weight: 700;
}
.disclaimer__content p, .section-editable .disclaimer__content p {
  font-size: 0.875rem;
}
.disclaimer__content p:last-child {
  margin-bottom: 0;
}

.section--light .disclaimer__content {
  color: #4a4a4a;
}
.section--light .disclaimer__content p {
  color: #4a4a4a;
}
.section--light .disclaimer__content p, .section-editable .section--light .disclaimer__content p {
  color: #4a4a4a;
}
.section--dark .disclaimer__content {
  color: white;
}
.section--dark .disclaimer__content p {
  color: white;
}
.section--dark .disclaimer__content p, .section-editable .section--dark .disclaimer__content p {
  color: white;
}

.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", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.editable__container h2 {
  font-family: "Lato-Regular", 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", 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", 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-family: "Lato-Regular", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.editable__container p, .editable__container ol, .editable__container ul, .editable__container li {
  font-family: "Lato-Regular", 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", 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: #002D42;
}
.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: #00ADEF;
}
.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: #00ADEF;
}

@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;
  }
}
.editable__container {
  padding: 1.875rem 0;
}
.editable__container h1 {
  font-size: 2.1875rem;
  line-height: 2.375rem;
  border-bottom: 1px solid #00ADEF;
  padding-bottom: 1.25rem;
}
.editable__container h2 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.editable__container h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.editable__container p,
.editable__container ul,
.editable__container ol,
.editable__container li,
.editable__container a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.editable__container li {
  margin-top: 0;
}

.section--light .editable__container h1 {
  color: #002D42;
}
.section--light .editable__container h2,
.section--light .editable__container h3 {
  color: #00ADEF;
}
.section--light .editable__container p,
.section--light .editable__container ul,
.section--light .editable__container ol,
.section--light .editable__container li, .section--light .editable__container table td, .section--light .editable__container span {
  color: #4a4a4a;
}
.section--light .editable__container a {
  color: #0384d7;
}
.section--light .editable__container a:hover {
  color: #4eabe9;
}
.section--dark .editable__container h1 {
  border-bottom-color: #b2b2b2;
}
.section--dark .editable__container h1,
.section--dark .editable__container h2,
.section--dark .editable__container h3,
.section--dark .editable__container p,
.section--dark .editable__container ul,
.section--dark .editable__container ol,
.section--dark .editable__container li, .section--dark .editable__container table td, .section--dark .editable__container span,
.section--dark .editable__container a {
  color: #ffffff;
}
.section--dark .editable__container a {
  color: #ffffff;
}
.section--dark .editable__container a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .editable__container h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .editable__container h2 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .editable__container h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.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", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 40px;
}
.featuredarticles__caption {
  font-family: "Lato-Bold", 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", 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", 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", 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;
  }
  .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;
  }
}
.featuredarticle__text {
  margin-top: 0 !important;
}

.featuredarticles .featuredarticles-slider .featuredarticles-item .featuredarticles-item--global-wrapper {
  margin-top: 20px !important;
}

.featuredarticles {
  margin: 0;
}
.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: 260px;
  height: 260px;
}
.featuredarticles.layout--12, .featuredarticles.layout--8, .featuredarticles.layout--6, .featuredarticles.layout--4 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.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-weight: bold;
  font-size: 2.1875rem;
  padding-bottom: 15px;
  border-bottom: 2px;
}
.featuredarticles.layout--12 .featuredarticle__description, .featuredarticles.layout--8 .featuredarticle__description, .featuredarticles.layout--6 .featuredarticle__description, .featuredarticles.layout--4 .featuredarticle__description {
  font-size: 1.125rem;
}
.featuredarticles.layout--12 .featuredarticle__image, .featuredarticles.layout--8 .featuredarticle__image, .featuredarticles.layout--6 .featuredarticle__image, .featuredarticles.layout--4 .featuredarticle__image {
  max-width: 100% !important;
}
.featuredarticles.layout--12 .featuredarticle__link, .featuredarticles.layout--8 .featuredarticle__link, .featuredarticles.layout--6 .featuredarticle__link, .featuredarticles.layout--4 .featuredarticle__link {
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.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;
}
.featuredarticles.layout--12 .featuredarticle__link:before, .featuredarticles.layout--8 .featuredarticle__link:before, .featuredarticles.layout--6 .featuredarticle__link:before, .featuredarticles.layout--4 .featuredarticle__link:before {
  content: "\f061";
  font-family: "font-awesome";
  position: absolute;
  top: -3px;
  right: -20px;
  font-weight: normal;
  font-size: 13px;
}
.featuredarticles-grid--columns-1 .featuredarticle__image-wrapper {
  justify-content: flex-start !important;
}
.featuredarticles .featuredarticles-grid .featuredarticles-row {
  margin: 0 0 20px;
}
.featuredarticles .featuredarticles-grid .featuredarticles-row:last-child {
  margin: 0;
}

.section--light .featuredarticles.layout--12 .featuredarticle__title a, .section--light .featuredarticles.layout--8 .featuredarticle__title a, .section--light .featuredarticles.layout--6 .featuredarticle__title a, .section--light .featuredarticles.layout--4 .featuredarticle__title a {
  border-bottom-color: #00ADEF;
}
.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: #F0EDEB;
}
.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, .section--dark .featuredarticles.layout--8 .featuredarticle__title a, .section--dark .featuredarticles.layout--6 .featuredarticle__title a, .section--dark .featuredarticles.layout--4 .featuredarticle__title a {
  border-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: #00ADEF;
}

@media (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;
  }
}
@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 {
    width: 290px;
    height: 220px;
    margin: auto;
  }
  .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: 30px;
  }
  .featuredarticles.layout--12 .featuredarticle__description, .featuredarticles.layout--8 .featuredarticle__description, .featuredarticles.layout--6 .featuredarticle__description, .featuredarticles.layout--4 .featuredarticle__description {
    font-size: 17px;
  }
  .featuredarticles .featuredarticles-slider .featuredarticles-item .featuredarticle__image-wrapper {
    margin: 0 0 30px !important;
  }
  .featuredarticles .featuredarticles-slider .featuredarticles-item .featuredarticle__image {
    max-width: 100%;
  }
  .featuredarticles .featuredarticles-grid .featuredarticles-item .featuredarticle__image-wrapper {
    margin: 0 0 30px !important;
  }
  .featuredarticles .featuredarticles-grid .featuredarticles-item .featuredarticle__image {
    max-width: 100%;
  }
}
.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;
  align-items: center;
  width: 100%;
}
.featuredblocks-grid-a .featuredblock__wrap a.d-block, .featuredblocks-grid-a .featuredblock__wrap span.d-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-grid-a .featuredblock__icon .expand:before, .featuredblocks-grid-a .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .phone__number: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: #00ADEF;
  font-size: 3.5rem;
}
@media (max-width: 575px) {
  .featuredblocks-grid-a .featuredblock__icon .icon, .featuredblocks-grid-a .featuredblock__icon .testimonials .expand:before, .testimonials .featuredblocks-grid-a .featuredblock__icon .expand:before, .featuredblocks-grid-a .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .phone__number: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 .testimonials .expand:before, .testimonials .featuredblocks-grid-a .featuredblock__icon .expand:before, .featuredblocks-grid-a .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-a .featuredblock__icon .phone__number:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-a .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-a .featuredblock__icon .phone__number: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: #002D42;
  margin-top: 0.9375rem;
  font-family: "Lato-Regular", sans-serif;
}
.featuredblocks-grid-a .featuredblock__content {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 0.9375rem;
  color: #002D42;
  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: #002D42;
  }
  .featuredblocks-grid-a .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-a .featuredblock__cta {
    display: none;
  }
}

.section--light .featuredblocks-grid-a .featuredblock__wrap {
  background: #002D42;
}
.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, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--3 {
  color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--3:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.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.style--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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;
  padding: 0.875rem;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-button:hover {
  color: #00ADEF;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.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 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3:hover {
  color: #FFC000;
  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.style--1 {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3: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;
  align-items: center;
  width: 100%;
}
.featuredblocks-grid-b .featuredblock__wrap a.d-block, .featuredblocks-grid-b .featuredblock__wrap span.d-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-grid-b .featuredblock__icon .expand:before, .featuredblocks-grid-b .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-b .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-b .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-b .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-b .featuredblock__icon .phone__number:before, .featuredblocks-grid-b .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-b .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-b .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-b .featuredblock__icon .phone__number: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: #00ADEF;
  font-size: 3.5rem;
}
.featuredblocks-grid-b .featuredblock__title {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #002D42;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-b .featuredblock__content {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 0.9375rem;
  color: #002D42;
}
@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: #002D42;
  }
  .featuredblocks-grid-b .featuredblock__content {
    display: none;
  }
  .featuredblocks-grid-b .featuredblock__cta {
    display: none;
  }
}
.section--light .featuredblocks-grid-b .featuredblock__wrap {
  background: #002D42;
}
.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 {
  display: inline-block;
  font-family: "Lato-Bold", 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;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--1:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.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.style--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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%;
  padding: 0.875rem;
  color: #fff;
}
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button:hover {
  color: #00ADEF;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.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 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3:hover {
  color: #FFC000;
  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.style--1 {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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;
  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;
  align-items: center;
  width: 100%;
}
.featuredblocks-grid-c .featuredblock__wrap a.d-block, .featuredblocks-grid-c .featuredblock__wrap span.d-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-grid-c .featuredblock__icon .expand:before, .featuredblocks-grid-c .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-c .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .featuredblocks-grid-c .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-c .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-c .featuredblock__icon .phone__number: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", 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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  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 {
  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 {
  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 {
  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 {
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.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 {
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.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 {
  color: #fff;
  border: 1px solid #FFC000;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--3:hover {
  color: #FFC000;
  text-decoration: none;
  border: 1px solid #FFC000;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #fff;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #0384d7;
  border: 1px solid #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #fff;
  border: 1px solid #FFC000;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000;
  text-decoration: none;
  border: 1px solid #FFC000;
  background-color: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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 .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 .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-c .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-c .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-c .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-c .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-c .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-c .featuredblock__icon .phone__number: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: #00ADEF;
}

.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 .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-c .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number: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, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--3 {
  color: #fff;
  padding: 0.875rem;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--3:hover {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #002D42;
  background: #002D42;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2 {
  color: #002D42;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #002D42;
  background: #002D42;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #002D42;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  border-color: #002D42;
  background: #002D42;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #fff;
  background: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #fff;
  border-color: #002D42;
  background: #002D42;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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%;
  padding: 0.875rem;
  color: #fff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-button:hover {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-c .featuredblock__icon .icon, .section--dark .featuredblocks-grid-c .featuredblock__icon .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-c .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-c .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-c .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-c .featuredblock__icon .phone__number: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: #00ADEF;
}
.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;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 1px 2px 18px 3px rgba(0, 0, 0, 0.1);
}
.featuredblocks-grid-d .featuredblock__wrap a.d-block, .featuredblocks-grid-d .featuredblock__wrap span.d-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.featuredblocks-grid-d .featuredblock__item {
  margin: 0.9375rem 0;
}
.featuredblocks-grid-d .featuredblock__icon .icon, .featuredblocks-grid-d .featuredblock__icon .testimonials .expand:before, .testimonials .featuredblocks-grid-d .featuredblock__icon .expand:before, .featuredblocks-grid-d .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-d .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .featuredblocks-grid-d .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-d .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-d .featuredblock__icon .phone__number: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: #00ADEF;
  font-size: 3.5rem;
}
.featuredblocks-grid-d .featuredblock__title {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
  color: #002D42;
  margin-top: 0.9375rem;
}
.featuredblocks-grid-d .featuredblock__content {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  margin-top: 0.9375rem;
  color: #002D42;
}
.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: #002D42;
}
.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, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--3 {
  display: inline-block;
  font-family: "Lato-Bold", 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;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--3:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.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.style--1 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #002D42;
  background: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #fff;
  border-color: #fff;
  background: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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%;
  padding: 0.875rem;
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button:hover {
  color: #00ADEF;
}
.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 {
  display: inline-block;
  font-family: "Lato-Bold", 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--dark .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2 {
  display: inline-block;
  font-family: "Lato-Bold", 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--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3 {
  display: inline-block;
  font-family: "Lato-Bold", 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--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3:hover {
  color: black;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  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 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.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 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3:hover {
  color: #FFC000;
  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.style--1 {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #fff;
  text-decoration: none;
  background-color: #0384d7;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #0384d7;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #fff;
  text-decoration: none;
  background-color: #FFC000;
  padding: 0.9375rem;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000;
  text-decoration: none;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3:before {
  border-color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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;
  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;
  align-items: center;
  width: 100%;
  height: 100%;
}
.featuredblocks-grid-e .featuredblock__wrap a.d-block, .featuredblocks-grid-e .featuredblock__wrap span.d-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-grid-e .featuredblock__icon .expand:before, .featuredblocks-grid-e .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-e .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .featuredblocks-grid-e .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-e .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-e .featuredblock__icon .phone__number: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", 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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  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: #002D42;
}
.section--light .featuredblocks-grid-e .featuredblock__title {
  color: #002D42;
}
.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 .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-e .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-e .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-e .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-e .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-e .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-e .featuredblock__icon .phone__number: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: #002D42;
}
.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: #002D42;
}
.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, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--3 {
  color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--3:hover {
  text-decoration: underline;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #002D42;
  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 {
  color: #002D42;
  border-color: #002D42;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #002D42;
}
.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.style--1 {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #002D42;
  background: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #002D42;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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%;
  padding: 0.875rem;
  color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:hover {
  color: #002D42;
}
.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: #002D42;
}
.section--dark .featuredblocks-grid-e .featuredblock__icon .icon, .section--dark .featuredblocks-grid-e .featuredblock__icon .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-e .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-e .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-e .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-e .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-e .featuredblock__icon .phone__number: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: #00ADEF;
}
.section--dark .featuredblocks-grid-e .featuredblock__item {
  border-color: #ffffff !important;
}
.section--dark .featuredblocks-grid-e .featuredblock__item:hover .featuredblock__bgImage:before {
  background-color: #00ADEF;
}
.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, .section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--3 {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-e .featuredblock__cta .component__link--3:hover {
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #002D42;
  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 {
  color: #002D42;
  border-color: #002D42;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #002D42;
}
.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.style--1 {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42;
  border-color: #ffffff;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42;
  border-color: #002D42;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #002D42;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:before {
  border-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button {
  display: inline-block;
  font-family: "Lato-Bold", 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%;
  padding: 0.875rem;
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-button:hover {
  color: #002D42;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-grid-f .featuredblock__icon .expand:before, .featuredblocks-grid-f .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-f .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .featuredblocks-grid-f .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .featuredblocks-grid-f .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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", 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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
  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 {
  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 .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-f .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-f .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-f .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-f .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-f .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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: #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--3 {
  color: #0384d7 !important;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--3:hover {
  color: black !important;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  color: #00ADEF !important;
  border-color: #00ADEF !important;
  background: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #00ADEF;
}
.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.style--1 {
  color: #00ADEF !important;
  border-color: #00ADEF !important;
  background: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1: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 .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-f .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-f .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-f .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-f .featuredblock__icon .phone__number:before, .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: #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--1, .section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--3 {
  color: #0384d7 !important;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-f .featuredblock__cta .component__link--3:hover {
  color: black !important;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  color: #00ADEF !important;
  border-color: #00ADEF !important;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #00ADEF;
}
.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.style--1 {
  color: #00ADEF !important;
  border-color: #00ADEF !important;
  background: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1: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: #002D42;
}
.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: #00ADEF;
}
.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", 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 .testimonials .expand:before, .testimonials .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .expand:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .editable__container--inner:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .phone__number:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .editable__container--inner:before, .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon .phone__number:before, .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: #002D42;
  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: #00ADEF;
}
.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: #002D42;
}
.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: #00ADEF;
}
.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: #00ADEF;
}

.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: #00ADEF;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-flyup-b .featuredblock__icon .expand:before, .featuredblocks-flyup-b .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-flyup-b .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-flyup-b .featuredblock__icon .editable__container--inner:before, .featuredblocks-flyup-b .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-flyup-b .featuredblock__icon .phone__number:before, .featuredblocks-flyup-b .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-flyup-b .featuredblock__icon .editable__container--inner:before, .featuredblocks-flyup-b .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-flyup-b .featuredblock__icon .phone__number:before, .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: #002D42;
}
.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: #00ADEF;
}
.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: #002D42;
}
.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: #00ADEF;
}
.section--light .featuredblocks-flyup-b .featuredblock__title {
  color: #002D42;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item {
  background: #002D42;
  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: #00ADEF;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-menu {
  background: #002D42;
}

.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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 .testimonials .expand:before, .testimonials .featuredblocks-flyup-c .featuredblock__icon .expand:before, .featuredblocks-flyup-c .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .featuredblocks-flyup-c .featuredblock__icon .phone__number:before, .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 .partial-header-a .editable__container--inner:before, .partial-header-a .featuredblocks-flyup-c .featuredblock__icon .editable__container--inner:before, .featuredblocks-flyup-c .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .featuredblocks-flyup-c .featuredblock__icon .phone__number:before, .featuredblocks-flyup-c .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .featuredblocks-flyup-c .featuredblock__icon .editable__container--inner:before, .featuredblocks-flyup-c .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .featuredblocks-flyup-c .featuredblock__icon .phone__number:before, .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: #002D42;
}
.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: #00ADEF;
}
.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: #effbff;
}
.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: #00ADEF;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-menu {
  background-color: #effbff;
}
.section--light .featuredblocks-flyup-c .featuredblock__title {
  color: #002D42;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-item a {
  color: #002D42;
}
.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: #23c2ff;
}
.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: #23c2ff;
}
.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: #00ADEF;
  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: #002D42;
}
.section--light .featuredblocks-list-a .featuredblock__item a:hover {
  color: #0073a8;
}
.section--light .featuredblocks-list-a .featuredblock__title {
  color: #002D42;
}
.section--light .featuredblocks__toggle-wrap a {
  color: #002D42;
}
.section--light .featuredblocks__toggle-wrap a::after {
  border-color: #002D42 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: #f5f5f5;
}
.section__bg--light-3 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #FFC000;
}

.section--dark .featuredblocks-list-a .featuredblock__item {
  border-left-color: #fff;
}
.section--dark .featuredblocks-list-a .featuredblock__item .featuredblock__link:hover {
  color: #00ADEF;
}
.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: #00ADEF;
}
.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: #002D42;
}
.section__bg--dark-1 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #002D42;
}
.section__bg--dark-2 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #0073a8;
}
.section__bg--dark-3 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: black;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__sub-menu {
  background-color: #00ADEF;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__item .featuredblock__link:hover {
  color: #002D42;
}
.section__bg--dark-4 .featuredblocks-list-a .featuredblock__sub-item:hover a {
  color: #002D42;
}

@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 #002D42;
  }
  .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 #002D42;
  }
  .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: #002D42;
  }
  .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__title-wrap {
  margin-bottom: 0;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__item, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__item, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__item {
  z-index: 101;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__wrap, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__wrap, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__image, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__image, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__icon, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__icon, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__icon {
  margin-bottom: 15px;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__link {
  padding: 30px 0;
  height: auto;
  width: 100%;
}
.section-featuredblocks .featuredblocks-flyup-a .featuredblock__content, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__content, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__content {
  display: none;
}
.section .featuredblocks-list-a .featuredblock__title {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.section .featuredblocks-list-a .featuredblock__sub-item a {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__button--1, .section .featuredblocks-grid-a .featuredblock__cta .component__button--2, .section .featuredblocks-grid-a .featuredblock__cta .component__button--3,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--1,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--2,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--3,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--1,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--2,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--3,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--1,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--2,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--3,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--1,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--2,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1, .section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2, .section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--2,
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__link--1, .section .featuredblocks-grid-a .featuredblock__cta .component__link--2, .section .featuredblocks-grid-a .featuredblock__cta .component__link--3,
.section .featuredblocks-grid-b .featuredblock__cta .component__link--1,
.section .featuredblocks-grid-b .featuredblock__cta .component__link--2,
.section .featuredblocks-grid-b .featuredblock__cta .component__link--3,
.section .featuredblocks-grid-c .featuredblock__cta .component__link--1,
.section .featuredblocks-grid-c .featuredblock__cta .component__link--2,
.section .featuredblocks-grid-c .featuredblock__cta .component__link--3,
.section .featuredblocks-grid-d .featuredblock__cta .component__link--1,
.section .featuredblocks-grid-d .featuredblock__cta .component__link--2,
.section .featuredblocks-grid-d .featuredblock__cta .component__link--3,
.section .featuredblocks-grid-f .featuredblock__cta .component__link--1,
.section .featuredblocks-grid-f .featuredblock__cta .component__link--2,
.section .featuredblocks-grid-f .featuredblock__cta .component__link--3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.section .featuredblocks-grid-a .featuredblock__content,
.section .featuredblocks-grid-b .featuredblock__content,
.section .featuredblocks-grid-c .featuredblock__content,
.section .featuredblocks-grid-d .featuredblock__content,
.section .featuredblocks-grid-f .featuredblock__content {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1, .section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2, .section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3 {
  padding: 0.9375rem;
}
.section .featuredblocks-grid-e .featuredblocks__title-wrap, .section .featuredblocks-grid-e .featuredblocks__caption-wrap {
  padding: 0;
  margin: 0;
}
.section .featuredblocks-grid-e .featuredblocks__container {
  margin-top: 50px;
}
.section .featuredblocks-grid-e .featuredblock__cta a {
  font-size: 16px !important;
}
.section .featuredblocks-grid-e .featuredblock__image {
  min-width: 55px;
  min-height: 55px;
}
.section .featuredblocks-grid-e .featuredblock__cta .component__button--1, .section .featuredblocks-grid-e .featuredblock__cta .component__button--2, .section .featuredblocks-grid-e .featuredblock__cta .component__button--3 {
  text-transform: uppercase;
  font-weight: bold;
}
.section .featuredblocks-grid-e .featuredblock__cta .style--1, .section .featuredblocks-grid-e .featuredblock__cta .style--2, .section .featuredblocks-grid-e .featuredblock__cta .style--3 {
  text-transform: uppercase;
  font-weight: bold;
}
.section .featuredblocks-grid-f .featuredblock__content {
  color: #4a4a4a;
}
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button {
  padding: 0.9375rem;
  justify-content: center;
}
.section .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button span {
  margin-bottom: 0;
}
.section .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button,
.section .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button {
  margin-top: 1.875rem;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--2:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--3,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--3:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--3,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--1,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--2,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--3 {
  color: #ffffff !important;
}
.section--light .featuredblocks-grid-a .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-a .featuredblock__cta .component__link--3:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--1:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--2:hover,
.section--light .featuredblocks-grid-b .featuredblock__cta .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-c .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-c .featuredblock__cta .component__link--3 {
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-c .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-c .featuredblock__cta .component__link--3:hover {
  color: #56d0ff !important;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__title {
  color: #002D42;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__subtitle {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .component__p {
  color: #4a4a4a;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .cta__button--icon {
  color: #00ADEF;
  border: none;
}
.section--light .featuredblocks-grid-c .featuredblock__cta .cta__button--icon:hover {
  color: #56d0ff;
  border: none;
}
.section--light .featuredblocks-grid-c .featuredblock__cta a {
  color: #0384d7;
}
.section--light .featuredblocks-grid-c .featuredblock__cta a:hover {
  color: #4eabe9;
}
.section--light .featuredblocks-grid-c .featuredblock__title {
  color: #002D42 !important;
}
.section--light .featuredblocks-grid-c .featuredblock__content {
  color: #4a4a4a !important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap {
  background: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover {
  background: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .icon, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon a:before {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__content {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__title {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1:hover {
  color: #002D42 !important;
  background: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42 !important;
  background: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--3 {
  color: #ffffff !important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__title, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__subtitle, .section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__p {
  color: #fff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .cta__button--icon {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .cta__button--icon:hover {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__icon .icon, .section--light .featuredblocks-grid-d .featuredblock__icon .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-d .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-d .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.section--light .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--light .featuredblocks-grid-d .featuredblock__icon a:before {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__content {
  color: #000000;
}
.section--light .featuredblocks-grid-d .featuredblock__title {
  color: #000000;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--3 {
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-d .featuredblock__cta .component__link--3:hover {
  color: #ffffff;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__title {
  color: #002D42;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__subtitle {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__p {
  color: #4a4a4a;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .cta__button--icon {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .cta__button--icon:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-grid-d .featuredblock__cta a {
  color: #0384d7;
}
.section--light .featuredblocks-grid-d .featuredblock__cta a:hover {
  color: #4eabe9;
}
.section--light .featuredblocks-list-a .featuredblock__title {
  color: #0384d7;
}
.section--light .featuredblocks-list-a .featuredblock__title:hover {
  color: #4eabe9;
}
.section--light .featuredblocks-list-a .featuredblock__sub-item a {
  color: #0384d7;
}
.section--light .featuredblocks-list-a .featuredblock__sub-item a:hover {
  color: #4eabe9;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--3 {
  color: #ffffff !important;
}
.section--light .featuredblocks-grid-e .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-e .featuredblock__cta .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--2, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--3 {
  color: #00ADEF !important;
}
.section--light .featuredblocks-grid-f .featuredblock__cta .component__link--1:hover, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--2:hover, .section--light .featuredblocks-grid-f .featuredblock__cta .component__link--3:hover {
  color: #56d0ff !important;
}
.section--light .featuredblocks-flyup-a .featuredblock__title, .section--light .featuredblocks-flyup-b .featuredblock__title {
  color: #00ADEF;
}
.section--light .featuredblocks-flyup-a .featuredblock__title:hover, .section--light .featuredblocks-flyup-b .featuredblock__title:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item a {
  color: white;
}
.section--light .featuredblocks-flyup-b .featuredblock__sub-item a:hover {
  color: #4a4a4a;
}
.section--light .featuredblocks-flyup-c .featuredblock__title, .section--light .featuredblocks-flyup-c .featuredblock__icon {
  color: #00ADEF;
}
.section--light .featuredblocks-flyup-c .featuredblock__title:hover, .section--light .featuredblocks-flyup-c .featuredblock__icon:hover {
  color: #00ADEF;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-item a {
  color: #4a4a4a;
}
.section--light .featuredblocks-flyup-c .featuredblock__sub-item a:hover {
  color: #4a4a4a;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--1:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--1:hover {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--2,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--2:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--3:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button {
  color: #0384d7;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button:hover {
  color: #4eabe9;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--1:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--2:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__button--icon-text-button.style--3:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--1, .section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--3,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--1,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--2,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--3 {
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-a .featuredblock__cta .component__link--3:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--1:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--2:hover,
.section--dark .featuredblocks-grid-b .featuredblock__cta .component__link--3:hover {
  color: #56d0ff !important;
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-a .featuredblock__content,
.section--dark .featuredblocks-grid-b .featuredblock__content {
  color: #4a4a4a;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--1:hover {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--1, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--3 {
  color: #ffffff !important;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-c .featuredblock__cta .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .cta__button--icon {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-c .featuredblock__cta .cta__button--icon:hover {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap {
  background: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover {
  background: #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .icon, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__icon a:before {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__content {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1:hover {
  color: #002D42 !important;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42 !important;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--1, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--3 {
  color: #ffffff !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__link--3:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__title, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__subtitle, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__p {
  color: #fff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .cta__button--icon {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .cta__button--icon:hover {
  color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__icon .icon, .section--dark .featuredblocks-grid-d .featuredblock__icon .testimonials .expand:before, .testimonials .section--dark .featuredblocks-grid-d .featuredblock__icon .expand:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--dark .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next,
.form-default .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-d .featuredblock__icon .partial-header-a .editable__container--inner:before, .partial-header-a .section--dark .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--dark .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--dark .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--dark .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .article__post-author:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .article__post-category:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .article__post-creation-date:before, .section--dark .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev,
.section--dark .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next,
.contactform--a .ui-datepicker .ui-widget-header .section--dark .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--dark .featuredblocks-grid-d .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--dark .featuredblocks-grid-d .featuredblock__icon a:before {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__content {
  color: #000000;
}
.section--dark .featuredblocks-grid-d .featuredblock__title {
  color: #000000;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--1, .section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2, .section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3 {
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--1:hover, .section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--2:hover, .section--dark .featuredblocks-grid-d .featuredblock__cta .component__link--3:hover {
  color: #00ADEF !important;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__title {
  color: #002D42;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__subtitle {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .component__p {
  color: #4a4a4a;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button--icon {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta .cta__button--icon:hover {
  color: #00ADEF;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta a {
  color: #0384d7;
}
.section--dark .featuredblocks-grid-d .featuredblock__cta a:hover {
  color: #4eabe9;
}
.section--dark .featuredblocks-list-a .featuredblock__title {
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__title:hover {
  text-decoration: underline;
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__sub-item:hover a {
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__sub-item a {
  color: #ffffff;
}
.section--dark .featuredblocks-list-a .featuredblock__sub-item a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #002D42 !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--3 {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #FFC000 !important;
}
.section--dark .featuredblocks-grid-e .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background: transparent;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--1:hover {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--2 {
  color: #ffffff !important;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF !important;
  background-color: #ffffff;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--3 {
  color: #ffffff !important;
  background-color: #FFC000;
  border: 1px solid #FFC000;
}
.section--dark .featuredblocks-grid-f .featuredblock__cta .component__button--icon-text-button.style--3:hover {
  color: #FFC000 !important;
  border: 1px solid #FFC000;
  background-color: #ffffff;
}
.section--dark .featuredblocks-flyup-a .featuredblock__title {
  color: white;
}
.section--dark .featuredblocks-flyup-a .featuredblock__title:hover {
  color: white;
}
.section--dark .featuredblocks-flyup-b .featuredblock__title {
  color: white;
}
.section--dark .featuredblocks-flyup-b .featuredblock__title:hover {
  color: #00ADEF;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item a {
  color: #4a4a4a;
}
.section--dark .featuredblocks-flyup-b .featuredblock__sub-item a:hover {
  color: white;
}
.section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover {
  background: #002D42;
}
.section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1, .section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2, .section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1, .section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2, .section__bg--dark-5 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-button, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--2, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--1, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-text-button.style--2, .section__bg--dark-4 .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--icon-button {
  color: #ffffff;
  border-color: #ffffff;
  background: #002D42;
}

@media (max-width: 991px) {
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__wrap, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__wrap, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__wrap {
    display: block;
  }
  .section-featuredblocks .featuredblocks-flyup-a .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-b .featuredblock__link, .section-featuredblocks .featuredblocks-flyup-c .featuredblock__link {
    padding: 30px 0;
  }
}
/*! jQuery UI - v1.12.1 - 2019-08-15
* //jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit //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", 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", 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", 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: #00ADEF;
}
.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: #002D42 !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", 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", 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", 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: #00ADEF;
}
.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: #002D42 !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", 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", 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: #00ADEF;
}
.contact-us-im .form-wrap__submit {
  width: 100%;
}
.contact-us-im .form-wrap__submit input {
  display: inline-block;
  font-family: "Lato-Bold", 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: #002D42 !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", 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", sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.appointment-request .form .error_container label {
  color: #00ADEF;
}
.appointment-request .form-wrap__submit input {
  display: inline-block;
  font-family: "Lato-Bold", 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: #002D42 !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", 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", sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.pet-memorial .form .error_container label {
  color: #00ADEF;
}
.pet-memorial .form-wrap__submit input {
  display: inline-block;
  font-family: "Lato-Bold", 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: #002D42 !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 rgb(94, 158, 214);
}
.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("../img/ui-icons_444444_256x240.png");
}
.ui-datepicker.ui-widget-content .ui-icon,
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-button:hover .ui-icon, .ui-datepicker .ui-button:focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
  background-image: url("../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("../img/ui-icons_777620_256x240.png");
}
.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url("../img/ui-icons_cc0000_256x240.png");
}
.ui-datepicker .ui-button .ui-icon {
  background-image: url("../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: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  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: "\f00c";
}
.form-default .form .radio_wrapper input + label:before {
  border-radius: 50%;
}
.form-default .form .radio_wrapper input:checked + label:before {
  content: "\f111";
}
.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", 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, .form-a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.form--a .form__name, .form-a .form__name {
  padding: 0 0 20px;
  font-size: 22px;
  font-family: "Lato-Regular", sans-serif;
}
.form--a .form__group, .form-a .form__group {
  margin-bottom: 1.875rem;
}
.form--a .form__label, .form-a .form__label {
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 0.625rem;
  line-height: 1;
  display: flex;
}
.form--a .form__label span, .form-a .form__label span {
  color: #ff0000;
}
.form--a .form__label span:first-child, .form-a .form__label span:first-child {
  margin: 0 5px 0 0;
}
.form--a .form__label.non-label, .form-a .form__label.non-label {
  margin-bottom: 1.25rem;
}
.form--a .form__input, .form-a .form__input {
  font-family: "Lato-Regular", 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, .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, .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, .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: #F0EDEB;
}
.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, .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: #F0EDEB;
}
.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, .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: #F0EDEB;
}
.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, .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: #F0EDEB;
}
.form--a .form__input select, .form-a .form__input select {
  height: auto !important;
  cursor: pointer;
}
.form--a .form__input--checkbox, .form--a .form__input--radio, .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, .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, .form-a .form__input--checkbox input + label, .form-a .form__input--radio input + label {
  font-family: "Lato-Regular", 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, .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, .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, .form-a .form__input--checkbox input:checked + label:before {
  content: "\f00c";
}
.form--a .form__input--radio input + label:before, .form-a .form__input--radio input + label:before {
  border-radius: 50%;
}
.form--a .form__input--radio input:checked + label:before, .form-a .form__input--radio input:checked + label:before {
  content: "\f111";
}
.form--a .form__input--file .labelHolder, .form-a .form__input--file .labelHolder {
  font-family: "Lato-Regular", sans-serif;
  color: #F0EDEB;
  font-size: 16px;
  padding: 0.625rem 1rem;
}
.form--a .form__input--file .btnS, .form-a .form__input--file .btnS {
  font-family: "Lato-Bold", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFC000;
  color: #ffffff;
  border-left: 1px solid white;
}
.form--a .form__input--file .btnS .status-label:before, .form-a .form__input--file .btnS .status-label:before {
  display: none !important;
}
.form--a .form__input--file .form-input-info, .form-a .form__input--file .form-input-info {
  font-family: "Lato-Regular", sans-serif;
  font-size: 14px;
}
.form--a .form__input--file .la-cicon-upload, .form-a .form__input--file .la-cicon-upload {
  display: none !important;
}
.form--a .form__input--file .la-cicon-upload:before, .form-a .form__input--file .la-cicon-upload:before {
  display: none !important;
}
.form--a .form__phiInfo, .form-a .form__phiInfo {
  font-family: "Lato-Regular", sans-serif;
  font-size: 16px;
  text-align: center;
}
.form--a .form__submit, .form-a .form__submit {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form--a .form__submit input, .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, .form-a .p-success-message {
  font-family: "Lato-Regular", sans-serif;
}

.section--dark .form--a .form__name, .section--dark .form--a .form__label, .section--dark .form--a .form__label span:first-child, .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, .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, .section--dark .form-a .form__input--file label {
  border-color: #ffffff;
}
.section--dark .form--a .form__input--file .form-input-info, .section--dark .form-a .form__input--file .form-input-info {
  color: #ffffff;
}
.section--dark .form--a .form__input--formatted_text, .section--dark .form-a .form__input--formatted_text {
  color: #ffffff;
}
.section--dark .form--a .form__phiInfo, .section--dark .form-a .form__phiInfo {
  color: #ffffff;
}
.section--dark .form--a .form__submit input, .section--dark .form-a .form__submit input {
  color: #ffffff;
  border-color: #ffffff;
}
.section--dark .form--a .form__submit input:hover, .section--dark .form-a .form__submit input:hover {
  background: #ffffff;
  color: #000000;
}
.section--dark .form--a .p-success-message, .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, .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, .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, .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, .section--light .form-a .form__input--file .form-input-info {
  color: #000000;
}
.section--light .form--a .form__input--formatted_text, .section--light .form-a .form__input--formatted_text {
  color: #000000;
}
.section--light .form--a .form__phiInfo, .section--light .form-a .form__phiInfo {
  color: #000000;
}
.section--light .form--a .form__submit input, .section--light .form-a .form__submit input {
  color: #000000;
  border-color: #000000;
}
.section--light .form--a .form__submit input:hover, .section--light .form-a .form__submit input:hover {
  background: #000000;
  color: #ffffff;
}
.section--light .form--a .p-success-message, .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, .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, .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, .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, .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, .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, .section__bg--dark-1.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #002D42;
}
.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, .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, .section__bg--dark-1.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #002D42;
}
.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, .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, .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, .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, .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, .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, .section__bg--dark-2.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #0073a8;
}
.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, .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, .section__bg--dark-2.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #0073a8;
}
.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, .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, .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, .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, .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, .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, .section__bg--dark-3.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: black;
}
.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, .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, .section__bg--dark-3.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: black;
}
.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, .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, .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, .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, .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, .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, .section__bg--dark-4.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #00ADEF;
}
.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, .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, .section__bg--dark-4.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #00ADEF;
}
.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, .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, .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, .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, .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, .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, .section__bg--dark-5.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #FFC000;
}
.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, .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, .section__bg--dark-5.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #FFC000;
}
.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, .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, .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, .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, .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, .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, .section__bg--dark-6.forms-option--c .form-a .form__input--file .labelHolder {
  color: #ffffff;
  background-color: #000000;
}
.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, .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, .section__bg--dark-6.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, .section__bg--light-1.forms-option--c .form-a .form__input--file .labelHolder {
  color: #F0EDEB;
  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, .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, .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, .section__bg--light-2.forms-option--c .form-a .form__input--file .labelHolder {
  color: #F0EDEB;
  background-color: #f5f5f5;
}
.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, .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, .section__bg--light-2.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #f5f5f5;
}
.section__bg--light-3.forms-option--c .form--a .form__input--file .labelHolder, .section__bg--light-3.forms-option--c .form-a .form__input--file .labelHolder {
  color: #F0EDEB;
  background-color: #FFC000;
}
.section__bg--light-3.forms-option--c .form--a .form__input--checkbox input + label:before, .section__bg--light-3.forms-option--c .form--a .form__input--radio input + label:before, .section__bg--light-3.forms-option--c .form-a .form__input--checkbox input + label:before, .section__bg--light-3.forms-option--c .form-a .form__input--radio input + label:before {
  border-color: #ced4da;
  background-color: transparent;
  color: #000000;
}
.section__bg--light-3.forms-option--c .form--a .form__label:not(.non-label):not(.form-check-label) span, .section__bg--light-3.forms-option--c .form-a .form__label:not(.non-label):not(.form-check-label) span {
  background-color: #FFC000;
}

.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, .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, .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, .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, .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, .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, .forms-option--b .form-a .form__input textarea {
  line-height: normal;
}
.forms-option--b .form--a .form__input--file.optionB-enabled .labelHolder, .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), .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, .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, .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, .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), .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, .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, .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, .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-left .form-input-message, .forms--2col-textarea .form--a .form__col-right .form-input-comments,
.forms--2col-textarea .form--a .form__col-right .form-input-message, .forms--2col-textarea .form-a .form__col-left .form-input-comments,
.forms--2col-textarea .form-a .form__col-left .form-input-message, .forms--2col-textarea .form-a .form__col-right .form-input-comments,
.forms--2col-textarea .form-a .form__col-right .form-input-message {
  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, .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, .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, .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, .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, .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", 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", 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", sans-serif;
  margin: 5px 0 0;
  font-size: 14px;
}
.form-themeExtras .leadForm form .form__group .input_container {
  font-family: "Lato-Regular", 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: #F0EDEB;
}
.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: #F0EDEB;
}
.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: #F0EDEB;
}
.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: #F0EDEB;
}
.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", sans-serif;
  color: #F0EDEB;
  font-size: 16px;
  padding: 0.625rem 1rem;
}
.form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .btnS {
  font-family: "Lato-Bold", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFC000;
  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", 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", 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: "\f00c";
}
.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: "\f111";
}
.form-themeExtras .leadForm form .leadFormInfo {
  font-family: "Lato-Regular", 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", 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: #002D42;
}
.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: #002D42;
}
.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: #002D42;
}
.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: #0073a8;
}
.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: #0073a8;
}
.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: #0073a8;
}
.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: black;
}
.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: black;
}
.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: black;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #FFC000;
}
.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: #FFC000;
}
.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: #FFC000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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--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: #F0EDEB;
  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: #f5f5f5;
}
.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: #f5f5f5;
}
.section__bg--light-2.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #F0EDEB;
  background-color: #f5f5f5;
}
.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;
}
.section__bg--light-3.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) {
  background-color: #FFC000;
}
.section__bg--light-3.forms-option--c .form-themeExtras .leadForm form .form__group .label_container label:not(.non-label):not(.form-check-label) span {
  background-color: #FFC000;
}
.section__bg--light-3.forms-option--c .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .labelHolder {
  color: #F0EDEB;
  background-color: #FFC000;
}
.section__bg--light-3.forms-option--c .form-themeExtras .leadForm form .form__group.checkbox__group .input_container input + label:before, .section__bg--light-3.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,
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-message {
  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,
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-message .input_container,
.forms--2col-textarea .form-themeExtras .leadForm form .form-input-message 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-8 form .form-input-message,
  .contact-us-im .col-lg-12 form .form-input-comments,
  .contact-us-im .col-lg-12 form .form-input-message {
    width: 48%;
    display: flex;
  }
  .contact-us-im .col-lg-8 form .form-input-comments .input_container,
  .contact-us-im .col-lg-8 form .form-input-message .input_container,
  .contact-us-im .col-lg-12 form .form-input-comments .input_container,
  .contact-us-im .col-lg-12 form .form-input-message .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-8 form .form-input-message .input_container textarea,
  .contact-us-im .col-lg-12 form .form-input-comments .input_container textarea,
  .contact-us-im .col-lg-12 form .form-input-message .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-8 .form__group.form-input-message,
  .contact-us-im .col-lg-12 .form__group.form-input-comments,
  .contact-us-im .col-lg-12 .form__group.form-input-message {
    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-8 form .form-input-message,
  .appointment-request .col-lg-12 form .form-input-comments,
  .appointment-request .col-lg-12 form .form-input-message {
    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-8 form .form-input-message .input_container,
  .appointment-request .col-lg-12 form .form-input-comments .input_container,
  .appointment-request .col-lg-12 form .form-input-message .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-8 form .form-input-message .input_container textarea,
  .appointment-request .col-lg-12 form .form-input-comments .input_container textarea,
  .appointment-request .col-lg-12 form .form-input-message .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,
  .forms--2col-textarea .form-themeExtras .leadForm form .form-input-message {
    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, .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,
  .forms--2col-textarea .form-themeExtras .leadForm form .form-input-message {
    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, .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, .forms--3col .form-a .form__col-top .form__group, .forms--3col .form-a .form__col-bottom .form__group {
    max-width: 100%;
  }
}
.section--light .form--a .form__name, .section--light .form--a .form__label, .section--light .form--a .form__label span:first-child {
  color: #4a4a4a !important;
}
.section--light .form--a .form__input--checkbox input + label:before, .section--light .form--a .form__input--radio input + label:before {
  color: #4a4a4a !important;
}
.section--light .form--a .form__input--file .form-input-info {
  color: #4a4a4a;
}
.section--light .form--a .form__input--formatted_text {
  color: #4a4a4a;
}
.section--light .form--a .form__submit input {
  color: #00ADEF;
  border-color: #00ADEF;
}
.section--light .form--a .form__submit input:hover {
  background: #00ADEF;
  color: #ffffff;
}
.section--light .form--a .form__phiInfo {
  color: #4a4a4a;
}
.section--light .form--a .p-success-message {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm .form__name {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form__name {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form__group .label_container label {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form__group .input_container .form-input-uploadFile .form-input-info {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form__group.formatted_text__group {
  color: #4a4a4a;
}
.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 {
  color: #4a4a4a;
}
.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: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .leadFormInfo {
  color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form-wrap__submit input {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.section--light .form-themeExtras .leadForm form .form-wrap__submit input:hover {
  background: #4a4a4a;
  color: #ffffff;
}
.section--light .form-themeExtras .leadForm .leadFormSuccess {
  color: #4a4a4a;
}

.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", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}
.gallery__image_description {
  font-family: "Lato-Regular", 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;
}
.gallery .bx-controls-buttons {
  bottom: 0;
  padding: 0;
  position: relative;
  display: flex;
  padding-top: 12px;
}
.gallery .bx-controls-buttons [class$=_pause-play],
.gallery .bx-controls-buttons [class$=_on-off] {
  display: none;
}
.gallery .bx-controls .bx-pager.bx-default-pager {
  float: left;
  position: relative;
  order: 1;
  margin: 0;
}
.gallery .bx-controls .bx-controls-direction {
  z-index: 100;
  position: none;
}
.gallery .bx-controls .bx-controls-direction .bx-prev {
  left: -45px;
  top: 0;
  margin-top: -16px;
}
.gallery .bx-controls .bx-controls-direction .bx-prev:before {
  background-color: rgba(57, 82, 97, 0.4);
  position: absolute;
  transition: all 0.5s;
  padding: 0 12px;
  height: auto;
  line-height: 1;
  font-size: 32px;
}
.gallery .bx-controls .bx-controls-direction .bx-next {
  right: -45px;
  top: 0;
  margin-top: -16px;
}
.gallery .bx-controls .bx-controls-direction .bx-next:before {
  background-color: rgba(57, 82, 97, 0.4);
  position: absolute;
  transition: all 0.5s;
  padding: 0 12px;
  height: auto;
  line-height: 1;
  font-size: 32px;
}

.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;
  }
}
.gallery-slider .bx-wrapper .bx-controls-buttons {
  padding-right: 0;
}
.gallery-slider .wrap_pause-play {
  display: none;
}

.section--dark .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.7);
}
.section--dark .gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.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: #00ADEF;
}
.section--dark .hours-a__schedule--responsive .hours-a__subtitle {
  color: #00ADEF;
}
.section--light .hours-a__schedule .hours-a__subtitle {
  color: #00ADEF;
}
.section--light .hours-a__schedule--responsive .hours-a__subtitle {
  color: #00ADEF;
}

.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: #002D42;
}
.section--dark-4 .hours-a__schedule--responsive .hours-a__subtitle,
.section__bg--dark-4 .hours-a__schedule--responsive .hours-a__subtitle {
  color: #002D42;
}

@media (max-width: 768px) {
  .hours-a__cta {
    width: 100%;
    text-align: center;
  }
}
.hours > .row > .col-md-12 {
  margin-left: 0;
  padding: 0;
}
.hours .row {
  margin: 0;
}
.hours-a .hours__day {
  font-size: 1.125rem;
}
.hours-a .hours__sep span {
  height: 2px;
}
.hours-a .hours__hours {
  font-size: 1rem;
}
.hours-a__schedule--responsive .row {
  margin: 0 !important;
}
.hours-a__schedule--responsive .row:first-of-type {
  margin: 0 !important;
}
.hours-a__schedule--responsive .hours-a__subtitle {
  padding: 0 0 20px;
  margin-left: 0;
}
.hours-a__schedule--responsive .cta__button, .hours-a__schedule--responsive .cta__button--icon, .hours-a__schedule--responsive .cta__link {
  text-transform: uppercase;
  cursor: pointer;
  margin: 1.25rem 0 0;
  padding: 15px 40px;
}
.hours-a__schedule .hours-a__subtitle {
  font-size: 1.25rem;
  padding: 0 0 20px;
}
.hours-a__schedule .hours-a__schedule--wrapper {
  margin: 0;
}
.hours-a__schedule .hours-a__schedule--border {
  text-align: left !important;
  padding: 0 30px;
}
.hours-a__schedule .hours-a__schedule--border:first-child {
  padding-left: 0;
}
.hours-a__schedule .hours-a__schedule--border:last-child {
  padding-right: 0;
  border-right: 0;
}
.hours-a__schedule .hours-a__schedule--border strong {
  font-size: 1.125rem;
}
.hours-a__schedule .hours-a__schedule--border p {
  font-size: 1rem;
}
.hours-a__schedule .cta__button, .hours-a__schedule .cta__button--icon, .hours-a__schedule .cta__link {
  text-transform: uppercase;
  cursor: pointer;
  margin: 1.25rem 0 0;
  padding: 15px 40px;
}
.hours-a__schedule .cta__link {
  padding: 15px 0;
}
.hours-a__schedule .cta__link:hover {
  text-decoration: underline !important;
}

.section--light .hours-a .hours__day, .section--light .hours-a .hours__sep, .section--light .hours-a .hours__hours {
  color: #4a4a4a;
}
.section--light .hours-a__schedule .hours-a__schedule--border {
  color: #4a4a4a;
  border-color: rgba(74, 74, 74, 0.6);
}
.section--dark .hours-a__subtitle, .section__bg--dark-4 .hours-a__subtitle {
  color: #ffffff !important;
}
.section--dark .hours-a__schedule .hours-a__subtitle, .section__bg--dark-4 .hours-a__schedule .hours-a__subtitle {
  color: #ffffff;
}
.section--dark .hours-a__schedule .hours-a__schedule--border, .section__bg--dark-4 .hours-a__schedule .hours-a__schedule--border {
  border-color: rgba(255, 255, 255, 0.6);
}

.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, .location__direction-link .cta__button--icon {
  width: auto;
}
.location__direction-link .cta__button, .location__direction-link .cta__button--icon, .location__direction-link .cta__link {
  margin-top: 0;
}

.locations .list .location__list {
  display: flex;
  flex-wrap: wrap;
}
.locations .list .location__list-icons {
  flex-direction: column;
  flex-wrap: nowrap;
}
.locations .list .location__list-icons .location__item {
  width: 100%;
  text-align: left;
}
.locations .list .location__list-icons .location__address {
  display: flex;
}
.locations .list .location__list-icons .location__address i {
  margin: 5px 15px 0 5px;
}
.locations .list .location__list-icons .location__address span {
  font-size: 1rem;
}
.locations .list .location__list-icons .location__phone i, .locations .list .location__list-icons .location__email i {
  margin: 5px 15px 0 5px;
}
.locations .list .location__list-icons .location__phone .phone-info {
  margin: 5px 0 0;
}
.locations .list .location__list-icons .location__email {
  margin: 5px 0 0;
}
.locations .list .location__list-icons .location__email .email-info {
  margin: 0;
}
.locations .list .location__list-icons .location__email .email-info a {
  font-size: 1rem;
}
.locations .list .location__list-icons .location__direction-link {
  margin: 15px 15px 0 5px;
}
.locations .list .location__item {
  width: 19%;
  flex-grow: 1;
  font-family: "Lato-Regular", 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", 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;
}
.section--dark .locations .location__phone .phone-info {
  color: #fff;
}

.header .locations {
  text-align: center !important;
  margin-top: 1.875rem;
}
.header .locations__title {
  color: #002D42;
  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: #00ADEF;
  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: black;
}
.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__list-icons {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .locations .list .location__list-icons .location__address {
    display: flex;
  }
  .locations .list .location__list-icons .location__address i {
    margin: 5px 15px 0 5px;
  }
  .locations .list .location__list-icons .location__address span {
    font-size: 1rem;
  }
  .locations .list .location__list-icons .location__phone i, .locations .list .location__list-icons .location__email i {
    margin: 5px 15px 0 5px;
  }
  .locations .list .location__list-icons .location__phone .phone-info {
    margin: 5px 0 0;
  }
  .locations .list .location__list-icons .location__email {
    margin: 5px 0 0;
  }
  .locations .list .location__list-icons .location__email .email-info {
    margin: 0;
  }
  .locations .list .location__list-icons .location__email .email-info a {
    font-size: 1rem;
  }
  .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", 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;
  }
}
.section-locations .locations .location__name {
  border-bottom: 1px solid #00ADEF;
  padding-bottom: 0.625rem;
}

.section--light .locations .location__name {
  color: #00ADEF;
}

.section--dark .locations .location__name {
  border-color: #b2b2b2;
}
.section--dark .locations .location__email {
  color: #ffffff;
}
.section--dark .locations .location__email a,
.section--dark .locations .location__email p {
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-locations .locations .location__email a,
  .section-locations .locations .location__email p {
    word-break: break-word;
  }
}
.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;
  }
}
.section-logo .logo-a__horizontal__left .logo-a__image {
  margin-right: 15px;
}
.section-logo .logo-a__horizontal__right .logo-a__image {
  margin-left: 15px;
}
.section-logo .logo-a__vertical__bottom .logo-a__image-link, .section-logo .logo-a__vertical__bottom .logo-a__image-nolink {
  align-items: flex-start;
}
.section-logo .logo-a__vertical__bottom .logo-a__image {
  margin-top: 15px;
}
.section-logo .logo-a__vertical__top .logo-a__image-link, .section-logo .logo-a__vertical__top .logo-a__image-nolink {
  align-items: flex-start;
}
.section-logo .logo-a__vertical__top .logo-a__image {
  margin-bottom: 15px;
}
.section-logo .logo-a__text {
  text-align: left;
}
.section-logo .logo-a__title {
  font-size: 20px;
}
.section-logo .logo-a__caption {
  font-size: 18px;
  margin: 0;
}
.section-logo .logo-a__image {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .section-logo .logo-a__horizontal__left .logo-a__image, .section-logo .logo-a__horizontal__right .logo-a__image {
    margin: 0 0 15px;
  }
  .section-logo .logo-a__horizontal__left .logo-a__image-link, .section-logo .logo-a__horizontal__left .logo-a__image-nolink, .section-logo .logo-a__horizontal__right .logo-a__image-link, .section-logo .logo-a__horizontal__right .logo-a__image-nolink {
    flex-direction: column;
  }
  .section-logo .logo-a__text {
    text-align: center;
  }
  .section-logo .logo-a__horizontal__right .logo-a__image-link, .section-logo .logo-a__horizontal__right .logo-a__image-nolink {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-logo .logo-a__horizontal__left .logo-a__text {
    text-align: left;
    width: auto;
  }
  .section-logo .logo-a__horizontal__left .logo-a__image {
    margin: 0 15px 0 0;
    width: auto;
  }
  .section-logo .logo-a__horizontal__right .logo-a__text {
    text-align: right;
    width: auto;
  }
  .section-logo .logo-a__horizontal__right .logo-a__image {
    margin: 0 0 0 15px;
    width: auto;
  }
  .section-logo .logo-a__horizontal__left .logo-a__image-link, .section-logo .logo-a__horizontal__left .logo-a__image-nolink, .section-logo .logo-a__horizontal__right .logo-a__image-link, .section-logo .logo-a__horizontal__right .logo-a__image-nolink {
    flex-direction: row;
  }
  .section-logo .logo-a__image-link, .section-logo .logo-a__image-nolink {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#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("../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(0, 45, 66, 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(0, 45, 66, 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;
  }
}
.section-map .map-a .map__caption {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.section-map .map-a .map-search {
  margin-top: 1.875rem;
}
.section-map .map-a .map-search__locations {
  margin: 1.25rem 0;
}
.section-map .map-a .map-search__submit {
  background: #00ADEF;
  color: #ffffff;
}

.section--light .map-a .map__caption {
  color: #00ADEF;
}
.section--light .map-a .map-search__location-distance {
  color: #00ADEF;
}
.section--light .map-a .map-search__locations li {
  background-color: #00ADEF;
}
.section--light .map-a .map-search__locations li a {
  color: #ffffff;
}
.section--light .map-a .map-search__locations li a:hover {
  background-color: #002D42;
}

.section-map.section__bg--dark-1 .map-a--12 .map__col {
  background-color: #002D42;
}
.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: #002D42;
}
.section-map.section__bg--dark-2 .map-a--12 .map__col {
  background-color: #0073a8;
}
.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: #0073a8;
}
.section-map.section__bg--dark-3 .map-a--12 .map__col {
  background-color: black;
}
.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: black;
}
.section-map.section__bg--dark-4 .map-a--12 .map__col {
  background-color: #00ADEF;
}
.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: #00ADEF;
}
.section-map.section__bg--dark-5 .map-a--12 .map__col {
  background-color: #FFC000;
}
.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: #FFC000;
}
.section-map.section__bg--dark-6 .map-a--12 .map__col {
  background-color: #000000;
}
.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: #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: #f5f5f5;
}
.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: #f5f5f5;
}
.section-map.section__bg--light-3 .map-a--12 .map__col {
  background-color: #FFC000;
}
.section-map.section__bg--light-3 .map-a--4 .map__container, .section-map.section__bg--light-3 .map-a--6 .map__container, .section-map.section__bg--light-3 .map-a--8 .map__container {
  background-color: #FFC000;
}
.section-map.section__bg--dark-4 .map-a .map-search__submit {
  background: #002D42;
}

@media (max-width: 575px) {
  .section-map .map-a .map__caption {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@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: "\f104";
  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: "\f105";
  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-a__title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #00ADEF;
}
.section-mediaslider .mediaslider-a__subtitle {
  padding-top: 1.25rem;
}
.section-mediaslider .section--dark .mediaslider-a__title {
  border-bottom-color: #b2b2b2;
}

@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", 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: #002D42;
  background: #00ADEF;
  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: #002D42;
}

.section--dark .navigation__item--link {
  color: #fff;
}
.section--dark .navigation__item--link:hover {
  color: #00ADEF;
}
.section--dark .navigation__item.has-drop-down .navigation__item--link:hover:after {
  border-color: #00ADEF 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 #00ADEF;
}
.section--light .navigation__item--link:hover {
  color: #00ADEF;
}
.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: #00ADEF 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 #00ADEF !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: #002D42;
}
.section.section__bg--dark-4 .navigation__item.has-drop-down ul a:hover {
  color: #00ADEF;
}

.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", 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", 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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}

.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", 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", 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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}
.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: #00ADEF;
}

.section__bg--dark-1.mobileHeader-container, .section__bg--dark-1.mobileHeader-container .location-list, .section__bg--dark-1#mobileHeaderNav {
  background-color: #002D42;
}
.section__bg--dark-2.mobileHeader-container, .section__bg--dark-2.mobileHeader-container .location-list, .section__bg--dark-2#mobileHeaderNav {
  background-color: #0073a8;
}
.section__bg--dark-3.mobileHeader-container, .section__bg--dark-3.mobileHeader-container .location-list, .section__bg--dark-3#mobileHeaderNav {
  background-color: black;
}
.section__bg--dark-4.mobileHeader-container, .section__bg--dark-4.mobileHeader-container .location-list, .section__bg--dark-4#mobileHeaderNav {
  background-color: #00ADEF;
}
.section__bg--dark-5.mobileHeader-container, .section__bg--dark-5.mobileHeader-container .location-list, .section__bg--dark-5#mobileHeaderNav {
  background-color: #FFC000;
}
.section__bg--dark-6.mobileHeader-container, .section__bg--dark-6.mobileHeader-container .location-list, .section__bg--dark-6#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: #f5f5f5;
}
.section__bg--light-3.mobileHeader-container, .section__bg--light-3.mobileHeader-container .location-list, .section__bg--light-3#mobileHeaderNav {
  background-color: #FFC000;
}

.mobileHeader-logo a {
  font-family: "Lato-Regular", 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", sans-serif;
}
.mobileHeader-container .location-name {
  font-family: "Lato-Regular", 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: black;
}
.mobileHeader-container[class*=section__bg--light] a {
  color: black;
}
.mobileHeader-container[class*=section__bg--light] a:hover {
  color: black;
}
.mobileHeader-container[class*=section__bg--light] .location-list {
  color: black;
}
.mobileHeader-container[class*=section__bg--light] .location-name {
  color: black;
}
.mobileHeader-container[class*=section__bg--light] .location-phone {
  color: black;
}
.mobileHeader-container[class*=section__bg--light] .location-phone:hover {
  color: black;
}

#mobileHeaderNav .mm-title {
  color: transparent !important;
}
#mobileHeaderNav .mm-listview a {
  font-family: "Lato-Regular", sans-serif;
}
#mobileHeaderNav[class*=section__bg--dark] {
  color: white;
}
#mobileHeaderNav[class*=section__bg--light] {
  color: black;
}
#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: black;
  border-color: black;
}
#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: black;
  border-color: black;
}

.navigation-b .navigation__menu--list > .navigation__item {
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navigation-b .navigation__menu--list > .navigation__item {
    padding: 0 0.9375rem;
  }
}

.section-navigation .navigation-b .navigation__button--icon span::before, .section-navigation .navigation-c .navigation__button--icon span::before {
  height: 2px;
}
.section-navigation .navigation-b .navigation__button--icon span.bread-top::before, .section-navigation .navigation-c .navigation__button--icon span.bread-top::before {
  top: 1.25rem;
}
.section-navigation .navigation-b .navigation__button--icon span.bread-middle::before, .section-navigation .navigation-c .navigation__button--icon span.bread-middle::before {
  top: 1.5625rem;
}
.section-navigation .navigation-b .navigation__button--icon span.bread-bottom::before, .section-navigation .navigation-c .navigation__button--icon span.bread-bottom::before {
  bottom: 0.1875rem;
}
.section-navigation .navigation-b .navigation__button--icon.is-active span.bread-top::before, .section-navigation .navigation-c .navigation__button--icon.is-active span.bread-top::before {
  top: 1rem;
}
.section-navigation .navigation-b .navigation__button--icon.is-active span.bread-bottom::before, .section-navigation .navigation-c .navigation__button--icon.is-active span.bread-bottom::before {
  bottom: 1rem;
}

.section-partial .navigation-b,
.section-navigation .navigation-b {
  background-color: #00ADEF;
  border-radius: 4px;
  padding-top: 5px;
}
.section-partial .navigation-b .navigation__button--text,
.section-navigation .navigation-b .navigation__button--text {
  color: #fff;
}
.section-partial .navigation-b .navigation__button--icon > span::before,
.section-navigation .navigation-b .navigation__button--icon > span::before {
  background: #fff;
}

.section--light .navigation-b .navigation__menu--list > .navigation__item > .navigation__item--link {
  color: #002D42;
}
.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: #00ADEF;
}
.section--light .navigation-b .navigation__menu--list > .navigation__item {
  border-left: 1px solid #D8D8D8;
}
.section--light .navigation-b .navigation__item--link, .section--light .navigation-b .navigation__item--expand {
  color: #002D42;
}
.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: #00ADEF;
}
.section--dark .navigation-b::before {
  border-left: 1px solid #fff !important;
}
.section--dark .navigation-b .navigation__menu--list > .navigation__item {
  border-left: 1px solid #fff;
}
.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: #b3b3b3;
}
.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: #b3b3b3;
}

.phone__title {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.1;
  margin: 0;
  color: #002D42;
  font-family: "Lato-Regular", 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: #FFC000;
}
.phone__number.phone-s {
  font-size: 1rem;
}
.phone__number.phone-m {
  font-size: 1.25rem;
}
.phone__number.phone-l {
  font-size: 1.5rem;
}
.phone__number.phone-xl {
  font-size: 1.875rem;
}

.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;
  }
}
.comp-phone .phone__number:before {
  margin-right: 6px;
}

.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 {
  color: #002D42;
}
.section--light .phone__city, .section--light .phone__setting-title {
  color: #F0EDEB;
}
.section--light .phone__number {
  color: #00ADEF;
}

@media screen and (max-width: 991px) {
  .section-phone .phone__wrapper {
    display: flex;
    justify-content: center;
  }
}
.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: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.recentblog__info {
  font-family: "Lato-Regular", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0.625rem 0 0 0;
}
.recentblog__info li {
  display: inline;
  border-left: 1px solid #F0EDEB;
  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", 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;
  }
}
@media (max-width: 1199px) {
  .recentblog__slidertitle {
    font-size: 1.5625rem !important;
  }
}
.recentblog__slidertitle {
  font-size: 1.875rem;
}
.recentblog__slidertitle:hover {
  text-decoration: underline;
}
.recentblog__info {
  font-size: 0.875rem;
}
.recentblog__info a {
  text-decoration: none !important;
}
.recentblog__info a:hover {
  text-decoration: underline !important;
}
.recentblog__excerpt {
  margin: 20px 0 0;
}
.recentblog-a .cta__link {
  margin: 10px 0 0;
  text-decoration: none !important;
}
.recentblog-a .cta__link:hover {
  text-decoration: underline !important;
}

.section--light .recentblog__slidertitle, .section--light .recentblog__slidertitle a {
  color: #002D42;
}
.section--light .recentblog__slidertitle:hover, .section--light .recentblog__slidertitle a:hover {
  color: #00ADEF;
  text-decoration: none;
}
.section--light .recentblog__info, .section--light .recentblog__excerpt {
  color: #4a4a4a;
}
.section--dark .recentblog__slidertitle, .section--dark .recentblog__slidertitle a {
  color: #ffffff;
}
.section--dark .recentblog__info, .section--dark .recentblog__excerpt {
  color: #ffffff;
}
.section--dark .recentblog__info li, .section--dark .recentblog__excerpt li {
  border-color: #ffffff;
}
.section--dark .recentblog__info a, .section--dark .recentblog__excerpt a {
  color: #ffffff;
}

.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("../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("../img/reviews/big-stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 37px;
  display: block;
}
.reviews-a .reviews__stars-small {
  background: url("../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("../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("../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("../img/reviews/icon-sm-facebook.png") no-repeat;
}
.reviews-a .reviews__icons-google {
  background: url("../img/reviews/icon-sm-google.png") no-repeat;
}
.reviews-a .reviews__icons-google-plus {
  background: url("../img/reviews/icon-sm-google-plus.png") no-repeat;
  width: 42px;
}
.reviews-a .reviews__icons-lawyers {
  background: url("../img/reviews/icon-sm-lawyers.png") no-repeat;
}
.reviews-a .reviews__icons-superpages {
  background: url("../img/reviews/icon-sm-superpages.png") no-repeat;
  width: 42px;
}
.reviews-a .reviews__icons-yelp {
  background: url("../img/reviews/icon-sm-yelp.png") no-repeat;
}
.reviews-a .reviews__icons-bbb {
  background: url("../img/reviews/icon-sm-bbb.png") no-repeat;
}
.reviews-a .reviews__icons-citysearch {
  background: url("../img/reviews/icon-sm-citysearch.png") no-repeat;
}
.reviews-a .reviews__icons-foursquare {
  background: url("../img/reviews/icon-sm-foursquare.png") no-repeat;
}
.reviews-a .reviews__icons-kudzu {
  background: url("../img/reviews/icon-sm-kudzu.png") no-repeat;
}
.reviews-a .reviews__icons-merchantcircle {
  background: url("../img/reviews/icon-sm-merchantcircle.png") no-repeat;
}
.reviews-a .reviews__icons-yellowpages {
  background: url("../img/reviews/icon-sm-yellowpages.png") no-repeat;
}
.reviews-a .reviews__icons-avvo {
  background: url("../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: #002D42;
}
.section--dark .reviews-a .component__button--2,
.section.section__bg--dark-4 .reviews-a .component__button--2 {
  color: #002D42;
}
.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: #FFC000;
}
.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: #002D42;
}

.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: #FFC000;
}
.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;
  }
}
.section-reviews .reviews-a .reviews__table .table th,
.section-reviews .reviews-a .reviews__table .table td, .section-reviews .reviews-a .reviews__seotable .table th,
.section-reviews .reviews-a .reviews__seotable .table td {
  border-bottom: 1px solid #babdc0;
}

.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__excerpt, .reviewourfirm-a__author {
  padding: 0 6px;
}
.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("../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("../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: #002D42;
}
.section--dark .reviewourfirm-a .component__button--2,
.section.section__bg--dark-4 .reviewourfirm-a .component__button--2 {
  color: #002D42;
}
.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: #FFC000;
}

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

.reviewourfirm-a__read-more, .reviewourfirm-a__show-less {
  font-weight: bold;
}
.reviewourfirm-a__read-more:after, .reviewourfirm-a__show-less:after {
  content: "";
  font: 16px font-awesome;
  margin-left: 8px;
}
.reviewourfirm-a__read-more:after {
  content: "\f078";
}
.reviewourfirm-a__show-less:after {
  content: "\f077";
}

.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 !important;
}
.search-a {
  padding: 3.125rem 0;
}
.search-a__page-title {
  background-color: #00ADEF;
  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", 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: #00ADEF;
  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: "\f053";
}
@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: "\f054";
}
@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: #00ADEF;
}
.section--dark .search-a .page-item.active .page-link:hover,
.section.section__bg--dark-4 .search-a .page-item.active .page-link:hover {
  color: #effbff;
}
.section--dark .search-a .page-item .page-link:hover,
.section.section__bg--dark-4 .search-a .page-item .page-link:hover {
  background-color: #00ADEF;
  color: #effbff;
}
.section--dark .search-a__term,
.section.section__bg--dark-4 .search-a__term {
  color: #00ADEF;
}
.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 #00ADEF;
}
.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 #effbff;
}

.section__bg--dark-1 .page-item .page-link {
  background-color: #002D42;
}
.section__bg--dark-2 .page-item .page-link {
  background-color: #0073a8;
}
.section__bg--dark-3 .page-item .page-link {
  background-color: black;
}
.section__bg--dark-4 .page-item .page-link {
  background-color: #00ADEF;
}
.section__bg--dark-5 .page-item .page-link {
  background-color: #FFC000;
}
.section__bg--dark-6 .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: #f5f5f5;
}
.section__bg--light-3 .page-item .page-link {
  background-color: #FFC000;
}

.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;
  }
}
.search-a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.search-a__title {
  font-size: 25px !important;
  margin-bottom: 30px;
}
.search-a__post-count {
  padding: 0;
  font-size: 16px;
}
.search-a__thumbnail {
  width: 160px;
  height: 160px;
}
.search-a__thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.search-a__content .col-md-3 {
  max-width: 190px;
}
.search-a__content > li {
  margin-bottom: 24px;
}
.search-a__content > li:last-child p {
  margin-bottom: 10px;
}
.search-a__readmore {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
}
.search-a .component__title {
  font-size: 20px;
  line-height: 1;
}
.search-a .component__title a {
  font-weight: bold;
}
.search-a .component__p {
  line-height: 1.2;
  margin-bottom: 10px;
}
.search-a .component__pagination .pagination li {
  height: 22px;
  width: 22px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.search-a .component__pagination .pagination li a,
.search-a .component__pagination .pagination li span {
  padding: 0;
  margin: 0;
}
.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: -5000em;
}
.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: absolute;
}

.section--light .search-a__title {
  color: #002D42 !important;
}
.section--light .search-a .component__title {
  color: #00ADEF;
}
.section--light .search-a .component__title a {
  color: #00ADEF !important;
}
.section--light .search-a .component__pagination .pagination li {
  color: white;
  background: #002D42;
}
.section--light .search-a .component__pagination .pagination li a,
.section--light .search-a .component__pagination .pagination li span {
  color: white;
}
.section--light .search-a .component__pagination .pagination li:first-child, .section--light .search-a .component__pagination .pagination li:last-child {
  color: #4a4a4a;
  background: transparent;
}
.section--light .search-a .component__pagination .pagination li:first-child a,
.section--light .search-a .component__pagination .pagination li:first-child span, .section--light .search-a .component__pagination .pagination li:last-child a,
.section--light .search-a .component__pagination .pagination li:last-child span {
  color: #4a4a4a;
  background: transparent;
}
.section--light .search-a .component__pagination .pagination li.active {
  border-color: #FFC000;
}
.section--dark .search-a__noresults, .section--dark .search-a__readmore, .section--dark .search-a__viewing {
  color: #ffffff;
}
.section--dark .search-a__readmore:hover {
  text-decoration: underline;
}
.section--dark .search-a__title {
  color: #ffffff !important;
}
.section--dark .search-a .component__title {
  color: #ffffff;
}
.section--dark .search-a .component__title a {
  color: #ffffff !important;
}
.section--dark .search-a .component__pagination .pagination li {
  color: #002D42;
  background: #ffffff;
}
.section--dark .search-a .component__pagination .pagination li a,
.section--dark .search-a .component__pagination .pagination li span {
  color: #002D42;
}
.section--dark .search-a .component__pagination .pagination li:first-child, .section--dark .search-a .component__pagination .pagination li:last-child {
  color: #ffffff;
  background: transparent;
}
.section--dark .search-a .component__pagination .pagination li:first-child a,
.section--dark .search-a .component__pagination .pagination li:first-child span, .section--dark .search-a .component__pagination .pagination li:last-child a,
.section--dark .search-a .component__pagination .pagination li:last-child span {
  color: #ffffff;
  background: transparent;
}
.section--dark .search-a .component__pagination .pagination li.active {
  border-color: #00ADEF;
}

@media (max-width: 1199px) {
  .search-a__title {
    text-align: center;
  }
  .search-a__post-count {
    margin-bottom: 10px;
  }
  .search-a__content li .row > div {
    min-width: 100%;
  }
  .search-a__topbar .row, .search-a__bottombar .row {
    flex-direction: column;
  }
  .search-a__topbar .row .col-md-6, .search-a__bottombar .row .col-md-6 {
    max-width: 100%;
  }
  .search-a__topbar .row .col-md-6 .component__pagination, .search-a__bottombar .row .col-md-6 .component__pagination {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .search-a__title {
    text-align: center;
    margin: 0 0 30px;
  }
  .search-a__post-count {
    width: 100%;
    text-align: center;
  }
  .search-a__thumbnail {
    margin-bottom: 0;
  }
  .search-a__topbar .row, .search-a__bottombar .row {
    flex-direction: column;
  }
  .search-a__topbar .row .col-md-6, .search-a__bottombar .row .col-md-6 {
    max-width: 100%;
  }
  .search-a__topbar .row .col-md-6 .component__pagination, .search-a__bottombar .row .col-md-6 .component__pagination {
    display: flex;
    justify-content: center;
  }
}
.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 rgb(224, 224, 226);
  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 rgb(224, 224, 226);
  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%;
  }
}
.searchbar-a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.searchbar-a__btnsearch .icon-search {
  font-size: 1.875rem;
}
.searchbar-a__searchtext {
  font-size: 10px;
  text-transform: uppercase;
}
.searchbar-a__flyout {
  padding: 15px;
  display: flex;
  justify-content: center;
}
.searchbar-a__flyout .row {
  max-width: 1140px;
  left: 0 !important;
  background: none;
  flex-grow: 1;
}
.searchbar-a__searchbarform {
  border: 0;
  height: 2.25rem;
}
.searchbar-a__searchbarform input[type=search] {
  font-size: 16px;
}
.searchbar-a__searchbarform input[type=search]:focus {
  outline: 0;
}
.searchbar-a__searchbarform button {
  width: 2.25rem;
}
.searchbar-a__closeflyout {
  right: 30px;
  position: relative;
}
.searchbar-a__closeflyoutbtn {
  height: 32px;
  width: 32px;
}
.searchbar-a__closeflyoutbtn .icon-times {
  margin-top: 0;
  font-size: 1.875rem;
}

.section-searchbar {
  padding: 12px 0;
}
.section--dark .searchbar-a__flyout {
  background: rgba(0, 45, 66, 0.95);
}
.section--dark .searchbar-a__closeflyoutbtn .icon-times {
  color: white;
}
.section--light .searchbar-a__flyout {
  background: rgba(245, 244, 245, 0.95);
}

@media (max-width: 1199px) {
  .searchbar-a {
    padding: 0 15px;
  }
  .searchbar-a__flyout {
    max-width: 100%;
    min-width: 100vw;
  }
  .searchbar-a__closeflyout {
    right: 15px;
  }
}
.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__link {
  border-radius: 25px;
}
.section-socialmedia .socialmedia__link--small {
  width: 1.875rem;
  height: 1.875rem;
}
.section-socialmedia .socialmedia__link--medium {
  width: 2.8125rem;
  height: 2.8125rem;
}
.section-socialmedia .socialmedia__link--large {
  width: 3.75rem;
  height: 3.75rem;
}
.section-socialmedia .socialmedia.text-right .socialmedia__link--small, .section-socialmedia .socialmedia.text-right .socialmedia__link--medium, .section-socialmedia .socialmedia.text-right .socialmedia__link--large {
  margin-left: 0.625rem;
}
.section-socialmedia .socialmedia.text-left .socialmedia__link--small, .section-socialmedia .socialmedia.text-left .socialmedia__link--medium, .section-socialmedia .socialmedia.text-left .socialmedia__link--large {
  margin-right: 0.625rem;
}
.section-socialmedia .socialmedia.text-center .socialmedia__link--small, .section-socialmedia .socialmedia.text-center .socialmedia__link--medium, .section-socialmedia .socialmedia.text-center .socialmedia__link--large {
  margin-left: 0.625rem;
}

.section--light .socialmedia__link {
  color: #fff;
  background: #002D42;
}
.section--dark .socialmedia__link {
  color: #002D42;
  background: #fff;
}

.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;
}
.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;
  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, .staff-c .staff__item .staff-member__link__button--icon {
  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-Bold", 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, .staff-grid .staff__item .staff-member__link__button--icon {
  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: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.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 .testimonials .expand:before, .testimonials .staff-detail .staff-member__social li a .expand:before, .staff-detail .staff-member__social li a .partial-header-a .editable__container--inner:before, .partial-header-a .staff-detail .staff-member__social li a .editable__container--inner:before, .staff-detail .staff-member__social li a .partial-header-a .phone__number:before, .partial-header-a .staff-detail .staff-member__social li a .phone__number:before, .staff-detail .staff-member__social li a .partial-header-b .editable__container--inner:before, .partial-header-b .staff-detail .staff-member__social li a .editable__container--inner:before, .staff-detail .staff-member__social li a .partial-header-b .phone__number:before, .partial-header-b .staff-detail .staff-member__social li a .phone__number:before, .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, .staff-detail .staff-member__social li a .comp-phone .phone__number:before, .comp-phone .staff-detail .staff-member__social li a .phone__number:before {
  font-size: 1.75rem;
}
.staff-detail .staff-member__description h3 {
  font-family: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  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", 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", sans-serif;
  text-transform: unset;
  text-decoration: none;
}
.staff-detail--4 .staff-member__vcard {
  font-family: "Lato-Regular", 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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}
.staff-content__content h1,
.staff-content__content h2 {
  font-family: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.staff-content__content p {
  font-family: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}
.staff-content__accordion {
  padding-top: 3.125rem;
  padding-top: 0;
}
.staff-content__accordion h3 {
  font-family: "Lato-Light", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  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: "\f105";
  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: "\f107";
}
.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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

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

.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: #002D42;
}
.section--light .staff-grid .staff__caption {
  color: #000000;
}
.section--light .staff-grid .staff__item .staff-member__name a {
  color: #002D42;
}
.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: #00ADEF;
}
.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: #00ADEF;
}

@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;
  }
  .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;
  }
  .staff-b .staff-member__image-wrapper__image {
    width: 100%;
  }
  .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 .container-fluid .staff-a.staff-a--12 {
  padding: 0;
}
.section-staff .container-fluid .staff-a.staff-a--12 .staff__list {
  padding: 0;
}
.section-staff .container-fluid .staff-b {
  margin: 0 -0.9375rem !important;
}
.section-staff .container-fluid .staff-b .component__title-caption-wrap {
  max-width: 100%;
  margin: 0 15px;
}
.section-staff .container-fluid .staff-b .staff-member {
  max-width: 100% !important;
}
.section-staff .container-fluid .staff-b .staff-member__text {
  max-width: 1535px;
}

.section-staff .container.fwStacked {
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.section-staff .staff-a {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.section-staff .staff-a .staff-member__name + .staff-member__position {
  margin-top: 0.625rem;
}
.section-staff .staff-a .staff-member__description {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #00ADEF;
}
.section-staff .staff-a .staff__list {
  margin: 0;
  list-style: none;
}
.section-staff .staff-a .staff__item {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.section-staff .staff-a .staff__item:before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -16px;
  font-size: 25px;
}
.section-staff .staff-a .flexslider .staff__item:before {
  display: none;
}
.section-staff .staff-b .component__title-caption-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.section-staff .staff-b .staff-member {
  max-width: 1170px;
  width: 100%;
}
.section-staff .staff-b .staff-member__image {
  min-height: 525px;
  min-width: 350px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-staff .staff-b .staff-member__image-wrapper {
  position: absolute !important;
}
.section-staff .staff-b .staff-member__description, .section-staff .staff-b .staff-member__position {
  font-size: 18px;
}
.section-staff .staff-b .staff-member__description {
  margin-top: 16px;
}
.section-staff .staff-b .staff-member__name {
  margin: 0;
  font-size: 25px;
}
.section-staff .staff-b .staff-member__text {
  align-items: flex-start !important;
  padding: 15px 15px 15px 0;
}
.section-staff .staff-b .staff-member__text-wrap {
  padding: 0;
  max-width: calc(100% - 395px) !important;
}
.section-staff .staff-b .staff__item {
  display: flex;
  justify-content: center;
}
.section-staff .staff-c .staff__item .staff-member__name {
  text-align: left;
  font-size: 1.25rem;
}
.section-staff .staff-c .staff__item .staff-member__name a:hover {
  text-decoration: underline;
}
.section-staff .staff-c .staff__item .staff-member__position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section-staff .staff-grid .staff-member__name {
  font-size: 1.25rem;
}
.section-staff .staff-grid .staff-member__name a:hover {
  text-decoration: underline;
}
.section-staff .staff-grid .staff-member__position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section-staff .staff-detail .staff-member__name {
  font-size: 2.1875rem;
  line-height: 2.375rem;
}
.section-staff .staff-detail .staff-member__info {
  border: none !important;
  padding: 0 !important;
}
.section-staff .staff-detail .staff-member__info span {
  text-transform: capitalize;
}
.section-staff .staff-detail .staff-member__info > div {
  border-top: none;
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.section-staff .staff-detail .staff-member__info > div:first-child {
  border-top: 1px solid #000;
}
.section-staff .staff-detail .staff-member__vcard {
  border-bottom: 1px solid #000;
  padding: 0 0 16px;
}
.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.25rem;
}
.section-staff .staff-content__content h1,
.section-staff .staff-content__content h2 {
  font-size: 2.1875rem;
  line-height: 2.375rem;
}
.section-staff .staff-content__content h3 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
.section-staff .staff-content__content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section-staff .staff-content__accordion h3 {
  font-size: 2.1875rem;
  line-height: 2.375rem;
}
.section-staff .staff-content__accordion h3:after {
  content: "\f055";
}
.section-staff .staff-content__accordion h3.ui-accordion-header-active:after {
  content: "\f056";
}
.section-staff .staff-content__accordion > div p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section-staff .staff-member__position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.section-staff .staff-member__email a {
  text-decoration: none;
}

.section--light .staff-member__position {
  color: #4a4a4a !important;
}
.section--light .staff-a .staff__item:before {
  color: #00ADEF;
}
.section--light .staff-grid .staff-member__name, .section--light .staff-c .staff-member__name {
  color: #002D42 !important;
}
.section--light .staff-grid .staff-member__name a, .section--light .staff-c .staff-member__name a {
  color: #002D42 !important;
}
.section--light .staff-detail .staff-member__name {
  color: #002D42;
}
.section--light .staff-detail .staff-member__info > div {
  border-bottom-color: #00ADEF;
}
.section--light .staff-detail .staff-member__info > div:first-child {
  border-top-color: #00ADEF;
}
.section--light .staff-detail .staff-member__vcard {
  border-bottom-color: #00ADEF;
}
.section--light .staff-detail--4 .staff-member__name, .section--light .staff-detail--4 .staff-member__prefix, .section--light .staff-detail--4 .staff-member__suffix {
  color: #002D42;
}
.section--light .staff-detail--4 .staff-member__position {
  color: #00ADEF !important;
}
.section--light .staff-detail--4 .staff-member__info {
  border-top-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  color: #4a4a4a;
}
.section--light .staff-detail--4 .staff-member__phone, .section--light .staff-detail--4 .staff-member__fax {
  border-bottom-color: #4a4a4a;
  color: #4a4a4a;
}
.section--light .staff-content__content h1,
.section--light .staff-content__content h2 {
  color: #002D42;
}
.section--light .staff-content__content h3 {
  color: #00ADEF;
}
.section--light .staff-content__content p, .section--light .staff-content__content ul, .section--light .staff-content__content ol, .section--light .staff-content__content li {
  color: #4a4a4a;
}
.section--light .staff-content__accordion h3 {
  color: #002D42;
  border-color: #00ADEF;
}
.section--light .staff-content__accordion h3:after {
  color: #002D42;
}
.section--light .staff-content__accordion > div p, .section--light .staff-content__accordion > div ul, .section--light .staff-content__accordion > div ol, .section--light .staff-content__accordion > div li {
  color: #4a4a4a;
}
.section--light .staff__caption {
  color: #00ADEF !important;
}
.section--dark .staff-a .staff-member__description {
  border-top-color: #b2b2b2;
}
.section--dark .staff-a .staff__item a {
  color: white;
}
.section--dark .staff-a .staff__item a:hover {
  text-decoration: underline;
}
.section--dark .staff-a .staff__item:before {
  color: white;
}
.section--dark .staff-grid .staff__item .staff-member__position {
  color: #ffffff;
}
.section--dark .staff-detail .staff-member__name {
  color: #ffffff;
}
.section--dark .staff-detail .staff-member__info > div {
  border-bottom-color: #b2b2b2;
}
.section--dark .staff-detail .staff-member__info > div:first-child {
  border-top-color: #b2b2b2;
}
.section--dark .staff-detail .staff-member__vcard {
  border-bottom-color: #b2b2b2;
}
.section--dark .staff-content__content h3 {
  color: #ffffff;
}
.section--dark .staff-member__position {
  color: #ffffff;
}
.section--dark .staff-member__phone a:hover {
  text-decoration: underline;
}
.section--dark .staff-member__email a {
  color: #ffffff;
}
.section--dark .staff-member__email a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .section-staff .staff-b .staff-member {
    display: block !important;
  }
  .section-staff .staff-b .staff-member__image-wrapper {
    position: relative !important;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .section-staff .staff-b .staff-member__text-wrap {
    min-width: 100%;
  }
  .section-staff .staff-b .staff-member__text {
    padding: 15px;
  }
  .section-staff .staff-b .staff__item {
    padding: 30px 0;
    display: list-item;
  }
}
@media (max-width: 1199px) {
  .section-staff .staff-detail .staff-member__name {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .section-staff .staff-content__content h1,
  .section-staff .staff-content__content h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .section-staff .staff-content__content h3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .section-staff .staff-content__accordion h3 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .section-staff .staff-b {
    margin: 0 !important;
  }
  .section-staff .staff-b .component__title-caption-wrap {
    max-width: 100%;
    margin: 0 15px;
  }
  .section-staff .staff-b .staff-member__image {
    max-height: 432px;
    max-width: 100%;
    width: 100%;
  }
  .section-staff .staff-b .staff-member__description, .section-staff .staff-b .staff-member__position {
    font-size: 17px;
  }
  .section-staff .staff-b .staff-member__name {
    font-size: 20px;
  }
  .section-staff .staff-b .staff__item {
    padding: 0;
    display: list-item;
  }
}
.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;
  color: #002D42;
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.stats-a .component__subtitle {
  color: #00ADEF;
  font-size: 1.5625rem;
  font-weight: 700;
}
.stats-a .stats-item {
  text-align: center;
}

.stats {
  padding: 50px 0;
}
.stats .stats-flexslider {
  padding: 0 2rem;
}
.stats .stat-a__title {
  color: #00ADEF;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
.stats .stat-a__subtitle {
  color: #002D42;
  font-size: 1.25rem;
  font-weight: 700;
  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 .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-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: #002D42;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0.9375rem;
}
.testimonials-d .testimonials-item__source {
  color: #002D42;
  padding-bottom: 0.9375rem;
  display: block;
  text-transform: uppercase;
}
.testimonials-d .testimonials-item .expand {
  color: #002D42;
}
.testimonials-d .testimonials-item .expand:before {
  top: 15px;
}

.section--dark .testimonials-d .testimonials-item .defaultImgWrap .defaultImg {
  background-color: #00ADEF;
}
.section--light .testimonials-d .testimonials-item .defaultImgWrap .defaultImg, .section__bg--dark-4 .testimonials-d .testimonials-item .defaultImgWrap .defaultImg {
  background-color: #002D42;
}

.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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}
.testimonials-list-a .testimonials__title-caption-wrap {
  padding: 0;
}

.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: "Lato-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}
.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;
  }
  .testimonials-list-a .testimonial-list__image {
    text-align: center;
    margin: 0 auto 1.875rem auto;
  }
}
.testimonials .expand {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 0.9375rem 0;
  order: 1;
}
.testimonials .expand:before {
  position: absolute;
  right: -20px;
}
.testimonials-a .component__title-caption-wrap {
  text-align: center;
}
.testimonials-a .testimonial-grid__image {
  padding: 1rem 0 0;
  flex: 0 0 auto !important;
}
.testimonials-a .testimonials-item {
  display: flex !important;
  flex-direction: column;
}
.testimonials-a .testimonials-item.text-left .testimonial-grid__image {
  align-self: flex-start;
}
.testimonials-a .testimonials-item.text-left .expand {
  margin-left: 0rem;
}
.testimonials-a .testimonials-item.text-right .testimonial-grid__image {
  align-self: flex-end;
}
.testimonials-a .testimonials-item.text-right .expand {
  margin-right: 1.875rem;
}
.testimonials-a .testimonials-item.text-center .testimonial-grid__image {
  align-self: center;
}
.testimonials-a .testimonials-items--content {
  margin-top: 1.25rem;
}
.testimonials-a .testimonials-item .expand {
  margin: auto;
}
.testimonials-grid-a .testimonial-grid__item {
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0;
  min-width: 48%;
}
.testimonials-grid-a .testimonial-grid__item.text-left .expand {
  margin: 0 calc(100% - 110px) 0 0;
}
.testimonials-grid-a .testimonial-grid__item.text-right .expand {
  margin: 0 0 0 calc(100% - 110px);
}
.testimonials-grid-a .testimonial-grid__item.text-center .expand {
  margin: 0 calc(50% - 50px) 0;
}
.testimonials-grid-a .testimonial-grid__image {
  order: 2;
}
.testimonials-grid-a .testimonial-grid__content, .testimonials-grid-a .testimonial-grid__author {
  padding-bottom: 1.25rem;
}
.testimonials-grid-a .testimonial-grid__source {
  order: 3;
  min-width: calc(100% - 80px);
}
.testimonials-grid-a .testimonial-grid .expand {
  order: 1;
  padding-top: 0;
}
.testimonials-list-a .testimonial-list__content {
  margin-top: 0;
  padding-bottom: 0.9375rem;
}
.testimonials-list-a .testimonial-list__item {
  padding: 1.25rem 0;
}
.testimonials-list-a .testimonial-list__item > .row {
  padding: 1.25rem 0;
}
.testimonials-list-a .testimonial-list__item > .row div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.testimonials-list-a .testimonial-list .expand {
  margin: 0 20px 0 auto;
  float: right;
}

.section--light .testimonials-a .testimonials-item a, .section--light .testimonials-a .testimonials-item__source,
.section--light .testimonials-a .testimonials-item .expand {
  color: #4a4a4a;
}
.section--light .testimonials-grid-a .testimonial-grid__item {
  background: #f5f5f5;
}
.section--light .testimonials-grid-a .testimonial-grid__item a,
.section--light .testimonials-grid-a .testimonial-grid__item .expand {
  color: #4a4a4a;
}
.section--light .testimonials-list-a .testimonial-list__item a,
.section--light .testimonials-list-a .testimonial-list__item .expand {
  color: #4a4a4a;
}
.section--light .testimonials-list-a .testimonial-list__item:nth-child(even) {
  background: whitesmoke;
}
.section__bg--light-2 .testimonials-list-a .testimonial-list__item:nth-child(even) {
  background: white;
}
.section--dark .testimonials-a .testimonials-item a,
.section--dark .testimonials-a .testimonials-item .expand {
  color: #ffffff;
}
.section--dark .testimonials-grid-a .testimonial-grid__item {
  background: rgba(255, 255, 255, 0.05);
}
.section--dark .testimonials-grid-a .testimonial-grid__item a,
.section--dark .testimonials-grid-a .testimonial-grid__item .expand {
  color: #ffffff;
}
.section--dark .testimonials-list-a .testimonial-list__item a,
.section--dark .testimonials-list-a .testimonial-list__item .expand {
  color: #ffffff;
}
.section--dark .testimonials-list-a .testimonial-list__item:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .testimonials-grid-a .testimonial-grid__item {
    min-width: 100%;
  }
}
.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 .partial-header-a .editable__container--inner:before, .partial-header-a .videofaq-item__thumbnail .editable__container--inner:before, .videofaq-item__thumbnail .partial-header-a .phone__number:before, .partial-header-a .videofaq-item__thumbnail .phone__number:before, .videofaq-item__thumbnail .partial-header-b .editable__container--inner:before, .partial-header-b .videofaq-item__thumbnail .editable__container--inner:before, .videofaq-item__thumbnail .partial-header-b .phone__number:before, .partial-header-b .videofaq-item__thumbnail .phone__number: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, .videofaq-item__thumbnail .comp-phone .phone__number:before, .comp-phone .videofaq-item__thumbnail .phone__number:before, .videofaq-item__thumbnail .testimonials .expand:before, .testimonials .videofaq-item__thumbnail .expand: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-size: 35px;
}
.videofaq-item.first .videofaq-item__name {
  font-size: 25px;
}
.videofaq-item__name {
  font-size: 18px;
}
.videofaq-item__description {
  font-size: 18px;
}
.videofaq-category__title, .videofaq-related__title {
  font-size: 25px;
}
.videofaq-category__link, .videofaq-related__link {
  font-size: 18px;
  border-top: 1px solid;
}
.videofaq__categories-section, .videofaq__related-section {
  border: 0;
  padding: 30px 20px;
}
.videofaq__categories-title, .videofaq__related-title {
  font-size: 35px;
}
.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: 0;
  border-top: 3px solid;
  padding: 30px 0;
}

.section--light .videofaq-category__title, .section--light .videofaq-related__title {
  color: #00ADEF;
}
.section--light .videofaq-category__link, .section--light .videofaq-related__link {
  border-color: #B1B1B1;
}
.section--light .videofaq__categories-title, .section--light .videofaq__related-title {
  color: #ffffff;
}
.section--light .videofaq__categories-section, .section--light .videofaq__related-section {
  background-color: #002D42;
}
.section--light .videofaq__categories-list a, .section--light .videofaq__related-list a {
  color: #ffffff;
}
.section--light .videofaq__categories-list a:hover, .section--light .videofaq__related-list a:hover {
  text-decoration: underline;
}
.section--light .videofaq-item__detail-title {
  color: #002D42;
}
.section--light .videofaq-item__firmName, .section--light .videofaq-item__duration, .section--light .videofaq-item__uploadDate {
  color: #777777;
}
.section--light .videofaq.ple_8 .videofaq-category__link, .section--light .videofaq.ple_8 .videofaq-related__link, .section--light .videofaq--detail.ple_8 .videofaq-category__link, .section--light .videofaq--detail.ple_8 .videofaq-related__link {
  border-color: #B1B1B1;
}
.section--light .videofaq.ple_8 .videofaq__categories-title, .section--light .videofaq.ple_8 .videofaq__related-title, .section--light .videofaq--detail.ple_8 .videofaq__categories-title, .section--light .videofaq--detail.ple_8 .videofaq__related-title {
  color: #002D42;
}
.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: #00ADEF;
  background-color: transparent;
}
.section--light .videofaq.ple_8 .videofaq__categories-list a, .section--light .videofaq.ple_8 .videofaq__related-list a, .section--light .videofaq--detail.ple_8 .videofaq__categories-list a, .section--light .videofaq--detail.ple_8 .videofaq__related-list a {
  color: #0384d7;
}
.section--light .videofaq.ple_8 .videofaq__categories-list a:hover, .section--light .videofaq.ple_8 .videofaq__related-list a:hover, .section--light .videofaq--detail.ple_8 .videofaq__categories-list a:hover, .section--light .videofaq--detail.ple_8 .videofaq__related-list a:hover {
  color: #4eabe9;
  text-decoration: underline;
}
.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: #002D42;
}
.section--dark .videofaq__categories-section, .section--dark .videofaq__related-section, .section__bg--dark-4 .videofaq__categories-section, .section__bg--dark-4 .videofaq__related-section {
  background-color: #ffffff;
}
.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: #0384d7;
}
.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 {
  color: #4eabe9;
  text-decoration: underline;
}
.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-category__link, .section--dark .videofaq.ple_8 .videofaq-related__link, .section--dark .videofaq--detail.ple_8 .videofaq-category__link, .section--dark .videofaq--detail.ple_8 .videofaq-related__link, .section__bg--dark-4 .videofaq.ple_8 .videofaq-category__link, .section__bg--dark-4 .videofaq.ple_8 .videofaq-related__link, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq-category__link, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq-related__link {
  border-color: #ffffff;
}
.section--dark .videofaq.ple_8 .videofaq__categories-title, .section--dark .videofaq.ple_8 .videofaq__related-title, .section--dark .videofaq--detail.ple_8 .videofaq__categories-title, .section--dark .videofaq--detail.ple_8 .videofaq__related-title, .section__bg--dark-4 .videofaq.ple_8 .videofaq__categories-title, .section__bg--dark-4 .videofaq.ple_8 .videofaq__related-title, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__categories-title, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__related-title {
  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: #00ADEF;
  background-color: transparent;
}
.section--dark .videofaq.ple_8 .videofaq__categories-list a, .section--dark .videofaq.ple_8 .videofaq__related-list a, .section--dark .videofaq--detail.ple_8 .videofaq__categories-list a, .section--dark .videofaq--detail.ple_8 .videofaq__related-list a, .section__bg--dark-4 .videofaq.ple_8 .videofaq__categories-list a, .section__bg--dark-4 .videofaq.ple_8 .videofaq__related-list a, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__categories-list a, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__related-list a {
  color: #ffffff;
}
.section--dark .videofaq.ple_8 .videofaq__categories-list a:hover, .section--dark .videofaq.ple_8 .videofaq__related-list a:hover, .section--dark .videofaq--detail.ple_8 .videofaq__categories-list a:hover, .section--dark .videofaq--detail.ple_8 .videofaq__related-list a:hover, .section__bg--dark-4 .videofaq.ple_8 .videofaq__categories-list a:hover, .section__bg--dark-4 .videofaq.ple_8 .videofaq__related-list a:hover, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__categories-list a:hover, .section__bg--dark-4 .videofaq--detail.ple_8 .videofaq__related-list a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .videofaq__categories-section, .videofaq__related-section {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .videofaq-item__detail-title {
    font-size: 30px;
  }
  .videofaq-item.first .videofaq-item__name {
    font-size: 20px;
  }
  .videofaq-item__media {
    margin-right: 0;
  }
  .videofaq-category__title, .videofaq-related__title {
    font-size: 20px;
  }
  .videofaq__categories-title, .videofaq__related-title {
    font-size: 35px;
  }
}
.onlinescheduler {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

:root.onlinescheduler-root .ib-booking-app__main .ib-booking_h1 {
  padding: 0;
}
:root.onlinescheduler-root .ib-booking-app__main .ib-booking_sub-title {
  font-weight: 600;
}
: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: #FFC000;
  --ib-booking-app-main-color2: #FFC000;
  --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, sans-serif;
  --ib-booking-app-font-title: 35px;
  --ib-booking-app-font-subtitle: 25px;
  --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: #FFC000;
  --ib-booking-app-time-selected-border-color: #FFC000;
  --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: #FFC000;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #ffd34d;
}
: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-5] {
  --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: white;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: white;
  --ib-booking-app-main-color2: #4a4a4a;
  --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, sans-serif;
  --ib-booking-app-font-title: 35px;
  --ib-booking-app-font-subtitle: 25px;
  --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: #4a4a4a;
  --ib-booking-app-time-selected-border-color: #4a4a4a;
  --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: white;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #d9d9d9;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_wizard-step:before {
  color: #4a4a4a;
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_wizard-step:after {
  background: white;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_wizard-step.ib-booking_active-step:before {
  color: white;
  background: #4a4a4a;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_wizard-step.ib-booking_active-step:after {
  background: #4a4a4a;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_avatar {
  background: #4a4a4a;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking-primary-button {
  border: 0;
  color: #4a4a4a;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking-option-info-wrapper .ib-booking-option-title {
  color: inherit !important;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_form .ib-booking_app-title {
  color: inherit;
}
:root[class*=onlinescheduler-section__bg--dark-5] .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-5] .ib-booking-app__main .react-add-to-calendar .react-add-to-calendar__wrapper .react-add-to-calendar__button {
  color: #4a4a4a;
}
:root[class*=onlinescheduler-section__bg--dark-5] .ib-booking-app__main .ib-booking_box-error {
  color: white;
}
:root[class*=onlinescheduler-section__bg--light] {
  --ib-booking-app-header-bg: transparent !important;
  --ib-booking-app-header-text-color: #002D42;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #00ADEF;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #FFC000;
  --ib-booking-app-main-color2: #FFC000;
  --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, sans-serif;
  --ib-booking-app-font-title: 35px;
  --ib-booking-app-font-subtitle: 25px;
  --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: #FFC000;
  --ib-booking-app-time-selected-border-color: #FFC000;
  --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: #FFC000;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #ffd34d;
}
: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: #002D42;
  --ib-booking-app-header-font-weight: 400;
  --ib-booking-app-header-subtitle-text-color: #00ADEF;
  --ib-booking-app-footer-bg: none;
  --ib-booking-app-left-select-box-bg: white;
  --ib-booking-app-main-color: #FFC000;
  --ib-booking-app-main-color2: #FFC000;
  --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, sans-serif;
  --ib-booking-app-font-title: 35px;
  --ib-booking-app-font-subtitle: 25px;
  --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: #FFC000;
  --ib-booking-app-time-selected-border-color: #FFC000;
  --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: #FFC000;
  --ib-booking-app-border-radius-primary-button: 5px;
  --ib-booking-app-primary-button-shadow: 0;
  --ib-booking-app-primary-button-hover-bg: #ffd34d;
}
: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: #00ADEF !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: #002D42 !important;
}

.legalscheduler {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.legalschedulerfixed-modalcta #btn_event_cta a {
  background: #FFC000;
}

.section--light .legalscheduler-modalcta #btn_event_cta .component__button--1 {
  border: 1px solid #00ADEF;
  color: #00ADEF;
}
.section--light .legalscheduler-modalcta #btn_event_cta .component__button--1:hover {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .legalscheduler-modalcta #btn_event_cta .component__button--2 {
  color: #ffffff;
  background-color: #00ADEF;
  border: 1px solid #00ADEF;
}
.section--light .legalscheduler-modalcta #btn_event_cta .component__button--2:hover {
  border: 1px solid #00ADEF;
  color: #00ADEF;
  background-color: transparent;
}
.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--1:hover {
  color: #002D42;
  background-color: #ffffff;
}
.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--2 {
  color: #002D42;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.section--dark .legalscheduler-modalcta #btn_event_cta .component__button--2:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.videobanner-a:before {
  background: #002D42;
}
.section--light .videobanner-a__title, .section--light .videobanner-a__subtitle {
  color: white;
}
.section--dark .videobanner-a__title, .section--dark .videobanner-a__subtitle {
  color: white;
}

@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=x24-trad-2.css.map */
