/**********************************
 *  Rivet Web Marketing Custom CSS   
 *********************************/

/**********************************
 *  Branding & Colors Variables
 *********************************/

:root {

    /* Dark Grey/Black (Default / Text) */
    --darkdefault: #222222;

    /* Light Grey */
    --light: #efefef;

    /* Light Grey Border */
    --lightborder: #dddddd;

    /* Primary Color (Also used for Dark Style Sections by default) */
    --primary: #181818;

    /* Primary Color Alternate (Accent/Hover) */
    --primaryalt: #2c2c2c;

    /* Primary Color Border */
    --primaryborder: #444444;

    /* CTA */
/*     --cta: #830000; */
	--cta: #102868;

    /* CTA Alternate (Accent/Hover) */
/*     --ctaalt: #a50b0b; */
	--ctaalt: #1d43aa;
    
}

/* button testing */
body.page-template.page-template-page-templates.page-template-flexible-content.page-template-page-templatesflexible-content-php.page.page-id-453.page-child.parent-pageid-344.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.header-full-width.full-width-content.genesis-breadcrumbs-hidden.genesis-singular-image-hidden.genesis-footer-widgets-hidden.header-fullwidth.has-no-blocks.customize-support.js.fixed-nav {
	background: lavender;
}


/********************** * Header & Top Bar *********************/
 html[lang] {
     margin-top: 0 !important;
}
 header.site-header {
     padding: 0 5%;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%);
     position: fixed;
     width: 100%;
     top: 0px !important;
     transition:top 400ms;
	 height: 178px;
     background: #0e2666 url(/wp-content/uploads/header-bg.jpg) top center no-repeat;
}
 .fixed-nav header.site-header, body.top-bar-hidden header.site-header {
     top: 0!important;
}
 header.site-header > .wrap {
     max-width: 1000px;
     margin: 0 auto;
	 flex-direction: column;
	 align-items: flex-start;
}
 .nav-primary .menu > li:last-child > a {
/*      padding-right: 0; */
}
 .genesis-nav-menu > li > a {
     padding: 45px 15px;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     color: #fff;
     transition:all 400ms;
}
.genesis-nav-menu > li.current-page-ancestor > a {
    color: var(--cta);
}
 div#top-bar {
     background: var(--primary);
     color: #fff;
     font-size: 0.875rem;
     margin: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 2;
     transition:top 400ms;
     padding:0 5%;
     font-weight:400;
}
.top-bar-hidden div#top-bar {
  display:none !important;
  height:0 !important; 
  opacity:0 !important; 
  position:absolute !important; 
  left:-9999px !important;
}
 .fixed-nav div#top-bar {
     top: -34px;
}
 div#top-bar a {
     color: #fff;
     text-decoration: none;
}
 div#top-bar a:hover {
     opacity: 0.7;
}
 .social svg {
     width: auto;
     height: 16px;
     position: relative;
     top: 3px;
}
 #top-bar .row-inner {
     text-align: right;
     padding: 0;
     height: 34px;
     max-width:100%;
}
 #top-bar .social {
     align-self: flex-end;
}
 #top-bar .contact-info {
     float: left;
     display: inline-block;
     padding-top: 6px;
}
 #top-bar .social {
     display: inline-block;
}
 #top-bar .top-menu {
     display: inline-block;
     vertical-align:top;
     padding-top:6px;
}
 .social a {
     display: inline-block;
     padding: 0 7px;
}
.social a:first-child {
    padding-left: 0;
}
 #top-bar .social {
     margin-right: 20px;
     padding-top: 6px;
     vertical-align: top;
}
 .top-menu a {
     padding: 0 10px;
}
 .top-menu a:last-child {
     border: 0;
     padding-right: 0;
}
 .top-menu a:first-child {
     padding-left: 0;
}
 #top-bar .contact-info .phone {
     display: inline-block;
     margin-right: 20px;
}
 .contact-info svg {
     height: 16px;
     position: relative;
     top: 3px;
     display: inline-block;
     margin-right: 8px;
}
 #top-bar .contact-info svg {
     color:#fff;
}
 ul#menu-top-bar-menu {
     display: flex;
}
 ul#menu-top-bar-menu a {
     display: inline-block;
     padding: 0 10px;
     line-height: 1.25;
}
 ul#menu-top-bar-menu li {
     border-right: solid 1px;
     border-color: rgba(255,255,255,0.2);
}
 ul#menu-top-bar-menu li:last-child {
    border: 0;
}
 ul#menu-top-bar-menu li:first-child a {
     padding-left: 0;
}
 ul#menu-top-bar-menu li:last-child a {
     padding-right: 0;
     border-right: 0;
}
 nav#genesis-nav-primary {
     padding-bottom: 0;
     transition:padding 400ms;
     padding-top:0;
}
 .title-area {
     transition: max-width 400ms;
}
 .fixed-nav.wp-custom-logo .site-container div.title-area {
     max-width: 150px!important;
}
 .fixed-nav nav#genesis-nav-primary {
     padding-top: 3px;
}
 .nav-primary .menu li.nav-cta {
     padding-left: 15px;
}
 nav.nav-primary .menu li.nav-cta > a {
     padding: 12px 32px;
     background: var(--cta);
     border-radius: 4px;
     transition: all 300ms;
     color: #fff;
}
 .nav-primary .menu li.nav-cta > a:hover {
     background: var(--ctaalt);
}
 button#genesis-mobile-nav-primary {
     font-size: 0;
     margin: 0 5% 0 0;
}
 .site-header .menu-toggle::before {
     color: var(--darkdefault);
     width: 40px;
     font-size: 40px!important;
     height: 40px;
     margin: 0;
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
     content: '';
     display: inline-block;
     position: absolute;
     width: 7px;
     height: 7px;
     transform: rotate(45deg);
     margin-left: 8px;
     border-right: solid 2px;
     border-bottom: solid 2px;
     border-color: rgba(0,0,0,0.5);
     top: calc(50% - 6px);
}
 nav#genesis-nav-primary ul.menu li.menu-item-has-children {
     padding-right: 15px;
}
 #top-bar input#searchform-1 {
    padding: 9px 20px;
    font-size: 14px;
    border: 0;
    background: rgba(255,255,255,0.25);
    color: #ffffff;
    width:300px;
}
 #top-bar input#searchform-1::placeholder {
    color:#fff;
     padding-left: 22px;
    background: url(/wp-content/uploads/search-reg.svg) left center no-repeat;
     background-size:14px;
}
 #top-bar input#searchform-1::-moz-placeholder {
    background:none;
}
 #top-bar form.search-form {
    margin-right: 20px;
    align-self:flex-end;
    display:inline-block;
}
 #top-bar input.search-form-submit {
    display: none;
}

#top-bar span.name {
    font-weight: 700;
}

#top-bar .contact-info > span, #top-bar .contact-info > a {
    display: inline-block;
    margin-right: 20px;
}

 div#search-wrap {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 99999;
     height: 100vh;
     width: 100vw;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0,0,0,0.8);
}
 div#close-search {
     display: block;
     margin-left: 16px;
     font-size: 24px;
     color: rgba(255,255,255,0.8);
}
 div#close-search svg {
     width: 24px;
}
 #search-wrap form.search-form {
    display: flex;
}
 #search-wrap form.search-form input {
    height: 50px;
    padding: 10px;
    border: 0;
}
 #search-wrap form.search-form input.search-form-submit {
    margin-top: 0;
    height: 50px;
    margin-left: 10px;
    background: var(--primary);
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}
 .search .row.page-title {
    padding: 0;
    padding: 60px 0 80px 0;
}
 .search article {
    border-bottom: solid 1px var(--lightborder);
    padding-bottom: 40px;
}
 .search a.entry-image-link {
     display: none;
}
 body.noscroll {
     overflow: hidden;
}
 .header-inline header.site-header > .wrap, .header-stacked header.site-header > .wrap, .header-inline #top-bar .row-inner, .header-stacked #top-bar .row-inner {
    max-width: 1400px;
}
 .header-stacked header.site-header {
    padding: 0;
}
 .header-stacked header.site-header > .wrap {
    width: 90%;
}
 .header-stacked nav#genesis-nav-primary {
    width: 100%;
    background: var(--light);
    padding:0 5%;
}
 .header-stacked nav#genesis-nav-primary > .wrap {
    max-width: 1400px;
    margin: 0 auto;
}
 .header-stacked .nav-primary .genesis-nav-menu a {
    padding: 20px 15px;
}
 .header-stacked.fixed-nav .nav-primary .genesis-nav-menu a {
    padding: 10px 15px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a {
    background: none;
    padding: 0;
    color: var(--darkdefault);
     padding-top: 1px;
}
 .header-stacked.fixed-nav .nav-primary .menu li.nav-cta > a:hover {
    color: var(--primaryalt);
}
 .header-stacked .nav-primary .menu li.nav-cta > a {
    position:relative;
}
.header-stacked nav ul > li.nav-cta {
    float: right;
}

.header-stacked .nav-primary .menu li.nav-cta {
    padding-top: 8px;
}

.header-stacked.fixed-nav .nav-primary .menu li.nav-cta {
    padding-top: 10px;
}

 .header-stacked .nav-primary .genesis-nav-menu ul.sub-menu a {
    padding: 15px;
}
 .nav-transparent header.site-header {
    background: none;
    box-shadow: none !important;
    transition: all 300ms;
}
 .nav-transparent.fixed-nav header.site-header {
    background: #fff;
     box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}
 .nav-transparent div#top-bar {
    background: rgba(0,0,0,0.5);
}
 .nav-transparent .site-inner:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
 .nav-transparent .genesis-nav-menu > li > a {
    color: #fff;
    transition: all 300ms;
}
 .nav-transparent .genesis-nav-menu > li > a:hover, .nav-transparent .genesis-nav-menu > li > a:focus, .nav-transparent .genesis-nav-menu > li.current-menu-item > a {
    color: var(--cta);
}
 .nav-transparent.fixed-nav .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}
 .nav-transparent.header-stacked nav#genesis-nav-primary {
    background: none;
}
 .nav-transparent.header-stacked.fixed-nav nav#genesis-nav-primary {
    background: var(--light);
}
 .nav-transparent nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    border-color: #fff;
}
 .nav-transparent.fixed-nav nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
    border-color: rgba(0,0,0,0.5);
}
 .nav-transparent img.custom-logo {
     opacity: 0;
     transition: opacity 300ms;
}
 .nav-transparent.fixed-nav img.custom-logo {
     opacity: 1;
}
 .nav-transparent.fixed-nav a.custom-logo-link {
     background: none;
}
 body.isMobile header.site-header {
    background: #fff;
}
 body.isMobile .genesis-nav-menu > li > a {
    color: var(--darkdefault);
}

