:root {
	--primary-color-hex: #0093c5;
	--primary-color: var(--primary-color-hex);
	--primary-color-text: #fff;

	--secondary-color-hex: #88ce48;
	--secondary-color: var(--secondary-color-hex);
	--secondary-color-text: #1d1d1d;

	--blue: var(--primary-color);
	--orange: var(--secondary-color);
	--charcoal: #1d1d1d;
	--nav-background: var(--primary-color);
	--nav-text: #fff;
	--nav-text-size: clamp(12px, 1vw, 15px);
	--grey: #AFB0B3;
	

	
	--section-padding-top: 4.5rem;
	--section-padding-bottom: 3rem;
	
	--footer-background-color: var(--charcoal);
	--footer-text-color: #fff;

	--copyright-background-color: var(--charcoal);
	
	--font-primary: 'Jost', Helvetica, Arial, sans-serif;
	--font-secondary: 'Jost', Helvetica, Arial, sans-serif;
	
	--default-lh: 1.5;
    --default-p: clamp(15px, 2.1vw, 20px);
    --default-h3: clamp(32px,4.55vw,64px);
    --default-h4: clamp(23px,3.55vw,30px);
    --default-h5: clamp(18px,3.25vw,25px);

	--header_spacer_height: 0px;
	--arrow: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='17.55889' height='17.44124' viewBox='0 0 17.55889 17.44124'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-miterlimit: 10; %7D .cls-1, .cls-2 %7B fill: none; stroke: %2388ce48; stroke-linecap: round; stroke-width: 1.6px; %7D .cls-2 %7B stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cline class='cls-1' x1='.8' y1='8.72062' x2='15.95291' y2='8.72062'/%3E%3Cpolyline class='cls-2' points='8.79998 .8 16.75889 8.7589 8.87655 16.64124'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/* Default Styles
   ========================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.p_form {
	line-height: 1.5 !important;
}

.p_form .fld_check input, .p_form .fld_radio input {
	margin-top: 5px !important;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  /* Page Layout & Utility
   ========================================================================== */

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background: #353535;
  -ms-font-feature-settings: 'liga' 1, 'kern';
   -o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
      font-feature-settings: 'liga' 1, 'kern';
}

.main-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0 auto;
  font-family: var(--font-secondary);
  font-size: 10px;
  font-weight: 400;
  color: var(--charcoal);
}

.wide {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }

/*
  .container {
    width: 540px;
  }
*/
/*
.flex.stacked {
	margin-right: auto !important;
}
*/
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */
#header_spacer {
	position: relative;
	height: var(--header_spacer_height);
}

.primary {
	position: fixed;
	display: block;
	z-index: 3000;
	background-color: transparent;
	transition: .3s;
}

	.primary.scrolled {
/*
		padding-top: 10px;
		padding-bottom: 10px;
*/
		background-image: none;
		box-shadow: 0 -5px 10px #000;
		background-color: var(--nav-background);
	}

.primary > .container {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  display: table;
  vertical-align: middle;
}

#logo {
  display: table-cell;
  transition: .25s ease-out;
  line-height: 1;
  vertical-align: middle;
}

#logo a {
  display: block;
}

#logo img {
	padding: 30px 0 30px;
	max-width: 235px;
	height: auto;
	transition: .3s;
	
/* 	filter: invert(1); */
}

	.primary.scrolled #logo img {
		padding: 20px 0;
		filter: invert(0);
	}

/*
.site-header.wide {
	border-bottom: 15px solid var(--secondary-color);
}
*/

@media (max-width: 1024px) {
	:root {
		--header_spacer_height: 0;
	}

	#logo img {
		max-width: 170px;
	}
  .primary {
/*     padding: 10px 0; */
    display: block;
  }
}

/*
@media (max-height: 600px) {
  .primary {
    position: relative;
    padding: 0;
  }
  
  	.primary.scrolled {
	  	padding: 0;
  	}
  
  .primary > .container {

    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 12px 0;
    width: 70%;
    max-width: 300px;
    
    float: none;
  }
  
  	#logo img {
	  	width: 100%;
  	}
}
*/
  
/*  Navigation
   ========================================================================== */



/*  General Content Styles
   ========================================================================== */

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}


.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

