/*
    Theme Name: Calendar Rules Theme
    Theme URI: http://calendarrules.com
    Description: Based on Agency child theme created for the Genesis Framework.
    Author: Mona Reilly for Calendar Rules
 
    Version: 1.0
 
    Tags: 
 
    Template: genesis
    Template Version: 1.8
 
    
*/

/* Defaults
  ------------------------------------------------------------ */

/*
    @media screen and (max-width: 768px) {
        :root {
            font-size: 10px;
            line-height: 1;
        }
}

    @media screen and (min-width: 769px) and (max-width: 1024px) {
        :root {
            font-size: 11px;
            line-height: 1.1;
        }
}

    @media screen and (min-width: 1025px) and (max-width: 1200px) {
        :root {
            font-size: 11px;
            line-height: 1.25;
        }
}

   @media screen and (min-width: 1025) {
        :root {
            font-size: 12px;
            line-height: 1.25;
        }
}*/
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&family=Domine:wght@400;500;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Assistant:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  font-size: 12px;
  line-height: 1.5;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
label,
textarea,
blockquote {
  color: #0d1a15;
  font-family: "Source Sans 3", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*    font-size: clamp(1rem, 0.5vw + 1rem, 1.571rem);*/
}

body {
  margin: 0 auto;
}
/*
    
    
    /*FOX-OVERRIDES*/

p {
  font-size: 0.9rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

*/ .menu-primary {
  /* display: none;*/
  display: block;
}

.unique-body-class #element-to-hide {
  display: none;
}

.page-id-50 #menu-mainmenu {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 70px;
}

#trigPop {
  display: none;
}

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: white;
  border: 3px solid #666666;
  width: 68%;
  height: 50%;
  left: 15%;
  z-index: 999;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: left;
  padding: 0 0 0 5px;
  height: auto;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.alert-success {
  color: #3a544c;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.second {
  margin-left: 0px;
}

.third {
  margin-left: 30px;
}

/* Import Fonts
      ------------------------------------------------------------ */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap");

/* Custom only to calendarrules.com
      ------------------------------------------------------------ */

.category-news .entry-content {
  border-bottom: 1px solid #f0f2f1;
}

.category-news h2 a {
  color: #b3c6cf;
  font-size: 18px;
  padding: 15px 0 0 0;
}

.taxonomy-description h1 {
  font-size: 30px;
}

.taxonomy-description {
  padding: 0;
}

.home-right h4 {
  text-align: center;
}

ul.triggersnav h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1rem;
}

#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}

.gallery-caption {
  margin: 0 10px;
}

.gallery dt {
  border: 1px solid #ddd;
  height: 60px;
  padding: 20px;
  float: none;
  display: block;
  margin: 10px;
}

.gallery img {
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
  border: 0;
}

#description {
  letter-spacing: 0.15em;
}

/* Custom
      ------------------------------------------------------------ */

/* validation look */
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg,
.selectRequiredMsg,
.checkboxRequiredMsg,
.messagebox,
.loginFailed {
  border: none;
  color: red;
}

/* turn me off to hide the user elements 
      .userinfo {
          display: none;
      }*/

/* ui stuff */
#ui-datepicker-div {
  display: none;
  background-color: #c2d1cc;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.ui-widget {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
}

/*.ui-widget-header {}*/

.ui-tabs .ui-widget-header {
  background: none;
  border: none;
}

.ui-tabs .ui-tabs-nav {
  list-style: none outside none;
  padding: 0.2em 0.2em 0;
  display: flex;
}
/* 
    .ui-widget {
             background: #f0f2f1 url(images/widget.png) repeat-x ;
    }
    */
.ui-tabs-panel {
  border: 1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li a {
  color: #0d1a15;
  padding: 0.4em 0.8em;
  font-size: 1rem;

  font-weight: normal;
  background-color: white;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-tabs-nav li a:hover {
  color: #21262a;
  outline: medium none;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

/* jquery dropdown list style */

.triggers td {
  vertical-align: top;
}

.page-template-docket-calculator-php ul.triggersnav li li a {
  background: none;
  padding-left: 0;
  padding-bottom: 10px;
}

.page-template-docket-calculator-php ul.triggersnav li ul {
  font-size: 1rem;
  line-height: 16px;
  margin: 10px 0 10px -4px;
}

ul.triggersnav {
  margin: 0;
  padding: 0;
}

ul.triggersnav li {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  padding: 0 0 5px 0;
}

ul.triggersnav li li {
  float: left;
  position: relative;
  list-style: none;
}

ul.triggersnav li a {
  background: url(images/arrow-right.svg) no-repeat -4px -1px;
  padding-left: 21px;
}

ul.triggersnav li li a {
  background: url(images/arrow-right.svg) no-repeat -4px -1px;
  padding-left: 21px;
}

ul.triggersnav li a.arrowdown {
  background: url(images/arrow-down.svg) no-repeat -4px -1px;
  padding-left: 21px;
}

ul.triggersnav li li a.arrowdown {
  background: url(images/arrow-down.svg) no-repeat -4px -1px;
  padding-left: 21px;
}

ul.triggersnav li li li a {
  background: none;
}

ul.triggersnav li li li {
  list-style: none;
  float: left;
  position: relative;
  padding-bottom: 10px;
}

ul#courtdesc {
  font-size: 1rem;
  margin: 10px 0 0 -20px;
}

ul.triggersnav a {
  text-decoration: none;
  display: block;
  color: #333;
}

ul.triggersnav > li ul.drop {
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
}

ul.triggersnav li ul.drop ul {
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  display: none;
  background: #f0f2f1;
}

ul.triggersnav li ul li {
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
}

​ #content .ui-corner-all,
#content .ui-corner-bottom,
#content .ui-corner-right,
#content .ui-corner-br {
  border-bottom-right-radius: 0;
  border: none;
}

.docketcalclink,
a.docketcalclink {
  padding: 5px 0 0 0;
  font-size: 10px;
  text-decoration: underline;
  color: #999;
  text-transform: uppercase;
}

a.docketcalclink:hover {
  color: #333;
}

.half {
  float: right;
}

.half td {
  padding: 6px;
}

.home #nav {
  margin-bottom: 20px;
}

/*.home #inner {}*/