div#wpd-footer {
    background: #d4d4d4;
    border-top: solid 1px #c7c7c7;
	padding:20px;
}

.f-text a {
    text-decoration: underline;
    color: #2525b2;
}

 @media only screen and (min-width:601px){
     body.admin-bar .site-header {
        top: 0;
    }
     .admin-bar div#wpadminbar {
         left: 0;
         width: 34px !important;
         min-width: 0;
         overflow:hidden;
    }
     .admin-bar div#wpadminbar:hover {
         left: 0;
         padding-bottom: 80px;
         width: 100% !important;
         overflow:visible;
    }
     .nav-transparent:not(.isMobile) .site-inner {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width:1500px) {
  #top-bar span.address {
    display: none;
  }
}

@media only screen and (max-width:1100px) {
  #top-bar span.email {
    display: none;
  }
}
 @media only screen and (max-width:1040px){
     .wp-custom-logo .title-area{
/*          max-width:200px!important; */
    }
}
 @media only screen and (max-width:959px) {
     .wp-custom-logo .site-container .title-area {
         max-width: 300px;
		padding-bottom: 15px;
		height: 131px;
		display: flex;
		align-items: center;
    }
     #genesis-nav-primary  ul.menu li.nav-cta > a {
         padding: 0;
    }
   #genesis-nav-primary  ul.menu li.nav-cta > a {
    padding: 16px 5%;
         background: none !important;
         color: var(--darkdefault);
  }
     .nav-primary .menu li.nav-cta > a:hover {
         color: #0478e6;
    }
     #top-bar .top-menu {
         display: none;
    }
     #top-bar .social {
         margin-right: 0;
    }
     header.site-header {
         position: fixed;
         width: 100%;
         top: 34px;
         transition: all 400ms;
         z-index:50;
    }
     div#top-bar {
         position: fixed;
         top: 0;
         transition: top 400ms;
    }
     .fixed-nav div#top-bar {
         top: -34px;
    }
     .fixed-nav header.site-header {
         top: 0;
    }
     .fixed-nav button#genesis-mobile-nav-primary {
         padding: 0;
    }
     header.site-header {
         padding-left: 0;
         padding-right: 0;
         padding-bottom: 0;
    }
     header.site-header .title-area {
         margin-left: 5%;
         padding-bottom: 15px;
    }
     button#genesis-mobile-nav-primary {
         margin-right: 5%;
    }
     nav#genesis-nav-primary ul.menu {
         background: var(--light);
/*          border-top: solid 1px var(--lightborder); */
    }
     nav#genesis-nav-primary {
         padding-top: 0;
    }
     nav#genesis-nav-primary ul.menu li a {
         padding-left: 5% !important;
         padding-right: 5% !important;
         padding-top: 16px;
         padding-bottom: 16px;
         color:var(--darkdefault);
    }
	 .nav-primary .menu li.nav-cta {
		padding: 0 !important;
	}
     .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
         color: var(--primaryalt) !important;
    }
     .genesis-nav-menu .sub-menu {
         padding: 0;
         background: var(--lightborder);
    }
   .genesis-nav-menu .menu-item {
    border-bottom: solid 1px rgba(0,0,0,0.1);
  }

  .genesis-nav-menu .menu-item:last-child {
    border: 0;
  }
     .genesis-nav-menu .sub-menu a {
         background: none;
    }
     nav#genesis-nav-primary ul.menu li.menu-item-has-children {
         padding: 0 !important;
    }
     nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
         display: none;
    }
     .mega-col ul.sub-menu {
        padding-top: 8px;
        padding-bottom: 8px;
    }
     .header-stacked button#genesis-mobile-nav-primary {
        position: absolute;
        top: 5px;
        right: 0;
    }
     .header-stacked.fixed-nav button#genesis-mobile-nav-primary {
        top: 12px;
    }
   .header-stacked nav ul > li.nav-cta {
    float: none;
  }
     .header-stacked nav#genesis-nav-primary {
        padding: 0;
    }
     .header-stacked header.site-header .title-area {
        margin: 0;
    }
     header.site-header > .wrap {
        flex-wrap: wrap;
		 flex-direction: row;
		 width: 100%;
		 align-items: center;
    }
	 header.site-header {
		 height: 131px;
    	background: #0e2666 url(/wp-content/uploads/header-bg-mobile-wide.jpg) top center no-repeat;
/* 		     display: flex;
    	align-items: center; */
	 }
	 
     .nav-transparent .site-header .menu-toggle::before {
        color: #fff;
    }
   
   ul.menu > li.menu-item > button.sub-menu-toggle {
    padding: 14px 10px;
  }
	 
	 .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		 color: #fff !important;
	 }
}

@media only screen and (max-width:768px) {
  #top-bar form.search-form {
    display: none;
  }
}

 @media only screen and (max-width:600px){
     div#top-bar {
         display: none;
      height: 0px !important;
    }
     header.site-header {
         top: 0 !important;
    }
     .nav-transparent header.site-header {
         background: #fff;
    }
     .nav-transparent .site-header .menu-toggle::before {
        color: var(--darkdefault);
    }
     .nav-transparent .site-inner:before {
        display: none;
    }
     .nav-transparent header.site-header {
        box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important;
    }
     .nav-transparent img.custom-logo {
        opacity: 1 !important;
    }
     .nav-transparent a.custom-logo-link {
         background: none !important;
    }
}
 @media only screen and (max-width:450px){
     .wp-custom-logo .site-container .title-area {
         max-width: 200px;
    }
     button#genesis-mobile-nav-primary {
         padding-top: 7px;
    }
}

/********************** * Content *********************/

h1 {
    color: var(--darkdefault);
}

h2 {
  color: var(--darkdefault);
}

h3, h4 {
    color: var(--darkdefault);
}

.style-dark p, .style-dark li, .style-dark .ginput_container label {
    color: rgba(255,255,255,0.8);
}