a.btn, a.btn:visited,
span.btn {
    position: relative;
    padding: 10px 42px 10px 19px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
    opacity: 1;
/*     display: inline-block; */
    margin-bottom: 0.5em;
        line-height: 4;
}


	a.btn.charcoal, a.btn.charcoal:visited,
	span.btn.charcoal {
	    color:var(--charcoal);
	    border: 3px solid var(--charcoal);
	    background: transparent;
	}

	a.btn.white, a.btn.white:visited,
	span.btn.white {
	    color:#fff;
/* 	    border: 3px solid #fff; */
	    background: transparent;
	    outline: 3px solid #fff;
	}
		a.btn.white:after,
		a.btn.charcoal:after {
		content: var(--arrow);
	    height: 100%;
	    display: inline-block;
	    transform: translate(-3px, 9%);
	    transition: .2s;
	    background-repeat: no-repeat;
	    margin-right: 12px;
	    padding: 13px 11px 13px 13px;
	    position: absolute;
	    top: -50%;
	    transition: .2s;
	    right: -13px;
		}
	a.btn.white:hover:after,
	a.btn.charcoal:hover:after  {
	    transform: translate(0px, 9%);
/* 	    transition: translate .3s ease-in-out; */
	}	

		a.btn span,
		span.btn span {
			position: relative;
			display: inline-block;
			transition: .2s;
		}


  	a.btn:hover,
  	span.btn:hover {
		filter: brightness(110%);
	}
	
		a.btn:hover span,
		span.btn:hover span {
			transform: translateX(4px);
		}
		
		blockquote a.btn.white:after, blockquote  a.btn.white:visited, blockquote span.btn.white {
			content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='17.55889' height='17.44124' viewBox='0 0 17.55889 17.44124'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-miterlimit: 10; %7D .cls-1, .cls-2 %7B fill: none; stroke: %23fff; stroke-linecap: round; stroke-width: 1.6px; %7D .cls-2 %7B stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cline class='cls-1' x1='.8' y1='8.72062' x2='15.95291' y2='8.72062'/%3E%3Cpolyline class='cls-2' points='8.79998 .8 16.75889 8.7589 8.87655 16.64124'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		}
		blockquote a {
			color: #fff;
			transition: ease-in-out .2s;
			text-decoration: none;
		}
		blockquote a:hover {
			color: var(--primary-color);
			transition: ease-in-out .2s;
		}


/*  Footer
   ========================================================================== */

#bottom {
	background-color: var(--footer-background-color);
/* 	min-height: 300px; */
	height: auto;
	padding-top: var(--section-padding-top);
}

	#bottom > .container {
		width: 86%;
	}

#bottom .contact_container {
    justify-content: flex-start;
    min-width: 279px;
}

	#bottom .contact_container img {
		max-width: 240px;

/* 		filter: invert(1); */
	}

#bottom .columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex: 1 1 auto;
	align-items: flex-start;
}


.columns .col {
	position: relative;
	height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 13px;
    flex-wrap: wrap;
}

	.columns .col:last-child {
/*
		margin-left: 20px;
		padding-left: 50px;
*/
	}

.col h5 {
	position: relative;
	margin: 0 0 0.5em;
	color: var(--footer-text-color);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
}

	.col h5 a {
		color: var(--footer-text-color);
		text-decoration: none;
	}

		.col h5 a:hover {
			text-decoration: underline;
		}

.col p {
	position: relative;
    font-size: clamp(12px, 1.35vw, 21px);
    font-weight: 400;
    line-height: var(--default-lh);
    text-transform: uppercase;
    margin: 0;
/*
position: relative;
    font-size: clamp(12px, 1.35vw, 21px);
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    padding-bottom: 14px;
*/

}

	.col p a {
		color: var(--footer-text-color);
		text-decoration: none;
		transition: ease-in-out .2s;
	}
	
		.col p a:hover {
			color: var(--primary-color);
			transition: ease-in-out .2s;
		}


.footer-background {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 110%;
    height: 250%;
    background-image: var(--background-image);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: contrast(0);
    opacity: .3;
    pointer-events: none;
}

.site-footer a {
		color: var(--footer-text-color);
		text-decoration: none;
}

.site-footer .location-info {
	position: relative;
}
	.site-footer .location-info p {
	    margin: 0;
	    font-family: var(--font-secondary);
	    font-size: 1.7rem;
	    font-weight: 700;
	    color: var(--footer-text-color);
	    text-transform: uppercase;
	    line-height: 1.5;
		white-space: nowrap;
		letter-spacing: 3px;
	}

	.site-footer .contact-info {
		position: relative;
		margin-top: 3em;
	}

		.site-footer .contact-info p {
		    margin: 0;
		    font-size: 1.4rem;
		    font-weight: 600;
		    color: var(--footer-text-color);
		    text-transform: uppercase;
		    line-height: 1.2;
			white-space: nowrap;
		}
		
			.contact-info a[href^='tel'] {
				font-size: 35px;
				font-weight: 400;
			}
	
			.contact-info a[href^='mailto:'] {
				font-size: 18px;
			}
	

.site-footer {
	background-image: var(--background-image);
	background-position: center bottom;
	background-size: cover;
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
  overflow: hidden;
  padding: 0;
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}
/* bing search */

