:root {
	--global--color-blue-dk: #004378;
	--font-color-ffffff: #ffffff;
	--button-bg-link: #e76e3c;
	--button-bg-active: #e76e3c;
	--button-bg-ffffff: #ffffff;
	}
/* close up the space above and below the header */
header.site-header {
    padding-top: 5px;
    padding-bottom: 0 !important;
}
.primary-navigation .current-menu-item > a, 
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
	color: var(--font-color-ffffff);
	background: var(--button-bg-link) !important;
}
/* disconnect a from menu */
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
	color: #000000 !important;
	background: #ffffff !important;
}

/* button:focus color */
a.wp-block-button__link.has-white-color.has-text-color.has-background:focus {
    background-color: #e76e3c !important;
}

/*close up space between sidebar widgets */
.blog-sidebar .widget {
    margin-bottom: 0;
}
.tw-header-bg .site .site-header a:focus {
    outline: none;
}
/* prevent anchor link from hiding under the sticky header */
.section {
	scroll-margin-top: 250px;
}
/* margin-styling */
.singular.tw-title-no-border .hentry .entry-header {
    margin-bottom: calc(var(--global--spacing-vertical));
}

/* hide content from hero image block */
.wp-block-kadence-column.hero-solution {
    display: none;
}

.primary-navigation a:hover {
    text-decoration: none !important;
    text-decoration-style: unset !important;
    background: #e76e3c;
    color: #ffffff !important;
}
.primary-navigation a:active {
    background: #e76e3c !important;
    color: #ffffff !important;
    border-bottom: none !important;
    text-decoration: none !important;
} 
.primary-navigation .current-menu-item > a, .primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover {
    text-decoration: none !important;
    text-decoration-style: unset;
    /*background: #e76e3c;
    color: #ffffff;*/
}
.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child,
.single-post:not(.tw-nav-hover-none) .primary-navigation .current_page_parent > a {
    text-decoration: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: red;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
   /*background: var(--button-bg-ffffff) !important;*/
	outline: none !important
}

/* hero container and image */
.hero-alignwide { 
max-width : 98vw !important; 
}

/* closeup hero top */
.wp-block-group.alignfull.hero-margin-top {
    margin-top: -50px !important;
}
/* seperator (horizontal rule) */
hr.wp-block-separator {
	--separator--height: 1px;
	--separator--border-color: #dddddd;
	--responsive--aligndefault-width: 60%;
	--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
	--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	
   border-bottom: var(--separator--height) solid var(--separator--border-color);
	max-width: var(--responsive--aligndefault-width);
}

#infinite-handle span {
    background-color: #e76e3c !important;
}
.powered-by {
    display: none;
}

/* margin above home page hero tag */
.site .tw-mb-0 + *, .site .tw-mb-1 + *, .site .tw-mb-2 + *, .site .tw-mb-3 + *, .site .tw-mb-4 + * {
    margin-top: 30px!important;
}
.wp-block-quote, .wp-block-quote.is-style-large {
    padding: .5em 2em;
    margin: 0;
    border-left: 5px solid #d3cfe1;
}
.wp-block-quote:before {
    content: "" !important;
}
blockquote>p>em {
    font-style: unset;
}
blockquote>p {
    font-weight: 400 !important;
	font-size: 1.1em !important
}
.tw-blog-grid.tw-blog-separator .hentry, footer.entry-footer {
    border-top-width: 1px !important;
    border-top-color: #dddddd !important;
}
.site-main li {
    margin-bottom: .4em !important;
}
ul ul, ol ul {
    margin-top: .7em;
}

.site-content {
    padding-top: 20px !important;
}
/* style form and Mailchimp buttons to match brand */
input#mc-embedded-subscribe, .pushbutton-wide  {
	border-radius: 0;
	background-color: #e76e3c !important;
	border: none;
   color: #ffffff !important;
   padding: 15px 30px !important;	
	margin-top: 30px !important;
   font-size: 22px !important;
   min-height: 60px !important;
	font-weight:700;
}
#mc_embed_signup .button {
    border-radius: 0 !important;
}
input#mc-embedded-subscribe:focus {
    outline: none;
}
#mc_embed_signup .button:hover,
input#mc-embedded-subscribe:hover, 
.pushbutton-wide:hover {
    background-color: #d06437 !important;
}
#mc_embed_signup .indicates-required {
   font-size: 16px !important;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 0;
}
.wp-block-table {
    overflow-x: auto;
    display: table !important;
    width: auto;
}
.wp-block-table td, .wp-block-table th {
    word-break: normal !important;
}
/* remove featured image from page top
figure.post-thumbnail {
    display: none;
} */