#content .ui-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.1em;
  overflow: visible;
  padding: 0;
  margin-top: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: none;
}

.terms {
  border: 1px solid #f0f2f1;
  padding: 15px;
  height: 125px;
  overflow: auto;
  font-family: "Source Sans 3", sans-serif;
  margin-right: 30px;
}

.terms p,
.terms li {
  font-size: 11px;
}

.terms ul li,
.terms li {
  margin-left: 40px;
}

table .widget,
fieldset,
form .widget {
  border: 1px solid #f0f2f1;
  margin: 0 0 15px;
}

.page-template-docket-research-php fieldset,
.page-template-docket-research-php form {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

table .widget-wrap,
form .widget-wrap {
  border: 1px solid #f0f2f1;
  padding: 20px 15px 15px 15px;
}

.pricing #sidebar {
  width: 380px;
}

.pricing #content {
  width: 490px;
}

.smallText {
  font-size: 0.8em;
  line-height: 1.1em;
}

.divider {
  border-top: 1px solid #ddd;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 1px;
}

/* format the add and delete images */

#select img,
#select input[type="image"],
#state2 img,
#state2 input[type="image"] {
  float: left;
  border: 0;
  padding-top: 3px;
  padding-right: 4px;
  width: 16px;
  height: 16px;
}

#select input,
#state2 input {
  background-color: #f0f2f1;
  max-width: 100%;
}

p.courtlist {
  overflow: hidden;
  zoom: 1;
  display: block;
  padding-left: 4px;
}

.scrolldiv {
  overflow: auto;
  height: 760px;
}

.stateImage {
  max-height: 80px;
  max-width: 100px;
  width: auto;
  height: auto;
  padding-bottom: 20px;
}

.stateselector {
  width: 150px;
  float: left;
  border: 2px solid #fe7860;
}

#cmbJurisdictions {
  width: 95%;
}

.bordered {
  border: 2px solid #fe7860;
}

/* Hyperlinks
      ------------------------------------------------------------ */

a {
  color: #3a544c;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

/* Body
      ------------------------------------------------------------ */

body {
  /*    background: #f1f1f1 url(images/bg.jpg) repeat-x; */
  background-color: #f0f2f1;
}

/* Wrap
      ------------------------------------------------------------ */

#wrap {
  margin: 0 auto;
  width: 100%;

  /*background: url(images/bg-wrap.jpg) no-repeat;*/
}

/* Header
      ------------------------------------------------------------ */
/*
    #header {}
    */
#title-area {
  float: left;
  min-height: 100px;
  overflow: hidden;
  width: 575px;
}

#title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  display: none;
}

#title a,
#title a:hover {
  color: #f0f2f1;
  text-decoration: none;
}

#description {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: none;
  margin-left: 140px;
  margin-top: 85px;
  letter-spacing: 0.2em;
  border-top: 1px solid #336699;
  padding-top: 10px;
}

p#description {
  text-align-last: justify;
  text-align: justify;
}

#header .widget-area {
  float: right;
  padding: 30px 0 0;
  width: 300px;
}

/* Image Header - Partial Width
      ------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  height: 115px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 350px;
}

.header-image #description {
  display: block;
  overflow: hidden;
}

/* Image Header - Full Width
      ------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
  width: 100%;
}

/* Navigation Constants
      ------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
  left: -9999px;
}

li:hover,
li.sf {
  position: static;
}

li a .sf-sub-indicator {
  position: absolute;
  text-indent: -9999px;
}

/* Header / Primary / Secondary Navigation
      ------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
  margin: 20px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.menu-primary li,
.menu-secondary li {
  float: left;
  list-style-type: none;
  text-transform: uppercase;
}

#header .menu li {
  float: right;
  list-style-type: none;
  text-transform: uppercase;
}

.menu-primary li a,
.menu-secondary li a,
#header .menu li a {
  color: #0d1a1500;
  display: block;
  font-size: 1rem;

  padding: 5px 15px;
  /* position: relative; */
  text-decoration: none;
  border: 1px solid #0d1a15;
  background-color: #b3c6cf;
  margin: 0 10px 0 0;
}

.menu-primary li a:visited,
#header .menu li a:visited {
  color: #0d1a15;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current-menu-parent a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
  color: #0d1a15;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
  color: #f0f2f1;
  border: 1px solid #336699;
  font-size: 1rem;
  padding: 5px 10px;
  position: relative;
  text-transform: none;
  width: 128px;
}
/*
    .menu-primary li li:last-child a,
    .menu-secondary li li:last-child a,
    #header .menu li li:last-child a {}
    */
.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
  color: #0d1a15;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
  height: auto;
  left: -9999px;
  margin: -1px -10px 0 0;
  padding: 0;
  position: absolute;
  width: 148px;
  z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
  width: 130px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
  margin: -34px 0 0 149px;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
#header .menu li:hover > ul,
#header .menu li.sfHover ul {
  left: auto;
}

/* Primary Navigation Extras
      ------------------------------------------------------------ */

#nav li.right {
  color: #777;
  float: right;
  font-size: 1rem;

  padding: 7px 15px 5px;
}

#nav li.right a {
  background: none;
  border: none;
  color: #777;
  display: inline;
  text-decoration: none;
}

#nav li.right a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f0f2f1;
  text-decoration: none;
}

#nav li.search {
  padding: 0 10px;
}

#nav li.rss a {
  margin: 0 0 0 10px;
  padding: 0 0 0 16px;
}

#nav li.twitter a {
  padding: 0 0 0 20px;
}

/* Inner
      ------------------------------------------------------------ */

#inner {
  width: 100%;
}
/*
    .home #inner {}
    
    .agency-landing #inner {}
    
    #inner .wrap {}
    */

/* Home Welcome
      ------------------------------------------------------------ */
/*
    #home-welcome {}
    */
#home-welcome,
#home-welcome p {
  font-size: 16px;
}

#home-welcome ul {
  list-style: square;
  list-style-position: inside;
}

/* Home Slider
      ------------------------------------------------------------  */

/* Home Slider
      ------------------------------------------------------------  */

.jFlowSlideContainer {
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#genesis-slider {
  border: none;
  padding: 0;
  box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  background-color: #f0f2f1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  width: 100%;
}

