/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* General
----------------------------------------------------------- */
/* Buttons
----------------------------------------------------------- */
/* Woo Buttons
----------------------------------------------------------- */
/*
Nav Toggle - Hamburger Icon
It's being used in the theme.less for media queries when enabled in the customizer.
------------------------------------------------------------------------------------ */
/*
Nav Toggle - Menu Button
It's being used in the theme.less for media queries when enabled in the customizer.
---------------------------------------------------------------------------------- */
/* Nav Toggle Common - This applies to both Hamburger and Button.
---------------------------------------------------------------- */
/* Header Layouts Toggle - Used in the .fl-page-nav-toggled-common mixin.
------------------------------------------------------------------------- */
/* Nav Separators
----------------------------------------------------------- */
/* Background Image
----------------------------------------------------------- */
/* Background Vertical Gradient
----------------------------------------------------------- */
/* Background Radial Gradient
----------------------------------------------------------- */
/* Change Row Colors
----------------------------------------------------------- */
/* Row Background Vertical Gradient */
/* Row Background Radial Gradient */
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* General
----------------------------------------------------------- */
body {
  background-color: #f2f2f2;
  color: #75787b;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}
body.modal-open .media-modal-close:hover,
body.modal-open .media-modal-close:focus {
  background: none;
  border: none;
  padding: 1px;
}
body.modal-open .media-modal-close:focus {
  position: absolute;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00263e;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 800;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #00263e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 2.875rem;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #00263e;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
}
h1 a {
  color: #00263e;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.25;
  letter-spacing: 0px;
}
h2 .fl-comments-list-title {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: 0px;
}
h4 {
  font-size: 1.375rem;
  line-height: 1.25;
  letter-spacing: 0px;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0px;
}
h6 {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
}
a {
  color: #ed8b00;
  text-decoration: none;
}
a:hover {
  color: #006ba6;
  text-decoration: underline;
}
a:focus {
  color: #006ba6;
}
blockquote {
  border-color: #e6e6e6;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
/* Accessibility
----------------------------------------------------------- */
.fl-screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 15px;
  background: #fff !important;
}
.fl-screen-reader-text:focus {
  width: auto;
  height: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
body.rtl .fl-screen-reader-text {
  right: -10000px;
}
body.rtl .fl-screen-reader-text:focus {
  position: fixed;
  left: auto;
  right: 0px;
  top: 0px;
  width: auto;
  height: auto;
  z-index: 99999;
}
body.admin-bar .fl-screen-reader-text:focus {
  top: 32px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Bootstrap Overrides
----------------------------------------------------------- */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
/* Wrap
----------------------------------------------------------- */
.fl-page {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
/* Header
----------------------------------------------------------- */
.fl-page-header {
  border-color: #e6e6e6;
  background-color: #ffffff;
  color: #555555;
}
.fl-page-header *,
.fl-page-header h1,
.fl-page-header h2,
.fl-page-header h3,
.fl-page-header h4,
.fl-page-header h5,
.fl-page-header h6 {
  color: #555555;
}
.fl-page-header a,
.fl-page-header a *,
.fl-page-header a.fas,
.fl-page-header a.fab {
  color: #004f80;
}
.fl-page-header a:hover,
.fl-page-header a:focus,
.fl-page-header a:hover *,
.fl-page-header a:focus *,
.fl-page-header a.fas:hover,
.fl-page-header a.fab:hover,
.fl-page-header a.fas:focus,
.fl-page-header a.fab:focus {
  color: #555555;
}
.fl-page-header .navbar-nav li > a {
  color: #004f80;
}
.fl-page-header .navbar-nav li > a:hover,
.fl-page-header .navbar-nav li > a:focus {
  color: #555555;
}
.fl-page-header .navbar-nav li.current-menu-ancestor > a,
.fl-page-header .navbar-nav li.current-menu-parent > a,
.fl-page-header .navbar-nav li.current-menu-item > a {
  color: #555555;
}
.fl-page-header .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #555555;
}
.fl-page-header-container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.fl-page-header-logo {
  text-align: center;
}
.fl-page-header-logo a {
  text-decoration: none;
}
.fl-logo-text {
  font-family: "system-ui", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #75787b !important;
}
.fl-logo-text:hover,
.fl-logo-text:focus {
  color: #2b7bb9 !important;
}
.fl-theme-tagline {
  color: #757575 !important;
}
.fl-logo-img {
  max-width: 100%;
}
.fl-page-header-primary .fl-logo-img {
  height: auto !important;
}
.fl-logo-img.sticky-logo {
  display: none;
}
.fl-page-header-fixed .fl-logo-img {
  display: inherit;
}
.fl-page-header-fixed .fl-logo-img.sticky-logo {
  display: inherit;
}
.fl-nav-mobile-offcanvas .fl-button-close {
  display: none;
}
/* Nav
----------------------------------------------------------- */
.fl-page-nav-wrap {
  padding-bottom: 20px;
}
.fl-page-nav {
  background: transparent;
  border: none;
  min-height: 0;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page-nav .navbar-nav > li > a {
  padding: 15px;
}
.fl-page-nav .navbar-toggle {
  border: none;
  float: none;
  font-family: "system-ui", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page-nav .navbar-toggle:hover {
  outline: none;
}
.fl-page-nav .navbar-toggle:focus {
  outline: auto;
}
.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  font-family: "system-ui", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
/* Full Width */
.fl-full-width .fl-page-nav {
  margin: 0 auto;
}
/* Mega Menu */
.fl-page-nav .mega-menu a[href="#"]:hover,
.fl-page-nav .mega-menu a[href="#"]:focus {
  color: #004f80 !important;
  cursor: default;
}
.mega-menu-spacer {
  background: none;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
/* Hide Heading */
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading {
  border-top: 0 none !important;
}
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > a,
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > .fl-submenu-icon-wrap {
  display: none !important;
}
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > ul.sub-menu {
  margin-left: 0;
}
/* Nav Collapse
----------------------------------------------------------- */
.fl-page-nav-collapse {
  border: none;
  max-height: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fl-page-nav-collapse ul.navbar-nav {
  margin: 0;
}
.fl-page-nav-collapse ul.navbar-nav > li {
  border-bottom: 1px solid #e6e6e6;
}
.fl-page-nav-collapse ul.navbar-nav > li:last-child {
  border-bottom: none;
}
.fl-page-nav-collapse.in {
  overflow-y: visible;
}
/* Nav Search
----------------------------------------------------------- */
.fl-page-nav-search {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.fl-page-nav-search a.fa-search {
  color: #004f80;
  font-size: 20px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 5px;
}
.fl-page-nav-search a.fa-search:hover,
.fl-page-nav-search a.fa-search:focus {
  color: #555555;
  text-decoration: none;
}
.fl-page-nav-search form {
  background-color: #ffffff;
  border-top: 3px solid #aaaaaa;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  z-index: 1000;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.fl-page-nav-search form input.fl-search-input {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #004f80;
}
.fl-page-nav-search form input.fl-search-input:focus {
  color: #004f80;
}
/* Nav Dropdown Menus
----------------------------------------------------------- */
.fl-page-nav ul.sub-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border-top: 3px solid #aaaaaa;
  font-size: 14px;
  float: none;
  left: -99999px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 1000;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.fl-page-nav ul.sub-menu ul.sub-menu {
  left: -99999px;
  padding-bottom: 10px;
  top: -13px;
}
.fl-page-nav ul.sub-menu li {
  border: none;
}
.fl-page-nav ul.sub-menu li a {
  clear: none;
  color: #004f80;
  display: block;
  font-weight: 400;
  line-height: 20px;
  margin: 0 10px;
  padding: 10px 15px;
}
.fl-page-nav ul.sub-menu li a:hover,
.fl-page-nav ul.sub-menu li a:focus {
  color: #555555;
  text-decoration: none;
}
.fl-page-nav ul.sub-menu li a:before {
  content: '';
  margin-right: 0;
}
.fl-page-nav ul li {
  position: relative;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu {
  left: auto;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu li.fl-sub-menu-open > ul.sub-menu {
  left: 100%;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
  left: auto;
  right: 100%;
}
.fl-page-nav ul li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
  right: 0;
}
.fl-page-nav ul li.fl-sub-menu-open .hide-heading > ul.sub-menu {
  position: static;
  padding: 0;
  border-top: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* Content
----------------------------------------------------------- */
.fl-page-content {
  background-color: #ffffff;
}
.fl-content,
.fl-sidebar {
  margin: 20px 0;
}
.fl-sidebar {
  display: none;
}
.fl-sidebar.fl-sidebar-display-always {
  display: block;
}
/* Go to Top
----------------------------------------------------------- */
#fl-to-top {
  display: none;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 44px;
  height: 42px;
  text-align: center;
  z-index: 1003;
}
#fl-to-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#fl-to-top i {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
/* Font Awesome Stacked Social Icons
   @since 1.6
----------------------------------------------------------- */
.fl-social-icons .fa-stack.icon-facebook-f i.fa-circle.branded,
.fl-social-icons .fa-facebook-f.branded {
  color: #3b5997;
}
.fl-social-icons .fa-stack.icon-twitter i.fa-circle.branded,
.fl-social-icons .fa-twitter.branded {
  color: #00aaef;
}
.fl-social-icons .fa-stack.icon-google i.fa-circle.branded,
.fl-social-icons .fa-google.branded {
  color: #d13e2b;
}
.fl-social-icons .fa-stack.icon-google-maps i.fa-circle.branded,
.fl-social-icons .fa-map-marker-alt.branded {
  color: #eb5f1a;
}
.fl-social-icons .fa-stack.icon-linkedin i.fa-circle.branded,
.fl-social-icons .fa-linkedin.branded {
  color: #007ab8;
}
.fl-social-icons .fa-stack.icon-yelp i.fa-circle.branded,
.fl-social-icons .fa-yelp.branded {
  color: #c31200;
}
.fl-social-icons .fa-stack.icon-xing i.fa-circle.branded,
.fl-social-icons .fa-xing.branded {
  color: #006567;
}
.fl-social-icons .fa-stack.icon-pinterest i.fa-circle.branded,
.fl-social-icons .fa-pinterest.branded {
  color: #cb2127;
}
.fl-social-icons .fa-stack.icon-tumblr i.fa-circle.branded,
.fl-social-icons .fa-tumblr.branded {
  color: #304e6c;
}
.fl-social-icons .fa-stack.icon-vimeo i.fa-circle.branded,
.fl-social-icons .fa-vimeo.branded {
  color: #41b1db;
}
.fl-social-icons .fa-stack.icon-youtube i.fa-circle.branded,
.fl-social-icons .fa-youtube.branded {
  color: #d6000f;
}
.fl-social-icons .fa-stack.icon-flickr i.fa-circle.branded,
.fl-social-icons .fa-flickr.branded {
  color: #ec1982;
}
.fl-social-icons .fa-stack.icon-instagram i.fa-circle.branded,
.fl-social-icons .fa-instagram.branded {
  color: #517fa5;
}
.fl-social-icons .fa-stack.icon-dribbble i.fa-circle.branded,
.fl-social-icons .fa-dribbble.branded {
  color: #eb4a88;
}
.fl-social-icons .fa-stack.icon-skype i.fa-circle.branded,
.fl-social-icons .fa-skype.branded {
  color: #009EE5;
}
.fl-social-icons .fa-stack.icon-500px i.fa-circle.branded,
.fl-social-icons .fa-500px.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-github i.fa-circle.branded,
.fl-social-icons .fa-github.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-rss i.fa-circle.branded,
.fl-social-icons .fa-rss.branded {
  color: #e09026;
}
.fl-social-icons .fa-stack.icon-envelope i.fa-circle.branded,
.fl-social-icons .fa-envelope.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-blogger i.fa-circle.branded,
.fl-social-icons .fa-blogger.branded {
  color: #fe7300;
}
.fl-social-icons .fa-stack.icon-snapchat i.fa-circle.branded,
.fl-social-icons .fa-snapchat.branded {
  color: #FFFC00;
}
.fl-social-icons .fa-stack.icon-wordpress i.fa-circle.branded,
.fl-social-icons .fa-wordpress.branded {
  color: #15aabf;
}
.fl-social-icons .fa-stack.icon-spotify i.fa-circle.branded,
.fl-social-icons .fa-spotify.branded {
  color: #1cd760;
}
.fl-social-icons .fa-stack.icon-tiktok i.fa-circle.branded,
.fl-social-icons .fa-tiktok.branded {
  color: #000000;
}
.fl-social-icons .fa-stack.icon-soundcloud i.fa-circle.branded,
.fl-social-icons .fa-soundcloud.branded {
  color: #f50;
}
.fl-social-icons .fa-stack.icon-x-twitter i.fa-circle.branded,
.fl-social-icons .fa-x-twitter.branded {
  color: #000;
}
.fl-social-icons .fa-stack.icon-bluesky i.fa-circle.branded,
.fl-social-icons .fa-bluesky.branded {
  color: #01aaff;
}
.fl-social-icons .fa-stack i.branded {
  color: #fff;
}
.fl-social-icons .fa-stack {
  margin: 0 0 10px 8px;
}
.fl-social-icons .fallback {
  height: 28px;
  width: 28px;
  margin: 0 0 10px 5px !important;
  vertical-align: inherit;
  font-size: 30px;
}
.fl-social-icons .fallback:before {
  width: 28px !important;
  display: inline-block;
  height: 28px !important;
}
.fl-page-header-content .fa-stack i.fa-inverse.mono {
  color: #ffffff;
}
.fa-stack i.fa-inverse.mono {
  color: #000000;
}
/* 404 Page
----------------------------------------------------------- */
.fl-404 {
  padding: 30px 0 50px;
  text-align: center;
}
.fl-404 .fl-post-header {
  margin-bottom: 45px;
}
.fl-404 .fl-post-header h2 {
  font-size: 24px;
}
.fl-404 form {
  margin: 0 auto;
  max-width: 400px;
}
/* Archive Pages
----------------------------------------------------------- */
.fl-archive .fl-post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.fl-archive .fl-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fl-archive .fl-archive-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.fl-archive .fl-archive-title a:hover {
  text-decoration: none;
}
.fl-archive .fl-archive-nav-prev {
  float: left;
}
.fl-archive .fl-archive-nav-next {
  float: right;
}
/* WP PageNavi */
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #e6e6e6;
  border-right: none;
  margin: 0;
  padding: 6px 10px;
}
.wp-pagenavi a:hover {
  border-color: #e6e6e6;
}
.wp-pagenavi > *:last-child {
  border-right: 1px solid #e6e6e6;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border-color: #e6e6e6;
  color: #000000;
  background: #ed8b00;
  font-weight: normal;
}
/* Search Page */
.search .page .fl-post-header {
  display: block;
}
/* Posts
----------------------------------------------------------- */
/* General */
.fl-post {
  margin-bottom: 40px;
}
.fl-post:last-child {
  margin-bottom: 0;
}
.fl-post img[class*="wp-image-"],
.fl-post img.alignnone,
.fl-post img.alignleft,
.fl-post img.aligncenter,
.fl-post img.alignright {
  height: auto;
  max-width: 100%;
}
.fl-post img[class*="wp-block-cover"] {
  height: 100%;
}
.fl-post .fl-post-image-beside {
  float: left;
  margin-right: 25px;
}
.fl-post .fl-author-box {
  margin-top: 40px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}
.fl-post .fl-author-box .fl-author-avatar {
  float: left;
  margin-right: 25px;
}
.fl-post .fl-author-box .fl-author-description h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.fl-post-thumb {
  margin-bottom: 25px;
}
.fl-post-thumb img {
  height: auto !important;
  max-width: 100%;
}
.fl-post-header {
  margin-bottom: 25px;
}
.fl-post-title {
  margin-top: 0;
}
.fl-post-meta .fl-sep {
  margin: 0 3px;
}
.fl-post-meta-bottom {
  border-top: 1px solid #e6e6e6;
  font-style: italic;
  margin-top: 20px;
  padding-top: 10px;
}
.fl-comments-popup-link a:hover {
  text-decoration: none;
}
.fl-comments-popup-link i {
  vertical-align: text-top;
}
.post-edit-link {
  color: #ed8b00;
  font-size: 14px;
  font-weight: normal;
}
.fl-post-nav {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
}
.fl-post-nav-prev {
  float: left;
}
.fl-post-nav-next {
  float: right;
}
/* Align Classes */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Comments
----------------------------------------------------------- */
.fl-comments {
  margin-top: 60px;
}
/* Comment Form */
.fl-comment-form .fl-comment-form-cancel {
  padding: 15px 0;
}
/* Comments List */
.fl-comments-list {
  /* Comment Meta */
  /* Comment Content */
  /* Comment Reply Link */
  /* Children */
}
.fl-comments-list ol {
  margin: 0;
  padding: 0;
}
.fl-comments-list ol li {
  line-height: inherit;
  list-style: none;
}
.fl-comments-list .fl-comments-list-nav {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding: 10px 0 30px 0;
}
.fl-comments-list .fl-comments-list-prev {
  float: left;
}
.fl-comments-list .fl-comments-list-next {
  float: right;
}
.fl-comments-list .fl-comments-respond-title {
  margin-top: 0;
}
.fl-comments-list .comment-meta {
  margin: 20px 0 10px;
}
.fl-comments-list .comment-avatar img {
  height: auto;
  max-width: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.fl-comments-list .comment-author-link {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.fl-comments-list .comment-content {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.fl-comments-list .comment-reply-link {
  padding: 5px;
  text-align: right;
}
.fl-comments-list ul.children {
  margin: 0;
  padding: 0;
}
.fl-comments-list ul.children li {
  margin: 0 0 0 6%;
}
#wp-comment-cookies-consent {
  margin-right: 5px;
}
/* Widgets
----------------------------------------------------------- */
.fl-widget {
  margin-bottom: 40px;
}
.fl-module-widget .fl-widget {
  margin-bottom: 0;
}
.fl-widget .fl-widget-title {
  margin-bottom: 20px;
}
.fl-widget ul {
  list-style: none;
  padding: 0;
}
.fl-widget ul li {
  display: block;
  margin-bottom: 8px;
}
.fl-widget ul li:last-child {
  margin-bottom: 0;
}
.fl-widget ul.sub-menu li {
  margin: 0;
  padding: 5px;
}
.fl-widget ul.sub-menu li:before {
  content: "\2013";
  padding-right: 5px;
}
/* Search */
input[type=text].fl-search-input {
  color: rgba(117, 120, 123, 0.6);
  width: 100%;
}
input[type=text].fl-search-input:focus {
  color: #75787b;
}
/* Calendar */
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  border-bottom: 1px solid #e6e6e6;
  padding: 3px 0;
  text-align: center;
}
.widget_calendar caption td,
.widget_calendar tfoot td {
  border: none;
}
.widget_calendar caption #prev,
.widget_calendar tfoot #prev {
  text-align: left;
}
.widget_calendar caption #next,
.widget_calendar tfoot #next {
  text-align: right;
}
/* WooCommerce Pages
---------------------------------------------------------- */
.woocommerce-account .woocommerce-Address {
  max-width: none;
}
/* Buttons
----------------------------------------------------------- */
/* WooCommerce Buttons */
.fl-page .fl-module span.onsale {
  color: #000000;
  background: #ed8b00;
  font-size: 13px;
  font-weight: normal;
  left: 10px;
  margin: 0;
  padding: 2px 13px;
  right: auto;
  text-shadow: none;
  top: 10px;
  min-height: 3.236em;
  min-width: 3.236em;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  z-index: 9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page .fl-module-woocommerce a.button,
.fl-page .fl-module-woocommerce button.button.alt,
.fl-page .fl-post-module-woo-button button[type=submit],
.fl-page .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-page .fl-post-module-woo-button a.button {
  color: #515151;
  background-color: #ebe9eb;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  border: none;
  border-radius: 4px;
}
.fl-page .fl-module-woocommerce a.button:hover,
.fl-page .fl-module-woocommerce button.button.alt:hover,
.fl-page .fl-post-module-woo-button button[type=submit]:hover,
.fl-page .fl-post-module-woo-button a.button:hover {
  background-color: #dfdcde;
  color: #515151;
  border: none;
  border-radius: 25px;
  border-color: initial;
}
.fl-page .fl-module-woocommerce button.button:disabled,
.fl-page .fl-module-woocommerce button.button:disabled[disabled],
.fl-page .fl-module-woocommerce button.alt.disabled {
  padding: 6px 12px;
}
.woocommerce-page ul.products li.product a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button.wc-forward,
.woocommerce-page .woocommerce a.button.wc-forward,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page .woocommerce button[type=submit],
.woocommerce-page button[type=submit].alt.disabled {
  color: #515151;
  background-color: #ebe9eb;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  border: none;
  border-radius: 4px;
}
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.alt.disabled {
  padding: 6px 12px;
}
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .woocommerce button[type=submit]:hover,
.woocommerce-page button[type=submit].alt.disabled:hover {
  background-color: #dfdcde;
  color: #515151;
  border: none;
  border-radius: 25px;
  border-color: initial;
}
/* WooCommerce Gallery Photo Swipe Navigation */
.woocommerce-page button.pswp__button:hover {
  border: 0px;
}
.woocommerce-page button.pswp__button.pswp__button--arrow--left,
.woocommerce-page button.pswp__button.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
}
.woocommerce form .form-row .input-checkbox {
  position: static;
}
/* Builder Buttons */
a.fl-button,
a.fl-button:visited {
  color: #ffffff;
  background: #ed8b00;
  color: #000000;
  border: 1px solid #b06700;
}
a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
  color: #ffffff;
  background: #aa6400;
}
a.fl-button *,
a.fl-button:visited * {
  color: #ffffff;
}
a.fl-button:hover * {
  color: #ffffff;
}
a.fl-button:hover,
a.button:hover {
  color: #ffffff;
  background-color: #aa6400;
  border: 1px solid #004469;
}
/* Fix WooCommerce Button wonky on hover. */
.woocommerce a.button,
.woocommerce a.button:hover {
  border: 1px solid transparent;
}
/* Gutenberg Buttons */
.wp-block-button .wp-block-button__link {
  font-size: 1rem;
  line-height: 1.2;
}
/* HTML Buttons */
button,
input[type=button],
input[type=submit] {
  background-color: #ed8b00;
  color: #000000;
  font-size: 1rem;
  line-height: 1.2;
  padding: 6px 12px;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #b06700;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #006ba6;
  color: #ffffff;
  border: 1px solid #004469;
  text-decoration: none;
}
button:active,
input[type=button]:active,
input[type=submit]:active,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  background-color: #006ba6;
  color: #ffffff;
  border: 1px solid #004469;
  outline: none;
  position: relative;
}
button.btn-default,
input[type=button].btn-default,
input[type=submit].btn-default,
button.btn-default:hover,
input[type=button].btn-default:hover,
input[type=submit].btn-default:hover,
button.btn-default:focus,
input[type=button].btn-default:focus,
input[type=submit].btn-default:focus,
button.btn-default.active,
input[type=button].btn-default.active,
input[type=submit].btn-default.active {
  color: #75787b;
  background-color: #fcfcfc;
  border-color: #cccccc;
}
/* MediaElements Buttons */
.mejs-button button .mejs-button button:active,
.mejs-button button:hover,
.mejs-button button:visited,
.mejs-button button:focus {
  background-color: transparent;
  border: none;
}
/* Forms
----------------------------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #75787b;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(117, 120, 123, 0.4);
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(117, 120, 123, 0.4);
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(117, 120, 123, 0.4);
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(117, 120, 123, 0.4);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #fcfcfc;
  border-color: #cccccc;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  background-color: #fcfcfc;
  border-color: #e6e6e6;
  color: #75787b;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(117, 120, 123, 0.4);
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(117, 120, 123, 0.4);
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(117, 120, 123, 0.4);
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(117, 120, 123, 0.4);
}
.form-control:focus {
  background-color: #fcfcfc;
  border-color: #cccccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Lightbox
------------------------------------------------------ */
.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
img.mfp-img {
  padding: 0;
}
.mfp-counter {
  display: none;
}
/* Builder
----------------------------------------------------------- */
.fl-builder-edit .fl-page-header-fixed {
  display: none !important;
}
.fl-builder .container.fl-content-full {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none;
}
.fl-builder .container.fl-content-full > .row {
  margin: 0;
}
.fl-builder .container.fl-content-full .fl-content {
  margin: 0;
  padding: 0;
}
.fl-builder .container.fl-content-full .fl-post-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
}
.fl-builder .container.fl-content-full .fl-comments {
  margin-left: 20px;
  margin-right: 20px;
}
/* Media Query - 767px or less
----------------------------------------------------------- */
@media (max-width: 767px) {
  /* Mobile Post Image
	----------------------------------------------------------- */
  .fl-post .fl-post-image-beside {
    float: none;
    margin-right: 0;
  }
  .fl-post .fl-post-image-beside,
  .fl-post .fl-post-content-beside {
    padding: 0 15px;
  }
  /* Mobile Header Logo
	----------------------------------------------------------- */
  .fl-page-header-logo img[data-mobile] {
    display: none;
  }
}
/* Media Query - 992px or less
----------------------------------------------------------- */
@media (max-width: 992px) {
  body.woocommerce-page.fl-framework-bootstrap .row,
  body.woocommerce-page.fl-framework-base .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-page-content .row .fl-woo-content,
  body.woocommerce-page.fl-framework-base .fl-page-content .row .fl-woo-content {
    box-sizing: border-box;
    width: 100%;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-woo-content-right,
  body.woocommerce-page.fl-framework-base .fl-woo-content-right {
    order: 1;
    width: 100%;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-woo-sidebar-left,
  body.woocommerce-page.fl-framework-base .fl-woo-sidebar-left,
  body.woocommerce-page.fl-framework-bootstrap .fl-sidebar,
  body.woocommerce-page.fl-framework-base .fl-sidebar {
    width: 100%;
  }
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 768px) {
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  /* Nav
	----------------------------------------------------------- */
  .fl-page-nav {
    background: transparent;
  }
  .fl-page-nav .navbar-nav li > a {
    padding: 15px 15px;
    color: #75787b;
  }
  .fl-page-nav .navbar-nav li > a:hover,
  .fl-page-nav .navbar-nav li > a:focus {
    color: #006ba6;
  }
  .fl-page-nav .navbar-nav li.current-menu-ancestor > a,
  .fl-page-nav .navbar-nav li.current-menu-parent > a,
  .fl-page-nav .navbar-nav li.current-menu-item > a {
    color: #006ba6;
  }
  .fl-page-nav .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
    color: #75787b;
  }
  .fl-page-nav-wrap {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0;
    border-color: #e6e6e6;
    background-color: #ffffff;
    color: #555555;
  }
  .fl-page-nav-wrap *,
  .fl-page-nav-wrap h1,
  .fl-page-nav-wrap h2,
  .fl-page-nav-wrap h3,
  .fl-page-nav-wrap h4,
  .fl-page-nav-wrap h5,
  .fl-page-nav-wrap h6 {
    color: #555555;
  }
  .fl-page-nav-wrap a,
  .fl-page-nav-wrap a *,
  .fl-page-nav-wrap a.fas,
  .fl-page-nav-wrap a.fab {
    color: #004f80;
  }
  .fl-page-nav-wrap a:hover,
  .fl-page-nav-wrap a:focus,
  .fl-page-nav-wrap a:hover *,
  .fl-page-nav-wrap a:focus *,
  .fl-page-nav-wrap a.fas:hover,
  .fl-page-nav-wrap a.fab:hover,
  .fl-page-nav-wrap a.fas:focus,
  .fl-page-nav-wrap a.fab:focus {
    color: #555555;
  }
  .fl-page-nav-wrap .navbar-nav li > a {
    color: #004f80;
  }
  .fl-page-nav-wrap .navbar-nav li > a:hover,
  .fl-page-nav-wrap .navbar-nav li > a:focus {
    color: #555555;
  }
  .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a,
  .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a,
  .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
    color: #555555;
  }
  .fl-page-nav-wrap .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
    color: #555555;
  }
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* Nav Collapse
	----------------------------------------------------------- */
  .fl-page-nav-collapse ul.navbar-nav > li {
    border: none;
  }
  .fl-page-nav-collapse ul.navbar-nav > li:first-child {
    border: none;
  }
  /* Mega Menu
	----------------------------------------------------------- */
  /* hacks for mega-menu */
  .fl-page-header-container,
  .fl-page-nav-container {
    position: relative;
  }
  .fl-page-nav-col,
  .fl-page-nav,
  .fl-page-fixed-nav-wrap {
    position: inherit;
  }
  ul.navbar-nav li.mega-menu {
    position: inherit;
  }
  ul.navbar-nav li.mega-menu.fl-sub-menu-open > ul.sub-menu {
    left: 0;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu {
    position: absolute !important;
    width: 100%;
    padding: 20px;
    display: table;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu ul.sub-menu {
    position: relative;
    width: auto;
    left: 0 !important;
    top: 0;
    opacity: 1 !important;
    padding: 0;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li {
    position: relative;
    float: none;
    display: table-cell;
    height: auto;
    vertical-align: top;
    border-right: 1px solid #dddddd;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li:last-child {
    border-right: none;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li li li a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    margin-right: 10px;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li > a {
    font-weight: bold;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-1 > ul > li {
    width: 100%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-2 > ul > li {
    width: 50%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-3 > ul > li {
    width: 33.33%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-4 > ul > li {
    width: 25%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-5 > ul > li {
    width: 20%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-6 > ul > li {
    width: 16.66%;
  }
  /* Content
	----------------------------------------------------------- */
  .fl-content,
  .fl-sidebar {
    margin: 40px 0;
  }
  /* Parallax Footer
	----------------------------------------------------------- */
  .fl-full-width.fl-footer-effect .fl-page-footer-wrap {
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fl-full-width.fl-footer-effect .fl-page {
    z-index: 10;
  }
  /* 404 Page
	----------------------------------------------------------- */
  .fl-404 {
    padding: 100px 0 150px;
  }
  .fl-404 .fl-post-header h2 {
    font-size: 30px;
  }
  /* Builder
	----------------------------------------------------------- */
  .fl-builder .container.fl-content-full .fl-post-header,
  .fl-builder .container.fl-content-full .fl-comments {
    margin: 0 40px;
    width: auto;
  }
}
/* Media Query - 992px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  /* General
	----------------------------------------------------------- */
  body.fl-fixed-width:not(.fl-nav-vertical):not(.fl-fixed-header):not(.fl-shrink) {
    padding: 0;
  }
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 900px;
  }
  /* Full Width */
  .fl-full-width .container {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  /* Wrap
	----------------------------------------------------------- */
  .fl-page {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 980px;
  }
  /* Full Width */
  .fl-full-width .fl-page {
    width: auto;
  }
  /* Nav Search
	----------------------------------------------------------- */
  .fl-page-nav-search {
    display: block;
  }
  /* Hide Header Until Scroll
	----------------------------------------------------------- */
  .fl-scroll-header .fl-page-header-primary,
  .fl-scroll-header .fl-page-bar {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .fl-scroll-header .fl-page-header-primary.fl-show,
  .fl-scroll-header .fl-page-bar.fl-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* Content
	----------------------------------------------------------- */
  .fl-sidebar {
    display: block;
  }
  .fl-content {
    margin: 40px 0;
  }
  .fl-content-left {
    border-right: 1px solid #e6e6e6;
    padding-right: 40px;
  }
  .fl-content-right {
    border-left: 1px solid #e6e6e6;
    padding-left: 40px;
  }
  .fl-woo-content-left {
    float: left;
  }
  .fl-woo-content-right {
    float: right;
  }
  .fl-sidebar-right {
    padding-left: 40px;
  }
  .fl-sidebar-left {
    padding-right: 40px;
  }
  /* custom sidebar width */
  /* custom woocommerce sidebar width */
  /* Builder
	----------------------------------------------------------- */
  .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
  .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
    margin: 0 40px;
    width: auto;
  }
}
/* Media Query - 1100px or greater
----------------------------------------------------------- */
@media (min-width: 1100px) {
  /* Wrap
	----------------------------------------------------------- */
  .fl-fixed-width .fl-page {
    width: 1280px;
    max-width: 90%;
  }
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    width: 1200px;
    max-width: 90%;
  }
  /* Full Width */
  .fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
  /* Nav Toggle */
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Builder
	----------------------------------------------------------- */
  .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
  .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
    margin: 0 auto;
    width: 1200px;
  }
}
body.fl-framework-base-4 nav a.no-menu,
body.fl-framework-bootstrap-4 nav a.no-menu {
  display: block;
}
body.woocommerce-page.fl-framework-bootstrap .product .label {
  font-size: 1rem;
  color: #75787b;
  padding: 0px;
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
.fl-page-bar {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 14px;
  border-color: #004f80;
  background-color: #00263e;
  color: #65c8c6;
}
.fl-page-bar *,
.fl-page-bar h1,
.fl-page-bar h2,
.fl-page-bar h3,
.fl-page-bar h4,
.fl-page-bar h5,
.fl-page-bar h6 {
  color: #65c8c6;
}
.fl-page-bar a,
.fl-page-bar a *,
.fl-page-bar a.fas,
.fl-page-bar a.fab {
  color: #ffffff;
}
.fl-page-bar a:hover,
.fl-page-bar a:focus,
.fl-page-bar a:hover *,
.fl-page-bar a:focus *,
.fl-page-bar a.fas:hover,
.fl-page-bar a.fab:hover,
.fl-page-bar a.fas:focus,
.fl-page-bar a.fab:focus {
  color: #ed8b00;
}
.fl-page-bar .navbar-nav li > a {
  color: #ffffff;
}
.fl-page-bar .navbar-nav li > a:hover,
.fl-page-bar .navbar-nav li > a:focus {
  color: #ed8b00;
}
.fl-page-bar .navbar-nav li.current-menu-ancestor > a,
.fl-page-bar .navbar-nav li.current-menu-parent > a,
.fl-page-bar .navbar-nav li.current-menu-item > a {
  color: #ed8b00;
}
.fl-page-bar .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #ed8b00;
}
.fl-page-bar nav {
  display: inline-block;
}
.fl-page-bar .fl-social-icons-stacked {
  font-size: 1em;
}
.fl-page-bar .fl-social-icons-stacked .fas {
  color: #000000;
}
.fl-page-bar .fl-social-icons-stacked .fab,
.fl-page-bar .fl-social-icons-stacked .fas.fa-envelope,
.fl-page-bar .fl-social-icons-stacked .fas.fa-rss,
.fl-page-bar .fl-social-icons-stacked .fas.fa-map-marker-alt {
  color: #ffffff;
  transition: opacity 0.2s ease-in-out;
}
.fl-page-bar .fl-social-icons-stacked .fab:hover,
.fl-page-bar .fl-social-icons-stacked .fas.fa-envelope:hover,
.fl-page-bar .fl-social-icons-stacked .fas.fa-rss:hover,
.fl-page-bar .fl-social-icons-stacked .fas.fa-map-marker-alt:hover {
  color: #666666;
  opacity: 1;
}
.fl-page-bar .fl-social-icons-stacked .fab,
.fl-page-bar .fl-social-icons-stacked .fas {
  vertical-align: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
}
.fl-page-bar-container {
  padding-bottom: 5px;
  padding-top: 5px;
}
/* Bar Menu */
.fl-page-bar-nav {
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fl-page-bar-nav > li {
  display: inline-block;
  float: none;
  position: relative;
}
.fl-page-bar-nav > li > a {
  padding: 2px 10px;
}
.fl-page-bar-nav > li > a:hover,
.fl-page-bar-nav > li > a:focus {
  background: transparent;
}
.fl-page-bar-nav > li > ul.sub-menu {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-color: 'transparent';
  background-color: #00263e;
  color: #65c8c6;
  left: -99999px;
  padding: 7px 13px;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 1000;
}
.fl-page-bar-nav > li > ul.sub-menu *,
.fl-page-bar-nav > li > ul.sub-menu h1,
.fl-page-bar-nav > li > ul.sub-menu h2,
.fl-page-bar-nav > li > ul.sub-menu h3,
.fl-page-bar-nav > li > ul.sub-menu h4,
.fl-page-bar-nav > li > ul.sub-menu h5,
.fl-page-bar-nav > li > ul.sub-menu h6 {
  color: #65c8c6;
}
.fl-page-bar-nav > li > ul.sub-menu a,
.fl-page-bar-nav > li > ul.sub-menu a *,
.fl-page-bar-nav > li > ul.sub-menu a.fas,
.fl-page-bar-nav > li > ul.sub-menu a.fab {
  color: #ffffff;
}
.fl-page-bar-nav > li > ul.sub-menu a:hover,
.fl-page-bar-nav > li > ul.sub-menu a:focus,
.fl-page-bar-nav > li > ul.sub-menu a:hover *,
.fl-page-bar-nav > li > ul.sub-menu a:focus *,
.fl-page-bar-nav > li > ul.sub-menu a.fas:hover,
.fl-page-bar-nav > li > ul.sub-menu a.fab:hover,
.fl-page-bar-nav > li > ul.sub-menu a.fas:focus,
.fl-page-bar-nav > li > ul.sub-menu a.fab:focus {
  color: #ed8b00;
}
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li > a {
  color: #ffffff;
}
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li > a:hover,
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li > a:focus {
  color: #ed8b00;
}
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li.current-menu-ancestor > a,
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li.current-menu-parent > a,
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li.current-menu-item > a {
  color: #ed8b00;
}
.fl-page-bar-nav > li > ul.sub-menu .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #ed8b00;
}
.fl-page-bar-nav > li > ul.sub-menu li {
  display: block;
  list-style: none;
  text-align: left;
}
.fl-page-bar-nav > li > ul.sub-menu li a {
  display: block;
  padding: 5px 0;
}
.fl-page-bar-nav > li > ul.sub-menu li a:hover {
  text-decoration: none;
}
.fl-page-bar-nav > li > ul.sub-menu li ul.sub-menu {
  padding: 0;
}
.fl-page-bar-nav > li.fl-sub-menu-right ul.sub-menu {
  right: 0;
}
.fl-page-bar-nav > li:hover > ul.sub-menu {
  left: auto;
}
/* Bar Text */
.fl-page-bar-text {
  padding: 5px 0;
  text-align: center;
}
/* Bar Social */
.fl-page-bar .fl-social-icons {
  text-align: center;
  padding-right: 2px;
}
.fl-page-bar .fl-social-icons i.fas,
.fl-page-bar .fl-social-icons i.fab {
  font-size: 14px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
/* Bar Nav Submenu Indicator */
.fl-submenu-indicator .fl-page-bar ul.fl-page-bar-nav > li.menu-item-has-children > a:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.fl-submenu-indicator .fl-page-bar ul.fl-page-bar-nav > li > ul.sub-menu li ul.sub-menu ul.sub-menu {
  margin-left: 5px;
}
.fl-submenu-indicator .fl-page-bar ul.fl-page-bar-nav > li > ul.sub-menu li ul.sub-menu li a {
  padding: 5px;
}
.fl-submenu-indicator .fl-page-bar ul.fl-page-bar-nav > li > ul.sub-menu li ul.sub-menu li a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  margin-right: 5px;
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 768px) {
  .fl-page-bar .fl-page-bar-nav {
    margin: 0 -10px 0;
  }
  .fl-page-bar .text-left .fl-page-bar-nav {
    text-align: left;
  }
  .fl-page-bar .text-left .fl-social-icons {
    margin-right: 5px;
  }
  .fl-page-bar .text-right .fl-page-bar-nav {
    text-align: right;
  }
  .fl-page-bar .text-right .fl-social-icons {
    margin-left: 5px;
  }
  .fl-page-bar .fl-page-bar-nav,
  .fl-page-bar .fl-page-bar-text,
  .fl-page-bar .fl-social-icons {
    display: inline-block;
    text-align: inherit;
    vertical-align: middle;
  }
}
/* Media Query - 767px or less
----------------------------------------------------------- */
@media (max-width: 767px) {
  .fl-page-bar .fl-page-bar-row .text-left,
  .fl-page-bar .fl-page-bar-row .text-right {
    text-align: center !important;
  }
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* Media Query - 767px or less
----------------------------------------------------------- */
@media (max-width: 767px) {
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile {
    /* Page Nav Toggle Common mixin
	----------------------------------------------------------- */
    /* Header Layouts mixin
	----------------------------------------------------------- */
    /* Nav Right Layout
	----------------------------------------------------------- */
    /* Nav Left Layout
	----------------------------------------------------------- */
    /* Nav Centered Inline Logo
	----------------------------------------------------------- */
    /* Nav Vertical
	----------------------------------------------------------- */
    /* Nav Collapse
	----------------------------------------------------------- */
    /* Nav Dropdown Menus
	----------------------------------------------------------- */
    /* Nav Submenu Toggle
	----------------------------------------------------------- */
    /* Nav Submenu Indicator
	----------------------------------------------------------- */
    /* Nav Submenu Toggle Icon
	----------------------------------------------------------- */
    /* Menu button specific styles
	----------------------------------------------------------- */
  }
  body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse {
    width: 100%;
  }
  body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
    flex: 0 0 100%;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
    float: none !important;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding-bottom: 0px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-logo-col,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-col {
    width: 100%;
  }
  .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-logo-col,
  .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-collapse {
    width: 100%;
  }
  body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-collapse ul.navbar-nav {
    flex: 0 0 100%;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-header-row .fl-page-header-logo {
    padding-bottom: 0px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav ul.navbar-nav > li:first-child a {
    padding-left: 17px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-logo-wrap,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-col {
    width: 100%;
  }
  .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-header-logo-col,
  .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-centered-inline-logo {
    text-align: left;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-centered-inline-logo .fl-page-header-logo {
    display: block;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-header-vertical {
    top: 0;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 10px;
    /* Nav Colors
		----------------------------------------------------------- */
    /* Nav Search
		----------------------------------------------------------- */
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse {
    display: none !important;
    visibility: hidden !important;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.in,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.show {
    display: block !important;
    visibility: visible !important;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapsing {
    display: block !important;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav {
    display: block;
    float: none;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li {
    border-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    float: none;
    position: relative;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a {
    color: #004f80;
    text-align: left;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a:hover,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li > a:focus {
    color: #555555;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
    color: #555555;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li {
    border-color: #e6e6e6;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li a {
    color: #004f80;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li a:hover {
    color: #555555;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li.current-menu-item > a {
    color: #555555;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse .fl-page-nav-search {
    display: none;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu {
    background-color: transparent;
    border: none;
    float: none;
    height: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu ul.sub-menu {
    padding-bottom: 0;
    margin-left: 15px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li {
    border-top: 1px solid #e6e6e6;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a {
    clear: both;
    color: #004f80;
    display: block;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 15px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:hover,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:focus {
    color: #555555;
    text-decoration: none;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    margin-right: 10px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul li.fl-mobile-sub-menu-open ul.sub-menu {
    position: static;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav .sub-menu {
    position: absolute;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.menu-item-has-children > a {
    padding-right: 40px;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.menu-item-has-children > .fl-submenu-icon-wrap {
    visibility: visible;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open > .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
    content: '\f106';
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open > ul.sub-menu,
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open .hide-heading > ul.sub-menu {
    position: static;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li a {
    padding: 15px;
  }
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li:hover > .fl-submenu-icon-wrap .fl-submenu-toggle-icon,
  .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li:focus > .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
    color: #555555;
  }
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children > a {
    padding-right: 40px;
  }
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children > a:after {
    content: '' !important;
  }
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children > .fl-submenu-icon-wrap {
    visibility: visible;
  }
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children:hover > .fl-submenu-icon-wrap .fl-submenu-toggle-icon,
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children:focus > .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
    color: #555555;
  }
  .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children.fl-mobile-sub-menu-open > .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
    content: '\f106';
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap {
    visibility: hidden;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
    position: absolute;
    padding: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-weight: 900;
    font-size: 18px;
    float: right;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-wrap {
    border: 0 none;
    margin: 0;
    padding-bottom: 20px;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
    display: block;
    background: #e6e6e6;
    color: #004f80;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle * {
    color: #004f80;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:hover,
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:focus {
    background: #e6e6e6;
  }
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-header-fixed .fl-page-nav-wrap {
    padding-top: 20px;
  }
}
/* Media Query - mobile and medium devices
----------------------------------------------------------- */
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
.fl-page-nav-right .fl-page-header-container {
  padding-bottom: 0;
}
.fl-page-nav-right .fl-page-header-logo {
  padding-bottom: 0px;
}
.fl-page-nav-right .fl-page-nav-search {
  position: relative;
}
.fl-page-nav-right .fl-page-nav-search a.fa-search {
  padding: 13px 0 13px 15px;
  position: static;
}
.fl-page-nav-right .fl-page-nav-collapse {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 768px) {
  .fl-page-nav-right {
    text-align: center;
  }
  .fl-page-nav-right .fl-page-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  .fl-page-nav-right .fl-page-nav-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fl-page-nav-right .fl-page-nav ul.navbar-nav {
    float: none !important;
  }
  .fl-page-nav-right .fl-page-nav ul.navbar-nav:last-child {
    margin-right: 0;
  }
  .fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
    display: inline-block;
    float: none;
  }
  .fl-page-nav-right .fl-page-nav ul.sub-menu {
    text-align: left;
  }
}
/* Media Query - 992px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  .fl-page-nav-right {
    text-align: right;
  }
  .fl-page-nav-right .fl-page-header-wrap {
    border-bottom: 1px solid rgba(85, 85, 85, 0.13);
  }
  .fl-page-nav-right .fl-page-header-container {
    padding-bottom: 0px;
  }
  .fl-page-nav-right .fl-page-header-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-page-nav-right .fl-page-header-row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col {
    padding-left: 0;
  }
  .fl-page-nav-right .fl-page-header-row .fl-page-logo-wrap {
    padding-left: 0;
  }
  .fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
    padding-right: 0;
  }
  .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-row {
    display: block;
    width: auto;
  }
  .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-row > div {
    display: block;
    width: 100%;
  }
  .fl-page-nav-right .fl-page-header-logo {
    padding: 0;
    text-align: left;
  }
  .fl-page-nav-right .fl-page-nav-wrap {
    border-color: #e6e6e6;
    background-color: #ffffff;
    color: #555555;
    background: none;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-page-nav-right .fl-page-nav-wrap *,
  .fl-page-nav-right .fl-page-nav-wrap h1,
  .fl-page-nav-right .fl-page-nav-wrap h2,
  .fl-page-nav-right .fl-page-nav-wrap h3,
  .fl-page-nav-right .fl-page-nav-wrap h4,
  .fl-page-nav-right .fl-page-nav-wrap h5,
  .fl-page-nav-right .fl-page-nav-wrap h6 {
    color: #555555;
  }
  .fl-page-nav-right .fl-page-nav-wrap a,
  .fl-page-nav-right .fl-page-nav-wrap a *,
  .fl-page-nav-right .fl-page-nav-wrap a.fas,
  .fl-page-nav-right .fl-page-nav-wrap a.fab {
    color: #004f80;
  }
  .fl-page-nav-right .fl-page-nav-wrap a:hover,
  .fl-page-nav-right .fl-page-nav-wrap a:focus,
  .fl-page-nav-right .fl-page-nav-wrap a:hover *,
  .fl-page-nav-right .fl-page-nav-wrap a:focus *,
  .fl-page-nav-right .fl-page-nav-wrap a.fas:hover,
  .fl-page-nav-right .fl-page-nav-wrap a.fab:hover,
  .fl-page-nav-right .fl-page-nav-wrap a.fas:focus,
  .fl-page-nav-right .fl-page-nav-wrap a.fab:focus {
    color: #555555;
  }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
    color: #004f80;
  }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover,
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:focus {
    color: #555555;
  }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a,
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a,
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
    color: #555555;
  }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
    color: #555555;
  }
  .fl-page-nav-right .fl-page-nav {
    border: none;
    margin: 0;
  }
  .fl-page-nav-right .fl-page-nav ul.navbar-nav {
    float: right !important;
  }
  .fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
    display: block;
    float: left;
  }
  .fl-fixed-width .fl-page-nav-right .fl-page-header-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Media Query - 1100px or greater
----------------------------------------------------------- */
@media (min-width: 1100px) {
  .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-container,
  .fl-page-nav-right.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-container,
  .fl-page-nav-right .fl-page-header-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
.fl-page-footer-widgets {
  border-top: 1px solid #e6e6e6;
  border-color: #303030;
  background-color: #000000;
  color: #cccccc;
}
.fl-page-footer-widgets *,
.fl-page-footer-widgets h1,
.fl-page-footer-widgets h2,
.fl-page-footer-widgets h3,
.fl-page-footer-widgets h4,
.fl-page-footer-widgets h5,
.fl-page-footer-widgets h6 {
  color: #cccccc;
}
.fl-page-footer-widgets a,
.fl-page-footer-widgets a *,
.fl-page-footer-widgets a.fas,
.fl-page-footer-widgets a.fab {
  color: #999999;
}
.fl-page-footer-widgets a:hover,
.fl-page-footer-widgets a:focus,
.fl-page-footer-widgets a:hover *,
.fl-page-footer-widgets a:focus *,
.fl-page-footer-widgets a.fas:hover,
.fl-page-footer-widgets a.fab:hover,
.fl-page-footer-widgets a.fas:focus,
.fl-page-footer-widgets a.fab:focus {
  color: #ffffff;
}
.fl-page-footer-widgets .navbar-nav li > a {
  color: #999999;
}
.fl-page-footer-widgets .navbar-nav li > a:hover,
.fl-page-footer-widgets .navbar-nav li > a:focus {
  color: #ffffff;
}
.fl-page-footer-widgets .navbar-nav li.current-menu-ancestor > a,
.fl-page-footer-widgets .navbar-nav li.current-menu-parent > a,
.fl-page-footer-widgets .navbar-nav li.current-menu-item > a {
  color: #ffffff;
}
.fl-page-footer-widgets .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #ffffff;
}
.fl-page-footer-widgets-container {
  padding-top: 30px;
}
/* Media Query - 992px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  .fl-page-footer-widgets {
    display: block;
  }
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
.fl-page-footer {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  border-color: #303030;
  background-color: #000000;
  color: #cccccc;
}
.fl-page-footer *,
.fl-page-footer h1,
.fl-page-footer h2,
.fl-page-footer h3,
.fl-page-footer h4,
.fl-page-footer h5,
.fl-page-footer h6 {
  color: #cccccc;
}
.fl-page-footer a,
.fl-page-footer a *,
.fl-page-footer a.fas,
.fl-page-footer a.fab {
  color: #999999;
}
.fl-page-footer a:hover,
.fl-page-footer a:focus,
.fl-page-footer a:hover *,
.fl-page-footer a:focus *,
.fl-page-footer a.fas:hover,
.fl-page-footer a.fab:hover,
.fl-page-footer a.fas:focus,
.fl-page-footer a.fab:focus {
  color: #ffffff;
}
.fl-page-footer .navbar-nav li > a {
  color: #999999;
}
.fl-page-footer .navbar-nav li > a:hover,
.fl-page-footer .navbar-nav li > a:focus {
  color: #ffffff;
}
.fl-page-footer .navbar-nav li.current-menu-ancestor > a,
.fl-page-footer .navbar-nav li.current-menu-parent > a,
.fl-page-footer .navbar-nav li.current-menu-item > a {
  color: #ffffff;
}
.fl-page-footer .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #ffffff;
}
.fl-page-footer-container {
  padding-top: 20px;
}
/* Footer Text */
.fl-page-footer-text {
  padding-bottom: 20px;
  text-align: center;
}
/* Footer Social */
.fl-page-footer .fl-social-icons {
  text-align: center;
}
.fl-page-footer .fl-social-icons .fl-icon {
  margin: 0 5px 20px 5px;
}
.fl-page-footer .fl-social-icons .fallback {
  font-size: 26px;
  line-height: 24px;
}
.fl-page-footer .fl-social-icons-stacked {
  font-size: 1em;
}
.fl-page-footer .fl-social-icons-stacked .fas {
  color: #000000;
}
.fl-page-footer .fl-social-icons-stacked .fab,
.fl-page-footer .fl-social-icons-stacked .fas.fa-envelope,
.fl-page-footer .fl-social-icons-stacked .fas.fa-rss,
.fl-page-footer .fl-social-icons-stacked .fas.fa-map-marker-alt {
  color: #ffffff;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.8;
}
.fl-page-footer .fl-social-icons-stacked .fab:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-envelope:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-rss:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-map-marker-alt:hover {
  color: #666666;
  opacity: 1;
}
.fl-page-footer .fl-social-icons-stacked .fab,
.fl-page-footer .fl-social-icons-stacked .fas {
  vertical-align: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
}
/* Footer Menu */
.fl-page-footer-nav {
  float: none;
  text-align: center;
  margin: 0 0 10px;
}
.fl-page-footer-nav > li {
  display: inline-block;
  float: none;
}
.fl-page-footer-nav ul.sub-menu {
  display: none;
}
.fl-page-footer-nav > li > a {
  padding-top: 0;
}
.fl-page-footer-nav > li > a:hover,
.fl-page-footer-nav > li > a:focus {
  background: transparent;
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 768px) {
  .fl-page-footer .fl-page-footer-text,
  .fl-page-footer .fl-social-icons {
    text-align: inherit;
  }
  .fl-page-footer .fl-page-footer-nav {
    margin: 0 -15px 10px;
  }
  .fl-page-footer .text-left .fl-social-icons .fl-icon {
    margin: 0 10px 20px 0;
  }
  .fl-page-footer .text-left .fl-page-footer-nav {
    text-align: left;
  }
  .fl-page-footer .text-right .fl-social-icons .fl-icon {
    margin: 0 0 20px 10px;
  }
  .fl-page-footer .text-right .fl-page-footer-nav {
    text-align: right;
  }
}
/* Media Query - 992px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  .fl-page-footer-container {
    padding: 20px 0 0;
  }
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* Views List */
#tribe-events .tribe-bar-views-list a span {
  background: none;
  padding-left: 0;
}
.tribe-bar-views-list a span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tribe-bar-views-list a span.tribe-icon-list:before {
  content: "\f0ca";
}
.tribe-bar-views-list a span.tribe-icon-month:before {
  content: "\f073";
}
.tribe-bar-views-list a span.tribe-icon-week:before {
  content: "\f073";
}
.tribe-bar-views-list a span.tribe-icon-day:before {
  content: "\f073";
}
.tribe-bar-views-list a span.tribe-icon-map:before {
  content: "\f041";
}
.tribe-bar-views-list a span.tribe-icon-photo:before {
  content: "\f03e";
}
/* Advanced Filters */
.tribe-events-filters-content {
  border: none;
}
#tribe_events_filters_wrapper select {
  color: #333;
}
.tribe-events-filters-horizontal .tribe-events-filter-group li:hover {
  background: transparent !important;
}
@media only screen and (min-width: 767px) {
  #tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  #tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    margin: -10px 0 0 0;
    padding: 0;
  }
  #tribe-events .tribe-events-filters-horizontal #tribe_events_filters_toggle {
    margin: 0;
    padding: 10px 0;
  }
  .tribe-events-filters-horizontal .tribe-events-filters-content {
    border: none;
    padding: 10px;
  }
  #tribe-events .tribe-events-filters-horizontal #tribe_events_filter_control .tribe_events_filters_close_filters,
  #tribe-events .tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset {
    border: none;
  }
  .tribe-events-filters-horizontal .tribe-events-filters-group-heading:hover {
    background: transparent !important;
  }
  #tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  #tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group:before,
  #tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group:after,
  #tribe-events .tribe-events-filters-horizontal .tribe-events-filter-group:before {
    border: none;
  }
}
/* Views Misc */
#tribe-events-header {
  display: none;
}
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 10px;
}
.tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  background: transparent;
}
/* Week View */
.tribe-week-grid-hours [class*=time-row-] {
  padding: 0 3px;
}
.tribe-grid-allday .type-tribe_events {
  margin-bottom: 5px;
}
.tribe-grid-allday .type-tribe_events:last-child {
  margin-bottom: 0;
}
/* List View */
input#tribeHideRecurrence {
  margin-right: 5px;
}
.tribe-events-list .type-tribe_events {
  margin-bottom: 50px;
}
.tribe-events-list .type-tribe_events h2 {
  margin-top: 0;
}
.tribe-event-schedule-details {
  margin-bottom: 5px;
}
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.4;
}
.tribe-events-list .tribe-events-event-image {
  width: 30%;
}
.recurringinfo .event-is-recurring .tribe-events-divider {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .tribe-events-list .tribe-event-schedule-details {
    padding: 0 12px;
  }
  .tribe-events-list .tribe-events-event-image {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .tribe-events-list .tribe-events-event-image img {
    width: 100%;
  }
}
/* Photo View */
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  background: #fff;
  border: 1px solid #eee;
}
.tribe-events-photo-event-wrap .tribe-events-event-image,
.tribe-events-photo-event-wrap .tribe-events-event-image img {
  width: 100%;
}
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
  margin: 5px 0 10px;
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/**
* Gutenberg Block Styles
*/
body.has-blocks .fl-post-content > .alignwide {
  max-width: 1100px;
}
body.fl-fixed-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .alignfull {
  width: auto;
  max-width: 100vw;
}
body.fl-full-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 100vw;
}
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignwide,
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignfull {
  margin-left: 0;
  margin-right: 0;
}
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignwide .wp-block-list,
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignfull .wp-block-list {
  padding-inline: 0px;
}
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignwide .wp-block-list li,
body.fl-full-width.has-blocks .fl-post-content .wp-block-group.alignfull .wp-block-list li {
  list-style-position: inside;
}
body.fl-full-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .wp-block-group.alignfull,
body.fl-full-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .wp-block-group.alignfull.wp-block-group-is-layout-flex,
body.fl-full-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .wp-block-group.alignfull.wp-block-group-is-layout-grid {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}
body.has-blocks .fl-post-content > .alignfull,
body.fl-full-width.page-template-tpl-sidebar.has-blocks .fl-post-content .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
body.has-blocks .fl-post-content .alignwide {
  margin-left: -5%;
  margin-right: -5%;
  width: auto;
  max-width: 100vw;
}
/* Lists */
body.has-blocks .fl-post-content ul,
body.has-blocks .fl-post-content ol {
  margin: 1.5em 0;
  list-style-position: outside;
}
body.has-blocks .fl-post-content .alignwide ul,
body.has-blocks .fl-post-content .alignfull ul,
body.has-blocks .fl-post-content .alignwide ol,
body.has-blocks .fl-post-content .alignfull ol {
  max-width: 100%;
}
body.has-blocks .fl-post-content li {
  list-style-position: outside;
}
/* Navigation Block */
body.has-blocks .fl-post-content .wp-block-navigation {
  margin-bottom: 1.5em;
}
body.has-blocks .fl-post-content .wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* Media */
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-file object,
.wp-block-file .fluid-width-video-wrapper object {
  position: static;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/* Latest Posts block */
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 20px;
}
/* Tables */
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: .5em;
}
body.has-blocks .has-fl-heading-text-color {
  color: #00263e;
}
body.has-blocks .has-fl-heading-text-background-color {
  background-color: #00263e;
}
body.has-blocks .has-fl-body-bg-color {
  color: #f2f2f2;
}
body.has-blocks .has-fl-body-bg-background-color {
  background-color: #f2f2f2;
}
body.has-blocks .has-fl-body-text-color {
  color: #75787b;
}
body.has-blocks .has-fl-body-text-background-color {
  background-color: #75787b;
}
body.has-blocks .has-fl-accent-color {
  color: #ed8b00;
}
body.has-blocks .has-fl-accent-background-color {
  background-color: #ed8b00;
}
body.has-blocks .has-fl-accent-hover-color {
  color: #006ba6;
}
body.has-blocks .has-fl-accent-hover-background-color {
  background-color: #006ba6;
}
body.has-blocks .has-fl-topbar-bg-color {
  color: #00263e;
}
body.has-blocks .has-fl-topbar-bg-background-color {
  background-color: #00263e;
}
body.has-blocks .has-fl-topbar-text-color {
  color: #65c8c6;
}
body.has-blocks .has-fl-topbar-text-background-color {
  background-color: #65c8c6;
}
body.has-blocks .has-fl-topbar-link-color {
  color: #ffffff;
}
body.has-blocks .has-fl-topbar-link-background-color {
  background-color: #ffffff;
}
body.has-blocks .has-fl-topbar-hover-color {
  color: #ed8b00;
}
body.has-blocks .has-fl-topbar-hover-background-color {
  background-color: #ed8b00;
}
body.has-blocks .has-fl-header-bg-color {
  color: #ffffff;
}
body.has-blocks .has-fl-header-bg-background-color {
  background-color: #ffffff;
}
body.has-blocks .has-fl-header-text-color {
  color: #555555;
}
body.has-blocks .has-fl-header-text-background-color {
  background-color: #555555;
}
body.has-blocks .has-fl-header-link-color {
  color: #004f80;
}
body.has-blocks .has-fl-header-link-background-color {
  background-color: #004f80;
}
body.has-blocks .has-fl-header-hover-color {
  color: #555555;
}
body.has-blocks .has-fl-header-hover-background-color {
  background-color: #555555;
}
body.has-blocks .has-fl-nav-bg-color {
  color: #ffffff;
}
body.has-blocks .has-fl-nav-bg-background-color {
  background-color: #ffffff;
}
body.has-blocks .has-fl-nav-link-color {
  color: #004f80;
}
body.has-blocks .has-fl-nav-link-background-color {
  background-color: #004f80;
}
body.has-blocks .has-fl-nav-hover-color {
  color: #555555;
}
body.has-blocks .has-fl-nav-hover-background-color {
  background-color: #555555;
}
body.has-blocks .has-fl-content-bg-color {
  color: #ffffff;
}
body.has-blocks .has-fl-content-bg-background-color {
  background-color: #ffffff;
}
body.has-blocks .has-fl-footer-widgets-bg-color {
  color: #000000;
}
body.has-blocks .has-fl-footer-widgets-bg-background-color {
  background-color: #000000;
}
body.has-blocks .has-fl-footer-widgets-text-color {
  color: #cccccc;
}
body.has-blocks .has-fl-footer-widgets-text-background-color {
  background-color: #cccccc;
}
body.has-blocks .has-fl-footer-widgets-link-color {
  color: #999999;
}
body.has-blocks .has-fl-footer-widgets-link-background-color {
  background-color: #999999;
}
body.has-blocks .has-fl-footer-widgets-hover-color {
  color: #ffffff;
}
body.has-blocks .has-fl-footer-widgets-hover-background-color {
  background-color: #ffffff;
}
body.has-blocks .has-fl-footer-bg-color {
  color: #000000;
}
body.has-blocks .has-fl-footer-bg-background-color {
  background-color: #000000;
}
body.has-blocks .has-fl-footer-text-color {
  color: #cccccc;
}
body.has-blocks .has-fl-footer-text-background-color {
  background-color: #cccccc;
}
body.has-blocks .has-fl-footer-link-color {
  color: #999999;
}
body.has-blocks .has-fl-footer-link-background-color {
  background-color: #999999;
}
body.has-blocks .has-fl-footer-hover-color {
  color: #ffffff;
}
body.has-blocks .has-fl-footer-hover-background-color {
  background-color: #ffffff;
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
.fl-page button:visited,
.fl-responsive-preview-content button:visited,
.fl-button-lightbox-content button:visited,
.fl-page input[type=button],
.fl-responsive-preview-content input[type=button],
.fl-button-lightbox-content input[type=button],
.fl-page input[type=submit],
.fl-responsive-preview-content input[type=submit],
.fl-button-lightbox-content input[type=submit],
.fl-page button[type=submit],
.fl-responsive-preview-content button[type=submit],
.fl-button-lightbox-content button[type=submit],
.fl-page a.fl-button,
.fl-responsive-preview-content a.fl-button,
.fl-button-lightbox-content a.fl-button,
.fl-page a.fl-button:visited,
.fl-responsive-preview-content a.fl-button:visited,
.fl-button-lightbox-content a.fl-button:visited,
.fl-page a.button,
.fl-responsive-preview-content a.button,
.fl-button-lightbox-content a.button,
.fl-page a.button:visited,
.fl-responsive-preview-content a.button:visited,
.fl-button-lightbox-content a.button:visited,
.fl-page button.button,
.fl-responsive-preview-content button.button,
.fl-button-lightbox-content button.button,
.fl-page button.button:visited,
.fl-responsive-preview-content button.button:visited,
.fl-button-lightbox-content button.button:visited,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited {
  color: #ffffff;
  background-color: #ed8b00;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
  border-style: solid;
  border-width: 0px;
  border-color: initial;
  border-radius: 25px;
}
.fl-page input[type=button] *,
.fl-responsive-preview-content input[type=button] *,
.fl-button-lightbox-content input[type=button] *,
.fl-page input[type=submit] *,
.fl-responsive-preview-content input[type=submit] *,
.fl-button-lightbox-content input[type=submit] *,
.fl-page button[type=submit] *,
.fl-responsive-preview-content button[type=submit] *,
.fl-button-lightbox-content button[type=submit] *,
.fl-page a.fl-button *,
.fl-responsive-preview-content a.fl-button *,
.fl-button-lightbox-content a.fl-button *,
.fl-page a.fl-button:visited *,
.fl-responsive-preview-content a.fl-button:visited *,
.fl-button-lightbox-content a.fl-button:visited *,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle *,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle *,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle *,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited *,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited *,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited * {
  color: #ffffff;
}
.fl-page input[type=button]:hover,
.fl-responsive-preview-content input[type=button]:hover,
.fl-button-lightbox-content input[type=button]:hover,
.fl-page input[type=submit]:hover,
.fl-responsive-preview-content input[type=submit]:hover,
.fl-button-lightbox-content input[type=submit]:hover,
.fl-page button[type=submit]:hover,
.fl-responsive-preview-content button[type=submit]:hover,
.fl-button-lightbox-content button[type=submit]:hover,
.fl-page a.fl-button:hover,
.fl-responsive-preview-content a.fl-button:hover,
.fl-button-lightbox-content a.fl-button:hover,
.fl-page a.button:hover,
.fl-responsive-preview-content a.button:hover,
.fl-button-lightbox-content a.button:hover,
.fl-page button.button:hover,
.fl-responsive-preview-content button.button:hover,
.fl-button-lightbox-content button.button:hover,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover {
  color: #ffffff;
  border-color: initial;
  background-color: #aa6400;
  border-style: solid;
  border-width: 0px;
  border-radius: 25px;
}
.fl-page input[type=button]:hover *,
.fl-responsive-preview-content input[type=button]:hover *,
.fl-button-lightbox-content input[type=button]:hover *,
.fl-page input[type=submit]:hover *,
.fl-responsive-preview-content input[type=submit]:hover *,
.fl-button-lightbox-content input[type=submit]:hover *,
.fl-page button[type=submit]:hover *,
.fl-responsive-preview-content button[type=submit]:hover *,
.fl-button-lightbox-content button[type=submit]:hover *,
.fl-page a.fl-button:hover *,
.fl-responsive-preview-content a.fl-button:hover *,
.fl-button-lightbox-content a.fl-button:hover *,
.fl-page a.button:hover *,
.fl-responsive-preview-content a.button:hover *,
.fl-button-lightbox-content a.button:hover *,
.fl-page button.button:hover *,
.fl-responsive-preview-content button.button:hover *,
.fl-button-lightbox-content button.button:hover *,
.fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover *,
.fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover *,
.fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:hover * {
  color: #ffffff;
}
.fl-page .mejs-controls button,
.fl-responsive-preview-content .mejs-controls button,
.fl-button-lightbox-content .mejs-controls button,
.fl-page .mejs-controls button:hover,
.fl-responsive-preview-content .mejs-controls button:hover,
.fl-button-lightbox-content .mejs-controls button:hover {
  background-color: transparent;
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* Media Query - medium devices
----------------------------------------------------------- */
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.45;
  }
  h1 {
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h5 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h6 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  /* Gutenberg Buttons */
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 1.2;
  }
  /* HTML Buttons */
  .fl-page button,
  .fl-page input[type=button],
  .fl-page input[type=submit] {
    font-size: 16px;
    line-height: 1.2;
  }
  /* Builder Buttons */
  a.fl-button,
  a.fl-button:visited,
  .fl-page a.fl-button,
  .fl-page a.fl-button:visited {
    font-size: 16px;
    line-height: 1.2;
  }
  a.fl-button:hover {
    font-size: 16px;
    line-height: 1.2;
  }
  .fl-page .fl-module-woocommerce a.button,
  .fl-page .fl-post-module-woo-button a.button,
  .fl-page .fl-module-woocommerce a.button:visited,
  .fl-page .fl-post-module-woo-button a.button:visited,
  .fl-page .fl-module-woocommerce button[type=button],
  .fl-page .fl-post-module-woo-button button[type=button],
  .fl-page .fl-module-woocommerce button[type=submit],
  .fl-page .fl-post-module-woo-button button[type=submit] {
    font-size: 16px;
    line-height: 1.2;
  }
}
/* Media Query - mobile devices
----------------------------------------------------------- */
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.45;
  }
  h1 {
    font-size: 2.875rem;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  h6 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  /* Gutenberg Buttons */
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 1.2;
  }
  /* HTML Buttons */
  .fl-page button,
  .fl-page input[type=button],
  .fl-page input[type=submit] {
    font-size: 16px;
    line-height: 1.2;
  }
  /* Builder Buttons */
  a.fl-button,
  a.fl-button:visited,
  .fl-page a.fl-button,
  .fl-page a.fl-button:visited {
    font-size: 16px;
    line-height: 1.2;
  }
  /* WooCommerce Buttons */
  .fl-page .fl-module-woocommerce a.button,
  .fl-page .fl-post-module-woo-button a.button,
  .fl-page .fl-module-woocommerce a.button:visited,
  .fl-page .fl-post-module-woo-button a.button:visited,
  .fl-page .fl-module-woocommerce button[type=button],
  .fl-page .fl-post-module-woo-button button[type=button],
  .fl-page .fl-module-woocommerce button[type=submit],
  .fl-page .fl-post-module-woo-button button[type=submit] {
    font-size: 16px;
    line-height: 1.2;
  }
}
/*
 * Scale font size on break points.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
html {
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
/*
 * Styling the content.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
/* Basic typography */
body {
  font-size: 1rem;
}
p {
  margin-bottom: 1em;
}
code,
pre,
kbd,
samp {
  background-color: #f0f0f0;
  font-family: Menlo, Monaco, Consolas, "Andale Mono WT", "Andale Mono", monospace;
  font-size: 87.5%;
}
code {
  color: unset;
  /* Unset Bootstrap's color */
  white-space: pre-wrap;
}
pre {
  margin: 48px 0;
  padding: 12px 24px;
  box-shadow: 5px 5px 15px #d8d8d8;
  white-space: pre-wrap;
  clear: both;
  /* Escape floats */
}
pre code {
  font-size: 87.5%;
}
kbd {
  color: unset;
  /* Unset Bootstrap's color */
}
/* Headings */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4a505c;
}
h1,
h6 {
  margin-top: 0;
}
h4,
h5,
h6 {
  margin-top: 1.5rem;
}
h5,
h6 {
  font-weight: bold;
}
h6 {
  display: inline-block;
}
h6:after {
  content: " ";
}
h6 + p {
  display: inline;
}
h6 + p:after {
  content: '\0A';
  white-space: pre-wrap;
}
h6 + p + * {
  margin-top: 1em;
}
/* Horizontal ruler */
hr.clear {
  /* Use this to escape floats. */
  clear: both;
  margin: 0 0 1em 0;
  border: none;
}
hr.single {
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr.dashed {
  margin: 1em 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
hr.dotted {
  margin: 1em 0;
  border-top: 3px dotted rgba(0, 0, 0, 0.1);
}
hr.double {
  margin: 1em 0;
  border-top: 5px double rgba(0, 0, 0, 0.1);
}
hr.asterism,
hr.dinkus,
hr.hedera {
  margin: 1em 0;
  text-align: center;
  line-height: 1px;
}
hr.asterism:after {
  content: "\2042";
  display: inline;
}
hr.dinkus:after {
  content: "***";
  display: inline;
}
hr.hedera:after {
  content: "\2766";
  display: inline;
}
/* Images without caption */
p img[class*="wp-image-"] {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
p img[class*="wp-image-"]:not(.wrap-float) {
  clear: both;
}
p img[class*="wp-image-"][class*="alignleft"] {
  margin-top: 0;
  margin-right: 2em;
}
p img[class*="wp-image-"][class*="alignright"] {
  margin-top: 0;
  margin-left: 1em;
}
p img[class*="wp-image-"][class*="alignnone"] {
  margin-left: 0;
  margin-right: 0;
}
/* Images with caption */
figure.wp-caption[class*="align"] {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  background: none;
  border: none;
}
figure.wp-caption:not(.wrap-float) {
  clear: both;
}
figure.wp-caption[class*="alignleft"] {
  margin-top: 0;
  margin-right: 2em;
}
figure.wp-caption[class*="alignright"] {
  margin-top: 0;
  margin-left: 1em;
}
figure.wp-caption[class*="alignnone"] {
  margin-left: 0;
  margin-right: 0;
}
figure.wp-caption img[class*="wp-image-"] {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
/* Figure captions */
figcaption {
  padding-top: 0.5em;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
  text-align: left;
  color: #ae9c81;
}
/* Gallery */
div.gallery {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  /* Escape floats */
}
div.gallery figure img {
  box-shadow: 5px 5px 15px #d8d8d8;
  max-width: 100%;
  width: auto;
  height: auto;
}
div.gallery-columns-1,
div.gallery-columns-2,
div.gallery-columns-3,
div.gallery-columns-4,
div.gallery-columns-5,
div.gallery-columns-6,
div.gallery-columns-7,
div.gallery-columns-8,
div.gallery-columns-9 {
  margin: 28px 0;
  /* 48px minus figure's margin-top */
}
div.gallery-columns-1 figure {
  width: 100%;
  margin: 20px;
}
div.gallery-columns-1:not(.gallery-size-wide) figure,
div.gallery-columns-1:not(.gallery-size-wide) figcaption {
  text-align: center;
}
div.gallery-columns-2 figure,
div.gallery-columns-3 figure,
div.gallery-columns-4 figure,
div.gallery-columns-5 figure,
div.gallery-columns-6 figure,
div.gallery-columns-7 figure,
div.gallery-columns-8 figure,
div.gallery-columns-9 figure {
  width: calc(100% / 2 - 40px);
  margin: 20px;
}
@media (min-width: 321px) {
  div.gallery-columns-3,
  div.gallery-columns-4,
  div.gallery-columns-5,
  div.gallery-columns-6,
  div.gallery-columns-7,
  div.gallery-columns-8,
  div.gallery-columns-9 {
    margin: 28px 0;
    /* 48px minus figure's margin-top */
  }
  div.gallery-columns-3 figure {
    width: calc(100% / 3 - 40px);
    margin: 20px;
  }
  div.gallery-columns-4 figure,
  div.gallery-columns-5 figure,
  div.gallery-columns-6 figure,
  div.gallery-columns-7 figure,
  div.gallery-columns-8 figure,
  div.gallery-columns-9 figure {
    width: calc(100% / 4 - 40px);
    margin: 20px;
  }
}
@media (min-width: 769px) {
  div.gallery-columns-5,
  div.gallery-columns-6,
  div.gallery-columns-7,
  div.gallery-columns-8,
  div.gallery-columns-9 {
    margin: 38px 0;
    /* 48px minus figure's margin-top */
  }
  div.gallery-columns-5 figure {
    width: calc(100% / 5 - 20px);
    margin: 10px;
  }
  div.gallery-columns-6 figure,
  div.gallery-columns-7 figure,
  div.gallery-columns-8 figure,
  div.gallery-columns-9 figure {
    width: calc(100% / 6 - 20px);
    margin: 10px;
  }
}
@media (min-width: 1201px) {
  div.gallery-columns-7,
  div.gallery-columns-8,
  div.gallery-columns-9 {
    margin: 43px 0;
    /* 48px minus figure's margin-top */
  }
  div.gallery-columns-7 figure {
    width: calc(100% / 7 - 10px);
    margin: 5px;
  }
  div.gallery-columns-8 figure {
    width: calc(100% / 8 - 10px);
    margin: 5px;
  }
  div.gallery-columns-9 figure {
    width: calc(100% / 9 - 10px);
    margin: 5px;
  }
}
/* Lists */
ul,
ol {
  margin: 1em 0 1em 2em;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: .5em 0 0.5em 0;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
  font-size: inherit;
}
.check-list,
.bullet-list {
  list-style: none;
  padding-left: 0;
}
.check-list > li,
.bullet-list > li {
  position: relative;
  padding-left: 1.3em;
  margin: 10px 0;
}
.check-list > li:before,
.bullet-list > li:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  vertical-align: middle;
  line-height: inherit;
  text-align: center;
  font-size: inherit;
  font-weight: 900;
  margin-left: -20px;
  /* same as padding-left set on li */
  width: 20px;
  /* same as padding-left set on li */
}
.check-list > li:before {
  text-align: left;
  content: "\f00c";
  /* FontAwesome Unicode */
}
.bullet-list > li:before {
  font-size: 50%;
  content: "\f111";
  /* FontAwesome Unicode */
}
.list-color-primary > li:before {
  color: #ed8b00;
}
.list-color-secondary > li:before {
  color: #006ba6;
}
/* Definition list */
dl {
  margin: 1em 0 0 1em;
  padding: 0;
  overflow-x: hidden;
  /* Play nice with floats */
}
dt {
  display: inline;
  font-weight: 600;
}
dt:after {
  content: ": ";
}
dd {
  display: inline;
  margin: 0;
}
dd:after {
  content: '\0A\0A';
  white-space: pre-wrap;
}
/* Table */
body.page:not(.fl-builder) table,
body.single:not(.fl-builder) table,
div.fl-rich-text table {
  border-collapse: collapse;
  margin: 48px auto;
  box-shadow: 5px 5px 15px #d8d8d8;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
  text-align: left;
}
body.page:not(.fl-builder) table[class*="alignleft"]:not(.no-style),
body.single:not(.fl-builder) table[class*="alignleft"]:not(.no-style),
div.fl-rich-text table[class*="alignleft"]:not(.no-style) {
  margin-top: 0;
  margin-right: 2em;
}
body.page:not(.fl-builder) table[class*="alignright"]:not(.no-style),
body.single:not(.fl-builder) table[class*="alignright"]:not(.no-style),
div.fl-rich-text table[class*="alignright"]:not(.no-style) {
  margin-top: 0;
  margin-left: 1em;
}
body.page:not(.fl-builder) table:not(.no-style) thead td,
body.single:not(.fl-builder) table:not(.no-style) thead td,
div.fl-rich-text table:not(.no-style) thead td,
body.page:not(.fl-builder) table:not(.no-style) th,
body.single:not(.fl-builder) table:not(.no-style) th,
div.fl-rich-text table:not(.no-style) th {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 600;
  color: #f8f8f8;
  background: #75787b;
}
body.page:not(.fl-builder) table tr,
body.single:not(.fl-builder) table tr,
div.fl-rich-text table tr {
  background: #f8f8f8;
  color: #4a505c;
}
body.page:not(.fl-builder) table:not(.no-style) tr.even,
body.page:not(.fl-builder) table:not(.no-style) tr:nth-child(even),
body.single:not(.fl-builder) table:not(.no-style) tr.even,
body.single:not(.fl-builder) table:not(.no-style) tr:nth-child(even),
div.fl-rich-text table:not(.no-style) tr.even,
div.fl-rich-text table:not(.no-style) tr:nth-child(even) {
  background: #f0f0f0;
}
body.page:not(.fl-builder) table:not(.no-style) tr:hover,
body.page:not(.fl-builder) table:not(.no-style) tr.odd:hover,
body.page:not(.fl-builder) table:not(.no-style) tr.even:hover,
body.single:not(.fl-builder) table:not(.no-style) tr:hover,
body.single:not(.fl-builder) table:not(.no-style) tr.odd:hover,
body.single:not(.fl-builder) table:not(.no-style) tr.even:hover,
div.fl-rich-text table:not(.no-style) tr:hover,
div.fl-rich-text table:not(.no-style) tr.odd:hover,
div.fl-rich-text table:not(.no-style) tr.even:hover {
  background: #e0e0e0;
  color: #00263e;
}
body.page:not(.fl-builder) table td,
body.page:not(.fl-builder) table th,
body.single:not(.fl-builder) table td,
body.single:not(.fl-builder) table th,
div.fl-rich-text table td,
div.fl-rich-text table th {
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.5em;
  vertical-align: top;
}
/* Caption */
body.page:not(.fl-builder) table caption,
body.single:not(.fl-builder) table caption,
div.fl-rich-text table caption {
  display: table-caption;
  margin-bottom: 0.2em;
  padding: 0;
  color: #75787b;
  font-size: 0.875rem;
}
/* Blockquotes */
body blockquote {
  padding: 0 1em;
  border-left: 5px solid #d8d8d8;
  font-style: italic;
  font-size: 0.875rem;
  overflow: hidden;
  /* Play nice with floats */
}
body blockquote cite,
body blockquote footer {
  display: block;
  padding: 0.2em 0 0 0;
  text-align: right;
  font-style: italic;
}
body blockquote cite:before,
body blockquote footer:before {
  content: '\2014 \00A0';
}
/*
 * Utility classes.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
/* z-index helpers */
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
/* Use a collapsed column to break to a new column */
.break-column {
  flex-basis: 100%;
  width: 0;
}
/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0;
}
.h1 .heading-title {
  font-size: 2.875rem;
}
.highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ed8b00 70%);
}
/* Remove shadow effect (if enabled) */
.no-shadow {
  box-shadow: none !important;
}
/* Add shadow effect (if disabled) */
.shadow {
  box-shadow: 5px 5px 15px #d8d8d8 !important;
}
/* Styling of footnotes as generated by Markdown Extra */
.footnote {
  font-size: 0.875rem;
  color: #75787b;
}
.footnote::before {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid #75787b;
  margin-bottom: 0.5em;
}
.footnote > hr {
  display: none;
}
.footnote > ol {
  margin-left: 10px;
  list-style-position: inside;
}
/* Styling of footnotes as generated by  GitHub Flavored Markdown */
.footnote-line {
  font-size: 0.875rem;
  color: #75787b;
}
.footnote-line::before {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid #75787b;
  margin-bottom: 0.5em;
}
.footnote-line > .reversefootnote::before {
  content: "\00a0";
}
/* Floats and clearfix */
.wrap-float {
  clear: none !important;
}
.escape-float,
.no-wrap-float {
  clear: both !important;
}
@media (min-width: 768px) {
  .no-wrap-float {
    clear: none !important;
    overflow-x: hidden !important;
  }
}
body.page:not(.fl-builder) div.fl-post-content div.clearfix,
body.single:not(.fl-builder) div.fl-post-content div.clearfix,
div.fl-rich-text div.clearfix {
  margin-top: 48px;
  margin-bottom: 48px;
}
div.clearfix > figure.alignleft:first-child + div > :first-child,
div.clearfix > figure.alignright:first-child + div > :first-child {
  margin-top: 0;
}
div.clearfix > figure.alignleft:first-child + div > :last-child,
div.clearfix > figure.alignright:first-child + div > :last-child {
  margin-bottom: 0;
}
hr + figure.alignleft + *,
hr + figure.alignright + * {
  margin-top: 0;
}
/* Bouncing animation */
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Font sizes */
.h1-size {
  font-size: 2.875rem;
}
.h2-size {
  font-size: 2.25rem;
}
.h3-size {
  font-size: 1.75rem;
}
.h4-size,
.page-list li a {
  font-size: 1.375rem;
}
.h5-size {
  font-size: 1.125rem;
}
.h6-size {
  font-size: 1rem;
}
.text-size {
  font-size: 1rem;
}
.small-text-size {
  font-size: 0.875rem;
}
.service-text-size {
  font-size: 0.875rem;
}
.monospace-text-size {
  font-size: 87.5%;
}
/* Miscellanous utilities */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
/*
   * Beaver Builder's Theme improvements.
   *
   * 
  */
/*IE and Edge bug fixes */
.fl-builder-ie-11 [bt-sticky="true"],
.internet-explorer [bt-sticky="true"],
.microsoft-edge15 [bt-sticky="true"] {
  position: relative !important;
}
#fl-to-top {
  background-color: #006ba6;
  background-color: rgba(1, 199, 177, 0.3);
  border-radius: 100px;
}
#fl-to-top:hover {
  background-color: #006ba6;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Make an row overlap */
.row-overlap {
  position: relative;
  z-index: 2;
  /* Can be changed to a higher value depending on the next row's content */
}
.row-overlap-3 {
  position: relative;
  z-index: 3;
  /* Can be changed to a higher value depending on the next row's content */
}
@media (max-width: 768px) {
  .fl-col-small {
    max-width: none;
  }
}
.font-secondary {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.line-separator:after {
  margin-bottom: 20px;
  margin-top: 5px;
  content: "";
  height: 2px;
  width: 10%;
  background: #ed8b00;
  display: block;
}
a.fl-button.fl-button-outline {
  background-color: transparent;
  box-shadow: 0 0 0 2px currentColor;
  /* Simulate border with shadow */
}
a.fl-button.fl-button-outline:hover {
  color: #016BA6 !important;
  box-shadow: 0 0 0 2px #016BA6;
  /* Simulate border with shadow */
  background: currentColor;
}
.quote-wrap .quote_text {
  line-height: 1.2;
}
.quote-wrap .quote_text b,
.quote-wrap .quote_text strong {
  font-weight: 900;
}
.quote-wrap.text-center .quote-line {
  margin-left: auto;
  margin-right: auto;
}
.quote-wrap .suffix_text {
  font-weight: 500;
}
.underliner.underliner--accent a {
  background-image: linear-gradient(to bottom, transparent 55%, #ed8b00 10%);
}
.underliner.underliner--snow a {
  background-image: linear-gradient(to bottom, transparent 55%, #fae3c0 10%);
}
.underliner a {
  background-image: linear-gradient(to bottom, transparent 55%, #006ba6 10%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  -ms-transition: background-size 0.4s ease;
  -o-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
.underliner a:hover,
.underliner a:focus {
  background-size: 100% 100%;
  cursor: pointer;
}
.testimonial-style-1 .uabb-testimonial-left .uabb-testimonial-author:before {
  margin: 20px auto 20px 0;
}
.testimonial-style-1 .uabb-testimonial-right .uabb-testimonial-author:before {
  margin: 20px 0 20px auto;
}
.testimonial-style-1 .uabb-testimonial-author:before {
  margin: 20px auto;
  content: "";
  height: 4px;
  border-radius: 3px;
  width: 50px;
  background: #ed8b00;
  display: block;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
.fl-page button,
.fl-responsive-preview-content button,
.fl-page button:visited,
.fl-responsive-preview-content button:visited,
.fl-page input[type=button],
.fl-responsive-preview-content input[type=button],
.fl-page input[type=submit],
.fl-responsive-preview-content input[type=submit],
.fl-page a.fl-button,
.fl-responsive-preview-content a.fl-button,
.fl-page a.fl-button:visited,
.fl-responsive-preview-content a.fl-button:visited {
  font-family: "Roboto", Arial, Helvetica, san-serif !important;
  font-weight: 700;
}
.uabb-blog-posts-carousel ul.slick-dots li button:before {
  font-family: "Ultimate-Icons" !important;
  content: "\ea0f" !important;
}
.lead {
  margin-bottom: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
.text-accent,
.text-primary {
  color: #ed8b00 !important;
}
.text-secondary {
  color: #006ba6 !important;
}
.text-snow {
  color: #fef9f1;
}
.text-snow-darker {
  color: #fae3c0;
}
.text-snow-darkest {
  color: #ae9c81;
}
.text-light-gray {
  color: #e0e0e0;
}
.text-navy {
  color: #043b61;
}
.text-gray {
  color: #75787b;
}
.text-darkgray {
  color: #4a505c;
}
.text-black {
  color: #00263e;
}
.text-white {
  color: #ffffff;
}
.bg-accent,
.bg-primary {
  background-color: #ed8b00 !important;
}
.bg-secondary {
  background-color: #006ba6 !important;
}
.bg-snow {
  background-color: #fef9f1;
}
.bg-snow-light {
  background-color: #fef5e7;
}
.bg-snow-dark {
  background-color: #fcebd3;
}
.bg-snow-dark-important {
  background-color: #fcebd3 !important;
}
.bg-snow-darker {
  background-color: #fae3c0;
}
.bg-navy {
  background-color: #043b61;
}
.bg-gray {
  background-color: #75787b;
}
.bg-black {
  background-color: #00263e;
}
.bg-white {
  background-color: #ffffff;
}
.no-bg {
  background: none;
}
@media (max-width: 992px) {
  .h1-size {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .fl-page-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fl-page-bar .fl-page-bar-text-1 {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  text-transform: none !important;
  font-weight: 700;
}
.fl-page-bar .fl-social-icons a i {
  font-size: 20px !important;
  width: 40px !important;
}
@media (max-width: 768px) {
  .infobox-mobile-left .uabb-infobox .uabb-infobox-content .uabb-imgicon-wrap {
    max-width: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .infobox-mobile-left .uabb-infobox .uabb-infobox-content {
    padding-left: 100px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-wrap {
    padding-bottom: 0 !important;
  }
}
.mega-menu-header-mobile-open .mega-menu-item {
  border-bottom: 1px solid #fae3c0 !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
}
.mega-menu-item .fl-social-icons {
  text-align: right;
}
.mega-menu-item .fl-social-icons a {
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
  margin-left: 0 0 0 8px;
}
.mega-menu-item .fl-social-icons a i {
  color: #ae9c81 !important;
}
.mega-menu-item .fl-social-icons a i.fa-circle {
  display: none;
}
.mega-menu-item .fl-social-icons a:hover i {
  color: #043b61 !important;
}
body.login {
  color: white;
}
.mfp-wrap .mfp-close {
  text-align: center;
  line-height: 40px;
  padding-right: 0;
}
.footer-menu .pp-advanced-menu {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-menu .pp-advanced-menu {
    text-align: right;
  }
}
.fl-page-footer {
  border-top: none;
}
@media (min-width: 992px) {
  .fl-page-footer .fl-page-footer-nav {
    justify-content: flex-end !important;
  }
}
.fl-page-footer .fl-page-footer-nav li {
  border-right: solid 1px #75787b;
}
.fl-page-footer .fl-page-footer-nav li:last-child {
  border-right: none;
}
.fl-page-footer .fl-page-footer-nav li .nav-link {
  padding: 0 10px 0px 10px;
}
.fl-page-footer .fl-page-footer-nav li.employee-login {
  color: #d8d8d8;
}
.fl-page-footer-widgets {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fl-page-footer-widgets .fl-widget-title {
  margin-top: 0;
  color: #006ba6;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
}
footer .fl-social-icons a {
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  color: #75787b;
}
footer .fl-social-icons a i {
  color: #75787b;
}
footer .fl-social-icons a:hover {
  color: #006ba6;
}
footer .fl-social-icons a:hover i {
  color: #006ba6;
}
.counter__item img {
  width: auto;
}
.fl-widget .menu-main-menu-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fl-widget .menu-main-menu-container .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fl-widget .menu-main-menu-container .menu li:not(.menu-item-has-children) {
  display: none;
}
.fl-widget .menu-main-menu-container .menu li.menu-item-has-children > a {
  display: none;
}
.fl-widget .menu-main-menu-container .menu li.menu-item-has-children .sub-menu {
  margin: 0;
}
.fl-widget .menu-main-menu-container .menu li.menu-item-has-children .sub-menu li {
  display: block;
}
.fl-widget .menu-main-menu-container .menu li.menu-item-has-children .sub-menu li a {
  color: inherit;
}
.fl-widget .menu-main-menu-container .menu li.menu-item-has-children .sub-menu li:before {
  display: none;
}
.uabb-infobox-cta-link {
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4a505c;
  font-weight: 700;
}
.uabb-infobox-cta-link:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #ed8b00;
  position: absolute;
  right: 0px;
  width: 100%;
  bottom: -2px;
  transition: all 0.2s ease-in-out;
}
.uabb-infobox-cta-link:hover {
  color: #ed8b00;
}
.uabb-infobox-cta-link:hover:before {
  width: 0%;
}
.border-accent {
  border-color: #ed8b00 !important;
}
.border-secondary {
  border-color: #006ba6 !important;
}
.border-navy {
  border-color: #4a505c !important;
}
.border-snow {
  border-color: #fef9f1 !important;
}
.border-gray {
  border-color: #75787b !important;
}
.border-lightgray {
  border-color: #d8d8d8 !important;
}
.border-onsnow {
  border-color: #fbe5c1 !important;
}
.border-onsnow .fl-post-feed-post {
  border-color: #fbe5c1 !important;
}
.border-onsnowdark {
  border-color: #f7d092 !important;
}
.border-onsnowdark .fl-post-feed-post {
  border-color: #f7d092 !important;
}
.border-onwhite {
  border-color: #fef9f1 !important;
}
.border-onwhite .fl-post-feed-post {
  border-color: #fef9f1 !important;
}
.border-onnavy {
  border-color: #616978 !important;
}
.border-onnavy .fl-post-feed-post {
  border-color: #616978 !important;
}
.border-onaccent {
  border-color: #ba6d00 !important;
}
.border-onaccent .fl-post-feed-post {
  border-color: #ba6d00 !important;
}
.border-onsecondary {
  border-color: #004a73 !important;
}
.border-onsecondary .fl-post-feed-post {
  border-color: #004a73 !important;
}
.border {
  border-width: 1px;
}
.border.border-width-3 {
  border-width: 3px !important;
}
.border.border-width-5 {
  border-width: 5px !important;
}
.border-top {
  border-top-width: 1px;
}
.border-bottom {
  border-bottom-width: 1px;
}
.border-left {
  border-left-width: 1px;
}
.border-right {
  border-right-width: 1px;
}
.uabb-post-wrapper:last-of-type .border-bottom-list .oz-post {
  border: none;
}
.border-bottom-list .oz-post {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: inherit;
}
.hover-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease;
}
.hover-grayscale:hover {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.text-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
}
.text-link.border-accent:before {
  border-color: #ed8b00;
}
.text-link.border-secondary:before {
  border-color: #006ba6;
}
.text-link.border-navy:before {
  border-color: #4a505c;
}
.text-link:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid;
  position: absolute;
  right: 0px;
  width: 100%;
  bottom: -2px;
  transition: all 0.2s ease-in-out;
}
.text-link:after {
  content: "";
  display: block;
  height: 20px;
  width: 0%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.text-link:hover {
  text-decoration: none;
}
.text-link:hover:before {
  width: 0%;
}
.text-link:hover:after {
  width: 100%;
}
.fl-row-has-layers.shape-up .fl-builder-shape-layer {
  z-index: 11;
}
#mega-menu-header .fl-page-nav-search .fa-search {
  padding: 0 0 0 15px;
  line-height: 75px;
  z-index: 2;
  font-size: 16px;
  color: #75787b;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block-2 .mega-search input[type=text] {
  padding: 0 25px 0 10px !important;
  border-radius: 20px;
}
.mega-menu-item-custom_html-3 {
  padding: 0 !important;
}
.fl-page-nav-search form {
  background-color: #fef9f1;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}
.fl-page-nav-search form input.fl-search-input {
  background-color: #fcebd3;
  border-color: #fae3c0;
  color: #004f80;
  border-radius: 30px;
}
.fl-page-bar .fl-social-icons a {
  color: rgba(255, 255, 255, 0.5);
}
.fl-page-bar .fl-social-icons a i {
  color: rgba(255, 255, 255, 0.5);
}
.fl-page-bar .fl-social-icons a:hover i {
  color: #ed8b00;
}
.fl-page-bar .top-bar-nav a.nav-link {
  font-size: 0.875rem;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.fl-page-header-logo > a {
  display: block;
  max-width: 140px;
}
@media (min-width: 768px) {
  .fl-page-nav-right .fl-page-header-logo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .fl-page-nav.navbar {
    align-items: flex-end;
  }
}
.fl-page-header-container.container,
.fl-page-footer-container.container,
.fl-page-footer-widgets-container.container,
.fl-page-bar-container.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .fl-fixed-width .fl-page-nav-right .fl-page-header-container.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fl-page-header {
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.fl-page-header .fl-page-nav-wrap {
  border-bottom: none;
  border-top: none;
  background-color: transparent;
}
#page-header .heading-title .title-text:after {
  content: '\2022';
  display: inline-block;
  color: #ed8b00;
  vertical-align: sub;
  line-height: 50%;
}
.page-list {
  margin: 0 0 20px 0;
}
.page-list li {
  margin-bottom: 0;
  border-bottom: none;
}
.page-list li {
  margin-bottom: 0;
  border-bottom: none;
}
.page-list li a {
  color: #00263e;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 700;
  padding: 10px 0;
}
.uabb-blog-posts-carousel.slick-dotted {
  margin-bottom: 50px;
}
.uabb-blog-posts-carousel.slick-dotted .slick-dots {
  bottom: -20px;
}
.uabb-blog-posts-carousel.slick-dotted .slick-dots li button:before {
  font-size: 14px;
}
.comma-separated,
.oz-post .oz-post--meta .oz-post--meta_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.comma-separated li,
.oz-post .oz-post--meta .oz-post--meta_list li {
  display: inline-block;
  margin: 0;
}
.comma-separated li:after,
.oz-post .oz-post--meta .oz-post--meta_list li:after {
  display: inline;
  content: ',';
}
.comma-separated li:last-child:after,
.oz-post .oz-post--meta .oz-post--meta_list li:last-child:after {
  content: '';
}
.section-heading .uabb-subheading {
  max-width: 800px;
}
.section-heading .uabb-heading-align-center .uabb-subheading {
  margin-left: auto;
  margin-right: auto;
}
.event-item .event-badge {
  border-right: solid 1px currentColor;
  padding-right: 10px;
}
.event-item .event-badge .event-badge--month {
  display: block;
  text-transform: uppercase;
}
.event-item .event-badge .event-badge--day {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  font-family: "Roboto", Arial, Helvetica, san-serif;
}
.oz-post .oz-post--meta {
  font-size: 0.875rem;
  font-weight: 500;
}
.oz-post .oz-post--meta.oz-post--meta_bottom {
  margin: 10px 0 20px 0;
}
.oz-post.oz-post--insights .oz-post--image img {
  max-width: 75px;
}
.oz-member-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.oz-member-list.border-bottom-list li {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.oz-member-list.border-bottom-list li:last-of-type {
  border: none;
}
.oz-member-list li {
  margin-bottom: 16px;
}
.member-photo .rgpicon-linkedin-with-circle,
.oz-member-list .rgpicon-linkedin-with-circle {
  color: #0077b5;
}
.sf-field-taxonomy-group .select2-search__field {
  display: none;
}
.sf-field-taxonomy-location {
  display: none !important;
}
.related-downloads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-downloads ul li:not(:first-child):last-child a {
  border-bottom: none;
  margin: 0;
}
.related-downloads ul li a {
  color: #006ba6;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-weight: 700;
}
.related-downloads ul li a:before {
  padding-right: 10px;
  font-family: 'sage' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6ac";
}
.related-downloads ul li a:hover {
  color: #ed8b00;
}
.member-sidebar .fl-post-feed .media {
  min-height: 90px;
  margin-bottom: 0px;
  border-bottom: none;
}
.member-sidebar .fl-post-feed .media img {
  max-width: 75px;
  border: solid 2px #d8d8d8;
}
.taxonomy-master-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.taxonomy-master-list > li:nth-child(even) {
  background: #FBF7F1;
  border-top: solid 1px #f0e0c9;
  border-bottom: solid 1px #f0e0c9;
}
.taxonomy-master-list > li:last-child {
  border-bottom: none;
}
.searchandfilter > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (max-width: 992px) {
  .searchandfilter > ul {
    flex-direction: column;
  }
}
.searchandfilter > ul li {
  flex: 100%;
  font-weight: 700;
  font-size: 14px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .searchandfilter > ul li {
    padding-right: 0;
    width: 100%;
  }
}
.searchandfilter > ul li::last-child {
  padding-right: 0;
}
.searchandfilter > ul li input {
  width: 100%;
}
.searchandfilter > ul li input[type="text"] {
  padding: 20px 12px;
}
.searchandfilter > ul li input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #75787b;
  font-weight: 700;
}
.searchandfilter > ul li input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #75787b;
  font-weight: 700;
}
.searchandfilter > ul li input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #75787b;
  font-weight: 700;
}
.searchandfilter > ul li input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #75787b;
  font-weight: 700;
}
.searchandfilter > ul li label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchandfilter > ul li.sf-field-submit {
  flex: 40%;
}
.searchandfilter > ul li.sf-field-submit input[type="submit"] {
  padding: 13px 20px;
  color: #fff;
}
.searchandfilter > ul li.sf-field-reset {
  flex: 60%;
  text-align: right;
}
.searchandfilter > ul li.sf-field-reset .search-filter-reset {
  line-height: 40px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #ae9c81;
}
.searchandfilter > ul li.sf-field-reset .search-filter-reset:after {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}
.searchandfilter > ul li .select2-container--default {
  width: 100% !important;
}
.searchandfilter > ul li .select2-container .select2-selection--single {
  border-color: #e0e0e0;
  height: 42px;
}
.searchandfilter > ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: #75787b;
}
.searchandfilter > ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.searchandfilter ul li.sf-field-taxonomy-media_type ul li {
  padding: 0 10px;
}
.searchandfilter ul li.sf-field-taxonomy-media_type ul li input {
  display: none;
}
.searchandfilter ul li.sf-field-taxonomy-media_type ul li input:checked + label {
  color: #c70f2e;
}
.searchandfilter ul li.sf-field-taxonomy-media_type ul li input:checked + label:before {
  color: #c70f2e;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.inline-filter li.sf-field-taxonomy-industry-area {
  flex: 40% !important;
}
.inline-filter li.sf-field-taxonomy-practice-area {
  flex: 40% !important;
}
.inline-filter li.sf-field-submit {
  flex: 20% !important;
}
.search-filter-results .pagination-meta {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fbe5c1;
}
.search-filter-results .pagination-meta span.result-page-count {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
}
.select2-container .select2-dropdown {
  background-color: #fef9f1;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.select2-container .select2-results__options {
  max-height: 300px !important;
}
.select2-container .select2-results__options .select2-results__option {
  margin: 0;
  font-size: 14px;
}
.select2-container .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
  background-color: #fcefd9;
}
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #ed8b00;
  color: #fff;
}
.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.select2-results__options::-webkit-scrollbar:vertical {
  width: 10px;
}
.select2-results__options::-webkit-scrollbar:horizontal {
  height: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #f5ecdd;
  /* should match background, can't be transparent */
  background-color: #dad3c7;
}
@media (min-width: 768px) {
  #search-filter-form-6557 ul > li {
    flex: 48%;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
.select2-container--default .select2-selection--single {
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6 !important;
}
[data-sf-field-input-type="select"] label {
  width: auto !important;
  min-width: 170px;
  position: relative;
  display: inline-block;
  color: #566c7b;
}
[data-sf-field-input-type="select"] select {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 42px;
  color: #566c7b;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #94a2ac;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Undo the Firefox inner focus ring */
[data-sf-field-input-type="select"] select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Dropdown arrow */
[data-sf-field-input-type="select"] label:after {
  color: #94a2ac;
  position: absolute;
  content: '\f347';
  right: 10px;
  display: none;
  font: inherit;
  font-family: dashicons;
  margin: 0 10px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  height: 42px;
  width: auto;
  top: auto;
  bottom: -10px;
}
.office-select-wrapper .select2-container {
  width: 100% !important;
}
.office-select-wrapper .select2-container.select2-container--open .select2-selection--single {
  background: #ba6d00;
}
.office-select-wrapper .select2-container .select2-selection--single {
  background: #ed8b00;
  border-radius: 0;
  border: none;
  height: 60px;
}
.office-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 60px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.office-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered:before {
  display: inline-block;
  font: inherit;
  font-family: 'rgp' !important;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
  content: "\e99c";
  color: #fff;
}
.office-select-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'rgp' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 60px;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0;
  width: 30px;
}
.office-select-wrapper .select2-container .select2-selection--single .select2-selection__arrow:after {
  color: #fff;
  content: "\e904";
  font-size: 28px;
  line-height: 60px;
  position: absolute;
}
.office-select-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
ul.news-landing {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.news-landing li {
  margin-top: 0 !important;
  padding: 5px 0;
  border-bottom: dashed 1px #fcebd3;
}
ul.news-landing li:last-child {
  border: none;
}
a.tribe-events-gmap {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: none;
  padding: 0 0 1rem 0;
}
.tribe-events-has-events {
  background: #fcebd3;
}
.tribe-events-has-events div[id*=tribe-events-event-] .tribe-events-month-event-title a {
  font-weight: 700;
}
.tribe-events-has-events div[id*=tribe-events-event-].tribe-event-featured {
  background: #006ba6;
}
.tribe-event-featured .event-badge {
  position: relative;
}
.tribe-event-featured .event-badge:after {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  position: absolute;
  content: "Featured";
  line-height: 1;
  bottom: -8px;
  left: 0;
  color: #ed8b00;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
}
#tribe-events-content .tribe-event-featured .tribe-events-month-event-title {
  font-weight: 700;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #ed8b00;
  border-radius: 30px;
  color: #fff;
}
#tribe-bar-views .tribe-bar-views-inner {
  background-color: transparent;
}
#tribe-bar-views-toggle,
#tribe-bar-views-toggle:hover,
#tribe-bar-views-toggle:focus {
  background: transparent;
}
#tribe-bar-views .tribe-bar-views-list {
  background: #FBF7F1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
#tribe-bar-views .tribe-bar-views-option:hover {
  background: #d1ceca;
}
#tribe-events .tribe-events-button {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .tribe-events-sub-nav li a {
    background: none !important;
    color: inherit;
  }
  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    border-radius: 30px;
  }
  #tribe-events-content .tribe-events-calendar .mobile-active:hover,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
  .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
  .tribe-events-calendar td.mobile-active,
  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background: #4a505c;
  }
}
#tribe-events-content-wrapper,
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100% !important;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  float: none;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: transparent;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
  color: #75787b;
}
.tribe-events-list-widget .widgettitle {
  margin-top: 0;
}
.tribe-events-list-widget li {
  border-bottom: dashed 1px #fcebd3;
  padding-bottom: 8px;
}
.tribe-events-list-widget li:last-child {
  border-bottom: none;
}
.tribe-events-list-widget .tribe-event-featured {
  background: none !important;
}
.tribe-events-tooltip h3 {
  margin-top: 0;
}
.tribe-events-cal-links {
  margin-bottom: 5px !important;
}
.tribe-events-cal-links a.tribe-events-button {
  display: block !important;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 24px !important;
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1.2;
  text-transform: none;
  border-style: solid;
  text-transform: capitalize !important;
  border-width: 0px;
  letter-spacing: normal !important;
  border-color: transparent;
  border-radius: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tribe-events-cal-links a.tribe-events-button:hover {
  background-color: #ba6d00 !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-row--featured .tribe-events-widget-events-list__event-date-tag-datetime:after,
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  display: none;
}
@media (max-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-wrapper {
    padding-left: 16px;
  }
}
.tribe-events-widget-events-list__events li {
  border-bottom: dashed 1px #fcebd3 !important;
  padding-bottom: 8px !important;
}
.tribe-events-widget-events-list__events li:last-child {
  border-bottom: none !important;
}
.bx-pager-item:first-of-type:last-of-type {
  display: none;
}
.bx-wrapper {
  margin: 0 auto 20px;
}
.read-time-wrapper .fl-builder-module-template {
  padding: 0;
  display: inline-block;
}
.uabb-post-thumbnail > a,
.pp-content-grid-post-image > a,
.oz-thumbnail > a {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 3px;
}
.uabb-post-thumbnail > a img,
.pp-content-grid-post-image > a img,
.oz-thumbnail > a img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  will-change: transform;
}
.uabb-post-thumbnail > a img + figcaption,
.pp-content-grid-post-image > a img + figcaption,
.oz-thumbnail > a img + figcaption {
  display: none;
}
.uabb-post-thumbnail > a:after,
.pp-content-grid-post-image > a:after,
.oz-thumbnail > a:after {
  font-family: 'sage' !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e944";
  padding: 10px 20px;
  color: #fff;
  text-align: right;
  background: rgba(0, 38, 62, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.uabb-post-thumbnail > a:hover img,
.pp-content-grid-post-image > a:hover img,
.oz-thumbnail > a:hover img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.uabb-post-thumbnail > a:hover:after,
.pp-content-grid-post-image > a:hover:after,
.oz-thumbnail > a:hover:after {
  opacity: 1;
  padding: 20px 20px;
}
.fl-builder-content-899 {
  padding: 0;
}
.member-tiles {
  position: relative;
  padding: 0px;
}
.member-tiles .member-linkedin {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background-color: #ed8b00;
  color: #ffffff;
  width: 44px;
  height: 44px;
  opacity: 0;
  line-height: 44px;
  text-align: center;
  display: block;
  position: absolute;
  top: -50px;
  left: 20px;
  z-index: 182;
}
.member-tiles .member-linkedin:hover {
  background-color: #006ba6;
}
.member-tiles:hover .member-linkedin {
  top: 20px;
  opacity: 1;
}
.member-tiles a {
  box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  display: block;
}
.member-tiles a img {
  z-index: 1;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.member-tiles a .member-caption {
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 38, 62, 0.8) 50%, rgba(0, 38, 62, 0) 100%);
  height: 150px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.member-tiles a .member-caption .member-caption-text {
  padding: 20px;
  text-align: center;
  z-index: 3;
  width: 100%;
}
.member-tiles a .member-caption .member-caption-text h4 {
  font-weight: 700;
  color: #ffffff;
}
.member-tiles a .member-caption .member-caption-text h4 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
.member-tiles a:hover {
  box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.member-tiles a:hover .member-caption {
  opacity: 1;
  height: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 38, 62, 0.8) 50%, rgba(0, 38, 62, 0) 100%);
}
.member-tiles a:hover img {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.page-numbers {
  text-align: left !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a,
.page-numbers li span {
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  margin-right: 5px;
  border: none;
  border-radius: 30px;
  color: #75787b !important;
}
.page-numbers li span.current {
  color: #fff !important;
  background: #006ba6 !important;
}
.page-numbers li a:hover {
  color: #006ba6 !important;
  background: #fcebd3 !important;
}
.page-numbers li a > *:last-child {
  border: none;
}
.dot-nav-bottom .owl-theme .owl-item {
  margin-bottom: 10px;
}
.owl-theme .owl-dot:hover {
  background: none;
}
.ginput_container_select select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjNDQ0JyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4=");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.pp-announcement-bar-wrap {
  z-index: 99990 !important;
}
.pp-announcement-bar-wrap .pp-announcement-bar-content {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .fl-module-pp-announcement-bar.fl-module[data-node] > .fl-module-content {
    margin: 0 !important;
  }
}
.testimonial-block-row .testimonial-box {
  color: #ffffff;
}
.testimonial-block-row .testimonial-box .testimonial-box-by h6 {
  color: #ffffff;
}
.testimonial-block-row[data-rowbackground="no"] > .fl-row-content-wrap:after {
  display: none;
}
.testimonial-block-row[data-rowbackground="no"] > .fl-row-content-wrap .testimonial-box {
  color: #00263e;
}
.testimonial-block-row[data-rowbackground="no"] > .fl-row-content-wrap .testimonial-box .testimonial-box-by h6 {
  color: #00263e;
}
.testimonial-block-row[data-rowbackground="no"] .owl-nav button svg path {
  fill: #fae3c0;
}
/*
 * Additions to Bootstrap's print stylesheet.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
@media print {
  body > * {
    display: none;
  }
  body > .fl-page {
    display: block;
  }
  body > .fl-page > * {
    display: none;
  }
  body > .fl-page > .fl-page-content {
    display: block;
  }
  body > .fl-page > .fl-page-content > * {
    display: none;
  }
  body > .fl-page > .fl-page-content > *:first-child {
    display: block;
  }
  a[href]:after {
    display: none;
  }
}
/* @media print */
/*

Bootstrap 4 specific tweaks for backwards compatibility.

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* General Bootstrap
----------------------------------------------------------- */
.fl-full-width .container {
  max-width: 100%;
}
.navbar-toggle {
  padding: 9px 10px;
}
/* Top Bar
----------------------------------------------------------- */
.fl-page-bar-nav {
  display: block;
}
.fl-page-bar-nav > li > a.nav-link {
  padding: 2px 10px;
}
@media (min-width: 768px) {
  .fl-page-bar-nav {
    display: flex;
  }
}
/* General Header
----------------------------------------------------------- */
.fl-page-nav {
  flex-wrap: wrap;
  padding: 0;
}
.fl-page-nav .navbar-nav > li > a.nav-link {
  padding: 15px 15px;
}
/* Left & Right Nav Headers
----------------------------------------------------------- */
.fl-page-nav-left .fl-page-header-row,
.fl-page-nav-right .fl-page-header-row {
  display: flex;
  align-items: center;
}
.fl-page-nav-left .fl-page-nav,
.fl-page-nav-right .fl-page-nav {
  flex-direction: row;
}
.fl-page-nav-left .fl-page-nav .navbar-nav,
.fl-page-nav-right .fl-page-nav .navbar-nav {
  display: block;
}
.fl-page-nav-left.fl-page-nav-toggle-visible-always .fl-page-header-row > div,
.fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-row > div {
  max-width: 100%;
}
@media (max-width: 991px) {
  .fl-page-nav-left .fl-page-nav-collapse,
  .fl-page-nav-right .fl-page-nav-collapse {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .fl-page-nav-left .fl-page-header-row .col-lg-4,
  .fl-page-nav-right .fl-page-header-row .col-lg-4 {
    width: 33.333333%;
  }
  .fl-page-nav-left .fl-page-header-row .col-lg-8,
  .fl-page-nav-right .fl-page-header-row .col-lg-8 {
    width: 66.666667%;
  }
  .fl-page-nav-left .fl-page-nav .navbar-nav,
  .fl-page-nav-right .fl-page-nav .navbar-nav {
    display: flex;
  }
}
/* Centered & Vertical Nav Headers
----------------------------------------------------------- */
.fl-page-nav-centered .fl-page-nav .navbar-nav,
.fl-page-nav-centered-inline-logo .fl-page-nav .navbar-nav,
.fl-page-nav-vertical-left .fl-page-nav .navbar-nav,
.fl-page-nav-vertical-right .fl-page-nav .navbar-nav {
  display: block;
}
@media (min-width: 768px) {
  .fl-page-nav-centered .fl-page-nav-collapse,
  .fl-page-nav-centered-inline-logo .fl-page-nav-collapse,
  .fl-page-nav-vertical-left .fl-page-nav-collapse,
  .fl-page-nav-vertical-right .fl-page-nav-collapse {
    display: block !important;
  }
}
/* Fixed Header
----------------------------------------------------------- */
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a.nav-link,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a.nav-link {
  padding: 10px 15px;
}
/* Content
----------------------------------------------------------- */
.row.fl-post-image-beside-wrap {
  display: block;
}
/* Footer
----------------------------------------------------------- */
.fl-page-footer .text-right .fl-page-footer-nav {
  justify-content: end;
}
.fl-page-footer .fl-page-footer-nav {
  flex-direction: row;
}
.fl-page-footer .fl-page-footer-nav > li .nav-link {
  line-height: 20px;
  padding: 0 15px 15px 15px;
  position: relative;
}
/* Media Query - 1100px or greater
----------------------------------------------------------- */
@media (min-width: 1100px) {
  .fl-full-width .container {
    max-width: 90%;
  }
}
/* Bootstrap-4 Woocommerce Fixes
----------------------------------------------------------- */
body.fl-framework-base-4 .woocommerce-billing-fields .form-row,
body.fl-framework-bootstrap-4 .woocommerce-billing-fields .form-row,
body.fl-framework-base-4 .woocommerce-shipping-fields .form-row,
body.fl-framework-bootstrap-4 .woocommerce-shipping-fields .form-row,
body.fl-framework-base-4 .woocommerce form .form-row,
body.fl-framework-bootstrap-4 .woocommerce form .form-row {
  display: block;
}
body.fl-framework-base-4 .woocommerce .col2-set .col-1,
body.fl-framework-bootstrap-4 .woocommerce .col2-set .col-1,
body.fl-framework-base-4 .woocommerce-page .col2-set .col-1,
body.fl-framework-bootstrap-4 .woocommerce-page .col2-set .col-1,
body.fl-framework-base-4 .woocommerce .col2-set .col-2,
body.fl-framework-bootstrap-4 .woocommerce .col2-set .col-2,
body.fl-framework-base-4 .woocommerce-page .col2-set .col-2,
body.fl-framework-bootstrap-4 .woocommerce-page .col2-set .col-2 {
  max-width: none;
  max-width: unset;
  padding-left: initial;
  padding-right: initial;
}
body.fl-framework-base-4 .fl-woo-content-right,
body.fl-framework-bootstrap-4 .fl-woo-content-right {
  order: 1;
}
/* Media Query - 992px or less
----------------------------------------------------------- */
@media (max-width: 992px) {
  body.woocommerce-page.fl-framework-base-4 .row,
  body.woocommerce-page.fl-framework-bootstrap-4 .row {
    flex-direction: column;
  }
  body.woocommerce-page.fl-framework-base-4 .fl-sidebar,
  body.woocommerce-page.fl-framework-bootstrap-4 .fl-sidebar {
    width: 100%;
  }
}
/*
 * WordPress improvements.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
/* Embeds */
div.oembed,
div.wp-audio-shortcode {
  margin-top: 48px;
  margin-bottom: 48px;
  clear: both;
  /* Escape floats */
}
div.oembed {
  text-align: center;
}
div.oembed-slideshare-net > div {
  display: none;
}
/* Workaround for WordPress wpautop-function bug */
p:empty {
  display: none;
}
/*
 * Bootstrap improvements.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
.btn-primary,
a.tribe-events-gmap {
  line-height: 1.2;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 30px;
  color: #ffffff;
  background-color: #ed8b00;
  border-color: #ed8b00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
a.tribe-events-gmap:hover,
a.tribe-events-gmap:focus,
a.tribe-events-gmap:active,
.open > .dropdown-togglea.tribe-events-gmap {
  text-decoration: none;
  color: #ffffff;
  background-color: #ba6d00;
  border-color: #ba6d00;
}
.btn-secondary {
  line-height: 1.2;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 30px;
  color: #ffffff;
  background-color: #006ba6;
  border-color: secondary-accent-color;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  text-decoration: none;
  color: #ffffff;
  background-color: #00263e;
  border-color: #00263e;
}
/*
 * Beaver Builder's Theme improvements.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
/* Topbar */
@media (max-width: 768px) {
  .fl-page-bar {
    display: none;
  }
}
.custom-html-widget .fl-module-content {
  margin: 0;
}
div.fl-page-bar-container {
  padding-top: 0;
  padding-bottom: 0;
}
div.fl-page-bar-row,
div.fl-page-bar-row .menu {
  font-size: 0.875rem;
  text-transform: uppercase;
}
div.fl-page-bar-row div.text-center {
  text-align: left;
}
/* Comment form */
form.fl-comment-form > p:first-child {
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
}
/* Widgets */
h4.fl-widget-title {
  font-style: normal;
}
/* Archive pages */
div.fl-archive div.fl-post-thumb {
  margin-top: calc(1em - 1ex);
}
/* Responsive crop and centering of featured image */
body:not(.fl-builder) div:not(.fl-post-image-beside) > div.fl-post-thumb,
div.featured-image div.fl-photo-content {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 */
  box-shadow: 5px 5px 15px #d8d8d8;
  width: 100%;
  /* Necessary for .featured-image */
}
body:not(.fl-builder) div:not(.fl-post-image-beside) > div.fl-post-thumb img,
div.featured-image div.fl-photo-content img {
  position: absolute;
  top: 50%;
  left: 0;
  /* Necessary for .featured-image */
  transform: translate(0, -50%);
  box-shadow: none;
}
/* Image caption for featured image */
body:not(.fl-builder) div.fl-post-thumb,
div.featured-image div.fl-photo-content,
div.fl-post-grid-image {
  position: relative;
}
body:not(.fl-builder) div.fl-post-thumb figcaption,
div.featured-image div.fl-photo-content figcaption,
div.fl-post-grid-image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
div.fl-post-grid-image figcaption {
  font-size: 0.875rem;
}
/* Service links */
.post-edit-link,
.comment-edit-link {
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: #75787b;
}
/* Meta text */
.byline,
.post-meta,
.fl-post-meta,
.comment-meta,
.fl-page-footer .fl-photo-caption-below {
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
  color: #75787b;
}
.fl-post-meta-top {
  margin: 1.5em 0;
}
.byline a,
.fl-post-author a {
  color: inherit;
}
.byline a:hover,
.byline a:focus,
.fl-post-author a:hover,
.fl-post-author a:focus {
  color: #006ba6;
}
/* Author box */
.fl-author-box {
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
}
.fl-author-box h4 {
  font-style: normal;
  font-weight: bold;
}
.fl-author-box p,
.fl-author-box .fl-author-link {
  display: inline;
}
/* Social icons */
.fl-social-icons a:hover i {
  color: #e0e0e0;
}
.fl-sidebar-right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .fl-sidebar-right {
    padding-left: 40px;
  }
}
.fl-content-left {
  border: none;
}
/* Restore media player buttons.
 *
 * The global button styling replaces the styling of play, volume and other
 * buttons of WordPress built-in media player. This bug was reported to
 * the Beaver Builder team on February 9, 2019. While awaiting the bug to be
 * acknowledged and fixed, this is a workaround.
 */
.fl-page .mejs-button button {
  color: #00ff00;
  background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
  font-size: 0;
  line-height: 0;
  border: none;
}
.fl-page .mejs-play > button {
  background-position: 0 0;
}
.fl-page .mejs-pause > button {
  background-position: -20px 0;
}
.fl-page .mejs-replay > button {
  background-position: -160px 0;
}
.fl-page .mejs-volume-button button {
  background-position: 60px 0;
}
.fl-page .mejs-fullscreen-button > button {
  background-position: -80px 0;
}
.fl-page .mejs-unfullscreen > button {
  background-position: -100px 0;
}
.fl-page .mejs-mute > button {
  background-position: -60px 0;
}
.fl-page .mejs-unmute > button {
  background-position: -40px 0;
}
.fl-page .mejs-captions-button > button {
  background-position: -140px 0;
}
.fl-page .mejs-chapters-button > button {
  background-position: -180px 0;
}
/* Reset style for bb-nav-search */
.bb-nav-search-shortcode > .fl-page-nav-search {
  position: initial;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}
.bb-nav-search-shortcode > .fl-page-nav-search > .fa-search {
  position: initial;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  padding: initial;
  font-size: unset;
  color: unset;
}
.bb-nav-search-shortcode > .fl-page-nav-search > .fa-search:hover,
.bb-nav-search-shortcode > .fl-page-nav-search > .fa-search:focus {
  color: unset;
}
.bb-nav-search-shortcode > .fl-page-nav-search > form {
  position: initial;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}
/*
 * Styling the content.
 *
 *  CUSTOM STYLES.
*/
.font-heading {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
}
.font-serif {
  font-family: "Times New Roman", Times, serif;
}
.font-body {
  font-family: "Roboto", Arial, Helvetica, san-serif;
}
.max-image-75 {
  max-width: 75px !important;
}
.h1 .heading-title {
  font-size: 2.875rem;
}
#rev_slider_1_1_wrapper {
  left: 0 !important;
}
.timestamp {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  color: #ae9c81;
}
ul.page-utility-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.page-utility-buttons li:not(.yes-social-share-item) {
  display: inline-block;
  padding: 10px 5px;
}
ul.page-utility-buttons li:not(.yes-social-share-item) a:not(.yes-social-share-link) {
  text-decoration: none;
  background: #fcebd3;
  display: table;
  text-align: center;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #043b61;
  border: solid 5px #fff;
  transition: all 0.2s ease-out;
}
ul.page-utility-buttons li:not(.yes-social-share-item) a:not(.yes-social-share-link):hover {
  background: #fae3c0;
}
ul.page-utility-buttons li:not(.yes-social-share-item) a:not(.yes-social-share-link) i {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
ul.page-utility-buttons .fl-builder-module-template {
  margin: 0 !important;
  padding: 0 !important;
}
ul.page-utility-buttons .fl-builder-module-template .fl-module-content {
  margin: 0;
}
.page-list,
#menu-company-menu {
  margin: 0 0 20px 0;
}
.page-list li,
#menu-company-menu li {
  margin-bottom: 0;
  list-style: none;
  border-bottom: none;
}
.page-list li.current_page_item a,
#menu-company-menu li.current_page_item a {
  color: #006ba6;
}
.page-list li a,
#menu-company-menu li a {
  text-decoration: none;
  color: #75787b;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 10px 0;
}
.mega-menu .page-list li a,
.mega-menu #menu-company-menu li a {
  font-size: 16px;
}
.page-list li a:hover,
#menu-company-menu li a:hover,
.page-list li a:focus,
#menu-company-menu li a:focus {
  color: #006ba6;
}
.posttype-staff #menu-company-menu li.menu-item-2339 a {
  color: #006ba6;
}
.term-list {
  margin: 0;
  list-style: none;
}
.term-list .term-first {
  margin: 0;
  border-bottom: solid 1px #fae3c0;
  padding: 20px 20px 20px 0;
  transition: all 0.2s ease-out;
}
.term-list .term-first:hover {
  background-color: #fef9f1;
  transition: all 0.2s ease-out;
}
.term-list .term-first:last-child {
  border-bottom: none;
}
.term-list .term-first .term-parent-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-shrink: 1;
}
.term-list .term-first .term-parent-box .svg-content {
  max-width: 60px;
  margin: 0 10px 0 10px;
}
@media (min-width: 768px) {
  .term-list .term-first .term-parent-box .svg-content {
    margin: 0 20px 0 10px;
    max-width: 100px;
  }
}
.term-list .term-first .term-parent-box .term-parent-box--content {
  flex: 1;
}
.term-list .term-first .term-parent-box .term-parent-box--content h3 a {
  color: inherit;
}
.term-list.term-parent li {
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
}
.term-list.term-parent li a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .term-list.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.row-background-size-100 .fl-row-content-wrap {
  background-size: 100% !important;
}
.row-dot-overlay .fl-row-content-wrap:after {
  background-image: url('/wp-content/themes/yes-theme-child/assets/images/dot-bg-opacity.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
@media (max-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}
.mega-menu-link i {
  font-size: 6px;
  display: inline-block;
  padding-left: 3px;
  color: #ed8b00 !important;
}
.industry-practices.sage-connect .svg-content {
  width: 180px;
}
@media (min-width: 992px) {
  .industry-practices.sage-connect .svg-content {
    width: 180px;
  }
}
.industry-practices.sage-secure .svg-content {
  width: 226px;
}
@media (min-width: 992px) {
  .industry-practices.sage-secure .svg-content {
    width: 170px;
  }
}
.industry-practices.sage-view .svg-content {
  width: 172px;
}
@media (min-width: 992px) {
  .industry-practices.sage-view .svg-content {
    width: 138px;
  }
}
.industry-practices.sage-iot .svg-content {
  width: 138px;
}
@media (min-width: 992px) {
  .industry-practices.sage-iot .svg-content {
    width: 116px;
  }
}
#mega-menu-wrap-header .mega-menu-toggle .mega-search-wrap {
  z-index: 99988 !important;
}
.mega-solution-mega-menu .bg-snow-dark-important {
  padding: 10px 0 !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 10px 0;
  }
  #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.2);
  }
}
.mega-solution-mega-menu .mega-menu-item-custom_html-2 .mega-block-title,
.mega-menu-item-custom_html-3 .mega-block-title {
  padding-left: 20px !important;
  padding-top: 16px !important;
}
.mega-solution-mega-menu .mega-menu-item-custom_html-2 {
  padding: 0 !important;
}
.practice-main-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.practice-main-menu li {
  margin: 0;
}
.practice-main-menu li:last-child a {
  border-bottom: none;
}
.practice-main-menu li.sage-connect .svg-content {
  width: 140px;
}
@media (min-width: 992px) {
  .practice-main-menu li.sage-connect .svg-content {
    width: 180px;
  }
}
.practice-main-menu li.sage-secure .svg-content {
  width: 130px;
}
@media (min-width: 992px) {
  .practice-main-menu li.sage-secure .svg-content {
    width: 170px;
  }
}
.practice-main-menu li.sage-view .svg-content {
  width: 112px;
}
@media (min-width: 992px) {
  .practice-main-menu li.sage-view .svg-content {
    width: 138px;
  }
}
.practice-main-menu li.sage-iot .svg-content {
  width: 95px;
}
@media (min-width: 992px) {
  .practice-main-menu li.sage-iot .svg-content {
    width: 116px;
  }
}
.practice-main-menu li a {
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: solid 1px #fae3c0;
  width: 100%;
  display: block;
  transition: background 200ms linear, color 200ms linear;
}
.practice-main-menu li a .svg-box svg {
  width: 140px;
}
.practice-main-menu li a p {
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #ae9c81 !important;
}
.practice-main-menu li a:hover {
  background: #fcebd3;
}
.practice-main-menu li a:hover .svg-box .svg-content path {
  fill: #043b61;
  transition: all 0.2s ease-in-out;
}
.practice-main-menu li a:hover p {
  color: #043b61 !important;
}
.pagelist-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.pagelist-menu li {
  margin-bottom: 0;
  border-bottom: solid 1px #fae3c0;
  margin-top: 0;
}
.pagelist-menu li a {
  transition: background 200ms linear, color 200ms linear, border 200ms linear;
  display: block;
  color: #006ba6;
  padding: 0px 20px 0px 20px;
  line-height: 40px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  font-size: 16px;
}
.pagelist-menu li a:hover {
  background: #fcebd3;
  font-weight: bold;
  text-decoration: none;
  color: #00263e;
}
.practice-navblock {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: space-around;
}
@media (min-width: 992px) {
  .practice-navblock.sage-connect .svg-content {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .practice-navblock.sage-secure .svg-content {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .practice-navblock.sage-view .svg-content {
    width: 138px;
  }
}
@media (min-width: 992px) {
  .practice-navblock.sage-iot .svg-content {
    width: 116px;
  }
}
.sidebar .practice-navblock li {
  width: 100% !important;
}
.sidebar .practice-navblock li:last-child a {
  border-bottom: none;
}
@media (min-width: 992px) {
  .sidebar .practice-navblock li.sage-connect .svg-content {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .sidebar .practice-navblock li.sage-secure .svg-content {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .sidebar .practice-navblock li.sage-view .svg-content {
    width: 138px;
  }
}
@media (min-width: 992px) {
  .sidebar .practice-navblock li.sage-iot .svg-content {
    width: 116px;
  }
}
.sidebar .practice-navblock li a {
  height: auto;
  padding: 20px 20px 10px 20px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: solid 1px #f0f0f0;
}
.sidebar .practice-navblock li a:hover {
  transform: translateY(0) !important;
}
.sidebar .practice-navblock li a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .sidebar .practice-navblock li a p {
    font-size: 14px;
  }
}
.practice-navblock.four-column-home li a {
  display: flex;
}
.practice-navblock.four-column-home li a .svg-box {
  width: 75px;
  padding-right: 10px;
  flex-shrink: 0;
}
.practice-navblock.four-column-home li a h4 small {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #75787b;
}
.practice-navblock.four-column-home li a:hover {
  background-color: #FEF9F1;
  color: #75787b;
}
.practice-navblock.four-column-home li a:hover h4 {
  transition: all 0.3s ease-in-out;
  color: #00263e;
}
@media (min-width: 768px) {
  .practice-navblock.four-column-home li {
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .practice-navblock.four-column-home li {
    width: 25%;
  }
}
.practice-navblock.three-column-home li a {
  display: flex;
}
.practice-navblock.three-column-home li a .svg-box {
  width: 75px;
  padding-right: 10px;
}
.practice-navblock.three-column-home li a h3 small {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #75787b;
}
.practice-navblock.three-column-home li a:hover {
  background-color: #FEF9F1;
  color: #75787b;
}
.practice-navblock.three-column-home li a:hover h3 {
  transition: all 0.3s ease-in-out;
  color: #00263e;
}
@media (min-width: 992px) {
  .practice-navblock.three-column-home li {
    width: 33%;
  }
  .practice-navblock.three-column-home li a .svg-box {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .practice-navblock.three-column li:nth-child(1) a {
    box-shadow: none;
  }
}
.practice-navblock.three-column li:nth-child(1) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.three-column li:nth-child(2) a {
    box-shadow: none;
  }
}
.practice-navblock.three-column li:nth-child(2) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.three-column li:nth-child(3) a {
    box-shadow: none;
  }
}
.practice-navblock.three-column li:nth-child(3) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.three-column li:nth-child(4) a {
    box-shadow: none;
  }
}
.practice-navblock.three-column li:nth-child(4) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.three-column li {
    width: 33%;
  }
}
.practice-navblock.three-column li a:hover {
  transform: translateY(0) !important;
}
@media (min-width: 992px) {
  .practice-navblock.two-two li:nth-child(1) a {
    box-shadow: 0 1px 0px 0px #f0f0f0, 0 -1px 0px 0px #ffffff, 1px 0 1px -1px #ffffff, -1px 0 1px -1px #ffffff;
  }
}
.practice-navblock.two-two li:nth-child(1) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.two-two li:nth-child(2) a {
    box-shadow: 0 1px 0px 0px #f0f0f0, 0 -1px 0px 0px #ffffff, 1px 0 1px -1px #ffffff, -1px 0 1px -1px #f0f0f0;
  }
}
.practice-navblock.two-two li:nth-child(2) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.two-two li:nth-child(3) a {
    box-shadow: 0 1px 0px 0px #ffffff, 0 -1px 0px 0px #f0f0f0, 1px 0 1px -1px #ffffff, -1px 0 1px -1px #ffffff;
  }
}
.practice-navblock.two-two li:nth-child(3) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.two-two li:nth-child(4) a {
    box-shadow: 0 1px 0px 0px #ffffff, 0 -1px 0px 0px #f0f0f0, 1px 0 1px -1px #ffffff, -1px 0 1px -1px #f0f0f0;
  }
}
.practice-navblock.two-two li:nth-child(4) a:before {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .practice-navblock.two-two li {
    width: 50%;
  }
}
.practice-navblock.two-two li a:hover {
  transform: translateY(0) !important;
}
.practice-navblock li {
  list-style: none;
  flex: 0 1 auto;
  margin: 0px;
  width: 100%;
}
.practice-navblock li:nth-child(1) a:before {
  box-shadow: none !important;
}
.practice-navblock li:nth-child(2) a:before {
  box-shadow: none !important;
}
.practice-navblock li:nth-child(3) a:before {
  box-shadow: none !important;
}
.practice-navblock li:nth-child(4) a:before {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 768px) {
  .practice-navblock li {
    width: 50%;
  }
  .practice-navblock li:nth-child(1) a:before {
    box-shadow: none !important;
  }
  .practice-navblock li:nth-child(2) a:before {
    box-shadow: none !important;
  }
  .practice-navblock li:nth-child(3) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
  .practice-navblock li:nth-child(4) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 992px) {
  .practice-navblock li {
    width: 25%;
  }
  .practice-navblock li:nth-child(1) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
  .practice-navblock li:nth-child(2) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
  .practice-navblock li:nth-child(3) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
  .practice-navblock li:nth-child(4) a:before {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1) !important;
  }
}
.practice-navblock li:last-child a {
  border-right: none;
}
.practice-navblock li a {
  box-shadow: 0 0 0 1px #f0f0f0;
  background-color: #fff;
  position: relative;
  height: auto;
  padding: 10px 20px;
  font-size: 1rem;
  display: block;
  color: #75787b;
  text-decoration: none;
  padding: 20px 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .practice-navblock li a {
    height: 150px;
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  .practice-navblock li a {
    height: 200px;
    padding: 30px 20px;
  }
}
.practice-navblock li a:hover {
  color: #fff;
  z-index: 2;
  box-shadow: 0 0 0 1px transparent;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .practice-navblock li a:hover {
    transform: translateY(-30px);
  }
}
.practice-navblock li a:hover .svg-box .svg-content path {
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.practice-navblock li a:before {
  font-family: 'sage' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  content: "\e944";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
.practice-navblock li a img {
  max-width: 100%;
}
.practice-navblock li a p {
  max-width: 95%;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .practice-navblock li a p {
    font-size: 16px;
  }
}
.practice-navblock li a .svg-box {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.practice-navblock li a .svg-box .svg-content {
  transition: all 0.2s ease-in-out;
}
.practice-navblock li.sage-connect .svg-content {
  width: 180px;
}
@media (min-width: 992px) {
  .practice-navblock li.sage-connect .svg-content {
    width: 226px;
  }
}
.practice-navblock li.sage-connect:hover a,
.single-practice-area-sageconnect .practice-navblock li.sage-connect a,
.parent-practice-area-sageconnect .practice-navblock li.sage-connect a {
  background: #75787B;
  border-color: #75787B;
  color: #fff;
}
.practice-navblock li.sage-connect:hover a .svg-box .svg-content path,
.single-practice-area-sageconnect .practice-navblock li.sage-connect a .svg-box .svg-content path,
.parent-practice-area-sageconnect .practice-navblock li.sage-connect a .svg-box .svg-content path {
  fill: #fff;
}
.practice-navblock li.sage-secure .svg-content {
  width: 170px;
}
@media (min-width: 992px) {
  .practice-navblock li.sage-secure .svg-content {
    width: 200px;
  }
}
.practice-navblock li.sage-secure:hover a,
.single-practice-area-sagesecure .practice-navblock li.sage-secure a,
.parent-practice-area-sagesecure .practice-navblock li.sage-secure a {
  background: #652F6C;
  border-color: #652F6C;
  color: #fff;
}
.practice-navblock li.sage-secure:hover a .svg-box .svg-content path,
.single-practice-area-sagesecure .practice-navblock li.sage-secure a .svg-box .svg-content path,
.parent-practice-area-sagesecure .practice-navblock li.sage-secure a .svg-box .svg-content path {
  fill: #fff;
}
.practice-navblock li.sage-view .svg-content {
  width: 138px;
}
@media (min-width: 992px) {
  .practice-navblock li.sage-view .svg-content {
    width: 172px;
  }
}
.practice-navblock li.sage-view:hover a,
.single-practice-area-sageview .practice-navblock li.sage-view a,
.parent-practice-area-sageview .practice-navblock li.sage-view a {
  background: #65C8C6;
  border-color: #65C8C6;
  color: #fff;
}
.practice-navblock li.sage-view:hover a .svg-box .svg-content path,
.single-practice-area-sageview .practice-navblock li.sage-view a .svg-box .svg-content path,
.parent-practice-area-sageview .practice-navblock li.sage-view a .svg-box .svg-content path {
  fill: #fff;
}
.practice-navblock li.sage-iot .svg-content {
  width: 116px;
}
@media (min-width: 992px) {
  .practice-navblock li.sage-iot .svg-content {
    width: 138px;
  }
}
.practice-navblock li.sage-iot:hover a,
.single-practice-area-sageiot .practice-navblock li.sage-iot a,
.parent-practice-area-sageiot .practice-navblock li.sage-iot a {
  background: #ED8B00;
  border-color: #ED8B00;
  color: #fff;
}
.practice-navblock li.sage-iot:hover a .svg-box .svg-content path,
.single-practice-area-sageiot .practice-navblock li.sage-iot a .svg-box .svg-content path,
.parent-practice-area-sageiot .practice-navblock li.sage-iot a .svg-box .svg-content path {
  fill: #fff;
}
.dotted-heading .uabb-heading-text,
.dotted-heading .fl-heading-text,
.dotted-heading .heading-title .title-text,
.dotted-heading .pp-infobox-title,
.dotted-heading .widgettitle {
  text-transform: uppercase;
}
.dotted-heading .uabb-heading-text .add-dot,
.dotted-heading .fl-heading-text .add-dot,
.dotted-heading .heading-title .title-text .add-dot,
.dotted-heading .pp-infobox-title .add-dot,
.dotted-heading .widgettitle .add-dot {
  white-space: nowrap;
}
.dotted-heading .uabb-heading-text .add-dot:after,
.dotted-heading .fl-heading-text .add-dot:after,
.dotted-heading .heading-title .title-text .add-dot:after,
.dotted-heading .pp-infobox-title .add-dot:after,
.dotted-heading .widgettitle .add-dot:after {
  content: '\2022';
  display: inline-block;
  color: #ed8b00;
  vertical-align: sub;
  line-height: 50%;
}
.dotted-heading h1.heading-title {
  text-transform: capitalize;
}
.tribe-events-list-widget .widgettitle {
  text-transform: uppercase;
}
.tribe-events-list-widget .widgettitle .add-dot {
  white-space: nowrap;
}
.tribe-events-list-widget .widgettitle .add-dot:after {
  content: '\2022';
  display: inline-block;
  color: #ed8b00;
  vertical-align: sub;
  line-height: 50%;
}
.subscribe-box .pp-infobox-description {
  background: transparent url('/wp-content/themes/yes-theme-child/assets/images/newsletter-email.png') no-repeat bottom right;
}
.iconed-bg .pp-infobox {
  background-image: url('/wp-content/themes/yes-theme-child/assets/images/managed-cta-bg.png');
  background-position: 0 0;
  background-repeat: repeat;
}
.member-box,
.dotted-corner {
  background-image: url('/wp-content/themes/yes-theme-child/assets/images/dot-right-bottom-small.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}
#rev_slider_1_1_wrapper,
#rev_slider_5_1_wrapper {
  left: 0 !important;
}
.dlm-xhr-loading-gif,
.dlm-xhr-progress {
  display: none !important;
}
@media (min-width: 992px) {
  .single-industry-area-c-store .industry-practices .svg-content {
    width: 300px;
  }
}
.single-industry-area-c-store .industry-practices {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-industry-area-c-store .industry-link {
  margin: 20px 0;
  width: auto;
  display: inline-block;
  color: #ffffff;
  background-color: #006ba6;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
  border: none;
  border-radius: 25px;
  font-weight: 700;
}
.single-industry-area-c-store .industry-link:hover {
  text-decoration: none;
  background-color: #043b61;
}
.site-footer .fl-row-content-wrap {
  background-size: 600px;
  background-image: url('/wp-content/themes/yes-theme-child/assets/images/sage-dots-footer-opq.png') !important;
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media (max-width: 768px) {
  .site-footer .fl-row-content-wrap {
    background-size: 600px;
    background-position: center center;
  }
}
.practice-area-header svg {
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .practice-area-header svg {
    height: 80px;
  }
}
.practice-area-header svg path {
  fill: #fff;
}
blockquote {
  border-left: none !important;
  font-style: italic;
  font-size: 1.75rem !important;
  font-family: "Times New Roman", Times, serif;
  overflow: hidden;
}
blockquote.testimonial-box {
  padding: 0;
  width: 100%;
}
blockquote.testimonial-box.testi-orange {
  background: transparent url('/wp-content/themes/yes-theme-child/assets/images/testi-orange.png') no-repeat top left;
}
blockquote.testimonial-box .testimonial-box-by {
  margin-top: 30px;
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 1rem;
}
.fl-button-lightbox-wrap .mfp-content {
  background: none;
}
div.mfp-wrap .mfp-close {
  background-color: #ffffff !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
div.mfp-wrap .mfp-close:hover,
div.mfp-wrap .mfp-close:focus {
  background-color: #ed8b00 !important;
  color: #ffffff !important;
}
.event-badge-circle {
  width: 90px;
  height: 90px;
}
.pulse-circle {
  position: relative;
}
.pulse-circle:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(237, 139, 0, 0.5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button {
  margin: 20px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 30px !important;
  text-align: center;
  color: #fff;
  line-height: 44px;
  margin: 0 !important;
  padding-left: 6px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(237, 139, 0, 0.5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(237, 139, 0, 0.8);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #ed8b00;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.circles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.circles .circlei {
  border-radius: 100%;
  position: absolute;
  height: 800px;
  left: calc(50% - 400px);
  top: calc(50% - 200px);
  width: 800px;
}
@media (max-width: 768px) {
  .circles .circlei {
    height: 400px;
    left: calc(50% - 200px);
    top: calc(50% - 100px);
    width: 400px;
  }
}
.circles .circlei.circlei-accent-3 {
  background-color: rgba(237, 139, 0, 0.8);
}
.circles .circlei.circlei-accent-2 {
  background-color: rgba(237, 139, 0, 0.6);
}
.circles .circlei.circlei-accent {
  background-color: rgba(237, 139, 0, 0.4);
}
.circles .pulses {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: pulses;
  animation-name: pulses;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.circles .pulses:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.circles .pulses:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* PULSE ANIMATION */
@-webkit-keyframes pulses {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pulses {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0.5;
  }
}
/* END OF PULSE ANIMATION */
.split-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 0;
}
.split-card:hover {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.split-card:hover .card-description {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.split-card:hover .card-description:before {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background-color: inherit;
}
.split-card:hover .card-img {
  transform: scale(1.1);
}
.split-card .card-meta {
  position: relative;
  z-index: 0;
  height: 200px;
  overflow: hidden;
}
.split-card .card-meta .card-meta-inner {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background: linear-gradient(90deg, rgba(0, 38, 62, 0.8) 50%, rgba(0, 38, 62, 0) 100%);
  color: #fff;
  width: 100%;
}
.split-card .card-meta .card-meta-inner ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.split-card .card-meta .card-meta-inner ul li {
  color: #ed8b00;
  font-family: "Roboto Condensed", Arial, Helvetica, san-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.split-card .card-meta .card-meta-inner:after {
  font-family: 'sage' !important;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e944";
  color: #fff;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.split-card .card-meta .card-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.split-card .card-meta ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.split-card .card-description {
  position: relative;
  z-index: 1;
}
.split-card .card-description .card-subtitle {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.split-card:hover .card-meta-inner {
  left: 0%;
}
@media (min-width: 640px) {
  .split-card {
    flex-direction: row;
  }
  .split-card .card-meta {
    flex-basis: 40%;
    height: auto;
  }
  .split-card .card-description {
    flex-basis: 60%;
  }
  .split-card .card-description:before {
    content: "";
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .split-card.alt {
    flex-direction: row-reverse;
  }
  .split-card.alt .card-description:before {
    left: inherit;
    right: -10px;
  }
  .split-card.alt .card-meta-inner {
    padding-left: 25px;
  }
  .split-card.card-stacked {
    flex-direction: column;
  }
  .split-card.card-stacked .card-meta {
    flex-basis: auto;
    height: 200px;
  }
  .split-card.card-stacked .card-description {
    flex-basis: auto;
  }
  .split-card.card-stacked .card-description:before {
    display: none;
  }
}
.download-btn {
  padding-left: 45px;
  position: relative;
  border-radius: 50px;
}
.download-btn small {
  display: block;
}
.download-btn small.d-block {
  color: #ed8b00;
}
.download-btn:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f358";
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: calc(50% - 11px);
}
.file-icon.file-pdf:before {
  content: "\f1c1";
}
.file-icon.file-aif:before,
.file-icon.file-aifc:before,
.file-icon.file-aiff:before,
.file-icon.file-au:before,
.file-icon.file-kar:before,
.file-icon.file-m3u:before,
.file-icon.file-m4r:before,
.file-icon.file-mid:before,
.file-icon.file-midi:before,
.file-icon.file-mp2:before,
.file-icon.file-mp3:before,
.file-icon.file-mpga:before,
.file-icon.file-ra:before,
.file-icon.file-ram:before,
.file-icon.file-rm:before,
.file-icon.file-rpm:before,
.file-icon.file-snd:before,
.file-icon.file-wav:before,
.file-icon.file-wave:before {
  content: "\f1c7";
}
.file-icon.file-avi:before,
.file-icon.file-divx:before,
.file-icon.file-mov:before,
.file-icon.file-movie:before,
.file-icon.file-mp4:before,
.file-icon.file-mpe:before,
.file-icon.file-mpeg:before,
.file-icon.file-mpg:before,
.file-icon.file-mxu:before,
.file-icon.file-qt:before,
.file-icon.file-wmv:before {
  content: "\f1c8";
}
.file-icon.file-7z:before,
.file-icon.file-gz:before,
.file-icon.file-rar:before,
.file-icon.file-sit:before,
.file-icon.file-tar:before,
.file-icon.file-zip:before {
  content: "\f1c6";
}
.file-icon.file-csv:before,
.file-icon.file-tsv:before,
.file-icon.file-xls:before,
.file-icon.file-xlsx:before {
  content: "\f1c3";
}
.file-icon.file-doc:before,
.file-icon.file-docx:before {
  content: "\f1c2";
}
.file-icon.file-ai:before {
  content: "\f15c";
}
.file-icon.file-swf:before {
  content: "\f15c";
}
.file-icon.file-bmp:before,
.file-icon.file-djv:before,
.file-icon.file-eps:before,
.file-icon.file-gif:before,
.file-icon.file-ief:before,
.file-icon.file-jpe:before,
.file-icon.file-jpeg:before,
.file-icon.file-jpg:before,
.file-icon.file-pbm:before,
.file-icon.file-pgm:before,
.file-icon.file-png:before,
.file-icon.file-pnm:before,
.file-icon.file-ppm:before,
.file-icon.file-ps:before,
.file-icon.file-ras:before,
.file-icon.file-rgb:before,
.file-icon.file-tif:before,
.file-icon.file-tiff:before,
.file-icon.file-wbmp:before,
.file-icon.file-xbm:before,
.file-icon.file-xpm:before,
.file-icon.file-xwd:before {
  content: "\f1c5";
}
.file-icon.file-psd:before {
  content: "\f1c5";
}
.file-icon.file-ppt:before,
.file-icon.file-pptx:before {
  content: "\f1c4";
}
.file-icon.file-as:before,
.file-icon.file-css:before,
.file-icon.file-htaccess:before,
.file-icon.file-htm:before,
.file-icon.file-html:before,
.file-icon.file-js:before,
.file-icon.file-php:before,
.file-icon.file-sql:before,
.file-icon.file-xml:before,
.file-icon.file-xsl:before {
  content: "\f1c9";
}
.file-icon.file-rtf:before,
.file-icon.file-rtx:before {
  content: "\f15c";
}
.file-icon.file-txt:before {
  content: "\f15c";
}
.download-link {
  color: #006ba6;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.download-link:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f358";
}
ul.dlm-downloads {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dlm-downloads li {
  margin: 0;
}
ul.dlm-downloads li:nth-child(odd) {
  background-color: #fef9f1;
  border: solid 1px #fcebd3;
  border-radius: 5px;
}
ul.dlm-downloads li .download-link-list {
  color: #4a505c;
  padding: 10px;
  text-decoration: none;
}
ul.dlm-downloads li .download-link-list:hover {
  color: #006ba6;
}
ul.dlm-downloads li .download-link-list:hover .download-this {
  color: #ed8b00;
}
ul.dlm-downloads li .download-link-list:before {
  font-size: 24px;
  padding-right: 10px;
  padding-top: 3px;
}
ul.dlm-downloads li .download-link-list .download-link-content {
  flex-grow: 1;
}
ul.dlm-downloads li .download-link-list .download-link-content p {
  font-weight: 400;
  color: #75787b;
  font-size: 14px;
  margin-bottom: 0;
}
ul.dlm-downloads li .download-link-list .download-link-content small {
  font-size: 10px;
}
ul.dlm-downloads li .download-link-list .download-this {
  padding: 10px;
  color: #006ba6;
}
#announcement-bar .fl-col {
  min-height: auto !important;
}
.pp-announcement-bar-link {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pp-announcement-bar-link a {
  text-decoration: none;
}
.pp-announcement-bar-content {
  padding: 20px;
}
/*IE and Edge bug fixes */
.internet-explorer [bt-sticky="true"],
.microsoft-edge15 [bt-sticky="true"],
.fl-builder-ie-11 [bt-sticky="true"] {
  position: relative !important;
}
.internet-explorer .practice-navblock li.sage-connect .svg-content,
.microsoft-edge15 .practice-navblock li.sage-connect .svg-content,
.fl-builder-ie-11 .practice-navblock li.sage-connect .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-navblock li.sage-connect .svg-content,
  .microsoft-edge15 .practice-navblock li.sage-connect .svg-content,
  .fl-builder-ie-11 .practice-navblock li.sage-connect .svg-content {
    height: 48px;
  }
}
.internet-explorer .practice-navblock li.sage-secure .svg-content,
.microsoft-edge15 .practice-navblock li.sage-secure .svg-content,
.fl-builder-ie-11 .practice-navblock li.sage-secure .svg-content {
  height: 40px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-navblock li.sage-secure .svg-content,
  .microsoft-edge15 .practice-navblock li.sage-secure .svg-content,
  .fl-builder-ie-11 .practice-navblock li.sage-secure .svg-content {
    height: 47px;
  }
}
.internet-explorer .practice-navblock li.sage-view .svg-content,
.microsoft-edge15 .practice-navblock li.sage-view .svg-content,
.fl-builder-ie-11 .practice-navblock li.sage-view .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-navblock li.sage-view .svg-content,
  .microsoft-edge15 .practice-navblock li.sage-view .svg-content,
  .fl-builder-ie-11 .practice-navblock li.sage-view .svg-content {
    height: 47px;
  }
}
.internet-explorer .practice-navblock li.sage-iot .svg-content,
.microsoft-edge15 .practice-navblock li.sage-iot .svg-content,
.fl-builder-ie-11 .practice-navblock li.sage-iot .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-navblock li.sage-iot .svg-content,
  .microsoft-edge15 .practice-navblock li.sage-iot .svg-content,
  .fl-builder-ie-11 .practice-navblock li.sage-iot .svg-content {
    height: 46px;
  }
}
.internet-explorer .industry-practices.sage-connect .svg-content,
.microsoft-edge15 .industry-practices.sage-connect .svg-content,
.fl-builder-ie-11 .industry-practices.sage-connect .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .industry-practices.sage-connect .svg-content,
  .microsoft-edge15 .industry-practices.sage-connect .svg-content,
  .fl-builder-ie-11 .industry-practices.sage-connect .svg-content {
    height: 48px;
  }
}
.internet-explorer .industry-practices.sage-secure .svg-content,
.microsoft-edge15 .industry-practices.sage-secure .svg-content,
.fl-builder-ie-11 .industry-practices.sage-secure .svg-content {
  height: 40px;
}
@media (min-width: 992px) {
  .internet-explorer .industry-practices.sage-secure .svg-content,
  .microsoft-edge15 .industry-practices.sage-secure .svg-content,
  .fl-builder-ie-11 .industry-practices.sage-secure .svg-content {
    height: 47px;
  }
}
.internet-explorer .industry-practices.sage-view .svg-content,
.microsoft-edge15 .industry-practices.sage-view .svg-content,
.fl-builder-ie-11 .industry-practices.sage-view .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .industry-practices.sage-view .svg-content,
  .microsoft-edge15 .industry-practices.sage-view .svg-content,
  .fl-builder-ie-11 .industry-practices.sage-view .svg-content {
    height: 47px;
  }
}
.internet-explorer .industry-practices.sage-iot .svg-content,
.microsoft-edge15 .industry-practices.sage-iot .svg-content,
.fl-builder-ie-11 .industry-practices.sage-iot .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .industry-practices.sage-iot .svg-content,
  .microsoft-edge15 .industry-practices.sage-iot .svg-content,
  .fl-builder-ie-11 .industry-practices.sage-iot .svg-content {
    height: 46px;
  }
}
.internet-explorer .practice-main-menu li.sage-connect .svg-content,
.microsoft-edge15 .practice-main-menu li.sage-connect .svg-content,
.fl-builder-ie-11 .practice-main-menu li.sage-connect .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-main-menu li.sage-connect .svg-content,
  .microsoft-edge15 .practice-main-menu li.sage-connect .svg-content,
  .fl-builder-ie-11 .practice-main-menu li.sage-connect .svg-content {
    height: 48px;
  }
}
.internet-explorer .practice-main-menu li.sage-secure .svg-content,
.microsoft-edge15 .practice-main-menu li.sage-secure .svg-content,
.fl-builder-ie-11 .practice-main-menu li.sage-secure .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-main-menu li.sage-secure .svg-content,
  .microsoft-edge15 .practice-main-menu li.sage-secure .svg-content,
  .fl-builder-ie-11 .practice-main-menu li.sage-secure .svg-content {
    height: 47px;
  }
}
.internet-explorer .practice-main-menu li.sage-view .svg-content,
.microsoft-edge15 .practice-main-menu li.sage-view .svg-content,
.fl-builder-ie-11 .practice-main-menu li.sage-view .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-main-menu li.sage-view .svg-content,
  .microsoft-edge15 .practice-main-menu li.sage-view .svg-content,
  .fl-builder-ie-11 .practice-main-menu li.sage-view .svg-content {
    height: 47px;
  }
}
.internet-explorer .practice-main-menu li.sage-iot .svg-content,
.microsoft-edge15 .practice-main-menu li.sage-iot .svg-content,
.fl-builder-ie-11 .practice-main-menu li.sage-iot .svg-content {
  height: 38px;
}
@media (min-width: 992px) {
  .internet-explorer .practice-main-menu li.sage-iot .svg-content,
  .microsoft-edge15 .practice-main-menu li.sage-iot .svg-content,
  .fl-builder-ie-11 .practice-main-menu li.sage-iot .svg-content {
    height: 46px;
  }
}
.internet-explorer .term-list li .svg-content img,
.microsoft-edge15 .term-list li .svg-content img,
.fl-builder-ie-11 .term-list li .svg-content img {
  max-width: 100px;
}
@supports (-ms-ime-align:auto) {
  [bt-sticky="true"] {
    position: relative !important;
  }
}
/*
 * Beaver Builder's Page Builder improvements.
 *
 * DON'T EDIT THIS FILE. INSTEAD, EDIT THE FILES IN THE CUSTOM DIRECTORY.
*/
/* WordPress widget in Beaver Builder */
/* Rich text */
.fl-rich-text > :first-child {
  margin-top: 0;
}
.fl-rich-text > :last-child {
  margin-bottom: 0;
}
/* Infinit scroll */
#infscr-loading {
  font-family: "Roboto", Arial, Helvetica, san-serif;
  font-size: 0.875rem;
}
/* Magnfic Popup (the lightbox used by BB) */
.mfp-bg {
  background: #00263e;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.custom-html-widget .fl-builder-module-template {
  padding-left: 0;
  padding-right: 0;
}
.custom-html-widget .fl-module-content.fl-node-content {
  margin: 0;
}