.style-dark h2, .style-dark h3, .style-dark h4, .style-dark strong {
    color: #fff;
}

 a {
     color: var(--primary);
}
 a:hover, a:focus {
     color: var(--primaryalt);
}
 main#genesis-content {
     padding-top: 60px;
}
 .row {
     width: 100%;
     padding: 90px 5%;
     position:relative;
}
 .row:after {
     content: '';
     display: table;
     clear: both;
}
 .row-inner {
     width: 100%;
     max-width: 1400px;
     margin: 0 auto;
}
 .site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
     content: '';
     width: 90%;
     max-width: 1400px;
     border-top: solid 1px var(--lightborder);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .row.style-light + .row:before, .row.style-dark + .row:before {
     display: none;
}
 div.site-inner {
     padding: 0;
     margin-top: 178px;
}
 .header-stacked div.site-inner {
     margin-top: 198px;
}
 .row.style-light {
     background: var(--light);
     border-top: solid 1px var(--lightborder);
     border-bottom: solid 1px var(--lightborder);
}
 .row.style-dark {
     background: var(--primary);
     border-top: solid 1px var(--primaryborder);
     border-bottom: solid 1px var(--primaryborder);
     color: #fff;
}
 div#hero {
     height: 300px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
     padding:0 5%;
   border-bottom: solid 1px var(--lightborder);
}
 div#hero.tall {
     height: 500px;
}
 .hero-inner {
     display: flex;
     height: 100%;
     width: 100%;
     align-items: center;
     justify-content: center;
}
 span.hero-text {
     color: #fff;
     font-size: 60px;
     text-transform: uppercase;
     font-weight: 700;
     text-shadow: 0 0 11px rgb(0 0 0 / 70%);
     line-height:1.25;
}
 .content ul, .content ol {
     padding-left: 20px;
     margin-bottom: 32px;
}
 .content ul li {
     list-style: disc;
     margin-bottom: 10px;
}
 .content ol li {
     list-style: number;
     margin-bottom: 10px;
}
.content a[href^="tel"] {
    color: var(--darkdefault);
}
ul.col-2 {
     column-count: 2;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-3 {
     column-count: 3;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
 ul.col-4 {
     column-count: 4;
     column-gap:40px;
   page-break-inside:avoid;
   break-inside:avoid-column;
}
ul.col-2 li, ul.col-3 li, ul.col-4 li {
  page-break-inside:avoid;
  break-inside:avoid-column;
}

 .error404 .content-sidebar-wrap, .search .content-sidebar-wrap {
     padding-left: 5%;
     padding-right: 5%;
     max-width: calc(1400px + 10%);
     margin: 0 auto;
}
.error404 h1.entry-title {
    text-align: center;
    font-size: 4em;
}

.error404 .content article.entry .entry-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.error404 .content article.entry .entry-content form {
    margin: 0 auto;
    display: flex;
}

.error404 .content article.entry .entry-content form input[type="submit"] {
    margin: 0 0 0 10px;
}

.error404 div#hero {
    display: none;
}

.error404 div.site-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: linear-gradient(45deg, var(--primary) 40%,var(--cta));
}

div#error-contact {
    text-align: center;
}

div#error-contact img {
    max-width: 500px;
    margin-bottom: 20px;
}

div#error-contact a {
    display: inline-block;
}

 button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
     background: var(--primary);
}
 button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, .button:hover {
     background: var(--primaryalt);
}
 .primary-btn, .secondary-btn {
     display: inline-block;
     color: #fff;
     background: var(--cta);
     padding: 16px 64px;
     border-radius: 4px;
     text-decoration: none;
     font-weight: 700;
}
 .primary-btn:hover, .secondary-btn:hover {
     background: var(--ctaalt);
     color: #fff;
}
 .secondary-btn {
     background: var(--primary);
}
 .secondary-btn:hover {
     background: var(--primaryalt);
}
.page-template-default.full-width-content .content {
    width: 90% !important;
    max-width: 1400px !important;
    margin:0 auto !important;
}

.page-template-default .row.page-title {
    padding: 0;
    margin-bottom: 60px;
    padding-top: 20px;
}

figure.alignright, figure.alignleft, figure.alignnone {
    max-width: 600px;
}

.slick-arrow span {
    position: absolute;
    left: -9999px;
    opacity: 0;
    top: -9999px;
}

 @media only screen and (max-width:959px){
     div.site-inner {
         padding-top: 0;
         margin-top:131px;
    }
     div#hero.tall {
         height: 400px;
    }
     span.hero-text {
         font-size: 42px;
    }
     .row {
         padding: 50px 5%;
    }
     ul.col-3, ul.col-4 {
         column-count:2;
    }
   
   figure.alignright, figure.alignleft, figure.alignnone {
    float: none;
    margin: 0 0 32px 0 !important;
    max-width: 100%;
  }
}
 @media only screen and (max-width:768px) {
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 28px;
    }
     h3 {
         font-size: 22px;
    }
	 
	 .error404 h1.entry-title {
        text-align: center;
        font-size: 2em;
    }
    .error404 .content article.entry .entry-content form {
        width:100%;
    }
}


 @media only screen and (max-width:600px) {
     span.hero-text {
         font-size: 32px;
    }
     div#hero.tall {
         height: 250px;
    }
     div.site-inner {
         margin-top: 91px;
    }
     ul.col-2, ul.col-3, ul.col-4 {
         column-count:auto;
         column-gap:0;
    }
}
 @media only screen and (max-width:500px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 24px;
    }
     h3 {
         font-size: 22px;
    }
}


@media only screen and (max-width:350px){
    .error404 .content article.entry .entry-content form {
        display:block;
    }
    .error404 .content article.entry .entry-content form input[type="submit"] {
        margin: 10px 0 0 0;
        width:100%;
    }
}

/*** Home Login ***/
div#home-login:before {
    display: none;
}

.content-sidebar-wrap {
    background: #efefef;
    padding: 60px 0;
    border-bottom: solid 1px #ddd;
}

div#home-login {
    width: 600px;
	max-width:100%;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #ddd;
    padding: 42px;
}

div#home-login h1 {
    font-size: 32px;
}

div#home-login .f-text p {
    margin-bottom: 20px;
}

.page-template-portal-home main#genesis-content {
    padding-top: 0;
}

p.login-conf {
    font-weight: 700;
    color: green;
}

nav li.employee, nav li.distributor {
    display: none !important;
}

.user_role-employee nav li.employee, .user_role-distributor nav li.distributor, .user_role-administrator nav li.employee, .user_role-administrator nav li.distributor, .user_role-web_portal_admin nav li.employee, .user_role-web_portal_admin nav li.distributor {
    display: inline-block!important;
}

a.logout {
    opacity: 1;
    text-decoration: underline;
    font-size: 20px;
}

a.logout:hover {
    opacity: 0.6;
    color: #b60000;
}

.footer-col > a {
    display: inline-block;
    margin: 0 20px;
    text-decoration: underline;
}

.footer-col > a:hover {
    opacity: 0.6;
}

.footer-col.footer-col-1.contact-info {
    text-align: center;
}

a.lost-pw {
    font-style: italic;
    opacity: 0.7;
    text-decoration: underline;
}

p.login-remember label {
    font-weight: 400;
}

p.login-remember label input {
    margin-right: 8px;
}

a#main-return {
/*     background: #efefef; */
	background: #b4262c;
    font-weight: 700;
/*     padding: 16px 32px; */
/*     border: solid 1px #ddd; */
}

a#main-return:hover {
/*     background: #333; */
	    background: #d5282f;
/*     color: #fff; */
}

/*** Dashboard & Account Page ***/
.page-template-dashboard main#genesis-content, .page-template-my-account main#genesis-content, .page-template-flexible-content #genesis-content, .page-template-filter-dies #genesis-content, .single-die #genesis-content {
    width: 1000px;
    max-width: 100%;
    background: #fff;
    border: solid 1px #ddd;
}

.page-template-my-account .row::before {
    display: none;
}

.success-message {
    padding: 20px;
    width: 90%;
    max-width: 100%;
    background: #ebffcf;
    margin: 0 auto;
    border: solid 1px #afdab4;
    font-weight: 700;
    color: #628d25;
    margin-bottom: 40px;
}

div#dash-acct {
    padding-top: 32px;
}

form.profile-edit-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

form.profile-edit-form input {
    margin-bottom: 32px;
}

div#announcement {
    border: solid 1px #ddd;
    width: 90%;
    margin: 0 auto;
    padding: 48px;
    background: #efefef;
    border-left: solid 5px #c10000;
}

div#announcement h3 {
    color: #c10000;
}

.row.dash-content {
    padding-top: 48px;
    padding-bottom: 48px;
}

div#announcement:before {
    display: none;
}

div#acf651db96934867:before {
    display: none;
}


.card-style-minimal.dashboard-cards .item a:hover:before {
    background: #3d3d3d;
}

.home-login-form label {
    font-weight: 700;
}


/********************** * News / Blog / Archives *********************/
 body.content-sidebar .content-sidebar-wrap {
     max-width: 1400px;
     width:90%;
     margin: 0 auto;
}
 body.content-sidebar .sidebar {
     padding-top: 64px;
}
 .blog .content .row, .archive .content .row {
     padding: 0;
}
 .archive-description {
     display: none !important;
}
 .row.page-title h1 {
     margin-bottom: 0;
}
 .entry-content > img:first-child, .entry-content > picture:first-child {
     float: right;
     width: 40%;
     margin: 0 0 32px 32px;
}