/*
      #home-slider {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-box-shadow: 0 1px 2px #999;
          -webkit-box-shadow: 0 1px 2px #999;
          background-color: #f0f2f1;
          border-radius: 5px;
          box-shadow: 0 1px 2px #999;
          margin: 0 0 20px;
          width: 100%;
      }
      
      #home-slider p {
          padding: 0 0 25px;
      }
      
      .agency #genesis-responsive-slider {
          -webkit-font-smoothing: antialiased;
          border: none;
          margin: 5px;
          padding: 5px 0;
      }
      
      */
.agency .slide-excerpt {
  filter: alpha(opacity=100);
  margin: 0;
  padding: 10px 30px 0 0;
  opacity: 1;
  background: none;
}

html > body.agency .slide-excerpt-border {
  border: none;
  margin: 10px;
  padding: 0;
}

.agency .slider-next,
.agency .slider-previous {
  margin: 0 -40px;
}

.agency .flex-control-nav {
  margin: 20px 0;
}

/* Home
      ------------------------------------------------------------ */
/*
    #home {}
    
    #home p {}
    */
.home-left {
  float: left;
  width: 670px;
}

.home-left h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fe7860;
}

.home-left p {
  font-size: 17px;
  margin-bottom: 1em;
}

.home-right h4 {
  font-size: 13px;
  margin-top: 20px;
}

.home-middle {
  float: left;
  width: 280px;
  display: none;
}

.home-right {
  float: right;
  width: 200px;
}

.home-right img {
  width: 200px;
  height: auto;
}

/* Breadcrumb
      ------------------------------------------------------------ */

/* Taxonomy Description
      ------------------------------------------------------------ */

.taxonomy-description {
  margin: 0 0 30px;
  padding: 10px;
}

/* Content-Sidebar Wrap
      ------------------------------------------------------------ */

#content-sidebar-wrap {
  width: 100%;
}
/*
    .agency-landing #content-sidebar-wrap,
    .content-sidebar #content-sidebar-wrap,
    .full-width-content #content-sidebar-wrap,
    .sidebar-content #content-sidebar-wrap {}
    
    .sidebar-content-sidebar #content-sidebar-wrap,
    .sidebar-sidebar-content #content-sidebar-wrap {}
    
    */
/* Content
      ------------------------------------------------------------ */

#content {
  width: 100%;
}
/*
    .home #content {}
    */
.content-sidebar #content,
.sidebar-content #content {
  display: flex;
  flex-direction: row;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
  display: flex;
  flex-direction: row;
}
/*
    .full-width-content #content {}
    */
blockquote {
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

.post {
  margin: 0 0 40px;
}

.entry-content {
  overflow: hidden;
}

.entry-content p {
  margin: 0 0 25px;
}

p.subscribe-to-comments {
  margin: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Column Classes
      ------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}

.one-third,
.two-sixths {
  width: 31%;
}

.four-sixths,
.two-thirds {
  width: 65%;
}

.one-fourth {
  width: 22.5%;
}

.three-fourths {
  width: 73.5%;
}

.one-fifth {
  width: 17.4%;
}

.two-fifths {
  width: 37.8%;
}

.three-fifths {
  width: 58.2%;
}

.four-fifths {
  width: 78.6%;
}

.one-sixth {
  width: 14%;
}

.five-sixths {
  width: 82%;
}

.first {
  clear: both;
  padding-left: 0;
}

/* Featured Post Grid
      ------------------------------------------------------------ */

.genesis-grid-even {
  float: right;
  padding: 0 0 15px;
  width: 48%;
}

.genesis-grid-odd {
  clear: both;
  float: left;
  padding: 0 0 15px;
  width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
}

/* Headlines
      ------------------------------------------------------------ */

.widget-area h4 {
  margin: 0 0 5px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.widget-area h4 a {
  color: #333;
  text-decoration: none;
}

#footer-widgets h4 {
  background: none;
  border: none;
  margin: 0 0 5px;
  padding: 0;
}

#home-welcome h4 {
  color: #f0f2f1;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

/* Ordered / Unordered Lists
      ------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 25px;
}

.entry-content ol {
  margin: 0;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: square;
  margin: 0 0 0 30px;
  padding: 0;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
      ------------------------------------------------------------ */

.post-info {
  font-size: 1rem;
  margin: -5px 0 15px;
}

/* Post Meta
      ------------------------------------------------------------ */

.post-meta {
  border-top: 1px solid #f0f2f1;
  font-size: 1rem;
  padding: 5px 0 0;
}

/* Author Box
      ------------------------------------------------------------ */

.author-box {
  border: 1px solid #f0f2f1;
  margin: 0 0 40px;
  overflow: hidden;
}

.author-box p {
  font-size: 1rem;
}

.author-box div {
  border: 1px solid #f0f2f1;
  padding: 15px;
}

/* Sticky Posts
      ------------------------------------------------------------ */

.sticky {
  margin: 0 0 40px;
  padding: 20px;
}

/* Archive Page
      ------------------------------------------------------------ */

.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 45%;
}

/* Images
      ------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
  margin-bottom: 5px;
}

.featuredpage img,
.featuredpost img {
  margin: 0 0 10px;
}

.avatar,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #f0f2f1;
  padding: 4px;
}

.author-box .avatar {
  background-color: #f0f2f1;
  float: left;
  margin: 0 15px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #f0f2f1;
  float: right;
  margin: 0 0 0 10px;
  padding: 4px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 5px 0;
  text-align: center;
  max-width: 100%;
}

p.wp-caption-text {
  font-size: 1rem;

  margin: 5px 0;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}
/*
    .gallery-caption {}
    */

/* Post Navigation
      ------------------------------------------------------------ */

.navigation {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #6297ad;
  color: #f0f2f1;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  padding: 5px 8px;
  text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #fe7860;
  text-decoration: none;
}

/* Primary / Secondary Sidebars
      ------------------------------------------------------------ */

.sidebar {
  display: inline;
  float: right;
  font-size: 1rem;

  width: 280px;
}

#sidebar-alt {
  float: left;
  width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
  float: left;
}

.content-sidebar-sidebar #sidebar-alt {
  float: right;
}

.sidebar p {
  font-size: inherit;
  margin: 0 0 10px;
}

.sidebar .widget,
fieldset {
  border: 1px solid #f0f2f1;
  margin: 0 0 15px;
}