.cb-content[data-type='bing_search'] input[type="SUBMIT"] {
    position: relative;
    padding: 6px 45px 6px 0px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
    opacity: 1;
    /* display: inline-block; */
    margin-bottom: 0.5em;
    background: transparent;
    border-right: 3px solid var(--charcoal);
    border-top: 3px solid var(--charcoal);
    border-bottom: 3px solid var(--charcoal);
    border-left: 0px solid transparent;
}
		.cb-content[data-type=bing_search] .search_container::after {
			content: var(--arrow);
		    height: 100%;
		    display: inline-block;
		    transform: translate(-3px, 9%);
		    transition: .2s;
		    background-repeat: no-repeat;
		    margin-right: 12px;
		    padding: 10px 12px 9px 9px;
		    position: absolute;
		    top: -7px;
		        right: 0;
		}
.search_container {
    position: relative;
    max-width: 389px;
    padding-top: 3px;
    padding-bottom: 40px;
}

		
		
.cb-content[data-type='bing_search'] input[type="TEXT"] {
    background-repeat: no-repeat;
    margin-right: -8px;
    padding: 6px 4px 6px 6px;
    top: -5px;
    color: var(--charcoal);
    border-left: 3px solid var(--charcoal);
    border-top: 3px solid var(--charcoal);
    border-bottom: 3px solid var(--charcoal);
    border-right: 0px solid transparent;
}

/* end bing */
#search {
  position: relative;
  width: 260px;
  margin: 0;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: #404140;
  color: #fff;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 13px;
}

.footer-info {
    padding-top: var(--section-padding-bottom);
    padding-bottom: 10px;
}
.footer-info .container {
	width: 86%;
}
	.footer-info::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--copyright-background-color);
	}

.footer-copyright {
  text-align: center;

}

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: var(--font-primary);
  font-size: 10px;
  color: #fff;
  vertical-align: middle;
}

.footer-copyright a,
.footer-copyright a:visited{
  color: #fff;
  text-decoration: none;
} 



/*
section#section-social {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	background-color: var(--footer-background-color);
	border-bottom: rgba(255, 255, 255, 0.16) solid 1px;
}
*/

/*
	#section-social img {
		height: 60px;
	}
*/
	
	.social_container {
	    color: var(--primary-color);
	    font-size: 42px;
	    min-width: 210px;
	    display: flex;
	    justify-content: flex-end;
	    align-items: flex-start;
	}
	
		.social_container a {
			color: var(--primary-color-text);
			text-decoration: none;
			transition: .2s;
			align-items: center;
		}
		
			.social_container a:not(:first-child) {
				padding-left: 30px;
			}
		
			.social_container a:hover {
				color: var(--primary-color);
			}
	
@media (max-width: 1024px) {

}

@media (max-width: 768px) {
	.flex.stacked > img {
	    margin: 0 auto;
	}
	
	#bottom .contact_container {
		padding: 5px 0 30px;
	}
	
		#bottom .contact_container img {
			padding-right: 0;
		}

	#bottom > .container {
		width: 95%;
		align-items: center;
	}
	
		#bottom > .container > div {
			width: 100%;
			align-items: center;
			justify-content: center
		}

		.site-footer .contact-info p {
			text-align: center;
		}

	.columns .col {
	    width: 90%;
	    margin: 0 auto;
	}
	.columns .col.column-one {
		flex-direction: column;
	}
	.col p {
	    font-size: clamp(16px, 1.35vw, 21px);
	    padding: 5px 10px;
	}
	
	#bottom .columns {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    text-align: center;
	}
		
			.footer-background {
				left: 50%;
				transform: translate(-50%, -50%);
				background-position: center;
			}
	
	#search {
	    position: relative;
	    width: 100%;
	    margin: 0;
	}


	body.modal_active #modal_container {
		overflow: hidden;
	}
	
	#modal_container[data-modal] .modal_window {
		width: 100%;
		height: 100%;
		top: 0;
		padding-bottom: 0;
	}
	
	#modal_container .modal_window .modal_body {
		overflow: auto;
	}
	.social_container {
	    margin-top: 27px;
	}
}	
	
@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
/*
  
  	.social_container {
	  	font-size: 30px;
  	}
*/

	.site-footer .location-info p {
		font-size: 1.75rem;
		text-align: center;
		white-space: normal;
	}



  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }
  
  #bottom .floating-icon-container {
	  width: 50%;
	  max-width: 160px;
  }

  #search {
    width: 100%;
  }


  .footer-copyright {
    text-align: center;
  }

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }

/*
	#section-social .right {
		text-align: right;
		justify-content: center;
		font-size: 32px;
		color: #fff;
		text-align: center;
	}
*/
}

@media (max-width: 500px) {
	#bottom .contact_container {
		padding: 0;
	}
	a.btn, a.btn:visited, span.btn {
    font-size: 13px;
    padding: 10px 35px 10px 8px;
    }
/*
    		a.btn.charcoal:after , a.btn.charcoal:visited,
		span.btn.charcoal {
		    top: -6px;
		}
*/
/*
		a.btn.white:after, a.btn.white:visited,span.btn.white {
	    	top: -6px;
		}
*/
    

}