.entry-content > img:first-child, .entry-content > picture:first-child img {
    width: 100%;
}
 .single .entry-header span.entry-title {
     display: none;
}
 .single .row.page-title, .archive .row.page-title, .blog .row.page-title {
     margin-bottom: 20px;
}
 .entry-content a.more-link {
     display: block;
     width: 180px;
     margin-top: 20px;
     margin-bottom:0;
     color:var(--cta);
     fill:var(--cta);
     text-decoration:none;
     font-weight:700;
}
 .entry-content a.more-link svg {
     top: 4px;
     margin-left: 5px;
}
 .entry-content a.more-link:hover {
     color: var(--primaryalt);
     fill: var(--primaryalt);
}
 .blog article .entry-content, .archive article .entry-content {
     display: grid;
     grid-template-columns: calc(70% - 40px) calc(30% + 40px);
     grid-template-rows: 1fr 1fr;
     grid-column-start: 1;
     padding-bottom: 40px;
}
 .blog article .entry-content .entry-image-link, .archive article .entry-content .entry-image-link {
     grid-column-start: 2;
     grid-row-start: 1;
     grid-row-end: 3;
     padding-left: 40px;
}
 .blog article .entry-content:before, .archive article .entry-content:before {
     display: none;
}
 .blog article .entry-content .more-link, .archive article .entry-content .more-link {
     grid-column-start: 1;
   height:30px;
}
 .blog article footer.entry-footer, .archive article footer.entry-footer {
     display: none;
}
 .blog article, .archive article {
     border-bottom: solid 1px var(--lightborder);
     padding-bottom: 20px;
}
article a.entry-title-link {
    display: inline-block;
    line-height: 1.25;
}
 .pagination ul {
     padding: 0;
}
 a.entry-image-link:hover img {
     opacity: 0.7;
}
 a.entry-image-link img {
     transition: opacity 300ms;
}
 div.addtoany_content {
     margin: 40px 0;
}
 div.addtoany_content:before {
     content: 'Share on Social Media';
     font-size: 0.875em;
     display: block;
     margin-bottom: 10px;
     font-style: italic;
     opacity:0.7;
}
 div.addtoany_content > div a:first-child {
     padding-left: 0;
}

article blockquote {
    border-left: solid 4px var(--cta);
    padding: 20px;
    margin: 0 0 32px 0;
  font-size: 1.25em;
    line-height: 1.5;
}

article blockquote p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:959px) {
  body.content-sidebar .sidebar {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width:700px) {
  .entry-content > img:first-child {
    float: none;
    margin: 0 0 32px 0;
    width: 100%;
  }
  div.row h2, div.row .f-text > p, div#cta {
    text-align: left !important;
  }
}

 @media only screen and (max-width: 600px) {
     .blog article .entry-content, .archive article .entry-content {
         display: flex;
         flex-direction: column;
    }
     .blog article .entry-content .entry-image-link, .archive article .entry-content .entry-image-link {
         order: -1;
         padding: 0;
         margin-bottom: 20px;
         display:inline-block;
         width:300px;
         max-width:100%;
    }
     .blog article .entry-content * {
         grid-column-start: auto;
         grid-row-start: auto;
         grid-column-end: auto;
         grid-row-end: auto;
    }
}