.sidebar .widget-wrap {
  border: 1px solid #f0f2f1;
  padding: 15px;
}

.sidebar.widget-area ol ol,
.sidebar.widget-area ul ul {
  margin: 0 0 0 15px;
}

.sidebar.widget-area ul li {
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul li li:last-child {
  border-bottom: none;
}

/* Dropdowns
      ------------------------------------------------------------ */

#cat,
.widget_archive select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  width: 100%;
}

/* Featured Page / Post
      ------------------------------------------------------------ */

.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
  margin: 0 0 5px;
  overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}

/* User Profile
      ------------------------------------------------------------ */

.user-profile {
  overflow: hidden;
}

/* Buttons
      ------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
#home-slider a.more-link,
a.buttonstyle {
  background-image: none;
  color: #0d1a15;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  /* padding: 6px 7px; */
  text-decoration: none;
}

a.confirmbuttonstyle {
  background-color: #0d1a15;
  color: #f0f2f1;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  padding: 6px 7px;
  text-decoration: none;
  border: none;
}

#home-slider a.more-link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 15px;
}

input:hover[type="button"],
input:hover[type="submit"],
#home-slider a.more-link:hover,
a.buttonstyle:hover {
  border: none;
  text-decoration: none;
  background-color: initial;
}

a.buttonstyle {
  background-color: #0d1a15 0 -40px;
}

a.buttonstyle:hover {
  background-color: #0d1a15 0 0px;
}

.loginbtn {
  float: right;
  clear: both;
  margin: 40px 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  text-decoration: none;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
}

.loginbtn a {
  padding: 6px 7px;
  color: #0d1a15;
  text-decoration: none;
  background-color: #0d1a15 0 -40px;
}

/*.loginbtn a:hover {} */

/* Search Form
      ------------------------------------------------------------ */

#header .searchform {
  float: right;
}

#nav .searchform {
  float: right;
}

.s {
  border: 1px solid #aaa;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  margin: 0 -7px 0 0;
  padding: 6px 5px;
  width: 170px;
}

#nav .s {
  background-color: #f0f2f1;
}

/* eNews and Update Widget
      ------------------------------------------------------------ */

.enews #subbox {
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  margin: 0 -7px 0 0;
  padding: 6px 5px;
  width: 160px;
}

#footer-widgets .enews #subbox {
  margin: 0 -7px 0 0;
}

/* Calendar Widget
      ------------------------------------------------------------ */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 1rem;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right;
}

#wp-calendar thead {
  background-color: #f5f5f5;
  margin: 10px 0 0;
}

#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center;
}

/* Footer Widgets
      ------------------------------------------------------------ */

#footer-widgets {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  background-color: #f0f2f1;
  border-radius: 5px;
  box-shadow: 0 1px 2px #999;
  clear: both;
  font-size: 1rem;

  margin: 20px auto 0;
  width: 100%;
}

#footer-widgets .wrap {
  overflow: hidden;
  padding: 25px 30px 10px;
}

#footer-widgets .widget {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
}

#footer-widgets p {
  font-size: inherit;
  margin: 0 0 10px;
}

#footer-widgets ul {
  margin: 0;
}

#footer-widgets ul li {
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
  background: none;
}

#footer-widgets .widget {
  margin: 0 0 15px;
}

.footer-widgets-1 {
  float: left;
  margin: 0 30px 0 0;
  width: 200px;
}

.footer-widgets-2 {
  float: left;
  width: 340px;
  padding: 0 50px;
}

.footer-widgets-2 p {
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  margin-top: 10px;
}

.footer-widgets-3 {
  float: right;
  width: 200px;
}

/* Footer
      ------------------------------------------------------------ */

#footer {
  clear: both;
  font-size: 1rem;

  margin: 0 auto;
  width: 100%;
}

#footer .wrap {
  overflow: hidden;
  padding: 25px 10px;
}

#footer p {
  font-size: 1rem;
}

#footer a,
#footer a:visited {
  color: #333;
}

#footer a:hover {
  color: #f60;
  text-decoration: none;
}

#footer .gototop {
  float: left;
  width: 20%;
}

#footer .creds {
  float: right;
  text-align: right;
  width: 75%;
}

/* Comments
      ------------------------------------------------------------ */

#comments,
#respond {
  margin: 0 0 30px;
}

#author,
#comment,
.entry-content #email,
#url {
  background: #f0f2f1;
  border: 1px solid #f0f2f1;
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px;
}

#comment {
  height: 150px;
  margin: 10px 0 15px;
  width: 98%;
}

#comments ol,
#pings ol {
  padding: 0;
}

#comments .navigation {
  display: none;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  margin: 0;
  padding: 10px;
}

.comment-list li,
.ping-list li {
  border: 1px solid #f0f2f1;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.comment-list li ul li {
  border-left: none;
  border-right: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment-list p,
.ping-list p {
  margin: 10px 5px 10px 0;
  padding: 0;
  text-transform: none;
}

.comment-list ul.children li.comment {
  background-color: #f0f2f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.commentmetadata {
  font-weight: normal;
}

.comment-author {
  border: 1px solid #f0f2f1;
  border-bottom: none;
  padding: 15px 15px 0;
}

.comment-meta {
  border-left: 1px solid #f0f2f1;
  border-right: 1px solid #f0f2f1;
  padding: 0 15px 10px;
}

.comment-content {
  padding: 0 15px;
}

.reply {
  font-weight: normal;
  overflow: hidden;
  padding: 0 15px 10px;
}

.alt,
.depth-1,
.even {
  border: 1px solid #f0f2f1;
}

/* Gravity Forms
      ------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;

  padding: 6px 5px;
  max-width: 100%;
}

div.gform_footer input.button {
  border: 1px solid #6297ad;
  color: #f0f2f1;
  font-weight: normal;
}

div.gform_wrapper .ginput_complex label {
  font-size: 1rem;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
  border: none;
  margin: 0;
  padding: 0;
}

/* Agency Orange
      ------------------------------------------------------------ */

.agency-orange h2,
.agency-orange h2 a,
.agency-orange h2 a:visited {
  color: #333;
}

.agency-orange a,
.agency-orange a:visited,
.agency-orange h2 a:hover,
.agency-orange #footer a:hover {
  color: #f60;
}
/*
    .agency-orange div.gform_footer input.button,
    .agency-orange input[type="button"],
    .agency-orange input[type="submit"],
    .agency-orange .navigation li a,
    .agency-orange .navigation li.disabled,
    .agency-orange .navigation li a:hover,
    .agency-orange .navigation li.active a,
    .agency-orange #home-slider a.more-link {}
    
    .agency-orange div.gform_footer input.button:hover,
    .agency-orange input:hover[type="button"],
    .agency-orange input:hover[type="submit"],
    .agency-orange .navigation li a:hover,
    .agency-orange .navigation li.active a,
    .agency-orange #home-slider a.more-link:hover {}
    */