.page-template-tw-no-title.tw-header-bg .entry-content > .wp-block-group.alignfull:not(.has-background):first-child {
	margin-top: -50px;
	margin-bottom: 0 
	}
.blog-sidebar .wp-block-column {
    margin-left: -20px;
    margin-right: -20px;
}
.blog-sidebar .wp-block-cover.alignfull.has-background-dim-90.has-background-dim.is-style-default {
    padding: 20px;
}
.blog-sidebar .widget {
    margin-bottom: 0 !important;
}
.wp-block-columns.has-background {
    padding: 3em 2.375em;
}
/*close up footer to main */
aside.widget-area:last-of-type {
    margin-top: 0;
}

/* close up the footer to content. */ 
.no-widgets .site-footer, .widget-area {
    margin-top: calc(var(--global--spacing-vertical)*4) !important;
}

/* add margins to headings */
h2, h3, h4, p, ul {
    margin-bottom: 30px;
}
h4.wp-block-heading {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.5px;
}

	.li.kadence-blocks-gallery-item {max-width: 300px;}
/* resize at mobile 1920*/
@media only screen and (max-width: 1920px){
.hero-container .kt-row-column-wrap {
     min-height: 714px !important;
}
}/* / resize at mobile min 1920 */
	
/* resize at mobile 1440*/
@media only screen and (max-width: 1440px){
.hero-container .kt-row-column-wrap {
     min-height: 540px !important;
}
}/* / resize at mobile min 1440 */

/* resize at mobile 1024 */
@media only screen and (max-width: 1024px){
.hero-container .kt-row-column-wrap {
     min-height: 384px !important;
}
}/* / resize at mobile min 1024 */

/* resize at mobile 768 */
@media only screen and (max-width: 768px){
.hero-container .kt-row-column-wrap {
     min-height: 288px !important;
}
}/* / resize at mobile min 768 */

/* resize at mobile min 651 */
	@media only screen and (min-width: 652px)
.tw-header-padding-small {
    --header--padding: 0 !important;
}
}
/* resize at mobile 651 */

@media only screen and (max-width: 651px){
.site-logo .custom-logo {
    max-width: 200px !important;
}
header#masthead {
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-widgets .site-footer, .widget-area {
    margin-top: calc(var(--global--spacing-vertical)*3) !important;
}
	/* prevent anchor link from hiding under the sticky header */
.section {
	scroll-margin-top: 150px;
}

/* add full width border-bottom to the.sidebar widget then remove it on the last child. */

div.footer-separator:after {
    border-bottom: 1px solid #a7bbc5;
  content: "";
  display: block;
  /* adjust margin and padding */
margin-bottom: 40px;
  padding-bottom: 40px;
  /* narrow then center */
  width: 60%;
  margin-left: 20%;
}
div.footer-separator:after:last-child {
        border-bottom: none;
} 
	h2{text-decoration: underline;}
}/* / resize at mobile 651 */
	

@media only screen and (max-width: 644px){
	/* prevent anchor link from hiding under the sticky header */
.section {
	scroll-margin-top: 87px;
}
/* ========Center image and captions at phone width Block Editor version ======== */
.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
  display: table !important;
  float: none !important;
  margin: 0 auto .5em !important;
}
/* removes the margin the block adds */
.wp-block-image figcaption {
    margin-bottom: 0 !important;
}
/* ===/ center image ===*/
}/* / resize at mobile 644 */
	
/* resize at mobile min 482 */
	@media only screen and (min-width: 482px){
.entry-content > .wp-block-image > .alignleft, .entry-content > .wp-block-image > .alignright {
    max-width: 100% !important;
}
	}/* / resize at mobile min 482 */
	
/* resize at mobile 481 */
@media only screen and (max-width: 481px){
	.entry-content > .wp-block-image > .alignleft, .entry-content > .wp-block-image > .alignright {
	float: none;
	margin: 0 auto 25px;
	}
	}/* / resize at mobile 481 */