/********************** * Layouts *********************/
/*** Title with Main Content ***/
 main#genesis-content {
     padding-top: 60px;
}
.row.title-row {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.row.title-row h1 {
    margin-bottom: 0;
}

.row.title-row + .row.main-content {
    padding-top: 20px;
}

 .row.main-content {
     text-align: left;
}

.row.main-content li {
    text-align: left;
}

 .row.main-content .f-text {
/*      max-width: 900px; */
/*      margin: 0 auto; */
}
 .f-text p:last-child, .f-text ul:last-child, .f-text ol:last-child {
     margin-bottom: 0;
}
 .style-dark a {
    color: #fff !important;
    text-decoration: underline;
}
 .style-dark a:hover {
    color: rgba(255,255,255,0.7) !important;
}
 .f-text a.button, .cta-content a.button, a.button.primary {
    text-decoration: none;
    min-width:240px;
/*     width:min-content; */
     color:#fff;
    background:var(--cta);
}
 .f-text a.button:hover, .cta-content a.button:hover, a.button.primary:hover {
    background:var(--ctaalt);
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-content a.button {
    margin: 0 10px;
}

.f-text a.button.secondary, .cta-content a.button.secondary {
    background: var(--primary);
}

.f-text a.button.secondary, .cta-content a.button.secondary:hover {
    background: var(--primaryalt);
}

 .style-dark .f-text a.button {
    background: rgba(255 255 255 / 35%);
}
 .style-dark .f-text a.button:hover {
    background: rgba(255 255 255 / 45%);
    color: #fff !important;
}
.breadcrumbs > span:last-child {
    color: var(--cta);
}
 .breadcrumbs span.sep {
    color: var(--darkdefault);
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    font-weight: 700;
}
 .breadcrumbs a, .breadcrumbs > span {
    color: var(--darkdefault);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
 .breadcrumbs a:hover {
     color: var(--primaryalt);
}
 .breadcrumbs {
    margin-bottom: 10px;
}

.row.main-content.has-main-img {
    text-align: left;
}

.row.main-content.has-main-img .f-text {
    max-width: 100%;
}

.row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
    float: right;
    display: inline-block;
    border: solid 1px #ddd;
    margin: 0 0 40px 40px;
    max-width: 100%;
}

.row.main-content.has-main-img .row-inner {
    display: flex;
    justify-content: space-between;
}

.row.main-content.has-main-img .row-inner .f-asset {
    width: calc(50% - 40px);
}

.row.main-content.has-main-img .row-inner .f-text {
    width: calc(50% - 40px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin: 0;
}

.row.main-content.has-main-img .row-inner .f-asset img {
    width: 100%;
}


@media only screen and (max-width:959px) {
    .row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }
  .row.title-row {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
	
	 .row.title-row + .row.main-content {
		 padding-top: 0;
	 }
}

@media only screen and (max-width:959px) {
    .row.main-content.has-main-img .f-text > img, .row.main-content.has-main-img .f-text > picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }
  .row.title-row {
    text-align: left;
    padding-top: 0;
    padding-bottom: 40px;
  }
	
	 .row.title-row + .row.main-content {
		 padding-top: 0;
	 }
	.row.main-content.has-main-img .row-inner {
		flex-wrap: wrap;
	}

	.row.main-content.has-main-img .row-inner .f-text {
		width: 100%;
		margin-bottom: 40px;
	}

	.row.main-content.has-main-img .row-inner .f-asset {
		width: 100%;
	}
}

 @media only screen and (max-width:700px) {
	 .row.main-content, .row.title-row {
		 text-align: left;
	 }
}

 @media only screen and (max-width:700px) {
	 .row.main-content, .row.title-row {
		 text-align: left;
	 }
}

@media only screen and (max-width:600px) {
  .cta-content a.button {
    width:100%;
    margin:0 0 20px 0;
  }

  .cta-content a.button:last-child {
    margin-bottom:0;
  }
}
/*** Image - Full Width ***/
 .image-full-width {
     text-align: center;
}
 .image-full-width .caption {
     padding-top: 20px;
     font-style: italic;
}
/*** Content with Media ***/
 .content-media .row-inner {
     display: flex;
     justify-content: space-between;
}
 .content-media .row-inner > div {
     width: calc(50% - 32px);
     order: 1;
}
 .content-media.asset-right .row-inner > div.f-asset {
     order: 2;
}
 .content-media.asset-left .row-inner > div.f-asset {
     order: 0;
}
 .content-media .f-asset img, .content-media .f-asset iframe {
     width: 100%;
}
 @media only screen and (max-width:900px) {
     .content-media .row-inner {
         flex-wrap: wrap;
    }
     .content-media .row-inner > div {
         width: 100%;
    }
     .content-media .row-inner > div.f-asset {
         order: 0 !important;
         margin-bottom: 32px !important;
    }
}
/*** Form ***/
 .form .form-wrap {
     max-width: 900px;
     margin: 0 auto;
}
 .form-content h2 {
     text-align: center;
}
 .form-content .f-text {
     padding-bottom: 40px;
}
 .page-id-94 div#va-footer {
     border-top: solid 1px var(--lightborder);
}
 .gform_wrapper .gfield h2, .gform_wrapper .gfield h3, .gform_wrapper .gfield h4 {
     margin: 20px 0;
}
.row.style-dark form input[type="submit"] {
    background: rgba(255 255 255 / 35%);
}

.row.style-dark form input[type="submit"]:hover {
    background: rgba(255 255 255 / 45%);
}

.form.layout-side .row-inner {
    display: flex;
}

.form.layout-side .row-inner .form-content {
    width: 50%;
    padding-right: 45px;
}

.form.layout-side .row-inner .form-content h2 {
    text-align: left;
}

.form.layout-side .row-inner .form-wrap {
    width: 50%;
    padding-left: 45px;
}

.style-dark .gform_wrapper .gfield_required {
    color: #ffb3b3;
}

div.gform_wrapper .gform_validation_errors>h2 {
    font-weight: 700;
    font-size: 16px;
}

div.gform_wrapper .gfield_error legend, div.gform_wrapper .gfield_error label {
    color: #ffb3b3;
}

@media only screen and (max-width:959px) {
  .form.layout-side .row-inner {
    display: block;
  }

  .form.layout-side .row-inner .form-content, .form.layout-side .row-inner .form-wrap {
    width: 100%;
    padding-right: 0;
    padding-left:0;
  }
}

/*** Cards (Default) ***/
.row.cards-default {
    padding-bottom: 68px;
}
 .cards-default h2 {
     text-align: center;
}
 .cards-default .f-text {
     margin-bottom: 64px;
}
 .cards-default .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cards-default .cards-items .item {
     width: calc(25% - 32px);
     margin-right: 32px;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%);
     margin-bottom:32px;
     transition: all 0.2s ease-in-out;
     background:#fff;
}
 .cards-default .cards-items .item:hover{
     box-shadow: 0px 22px 30px -6px rgb(0 0 0 / 30%);
}
 .cards-default .cards-items .img {
     height: 200px;
     position: relative;
     background-size: cover !important;
     background-position: center !important;
}
 .cards-default .cards-items .text {
     padding: 30px;
}
 .cards-default a {
     text-decoration: none;
     color:var(--primary);
}
 .cards-default a:hover{
     color:var(--primaryalt);
}
 .cards-default h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 0;
     color:var(--primary);
     transition:all 300ms;
}
 .cards-default a:hover h3 {
     color: var(--primaryalt);
}
 .cards-default p.secondary {
     font-size: 0.75em;
     color: rgba(0,0,0,0.6);
     margin-bottom: 16px;
}
 .cards-default .desc p {
     color: var(--darkdefault);
     margin-bottom: 16px;
}
 .cards-default .btn-cta {
     border-radius: 25px;
     padding: 10px 40px;
     background: var(--primary);
     color: #fff;
     font-weight: 700;
     font-size: 0.875em;
     display: inline-block;
     transition: all 300ms;
}
 .cards-default a:hover .btn-cta {
     background: var(--primaryalt);
}
 .cards-default .cards-items .img:before {
     content: '';
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     background: var(--primary);
     transition: all 400ms;
     opacity: 0;
}
 .cards-default .cards-items a:hover img:before {
     opacity: 0.7 !important;
}
 .cards-default .cards-items a:hover .img:before {
     opacity: 0.7;
}
 .cards-default.card-style-side .cards-items .item {
     width: calc(50% - 32px);
     box-shadow: 2px 3px 20px 0px rgb(0 0 0 / 20%);
}
 .cards-default.card-style-side .cards-items .item a {
     display: flex;
   height:100%;
}
 .cards-default.card-style-side .cards-items .item .img {
     width: 45%;
     min-width: 45%;
     display:flex;
     height: auto;
}
 .cards-default.card-style-side .cards-items .item .text {
     width: 55%;
     min-width: 55%;
}
 @media only screen and (max-width:1400px) {
     .cards-default .cards-items .item {
         width: calc(33.33% - 32px);
    }
}
 @media only screen and (max-width:1100px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:1000px) {
     .cards-default .cards-items .item {
         width: calc(50% - 32px);
    }
}
 @media only screen and (max-width:950px) {
     .cards-default.card-style-side .cards-items .item {
         width: 100%;
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .cards-default .cards-items .item {
         width: 100%;
         margin-right:0 !important;
    }
}
 @media only screen and (max-width:500px) {
     .cards-default.card-style-side .cards-items .item a {
         flex-direction: column;
    }
     .cards-default.card-style-side .cards-items .item .img {
         width: 100%;
         height: 200px;
    }
     .cards-default.card-style-side .cards-items .item .text {
         width: 100%;
    }
}
/*** Cards (Full Image) ***/
 .card-style-full-image h2{
     text-align: center;
}
 .card-style-full-image .f-text {
     margin-bottom: 64px;
}
 .card-style-full-image .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .card-style-full-image .item {
     width: calc(25% - 20px);
     margin-right: 20px;
     height: 400px;
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 20px;
}

.card-style-full-image .item .img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
  background-size:cover !important;
}

 .card-style-full-image .item a {
     padding: 20px;
     display: block;
     text-align: center;
     color: #fff;
     text-decoration: none;
     position: relative;
     height: 100%;
     transition: all 600ms;
}
 .card-style-full-image div.desc {
     max-height: 0;
     transition: all 600ms;
     transition-timing-function: cubic-bezier(0.53, 0.94, 0.82, 0.63);
     overflow: hidden;
     display: block;
     margin-bottom: 0;
}
 .card-style-full-image p.secondary {
     font-size: 0.75em;
     margin: 0;
     transition: margin 600ms;
   color:#fff;
   line-height:1.25;
}
 .card-style-full-image a:hover p.secondary {
     margin-bottom: 16px;
}
 .card-style-full-image .text {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding-bottom: 26px;
   padding-left:20px;
   padding-right:20px;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 400px;
     max-height: 95px;
     transition: max-height 600ms;
     color:#fff;
}
 .card-style-full-image .item a:after {
     content: '';
     background-image: linear-gradient(0deg, #000000a6, transparent);
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     transition: all 600ms;
}
 .card-style-full-image h3 {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 10px;
   color:#fff;
}
 .card-style-full-image .item a:hover div.desc, .isMobile .card-style-full-image .item a div.desc {
     max-height: 350px;  
   padding-top:16px;
}
 .card-style-full-image .item a:hover:after, .isMobile .card-style-full-image .item a:after {
     height: 140%;
     background-image: linear-gradient(0deg, #000000a6, #00000000);
}
 .card-style-full-image .item div.desc p {
     font-size: 0.75em;
     padding: 0 32px;
     margin-bottom:16px;
   color:#fff;
}
 .card-style-full-image a:hover .text, .isMobile .card-style-full-image a .text {
     max-height: 400px;
     padding-bottom: 0;
}
 .card-style-full-image .item span.btn-cta {
     background: var(--primary);
     display: inline-block;
     left: 0;
     right: 0;
     margin: 0 auto;
     padding: 6px 24px;
     border-radius: 20px;
     font-size: 0.875em;
     font-weight: 700;
     transition: all 0.2s ease-in-out;
}
 .card-style-full-image .item span.btn-cta:hover {
     background: var(--primaryalt);
}
 @media only screen and (max-width:1400px) {
     .card-style-full-image .item {
         width: calc(33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .card-style-full-image .item {
         width: calc(50% - 10px);
    }
     .card-style-full-image .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media only screen and (max-width:700px) {
     .card-style-full-image h2, .cards-style-full-image .f-text {
         text-align: left;
    }
}
 @media only screen and (max-width:600px) {
     .card-style-full-image .item {
         width: 100%;
         margin-right:0 
    }
}
/*** Cards (Small with Hover Image) ***/
 .card-style-minimal .f-text {
     margin-bottom: 64px;
}
 .card-style-minimal h2 {
     text-align: left;
}
 .card-style-minimal .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
}
 .card-style-minimal .item {
     width: calc(33.33% - 20px);
     margin-right: 20px;
     margin-bottom:20px;
     background-position: center !important;
     background-size: cover !important;
}

.card-style-minimal .item .img {
  height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
  background-size:cover !important;
}

 .card-style-minimal .item a {
     display: flex;
     position: relative;
     flex-direction: column;
     text-decoration: none;
     color: var(--darkdefault);
     box-shadow: 0 0 13px -5px rgb(0 0 0 / 20%);
     border: solid 1px var(--lightborder);
     border-bottom: 0;
     height:100%;
}
 .card-style-minimal .item svg {
     width: 40px;
     height: 40px;
     color: var(--darkdefault);
     fill:var(--darkdefault);
     margin-bottom: 10px;
     transition: all 600ms;
}
 .card-style-minimal .item h3 {
     font-size: 22px;
     margin-bottom: 8px;
     font-weight: 700;
   color:var(--primary);
   transition:all 300ms;
}

.card-style-minimal p.desc {
    margin-bottom: 0;
}

.card-style-minimal .item a:hover h3 {
    color: #fff;
}

 .card-style-minimal .item a:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     transition: all 600ms;
   z-index: 1;
}
 .card-style-minimal .item .text {
     position: relative;
     z-index: 1;
     padding: 64px 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     color:var(--darkdefault);
     transition:color 300ms;
}
.card-style-minimal .desc p {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.5;
}
 .card-style-minimal .item a:hover .text {
     color: #fff;
}
 .card-style-minimal .item p.secondary {
     font-size: .75em;
     margin-bottom: 10px;
     line-height: 1.25;
   color:#222;
   transition:all 300ms;
}
.card-style-minimal .item a:hover p {
    color: #fff;
}
.card-style-minimal span.icon-arrow {
    display: block;
    width: 100%;
    background: var(--primary);
    z-index: 1;
    padding: 0 5px;
    height: 22px;
    max-height: 4px;
    transition: all 600ms;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    padding-left: 20px;
    line-height: 1;
    color: #fff;
    color: var(--primary);
	left:0;
}
 .card-style-minimal .item .icon-arrow svg {
     color: #fff;
     height: 12px;
     width: 12px;
     float: right;
     transition: all 600ms;
     opacity: 0;
     margin: 0;
}
.card-style-minimal a:hover span.icon-arrow {
    height: 31px;
    max-height: 31px;
    padding: 8px 5px 8px 20px;
    color: #fff;
}
 .card-style-minimal a:hover span.icon-arrow svg {
     opacity: 1;
}
 .card-style-minimal .item a:hover:before {
     background: rgba(0,0,0,0.4);
}
 .card-style-minimal .item a:hover {
     color: #fff;
}
 .card-style-minimal .item a:hover svg {
     color: #fff;
     fill:#fff;
}
 .card-style-minimal.style-dark .item a {
     border: 0;
}

.card-style-minimal.style-dark span.icon-arrow {
    background: var(--cta);
  color: var(--cta);
}

 @media only screen and (max-width:1400px) {
     .card-style-minimal .item {
         width: calc(33.33% - 20px);
    }
}
 @media only screen and (max-width:950px) {
     .card-style-minimal .item {
         width: calc(50% - 10px);
    }
     .card-style-minimal .item:nth-child(even) {
         margin-right:0;
    }
}
 @media only screen and (max-width:600px) {
     .card-style-minimal .item {
         width: 100%;
         margin-right:0;
    }
}
/*** Cards (Grid with Featured) ***/
 .card-style-grid h2 {
     text-align: left;
}
 .card-style-grid .f-text {
     margin-bottom: 64px;
}
 .card-style-grid .cards-items {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .card-style-grid .grid-half {
     width: 50%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px;
}
 .card-style-grid .grid-half:nth-child(odd) {
     padding-right: 15px;
}
 .card-style-grid .grid-half:nth-child(even) {
     padding-left: 15px;
}
 .card-style-grid .grid-half .item.featured {
     width: 100%;
     height: 630px;
     border:solid 1px var(--lightborder);
}
 .card-style-grid .grid-half .item.normal {
     height: calc(50% - 15px);
     margin-bottom: 30px;
     width: calc(50% - 15px);
     margin-right: 30px;
     height: 300px;
     border:solid 1px var(--lightborder);
}

.card-style-grid .item .img {
  height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
  background-size:cover !important;
}

 .card-style-grid .grid-half .item a {
     text-decoration: none;
     color: #fff;
     display: flex;
     height: 100%;
     position: relative;
     overflow: hidden;
}
 .card-style-grid .grid-half .item a:before {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 50%;
     background: linear-gradient(0deg, #000000a6, transparent);
     transition: all 600ms;
   z-index:1;
}
 .card-style-grid .grid-half .item h3 {
     margin-bottom: 8px;
     font-size: 20px;
     text-align: center;
     font-weight:700;
   color:#fff;
}
 .card-style-grid .grid-half .item p {
     text-align: center;
     font-size: 0.75em;
     margin-bottom: 0;
   color:#fff;
   transition:all 500ms;
}

.card-style-grid .grid-half .item a:hover p.secondary {
    margin-bottom: 10px;
}

 .card-style-grid .grid-half .item a .text {
     width: 100%;
     position: absolute;
     bottom: 10px;
     padding: 20px;
     transition: all 600ms;
   z-index:2;
}
 .card-style-grid .grid-half .item.normal:nth-child(even) {
     margin-right: 0;
}
 .card-style-grid .grid-half .item.normal:nth-child(3), .card-style-grid .grid-half .item.normal:nth-child(4) {
     margin-bottom: 0;
}
 .card-style-grid .grid-half .item {
     background-size: cover !important;
     background-position: center !important;
}
 .card-style-grid .grid-half .item a:hover:before {
     height: 140%;
     background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
}
 .card-style-grid.style-dark .grid-half .item {
     border: solid 1px var(--primaryborder);
}

.card-style-grid .item .desc {
    overflow: hidden;
    max-height: 0;
    width: 400px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    transition: all 800ms;
}

.card-style-grid .item .desc p {
    margin-bottom: 16px;
}

.card-style-grid .item a:hover .desc {
    max-height: 200px;
}

.card-style-grid span.btn-cta {
    font-weight: 700;
    background: #fff;
    padding: 8px 24px;
    display: inline-block;
    border-radius: 25px;
    color: var(--primary);
    font-size: 14px;
  transition:all 400ms;
}

.card-style-grid span.btn-cta:hover {
    background: var(--primaryalt);
    color: #fff;
}

 @media only screen and (max-width:1200px) {
     .card-style-grid .grid-half {
         width: 100%;
         padding:0 !important;
    }
     .card-style-grid .grid-half .item.featured {
         height: 300px;
    }
     .card-style-grid .grid-half .item.normal {
         width: calc(50% - 15px);
    }
}
 @media only screen and (max-width:600px) {
     .card-style-grid .grid-half .item.normal {
         width: 100%;
         margin-right:0;
         margin-bottom:30px !important;
    }
   
   .card-style-grid .grid-half .item.normal:last-child {
    margin-bottom: 0 !important;
  }
   
   .card-style-grid .grid-half .item a:before {
    height: 140%;
    background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
  }

  .card-style-grid .item a .desc {
    max-height: 200px;
  }
}
/*** Column-Based Content ***/
 .column-content h2 {
     text-align: left;
}
 .column-content .row-inner > .f-text {
     margin-bottom: 40px;
}
 .column-content .column-items {
     display: flex;
     justify-content: space-between;
}
 .column-content .col {
     width: 100%;
}
 .column-content .col:last-child {
     margin-bottom:0 !important;
}
 .column-content.col-2 .column-items .col {
     width: calc(50% - 40px);
}
 .column-content.col-3 .column-items .col {
     width: calc(33.33% - 40px);
}
 .column-content.col-4 .column-items .col {
     width: calc(25% - 40px);
}
 @media only screen and (max-width:1100px) {
     .column-content .column-items {
         flex-wrap:wrap;
    }
     .column-content.col-4 .column-items .col {
         width: calc(50% - 40px);
         margin-bottom:40px;
    }
}
 @media only screen and (max-width:950px) {
     .column-content.col-3 .column-items .col {
         width: calc(33.33% - 20px);
    }
     .column-content.col-2 .column-items .col, .column-content.col-4 .column-items .col {
         width: calc(50% - 20px);
    }
}
 @media only screen and (max-width:680px) {
     .column-content.col-2 .column-items .col, .column-content.col-3 .column-items .col, .column-content.col-4 .column-items .col {
         width: calc(100%);
         margin-bottom:40px;
    }
}

/*** Media Gallery ***/
.gallery h2 {
  text-align: left;
  margin-bottom:40px;
}

 .gallery .gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
   justify-content:center;
}
 .gallery .gallery-wrap > div {
    width: 20%;
    padding: 0 20px;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}
 .gallery .gallery-wrap > div a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
 .gallery .gallery-wrap > div a svg {
    width: 12px;
    fill: var(--primaryalt);
    transition: all 300ms;
     top:0;
}
 .gallery .gallery-wrap > div a .icon {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 300ms;
}
 .gallery .gallery-wrap > div.video a svg {
    width: 8px;
    height: 100%;
}
 .gallery .gallery-wrap > div a:hover:before {
    opacity: 0;
}
 .gallery .gallery-wrap > div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all 300ms;
    opacity: 1;
}
 .gallery .gallery-wrap > div a:hover .icon {
    background: var(--primaryalt);
}
 .gallery .gallery-wrap > div a:hover .icon svg {
    fill: #fff;
}
.gallery .f-text {
	margin-bottom: 40px;
}
 @media only screen and (max-width:1400px) {
     .gallery .gallery-wrap > div {
         width: 25%;
    }
}
 @media only screen and (max-width:1100px) {
     .gallery .gallery-wrap > div {
         width: 33.33%;
    }
}
 @media only screen and (max-width:850px) {
     .gallery .gallery-wrap > div {
         width: 50%;
    }
}
 @media only screen and (max-width:550px) {
     .gallery .gallery-wrap > div {
        width: 100%;
        padding: 0;
    }
     .gallery .gallery-wrap {
        left: auto;
        width: 100%;
    }
}

/*** Resources ***/
 .resources h2 {
    text-align:center;
}
 ul.resource-links li {
    list-style: none;
}
 ul.resource-links {
    padding: 0;
}
 ul.resource-links:last-child {
    margin-bottom: 0;
}
 ul.resource-links li a {
    background: url(/wp-content/uploads/pdf-icon.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 28px;
    text-decoration: none;
}
 .f-text ul.resource-links {
     margin-bottom: 32px;
}
 .f-text:last-child ul.resource-links {
     margin-bottom: 0;
}
/*** Console ***/
 .console .f-title h2 {
    color: #F0F0F0;
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 24px;
}
 .console .f-title {
    max-width: 100%;
}
 div#console {
    display: flex;
}
 div#console-nav {
    width: 20%;
    padding-right: 60px;
    border-right: solid 1px #f0f0f0;
}
 div#console-window {
    width: 80%;
    padding-left: 60px;
     position:relative;
}
 #console-nav li a {
    color: #777777;
    font-weight: 700;
     text-decoration:none;
}
 #console-nav li {
    list-style: none;
}
 #console-nav ul {
    padding: 0;
    margin: 0;
}
 #console-nav li.active a, #console-nav li a:hover {
    color: var(--primary);
}
 div#console-window .console-page {
     display: none;
     opacity: 0;
     transition: all 400ms;
     display: flex;
     height: 0;
     position: absolute;
     top: 0;
     align-items: flex-start;
}
 div#console-window .console-page.active {
     opacity: 1;
     display: flex;
     position: relative;
     height: auto;
     transition: all 400ms;
     z-index:1;
     background:#fff;
}
 div#console-window .console-page > picture, div#console-window .console-page > img {
    width: 40%;
    order: 2;
}
 div#console-window .console-page .f-text {
    width: 60%;
    padding-right: 60px;
}
 #console h3 {
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 20px;
}
 .style-light div#console-nav {
     border-right: solid 1px var(--lightborder);
}
 .style-light div#console-window .console-page.active {
     background: none;
}
 .console.style-light .f-title h2 {
     color: #bfbfbf;
}
 .console.style-dark .f-title h2 {
     color: rgba(255,255,255,0.4);
}
 .style-dark div#console-nav {
     border-color: rgba(255,255,255,0.4);
}
 .style-dark div#console-window .console-page.active {
     background: none;
}
 .style-dark #console h3 {
     color: #fff;
}