.section-23 {
  height: 95px;
  position: fixed;
  display: flex;
  left: 0%;
  top: -1%;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
  background-color: white;
  -moz-box-shadow: 0 0 10px #0d1a15;
  -webkit-box-shadow: 0 0 10px #0d1a15;
  box-shadow: 0 0 10px #0d1a15;
}

.button-102 {
  background-color: #0d1a15;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3a544c;
  color: white;
  border: 0;
  line-height: inherit;
  cursor: pointer;
  border-radius: 0;
  border-radius: 10px;
}

/* background-color: #B3C6CF; */
/* Responsive Design
      ------------------------------------------------------------ */

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 800px) {
  .popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
  }
}

.green {
  background-color: #c2d1cc;
  color: #0d1a15;
}

.grey {
  background-color: #808080;
  color: #f0f2f1;
}

.red {
  background-color: #d1c2c2;
  color: #0d1a15;
}

.reviewdata {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #e5ebee;
}

.reviewdata td,
#reviewdata th {
  border: 1px solid #f6f8f9;
  padding: 8px;
}

.reviewdata tr:hover {
  background-color: #f0f2f1;
}

.reviewdata th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
}

.reviewheader {
  font-family: "Source Sans 3", sans-serif;
  border-radius: 3px 2px 2px 5px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
}

.fox-review-header-label {
  padding-top: 3px;
  padding-bottom: 3px;
}

.fox-header-logo {
  width: 300px;
  margin-bottom: 20px;
}

#fox-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: safe center;
  padding-right: 23px;
}

.fox-header-btn {
  width: 100%;
  border-style: solid;
  border-width: 0.1px;
  background-color: #233935;
  display: flex;
  justify-content: space-between;
}

.fox-page-content-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.fox-page-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: #32413c;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
  justify-content: flex-start;
  padding-top: 17px;
  height: auto;
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.01);
}

.fox-nav-section {
  padding-left: 16px;
}

.fox-nav-section-header {
  width: 100%;
  border-bottom-style: solid 2px;
  display: inline-flex;
  justify-content: initial;
}

.fox-nav-section-btn {
  color: white;
  width: 100%;
}

.fox-page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 50px;
  margin-left: 370px;
  margin-right: 50px;
  padding-right: 0px;
}

.icon {
  width: 18px;
  padding: 15px;
}

.fox-bonus-link:hover {
  padding: 20px;
  text-decoration: underline;
}

#nav {
  display: none;
}

.fox-nav-user-info {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

#nav {
  display: none;
}

#header {
  display: none;
}

.fox-header-logo {
  width: 227px;
}

#fox-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: safe center;
}

.fox-nav-section {
  padding-left: 16px;
}

.fox-nav-section-header {
  width: 100%;
  border-bottom-style: solid 2px;
  display: inline-flex;
  justify-content: initial;
}

.fox-content-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-bottom-width: 1px;
  margin-top: 6px;
}

.fox-content-section-calc {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 35px;
}
/* 
    #case-details {
               display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
    }
    */
.fox-section-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#case {
  /*        width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;*/
  margin-right: 15px;
}

.fox-item-title {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}

.fox-item-content {
  width: 100%;
}

.fox-item-content-border {
  width: 100%;
  border: 0.5px solid #32413c;
}

.fox-page-footer {
  width: 100%;
}

.fox-nav-title-txt {
  color: white;
  /* font-synthesis: small-caps; */
}

.fox-nav-sub-title-txt {
  margin-left: 30px;
  color: white;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  /* font-synthesis: small-caps; */
}

/*    
    a:hover {
        cursor: pointer;
    }
    
    a {
        display: contents;
    }
    
    .icon {
        width: 18px;
        padding: 15px;
    }
    
    .fox-bottom-section {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: safe center;
    }
    
    
    
    p {
        font-size: 1rem;
        width: 100%;
    }
    */
/*
    #trigger-type-section {}
    */
#trigger-service-type-section {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#trigger-date-input {
  display: flex;
  flex-direction: row;
}

#select-case {
  flex-direction: row;
}

#case-title {
  width: 150px;
  padding-right: 15px;
}

#trigger-date {
  max-width: 300px;
  border-right-style: solid;
  border-width: 0.5px;
}
/*
    #event-location {
    }
    */
/*#menu-link:hover {
        color: white;
        text-decoration: underline;
    }*/

a {
  position: relative;
  display: inherit;
  color: #ecf0f1;
  text-decoration: none;
  transition: 0.2s;
}

/*    a:after {
        position: absolute;
        display: inherit;
        content: "";
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #f0f2f166;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.2s;
    }*/

a:hover {
  text-decoration: none;
}

/*    a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }*/

p {
  margin: 0 0 5px;
}

a,
label {
  text-decoration: none;
}

a:hover {
  color: #f0f2f1;
}

.menu a {
  display: block;
}

/*    .drop-down a {
        min-width: 90px;
    }
    
    .drop-down-menu {
        display: block;
    }
    
    .menu-title {
        display: flex;
        padding: 0px 0px 0px 16px;
        margin-top: 10px;
        cursor: pointer;
    }
    
    .activate {
        display: none;
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 40px;
        margin: 0 0 0 -15px;
        opacity: 0;
    }
    
    
    :checked~.menu-title {
        background: #233935;
    }
    
    .drop-down {
        max-height: 0;
        overflow: hidden;
    }
    
    .activate:checked~.drop-down {
        max-height: 250px;
    }
    
    .drop-down,
    .menu a,
    .drop-down-menu {
      /*  -webkit-transform: translateZ(0); 
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    */
.fox-nav-btn-wrap {
  width: 90%;
  display: flex;
  border: 1px solid #f0f2f1;
  justify-content: center;
  align-self: center;
  margin: 5px;
}

/*    a.no-hover:after {
        position: absolute;
        display: inherit;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #f0f2f166;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.2s;
    }*/

input.fox-btn-calc {
  background-color: #333;
  color: white;
  padding: 5px 15px 5px 15px;
}

.fox-nav-section-header-title {
  background-color: #31423c;
  display: flex;
  justify-content: flex-start;
  padding-right: 25px;
  height: 41px;
  border-radius: 0px 0px 10px 2px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 40%);
  align-items: center;
  padding-left: 30px;
  min-width: 450px;
  margin-left: -50px;
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 3px;
  padding-right: 0px;
  padding-left: 16px;
}

.fox-nav-section-header-title h1 {
  /*font-size: 21px;*/
  color: white;
}

.fox-nav-section-header-title img {
  width: 19px;
  padding: 12px;
  filter: brightness(5);
  display: none;
}

.two-fox-content-section {
  display: flex;
  justify-content: safe center;
  align-items: safe center;
}

.fox-row-one {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  /*border: 1px solid #32413C;*/
  border-radius: 3px 3px 2px 5px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-bottom: 4px;
}
.fox-add-case-setting-single {
  margin-left: 25px;
  width: 100%;
}

#fox-row-one {
  color: #0d1a15;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  margin: 15px 0 0 20px;
  width: auto;
}

#fox-column-one {
  flex-direction: column;
  width: 50%;
}

#log-out {
  margin-top: 20px;
}

.fox-box {
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
  /*         box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;*/
  padding-bottom: 25px;
  padding-right: 25px;
  padding-top: 15px;
  margin-bottom: 25px;
  border-radius: 15px;
  width: auto;
  /* width: 1560px; */
  margin-right: 25px;
  padding-left: 25px;
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
  /* background-color: white; */
}

a.fox-icon-img-btn-link {
  flex-direction: column;
  align-items: center;
}

a {
  color: #0d1a15;
}

a:hover {
  color: #0d1a15;
}

input {
  font-size: 1rem;
  font-size: 1rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* border: 1px solid #0d1a15; */
  padding-left: 0px;
  padding-right: 0px;
  text-indent: 8px;
}

#select2-cmbMatter-container {
  width: 100%;
  background-color: white;
  border: 1px solid #0d1a15;
  border-radius: 4px;
}

#select2-cmbTriggers-container {
  width: 100%;
  border-radius: 4px;
}

#select2-cmbJurisdictions-container {
  width: 100%;
  background-color: white;
  border: 1px solid #0d1a15;
  padding-right: 0px;
  border-radius: 4px;
}
/*
.arrowdown {
    


    }
    */
.menu a {
  width: 100%;
}

div.fstResults {
  font-size: 1rem;
}

span.fstResultItem {
  font-size: 1rem;
}

span.fstResultItem.fstSelected {
  font-size: 1rem;
}

.fox-item-title-wrap {
  font-weight: 600;
  font-size: 1.15rem;
  border-bottom: 0.2px dashed;
  padding: 5px 0px 2px 0px;
}

div.fstControls {
  font-size: 12px;
}

.fox-wrap {
  animation: waves 4s linear infinite paused;
  background-repeat: repeat;
  border-radius: 50%;
  box-shadow: #c8d0e7 4.8px 4.8px 9.6px 0, #f0f2f1 -4.8px -4.8px 9.6px 0;
  box-sizing: border-box;
  color: #0d1a15;
  filter: blur(1px);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  height: 6rem;
  line-height: 13.8px;
  margin: 0;
  padding: 0;
  width: 6rem;
  z-index: 100;
}

.fox-box-wrap-boxer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

----------/* FOX BUTTONS */----------
.myButton {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #f0f2f1;
  color: #32413c;
  border: 1px solid #32413c;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 50ms;
  width: 91px;
  margin: 5px 5px 14px 5px;
  width: 67px;
  height: 32px;
}

.myButton:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

/*
    .foxy-button {
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    background-color: #f0f2f1;
    color: #32413C;
    border: 1px solid #32413C;
    align-items: center;
    border-collapse: collapse;
    border-radius: 4px;
    box-shadow: #32413C 3.6px 3.6px 1px .5px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    justify-content: center;
    justify-self: center;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
    width: 91px;
    margin: 5px 5px 14px 5px;
    height: 84px;


    }*/
.foxy-button-black {
  display: flex;
  flex-direction: column;
  color: #32413c;
  border: 1px solid #0d1a15;
  box-shadow: #0d1a15 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: #ffffff;
}

.foxy-button-blue {
  display: flex;
  color: #32413c;
  border: 1px solid #3a89d8;
  box-shadow: #3a89d8 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}
.foxy-button-yellow {
  display: flex;
  color: #e49b0f;
  border: 1px solid #e49b0f;
  box-shadow: #e49b0f 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}
.foxy-button-light-blue {
  display: flex;
  color: #32413c;
  border: 1px solid #5ab3d2;
  box-shadow: #5ab3d2 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-green {
  display: flex;
  color: #32413c;
  border: 1px solid;
  border-color: #30423C;
  box-shadow: #30423C 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-red {
  display: flex;
  color: black;
  border-color: #bf3241 3.6px 3.6px 1px 0.5px;
  box-shadow: #bf3241 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border: 1px solid;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-orange {
  display: flex;
  color: #32413c;
  border: 1px solid;
  border-color: #e65e28;
  box-shadow: #e65e28 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-purple {
  display: flex;
  color: #32413c;
  border: 1px solid;
  border-color: #a92ef5;
  box-shadow: #a92ef5 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-purple-light {
  display: flex;
  color: #000000;
  border: 1px solid;
  border-color: #ba57f7;
  box-shadow: #ba57f7 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 91px;
  margin: 5px 5px 14px 5px;
  height: 40px;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  line-height: 1rem;
  width: auto;
  padding-right: 13px;
  padding-left: 10px;
  flex-direction: row;
  padding-top: 6px;
  background-color: white;
}

.foxy-button-img {
  width: 22px;
  margin-top: 0px;
  padding-top: 0px;
  margin-right: 5px;
}

.nav-btn-make-row {
  display: flex;
  flex-direction: row;
}

#foxy-button-small {
  width: 67px;
  height: 32px;
}

.foxy-button:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-black:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}
.foxy-button-blue:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-light-blue:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-green:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-red:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-purple:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-orange:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.foxy-button-yellow:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
  text-shadow: 2px 2px 5px white;
}