.style-dark li.active a, .style-dark li:hover a {
    color: var(--cta) !important;
}

 @media only screen and (max-width:1600px) {
     .console .f-title h2 {
         font-size: 60px;
    }
}
 @media only screen and (max-width:1150px) {
     .console .f-title h2 {
         font-size: 40px;
         color: #dbdbdb;
    }
     #console h3 {
         font-size: 32px;
    }
}
 @media only screen and (max-width:1100px) {
     div#console-nav {
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 20px;
        margin-bottom: 40px;
        overflow-x: scroll;
    }
     div#console {
        display: block;
    }
     div#console-nav ul {
        display: flex;
        max-width: none;
    }
     div#console-nav ul li {
        padding-right: 60px;
    }
     div#console-nav ul li a {
        white-space: nowrap;
    }
     div#console-window {
        width: 100%;
        padding-left: 0;
    }
     div#console-window {
        width: 100%;
        padding-left: 0;
    }
     div#console-window .console-page{
        display: block !important;
    }
     div#console-window .console-page > picture, div#console-window .console-page > img {
        margin: 0 0 40px 0;
        display: block;
        width: auto;
    }
     div#console-window .console-page .f-text {
        width: 100%;
        padding: 0;
    }
}
/*** Post Feed ***/
 .row.acf-post-feed {
     padding-bottom: 60px;
}
 .acf-post-feed h2 {
     text-align: left;
}
 .acf-post-feed .f-text {
     margin-bottom: 40px;
}
 .acf-post-feed .post-feed-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
     left: -15px;
     width: calc(100% + 30px);
}
 .acf-post-feed .post-card {
     width: calc(33.33% - 30px);
     border: solid 1px var(--lightborder);
     margin: 0 15px;
     display: flex;
     flex-direction: column;
     margin-bottom:40px;
}
 .post-card .post-img img {
     width: 100%;
     transition:all 300ms;
}
 .post-card .card-summary {
     padding: 20px;
     background: var(--light);
     border-top: solid 1px var(--lightborder);
     flex-grow: 1;
}
 .post-card .card-summary h3 {
     font-size: 1.375em;
     margin-bottom: 8px;
}
 .post-card a {
     text-decoration: none;
}
 .post-card p {
     margin-bottom: 8px;
}
 .post-card p.r-type {
     font-weight: 700;
}
 .post-card p.r-meta {
     font-size: 0.875em;
     font-style: italic;
}
 span.categories:before {
     content: '';
     display: inline-block;
     width: 4px;
     height: 4px;
     background: rgba(0,0,0,0.3);
     border-radius: 50%;
     position: relative;
     top: -3px;
     margin-left: 10px;
     margin-right: 10px;
}
 span.categories {
     font-style: normal;
}
 span.categories span.sep:last-child {
     display: none;
}
 span.categories span.sep {
     display: inline-block;
     padding: 0 5px;
}
 .post-card p.r-excerpt {
     font-size: 0.875em;
}
 .post-card a.learn-more {
     font-weight: 700;
     color: var(--darkdefault);
   display:inline-block;
   height:1.25em;
}
 .post-card a.learn-more svg {
     width: 16px;
     display: inline-block;
     margin-left: 4px;
}
 .post-card a.learn-more:hover {
     color: var(--primaryalt);
     fill: var(--primaryalt);
}
 .post-card a:hover img {
     opacity: 0.7;
}
 .style-light .post-card .card-summary, .style-light .post-card .post-img {
     background: #fff;
}
 .style-dark .post-card.type-post {
     border: solid 1px var(--primaryborder);
}
 .style-dark .post-card a {
     color: var(--primaryalt) !important;
}
 .style-dark .post-card a:hover {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card p {
     color: var(--darkdefault);
}
 .style-dark .post-card a.learn-more {
     color: var(--darkdefault)!important;
}
 .style-dark .post-card a.learn-more:hover {
     color: var(--primaryalt) !important;
     fill: var(--primaryalt);
}
@media only screen and (max-width:959px) {
  .row.acf-post-feed {
    padding-bottom: 20px;
  }
}
 @media only screen and (max-width:900px) {
     .acf-post-feed .post-card {
         width: 100%;
         margin: 0 0 40px 0;
         flex-direction: row;
    }
     .acf-post-feed .post-feed-wrap {
         left: auto;
         width: 100%;
    }
     .post-card .post-img {
         order: 2;
         padding: 20px;
         background: var(--light);
         width: 30%;
    }
     .post-card .post-img img {
         width: 100%;
         border:solid 1px var(--lightborder);
    }
     .post-card .card-summary {
         width: 70%;
         border: 0;
    }
}
 @media only screen and (max-width:500px) {
     .acf-post-feed .post-card {
         flex-direction: column;
    }
     .post-card .post-img {
         width: 100%;
         order: 0;
         padding: 0;
    }
     .post-card .card-summary {
         width: 100%;
    }
     .post-card .post-img img {
         border: 0;
    }
     .post-card .card-summary {
         border-top: solid 1px var(--lightborder);
    }
}



/*** Accordion ***/
.accordion .acc-item > h2 {
    font-size: 24px;
    padding: 20px 40px 20px 0;
    border-bottom: solid 1px var(--lightborder);
    color: #6a6a6a;
    margin-bottom: 0;
    border-top: solid 1px var(--lightborder);
    border-bottom: 0;
	cursor:pointer;
	position:relative;
}

.accordion .acc-item-content > img, .accordion .acc-item-content > picture {
    float: right;
    margin: 0 0 40px 40px;
	max-width:40%;
}

.accordion .acc-item-content:after {
    content: '';
    display: table;
    clear: both;
}

.accordion .accordion-items {
    border-bottom: solid 1px var(--lightborder);
}

.accordion .acc-item > h2 svg {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    height: 32px;
    transform: rotate(45deg);
    transition: all 400ms;
    fill: #000;
}

.accordion .acc-item > h2.active svg {
    transform: rotate(0deg);
    fill: #a70000;
}

.accordion .f-text p:last-child {
    margin-bottom: 32px;
}


@media only screen and (max-width:959px) {
	body.content-sidebar .sidebar {
		margin-bottom: 90px;
	}
	#cta .row-inner .cta-half.cta-callouts {
		/* width: 100%; */
		justify-content: flex-start;
		flex-direction: column;
		width: calc(33.33% - 20px);
	}

	.cta-half.cta-callouts .cta-call p {
		display: none;
	}

	div.cta-half.cta-callouts .cta-call h3 {
		font-size: 20px;
		padding-top:8px;
	}

	div.cta-half.cta-callouts .cta-call .icon svg {
		width: 20px;
		height: 20px;
	}

	div.cta-half.cta-callouts .cta-call .icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		padding: 6px;
	}

	#cta .row-inner .cta-half.cta-text {
		width: calc(66.66% - 20px);
	}
	div.cta-header h2 {
		font-size: 32px;
	}

	.f-text a.button, .cta-content a.button, a.button.primary, .woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button, input.button.raq-send-request {
		font-size: 20px;
		padding: 16px 32px;
	}
}