.fox-page-content img {
  width: 28px;
}

#fox-white {
  display: flex;
  flex-direction: row-reverse;
  margin: 18px 5px 14px 32px;
  box-shadow: #7fe067 3.6px 3.6px 1px 0.5px;
  width: 235px;
  padding: 8px 10px 5px 8px;
}

#fox-white:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

#fox-white.fox-buttah-tab img {
  width: 50px;
}

.fox-myButton {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #f0f2f1;
  color: #0d1a15;
  padding: 5px 15px 5px 15px;
  border: 1px solid #0d1a15;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px, #fdf8f8 -1.4px -1.4px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 9px;
}

.fox-myButton-green {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #dafeed;
  color: #0d1a15;
  padding: 5px 15px 5px 15px;
  border: 1px solid #0d1a15;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px, #fdf8f8 -1.4px -1.4px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 9px;
}

.fox-myButton-red {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #d1c1c2;
  color: #0d1a15;
  padding: 5px 15px 5px 15px;
  border: 1px solid #0d1a15;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px, #fdf8f8 -1.4px -1.4px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 9px;
}

.fox-myButton-red:active,
.fox-myButton-green:active,
.fox-myButton:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

div.dialogTips {
  color: #0d1a15;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2rem;
  top: auto;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 9px;
  display: block;
  bottom: 50%;
  padding: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration-style: solid;
  background-color: white;
}

.fox-content-section-header-title-txt {
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
}

input#btnCalculate {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #f0f2f1;
  color: #0d1a15;
  padding: 5px 15px 5px 15px;
  border: 1px solid #32413c;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px, #fdf8f8 -1.4px -1.4px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 9px;
}

input#btnCalculate:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

input#btnImport {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #f0f2f1;
  color: #0d1a15;
  padding: 5px 15px 5px 15px;
  border: 1px solid #0d1a15;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 9px;
}

input#btnImport:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

#fox-white {
  box-shadow: #f0f2f1 3.6px 3.6px 1px 0.5px;
  border: 1px solid #32413c;
}

#fox-green {
  box-shadow: #e5fcf5 3.6px 3.6px 1px 0.5px;
  border: 1px solid #32413c;
}

#fox-red {
  box-shadow: #ffedef 3.6px 3.6px 1px 0.5px;
  border: 1px solid #32413c;
}

#fox-white:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

#fox-green:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

#fox-red:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

.fox-buttah-tabs-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 25px;
  margin-top: -6px;
  padding-bottom: 10px;
}
.fox-buttah-tab {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  background-color: #f0f2f1;
  color: #0d1a15;
  border: 1px solid #0d1a15;
  align-items: center;
  border-collapse: collapse;
  border-radius: 4px;
  border-style: none;
  box-shadow: #32413c 3.6px 3.6px 1px 0.5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  justify-content: center;
  justify-self: center;
  line-height: 1rem;
  margin: 6px;
  padding: 5px 0 4px;
  text-align: center;
  transition: all 0.2s;
  padding: 9px;
  width: 100px;
}

.fox-buttah-tab:active {
  position: relative;
  top: 1px;
  box-shadow: #32413c 0.5px 0.5px 1px 0.5px, #fdf8f8 0px 0px 2px 0;
  transition: 0.2s;
}

.fox-buttah-tab a:hover:after {
  display: none;
}

.fox-buttah-bread {
  width: auto;
  height: auto;
}

.foxcrumb {
  display: flex;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  width: auto;
  height: auto;
  z-index: 1;
  padding-bottom: 10px;
  background-color: none;
  padding-top: 5px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 0px;
  margin-left: 25px;
}

.foxcrumb a:hover {
  color: white;
  border-style: none;
}

.foxcrumb__item {
  width: auto;
  height: auto;
  background-color: #32413c;
  color: white;
  border-radius: 7px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  transform: skew(-21deg);
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
  margin: 5px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 30px;
}

.foxcrumb__item-two {
  width: auto;
  height: auto;
  background-color: #32413c;
  border-radius: 7px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  transform: skew(-21deg);
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
  margin: 5px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
  /* padding-top: 5px;
  padding-bottom: 5px; */
  margin-top: 5px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 30px;
  color: #30423C;
  border-style: solid;
  border-width: 2px;
}

.foxcrumb__item-two-pad {
  width: auto;
  height: auto;
  background-color: #32413c;
  border-radius: 7px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  transform: skew(-21deg);
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
  margin: 5px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 30px;
  color: #30423C;
  border-style: solid;
  border-width: 2px;
}

.foxcrumb__item:hover {
  background: #bfd3c1;
  color: #30423c;
}

.foxcrumb__inner {
  display: flex;
  flex-direction: row;
  margin: auto;
  z-index: 2;
  transform: skew(21deg);
  width: auto;
  border-style: none;
}

.foxcrumb__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.35rem;
  margin-top: 2px;
  font-weight: 400;
}

.foxcrumb__item-firstChild {
  width: auto;
}

#fox-crumb-active {
  font-family: Poppins;
  background-color: #FFFFFF;
  color: #30423C;
  /* border-style: solid;
  border-width: 2px; */
}

.foxcrumb_small {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 18px;
  margin-left: -15px;
}

.foxcrumb__title_small {
  font-size: 1.1rem;
}

#fox-color-dif {
  min-height: 20px;
  background-color: #44524d;
  color: white;
  margin-left: -10px;
}
div.fox-page-content a {
  flex-direction: column;
  align-items: center;
}

div.fox-page-content a:hover {
  border-style: none;
}
div.fox-buttah-tabs-wrap a:hover {
  border-style: initial;
}
div.fox-crumb {
  padding-left: 25px;
}

.fox-page-content a::after {
  background: none;
}

.fox-bread-divider {
  width: 100%;
  height: 1px;
  background-color: #32413c;
  margin-top: 4px;
  margin-bottom: 4px;
}

.fox-bread-divider-white {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
}