@media only screen and (max-width:768px) {
	.accordion .acc-item-content > img, .accordion .acc-item-content > picture {
		max-width: 100%;
		float: none;
		display: block;
		margin: 0 0 32px 0;
	}
	.dtb-wrap {
		max-width: 100%;
		overflow-x: scroll;
	}

	.dtb-wrap:before {
		content: 'Scroll sideways to reveal more table data';
		font-style: italic;
		font-size: 0.875em;
		display: block;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width:700px) {
	#cta .row-inner .cta-half.cta-text {
		width: 100%;
	}

	#cta .row-inner .cta-half.cta-text {
		margin-bottom: 0;
	}

	#cta .row-inner .cta-half.cta-callouts {
		width: 100%;
	}

	div.cta-half.cta-callouts .cta-call {
		width: calc(50% - 20px);
	}

	#cta .row-inner .cta-half.cta-callouts {
		flex-direction: row;
		display: none;
	}
}

/*** User Role Documents ***/
.row.user-docs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    justify-content: center;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.row.user-docs ul li {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0 20px 0;
    width: 33.33%;
    display: flex;
}

.row.user-docs ul li > * {
    width: 100%;
    display: block;
}

.row.user-docs ul li > a {
    display: flex;
    flex-direction: column;
    background: #efefef;
    padding: 20px;
    text-decoration: none;
    color: var(--primary);
}