.fox-bread-divider-current-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#fox-crumb-active-current {
  font-family: Poppins;
  height: auto;
  background-color: #FFFFFF;
  color: #30423C;
  border-radius: 7px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  transform: skew(-21deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  /* max-width: 400px; */
  max-width: auto;
  font-weight: 900;
  border-style: solid;
  border-width: 2px;
}

.fox-item-title-wrap {
  /* font-variant: small-caps; */
  font-weight: 400;
  font-size: 0.9rem;
  border-bottom: 0.2px dashed;
  padding: 5px 0px 2px 0px;
}

#showWarning {
  font-size: 12px;
  font-weight: bold;
  padding: 9px 12px;
  color: #b61f1f;
}

div#sidebar.sidebar.widget-area {
  display: none;
}
.fox-load-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: fixed;
  z-index: 99;
  top: 19%;
  left: 50%;
  width: 300px;
  padding: 50px;
  text-align: center;
}

div#dialogbox > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

div.dialogTips {
  padding-bottom: 75px;
  bottom: -31%;
}

.notify.center {
  top: 0%;
}

.fox-item-title-text-wrap {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px 0px 2px 0px;
  margin-bottom: 9px;
  line-height: 1;
}
#statusmsg {
  margin-left: 25px;
  padding-left: 8px;
}
.jsgrid-table {
  overflow-wrap: break-word;
}

/* CSS for the Tooltip */
.tooltip {
  cursor: help;
  margin-left: 3px;
  width: 30px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 14px;
  top: 9px;
}

.tooltip .tooltip-content {
  visibility: hidden;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 6px;
  padding: 5px 20px 20px;
  font-size: 12px;
  width: 750px;
  box-shadow: 0 20px 30px -10px #26394d;
  /* Position the tooltip */
  position: absolute;
  z-index: 999;
  top: 50%; /* Place the tooltip above the text */

  /* Fade in tooltip */
  opacity: 0;
  transform: scale(0.7); /* Start scaled down */
  transition: all 0.3s; /* Transition all changes */
  border: 4px solid #30423c;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1); /* Scale up when hovered */
}

.tooltip-text {
  display: block;
  width: 100%;
  color: rgb(0, 0, 0);
}

.tooltip-img {
  opacity: 50%;
}

#tooltiptwo {
  position: relative;
  width: auto;
  margin-left: 32px;
  margin-top: -50px;
}

span.tooltip-text > a {
  text-decoration-line: underline;
}

span.tooltip-text > em > a {
  text-decoration-line: underline;
}

span.tooltip-text {
  font-size: 14px;
  display: inline-block;
}

div#tooltipone > div > img {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  margin-top: 15px;
}

.tt-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.tt-title-img {
  width: 40px;
}

.tt-title-txt {
  margin-left: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.tt-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 13px;
  background-color: rgba(190, 233, 255, 1);
  border-radius: 5px;
  margin-top: 6px;
}

.tt-note-img {
  margin-right: 10px;
}

.tt-note-text {
  padding-top: 4px;
}

.tt-protip-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 13px;
  padding-bottom: 3px;
  padding-left: 13px;
  background-color: #e7beff;
  border-radius: 5px;
  margin-top: 6px;
}

.tt-protip-img {
  margin-right: 10px;
}

.tt-protip-text {
  padding-top: 4px;
}

.tt-protip-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 13px;
  padding-bottom: 3px;
  padding-left: 13px;
  background-color: #e7beff;
  border-radius: 5px;
  margin-top: 6px;
}

.tt-protip-img {
  margin-right: 10px;
}

.tt-protip-text {
  padding-top: 4px;
}

.progress-text,
.archiveprogress-text,
.arch-progress-text {
  font-size: 16px;
}

#cal-txt-width {
  width: 170px;
}

#custom-txt-settings {
  width: 110px;
}

#review-width-small {
  max-width: 130px;
}

.fox-content-middle-section,
.fox-content-top-section {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#fox-box-custom-details {
  padding-right: 47px;
  margin-right: 30px;
  width: 100%;
  max-width: 735px;
}

.nav-link-img {
  margin-right: 10px;
  margin-top: 2px;
  padding-top: 0px;
}

.fox-section-header {
  position: fixed;
  z-index: 9999;
  background-color: #eef1f0;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding-left: 12px;
}

#statusmsg {
  background-color: none;
}

div#statusmsg {
  background-color: none;
}

.step-content {
  margin-bottom: 20px;
}

.step-title {
  display: flex;
  border-bottom: 1px dotted;
}

.step-title-img {
}

.step-title-txt {
}

.step-text {
  font-size: 14px;
}

.step-mid-txt-sm {
  font-size: 1.5rem;
  font-weight: 300;
}

.step-content {
  border-style: none;
}

.step-mid-content {
  border-radius: 8px;
  padding: 1px 1px 20px 10px;
  background-color: white;
  border-style: none;
  padding-left: 25px;
  margin-top: -25px;
}

.next-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.next-text-one {
  font-family: "Courier New", Courier;
  color: #30423c;
  margin-right: 9px;
}

#statusmsg {
  margin-bottom: 1px;
  padding-bottom: 10px;
}

#step-mid-change {
  background-color: initial;
  border-style: none;
  border-width: 0px;
  margin-left: 50px;
  box-shadow: none;
  margin-left: 0px;
  width: auto;
  padding: 1px 1px 20px 25px;
  margin-top: 20px;
}

#step-special {
  border-color: #30423c;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  min-width: 742px;
  background-color: white;
  border-top-left-radius: 50px;
  box-shadow: 0 20px 30px -10px #26394d;
  margin-top: 10px;
  margin-bottom: 31px;
}

.step-msg-img {
  margin-top: -20px;
  margin-left: -23px;
}

@media (max-width: 1200px) {
  .step-msg-img {
    margin-top: -11px;
    margin-left: -6px;
  }
  #step-special {
    min-width: none;
    width: 800px;
  }
}

@media (min-width: 1350px) {
  .step-msg-img {
  }
  #step-special {
    min-width: none;
    width: 1240px;
  }
}

.btn-group {
  display: flex;
  margin-top: 5px;
  padding-top: 0px;
  line-height: 1.8;
  font-size: 11px;
  position: relative;
  top: 4px;
}


.white {
  background-color: white;
}

.bluegray {
  background-color: #F0F4F8;
}