.row.user-docs ul li > a img {
    display: block;
    max-width: 100%;
    width: 150px;
    margin: 0 auto 20px auto;
}

.row.user-docs ul li > a > span {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #0093d0;
}

.row.user-docs ul li > a:hover {
    background: #d3ecf7;
}

.row.user-docs ul li > a > p {
    margin-bottom: 12px;
    font-size: 16px;
}

.row.user-docs ul li > a > span.doc-cta {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 400;
}

@media only screen and (max-width:960px) {
	.row.user-docs ul {
		left: 0;
		width: 100%;
	}

	.row.user-docs ul li {
		width: 100%;
		display: block;
		padding: 0;
	}

	.row.user-docs ul li > a img {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.row.user-docs ul li > a {
		display: block;
	}

	.row.user-docs ul li > a:after {
		content: '';
		display: table;
		clear: both;
	}
}

@media only screen and (max-width:450px) {
	.row.user-docs ul li > a img {
		float: none;
		margin: 0 auto 20px auto;
	}
}

/* Die Single */
.single-die .table {
	max-width: 100%;
    border: solid 1px #dadada;
    margin-bottom: 20px;
}

.single-die .tr {
    background: #fff;
    display: flex;
	width: 100%;
}

.single-die .tr:nth-child(even) {
    background: #eaeaea;
}

.single-die .th {
	width: 30%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    background: #102868;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 1px #236bb9;
}

.single-die .td {
    width: 70%;
    padding: 10px;
}

.single-die .btn.index {
    background-color: #102868;
    color: white;
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}

.single-die .btn.index:hover {
    background-color: #3c4f82;
}

.single-die div.print-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--cta);
    border: 1px solid grey;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    width: fit-content;
	transition: all 200ms;
}

.single-die div.print-btn:hover {
    background: #3c4f82;
}

.single-die .print-btn:after {
    content: "Print Image";
    display: inline-block;
	color: #fff;
}

.single-die div.print-btn svg {
    fill: #fff;
	margin-right: 12px;
	top: 0px;
}

.single-die .slick-slider {
	margin-bottom: 30px;
}

.single-die .slider-content {
    text-align: center;
}

.single-die .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

.single-die .slick-slide {
    position: relative;
	border: solid 1px #c3c3c3;
}

.single-die  .slick-slider .slick-prev, .single-die .slick-slider .slick-next {
    top: 50%;
    background: none;
	width: fit-content;
    padding: 0;
	position: absolute;
}

.single-die .slick-slider .slick-arrow:focus {
	outline: none;
}

.single-die .slick-slider .slick-prev {
    left: -35px;
}

.single-die .slick-next {
    right: -35px;
}

.slick-slider .slick-dots li button:before {
    font-size: 54px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    padding: 0 !important;
    left: calc(50% - 40px);
    bottom: -75px;
}

.slick-dots li {
	list-style: none !important;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    padding: 5px;
	margin-right: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
	position: relative;
}

.slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
	transition: opacity 200ms;
}

.img-caption {
	color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #102868;
}

.single-die div#documents {
    margin-bottom: 32px;
}
	
.single-die a.document-btn {
    text-decoration: underline;
    color: var(--cta);
}

.single-die a.document-btn:hover {
	color: #3c4f82;
	text-decoration: none;
}

.single-die div#documents ul {
	padding-left: 0;
}

.single-die div#documents li {
    list-style: none;
}

.single-die div#documents li a svg {
    margin-right: 6px;
	margin-left: 2px;
}

/* Die Filters */

.page-template-filter-dies .row:not(.title-row) {
	padding-top: 24px;
}

button.facetwp-reset {
    background: var(--cta);
	padding: 12px 24px;
}

button.facetwp-reset:hover {
    background: var(--ctaalt);
}

.facet-filters-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.facetwp-facet {
	margin-bottom: 40px;
}

.facet-filters-wrap > .facetwp-facet {
	width: 33.33%;
/* 	width: 25%; */
    padding-right: 10px;
    box-sizing: border-box;
}

.facetwp-input-wrap {
	width: 100%;
}

.facet-filters-wrap > .facetwp-facet input, .facet-filters-wrap > .facetwp-facet select {
	width: 100%;
	min-width: unset !important;
    padding: 10px;
    box-sizing: border-box;
}

.dies-table-th-wrap {
/* 	width: 800px; */
    max-width: 100%;
    background: #102868;
    display: flex;
    border: solid 1px #749dd2;
}

.dies-table-th {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    width: 33.33%;
    box-sizing: border-box;
    border-right: solid 1px #687cb1;
}

.dies-table-th.die-img, .die-result .die-image  {
/*     width: 120px;
    max-width: 120px; */
	width: 15%;
}

.dies-table-th.die-num, .die-result .die-number {
    width: 10%;
}

.dies-table-th.customer, .die-result .die-customer {
    width: 30%;
}

.dies-table-th.part-num, .die-result .die-part-number {
    width: 30%;
}

.die-result .die-view-link {
	width: 15%;
/* 	min-width: 120px; */
}

.die-result .die-view-link a, .die-result .die-view-link a svg {
	color: var(--ctaalt);
	fill: var(--ctaalt);
}

.die-result .die-view-link a:hover, .die-result .die-view-link a:hover svg {
    color: #2f61e7;
	fill: #2f61e7;
}

.die-result .die-view-link a svg {
    top: 4px;
    margin-left: 10px;
}

.die-result .die-customer, .die-result .die-part-number {
	padding-left: 10px
	padding-right: 10px;
}

.die-result {
    display: flex;
	background: #fff;
    position: relative;
	align-items: center;
}

.die-result:nth-child(even) {
	background: #eaeaea;
}

.die-result > div {
    padding: 10px;
}

.die-result > a {
    font-size: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}

.die-result > a:hover {
    background: rgba(15, 69, 195, 0.25);
}

.dies-table-wrap {
    margin-bottom: 24px;
}

a.facetwp-page {
	color: #000;
    background-color: #efefef;
    border-radius: 5px;
/*     padding: 5px 8px 5px 8px; */
	padding: 5px 12px 5px 12px;
	border: solid 1px #ddd;
}

a.facetwp-page.active, a.facetwp-page:hover {
    color: #fff;
    background-color: var(--cta);
}

.dies-table-th.die-num, .die-result .die-number {
	min-width: 64px;
}

.facet-filters-wrap > .facetwp-facet {
	margin-bottom: 24px;
}

.facet-filters-wrap > .facetwp-facet.facetwp-facet-search_dies {
	width: 66.66%;
}

@media only screen and (max-width:768px) {
	.dies-table-th.die-num, .die-result .die-number {
		width: 64px;
	}
	
	.dies-table-th.customer, .die-result .die-customer {
		width: 180px;
	}
	
	.dies-table-results-wrap {
		overflow-x: scroll;
	}
	
	.dies-table-th-wrap {
		min-width: 600px;
	}
	
	.facetwp-template {
		min-width: 600px;
	}
	
	.facet-filters-wrap > .facetwp-facet {
		width: 50% !important;
	}
	
	.die-result .die-view-link {
/* 		min-width: 76px;
    	width: 76px; */
	}
	
	.dies-table-th.part-num, .die-result .die-part-number {
		width: 170px;
	}
	
	.die-result .die-view-link {
		width: unset;
	}
}

@media only screen and (max-width:700px) {
	.die-result .die-view-link {
		width: 15%;
	}
}

@media only screen and (max-width:600px) {
	.facet-filters-wrap {
		flex-direction: column;
	}
	
 	.facet-filters-wrap > .facetwp-facet {
		width: 100% !important;
		margin-bottom: 24px;
	}
	
	/*
	.dies-table-th.die-num, .die-result .die-number {
		min-width: 64px;
	}
	
	.dies-table-th.customer, .die-result .die-customer {
		min-width: 100px;
	} */
}
