:root {
	--primary-color-hex: #8A267D; /* #8D0F7C purple */
	--primary-color: var(--primary-color-hex);
	--primary-color-text: #1F273B;

	--secondary-color-hex: #E35F26; /* Burnt orange old orange-#FF8100 */
	--secondary-color: var(--secondary-color-hex);
	--secondary-color-text: #fff;

	--blue: #0072BC; /* old blue #00AAE2 */
	--orange: var(--secondary-color);
	--charcoal: var(--primary-color-text);
	--sky-blue: #5AB4D5; /* old blue #00AAE2 */
	--nav-background: transparent;
	--nav-text: var(--primary-color-text);
	--grey: #EDEDED;
	

	
	--section-padding-top: 2.5rem;
	--section-padding-bottom: 3rem;
	
	--footer-background-color:  #1F273B;
	--footer-text-color: #fff;

	--copyright-background-color: #1F273B;
	
	--font-primary: 'Bitter', 'Arvo', Courier New, Rockwell, Courier Bold, Times, serif;
	--font-secondary: 'Roboto', Helvetica, Arial, sans-serif;
	--font-tertiary: 'Roboto', Helvetica, Arial, sans-serif;

	--icon-svg: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132.08 132.07'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='_Color' data-name=' Color' class='cls-1' d='M120.84,132.07h0l-37.72-37.63v-5.96l-2.04-2.11c-20.58,17.66-51.58,15.3-69.25-5.28C-5.82,60.51-3.45,29.51,17.13,11.84,37.71-5.82,68.71-3.45,86.37,17.13c15.79,18.4,15.79,45.56,0,63.96l2.11,2.04h5.96l37.64,37.71-11.23,11.24h0ZM49.18,15.23c-18.75,0-33.94,15.2-33.94,33.94s15.2,33.94,33.94,33.94,33.94-15.2,33.94-33.94h0c-.02-18.74-15.21-33.92-33.94-33.94Z'/%3E%3C/g%3E%3C/svg%3E");
	--end-q-svg: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_2_00000063594337407505035850000003957458884573204127_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 52 41.2' style='enable-background:new 0 0 52 41.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F58028;%7D%0A%3C/style%3E%3Cg id='Layer_1-2'%3E%3Cg id='_2' transform='translate(389 188.668)'%3E%3Cg%3E%3Cpath class='st0' d='M-378.4-147.5l-10.6-6.2c4.5-7,6.8-14.3,7-21.8v-13.2h18v12.1c0,4.7-1.3,9.8-3.9,15.2 C-370.6-155.9-374.1-151.2-378.4-147.5z M-351.3-147.5l-10.6-6.2c4.5-7,6.8-14.3,7-21.8v-13.2h18v12.1c0,4.7-1.3,9.8-3.9,15.2 C-343.5-155.9-347-151.2-351.3-147.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	--start-q-svg: 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' viewBox='0 0 51.64 40.78'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f58028; %7D .cls-2 %7B isolation: isolate; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='_' data-name=' ' class='cls-2'%3E%3Cg class='cls-2'%3E%3Cpath class='cls-1' d='M14.22,0l10.62,6.17c-4.48,7.08-6.8,14.27-6.95,21.56v13.05H0v-11.72c0-4.89,1.37-10.12,4.1-15.66S10.21,3.39,14.22,0Zm26.8,0l10.62,6.17c-4.48,7.08-6.8,14.27-6.95,21.56v13.05H26.8v-11.72c0-4.89,1.37-10.12,4.1-15.66S37,3.39,41.02,0Z'/%3E%3C/g%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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

#mainContainer sup {
/*     bottom: -0.25em */
/*
    vertical-align: top;
    line-height: inherit;
*/
    font-size: 50%;
}

/* 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;
	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;
}

div.parallax_bg {
	position: absolute;
	background-image: var(--parallax-image);
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}


.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }
#header_spacer {
    height: 5em;
}
/*
  .container {
    width: 540px;
  }
*/
/*
.flex.stacked {
	margin-right: auto !important;
}
*/
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
			.section_background.parallax_bg {
				height: 118%;
				content: "";
				top: -16%;
				position: absolute;
			}
				.hright {
					padding-right: 6%;
				}

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

.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;
  width: 30%;
}

#logo a {
  display: block;
}

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

	.primary.scrolled #logo img {
		padding: 10px 0;
		max-width: 100px;
/* 		filter: invert(0); */
	}

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

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

	#logo img {
		max-width: 130px;
	}
  .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 28px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0.5em;
    box-shadow: 0 2px 5px rgb(0 0 0 / 60%);
    letter-spacing: 1px;
}


	a.btn.blue, a.btn.blue:visited,
	span.btn.blue {
	    color: #fff;
	    background: var(--blue);
	}

	a.btn.orange, a.btn.orange:visited,
	span.btn.orange{
	    color: var(--secondary-color-text);
	    background: var(--secondary-color);
	    margin-right: 22px;
	    margin-bottom: 23px;
	    		filter: brightness(100%);
		-webkit-filter: brightness(100%);

	}
	a.btn.purple, a.btn.purple:visited,
	span.btn.purple{
	    filter: brightness(100%);
	    -webkit-filter: brightness(100%);
	    color: var(--secondary-color-text);
	    font-family: var(--font-primary);
	}	


	a.btn.charcoal, a.btn.charcoal:visited,
	span.btn.charcoal {
	    color: #fff;
	    background: var(--charcoal);
	}

	a.btn.white, a.btn.white:visited,
	span.btn.white {
	    color: var(--charcoal);
	    background: #fff;
	}

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


  	a.btn:hover,
  	span.btn:hover {
		filter: brightness(125%);
		-webkit-filter: brightness(125%);
		transition: all .4s;
	}
*/


/* 	New Button */
a.btn, a.btn:visited,
span.btn {
    position: relative;
    border-radius: 9px 9px 9px 9px / 50% 50% 50% 50%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
    opacity: 1;
    display: inline-block;
    letter-spacing: 1px;
    font-family: var(--font-primary);
    letter-spacing: 1px;
    padding: 8px 30px;
    box-shadow: none;
    background: transparent;
    text-transform: none;
    z-index: 4;
    margin-bottom: 10px;
	line-height: 1.4;
}

	a.btn.orange, a.btn.orange:visited,
	span.btn.orange {
	    filter: brightness(100%);
	    -webkit-filter: brightness(100%);
	    color: var(--secondary-color-text);
	    font-family: var(--font-primary);
	}
	a.btn.blue, a.btn.blue:visited,
	span.btn.blue {
	    filter: brightness(100%);
	    -webkit-filter: brightness(100%);
	    color: var(--secondary-color-text);
	    font-family: var(--font-primary);
	}
	a.btn.purple, a.btn.purple:visited,
	span.btn.purple {
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		color: var(--secondary-color-text);
		font-family: var(--font-primary);
	}	
	a.btn.white, a.btn.white:visited,
	span.btn.white {
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		color: var(--blue);
		font-family: var(--font-primary);
	}		
	
		a.btn:before {
		    content: "";
		    width: 100%;
		    height: 100%;
		    margin-right: 0;
		    margin-bottom: 0;
		    position: absolute;
		    top: 4.5px;
		    left: 4.5px;
		    border-radius: 8px 8px 8px 8px / 50% 50% 50% 50%;
		    z-index: -6;
		}
			a.btn.orange:before {
			    background: var(--secondary-color);
			}
			a.btn.purple:before {
			    background: var(--primary-color);
			}			
			a.btn.blue:before {
			    background: var(--blue);
			}
			a.btn.white:before {
			    background: #fff;
			}
		a.btn:after {
		    content: "";
		    -webkit-filter: brightness(100%);
			filter: brightness(100%);
		    border: 2px solid #000;
		    margin-right: 0;
		    margin-bottom: 0;
		    position: absolute;
		    top: 0px;
		    left: 0px;
		    border-radius: 8px 8px 8px 8px / 50% 50% 50% 50%;
		    width: 100%;
		    height: 100%;
		}


	/* a.btn.charcoal, a.btn.charcoal:visited,
	span.btn.charcoal {
	    color: #fff;
	    background: var(--charcoal);
	}

	a.btn.white, a.btn.white:visited,
	span.btn.white {
	    color: var(--charcoal);
	    background: #fff;
	} */

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


  	a.btn:hover,
  	span.btn:hover {
		filter: brightness(110%);
		-webkit-filter: brightness(110%);
		transition: all .4s;
	}



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

#bottom {
	background-color: #fff;
	background-image: linear-gradient(0deg, rgba(31,39,59,1) 69%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 51%);
	min-height: 300px;
	height: auto;
	padding-top: var(--section-padding-top);
	overflow: visible;
	margin-top: -3px;
}
.filler {
	padding-top: 70px;
}

	#bottom > .container {
		width: 74%;
		max-width: 1050px;
		padding: var(--section-padding-top) 0;
/* 		padding-bottom: var(--section-padding-top); */
/* 		padding-bottom: calc(var(--section-padding-bottom) + 20px); */
/* 		margin-top: 71px; */
margin-bottom: -43px;
	}
	#bottom > div > .container {
		width: 74%;
		max-width: 1050px;
		padding-bottom: var(--section-padding-top);
		padding-bottom: calc(var(--section-padding-bottom) + 20px);
		margin-top: 71px;
	}


#bottom .contact_container {
	width: 39%;
    justify-content: flex-end;
}

	#bottom .contact_container img {
	    padding-right: 250px;
/* 		filter: invert(1); */
	}

#bottom .columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 0px 0 10px;
	flex: 1 1 auto;
	flex-direction: row;
}
	 #bottom .logo {
		max-width: 1050px;
		width: 74%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		align-content: center;
		height: 50%;
		margin: 0 auto;
		 
	 }
		  #bottom .logo img {
			  width: 100%;
			  max-width: 150px;
		  }


.columns .col {
	position: relative;
	min-height: 150px;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
/*     text-transform: uppercase; */
}

	.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;
    margin: 0 0 0.75em;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    text-transform: capitalize;
    font-weight: 400;
}

	.col p a {
		color: var(--footer-text-color);
		text-decoration: none;
	}
	
		.col p a:hover {
			color: var(--blue);
			text-decoration: underline;
		}


.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 {
	    position: relative;
	    margin: 0 0 0.75em;
	    font-size: 12px;
	    font-weight: 300;
	    line-height: 2.5;
	    text-transform: capitalize;
	    font-weight: 400;
	}

	.site-footer .contact-info {
		position: relative;
		margin-top: 3em;
		border-top: 1px solid #fff;
		margin-top: 0px;
	}

		.site-footer .contact-info p {
			position: relative;
			margin: 0 0 0.65em;
			font-size: 11px;
			font-weight: 300;
			line-height: 1.5;
			text-transform: capitalize;
			font-weight: 400;
		}
		
			.contact-info a[href^='tel'] {
				font-size: 35px;
				font-weight: 400;
			}
	
			.contact-info a[href^='mailto:'] {
				font-size: 18px;
			}
			.cert {
				align-content: flex-end;
				justify-content: flex-end;
				align-items: flex-end;
			}
			.cert img {
			    width: 100%;
			    max-width: 120px;
			    height: auto;
			}
	

.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;
}

#search {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 13px 48px 13px 8px;
  font-size: 16px;
  line-height: 16px;
  background: var(--primary-color-text);
  color: #fff;
  outline: 1px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: .3s;
}

	.search-input:focus {
		color: var(--primary-color-text);
		background-color: #fff;
	}

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

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 27%;
  min-width: 62px;
  background: var(--secondary-color-text);
  color: var(--primary-color-text);
  font-size: 13px;
  border: none;
}

.footer-info {
 	width: 74%;
 	max-width: 1050px;
}

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

/* .footer-copyright {

} */

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

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

		} */
			.policy {
			    flex-wrap: nowrap;
			    justify-content: space-around;
			    padding-left: 6%;
			}
			.f-container.grid-40 {
			    padding: 0 0 10px 0;
			}
			 .f-container img {
			    filter: invert(1);
			    max-width: 104px;
			}
			.legal-info {
				padding-bottom: 0;
			}
			.cert {
				justify-content: space-between;
				align-items: center;
			}
			.contact-info {
				padding-top: 5em;
			}
			

/*
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 {
		margin-top: 0.5em;
		color: var(--primary-color);
		font-size: 35px;
		display: flex;
	}
	
		.social_container a {
			color: var(--secondary-color-text);
			text-decoration: none;
			transition: .2s;
		}
		
			.social_container a:not(:first-child) {
				padding-left: 20px;
			}
		
			.social_container a:hover {
				color: var(--blue);
			}
	#bottom .footer-waves {
	    position: absolute;
	    background-size: contain;
	    background-repeat: no-repeat;
	    /* aspect-ratio: 1919/987; */
	    width: 100%;
	    pointer-events: none;
	    top: -46%;
	    align-items: flex-end;
	    z-index: 0;
	    height: 100%;
	    height: -webkit-fill-available;
	    }
	   .footer-waves.parallax_bg {
	    position: absolute;
	    background-size: contain;
	    background-repeat: no-repeat;
	    /* aspect-ratio: 1919/987; */
	    width: 100%;
	    pointer-events: none;
	    top: -46%;
	    align-items: flex-end;
	    z-index: 0;
	    height: 100%;
	    height: -webkit-fill-available;
		   
	   } 
	    .footer-info .container {
		    width: 100%;
	    }
			.legal-info {
			    width: 74%;
			    max-width: 1050px;
			    margin: 0 auto;
			}	 
			.cert p {
				padding-top: 15px;
			    z-index: 3;
			    position: relative;
			}
			.footer-waves-mobile {
			    display: none;
			}		




/*  Modals
   ========================================================================== */
#modal_container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
	pointer-events: none;
	z-index: 5000;
	overflow: auto;
}

	body.modal_active {
		overflow: hidden;
	}
		
		body.modal_active #modal_container {
			opacity: 1;
			pointer-events: all;
		}


	#modal_container:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: black;
		opacity: .3;
	}
	
	#modal_container .modal_window {
		position: absolute;
		width: 80%;
		max-width: 1000px;
		top: 5%;
		left: 50%;
		transform: translate(-50%, -10%);
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}

		#modal_container .modal_window.active {
			opacity: 1;
			pointer-events: all;
			transform: translate(-50%, 0);
		}

		#modal_container .modal_close.icon {
			position: absolute;
			top: 50%;
			right: 2%;
			transform: translateY(-50%);
			color: #fff;
			font-size: 15px;
			cursor: pointer;
			
			border: #fff solid 2px;
			border-radius: 50%;
			width: 25px;
			height: 25px;
			line-height: 1.3;
			text-align: center;
			box-sizing: border-box;
			z-index: 1;
		}
		
		#modal_container .modal_close.img {
			position:absolute;
			top:-15px;
			right:-15px;
			cursor: pointer;
		}

		#modal_container .modal_window .modal_header {
			position: relative;
			padding: 1rem .5rem;
			margin: 0;
			font-size: 21px;
			text-align: center;
			color: var(--secondary-color-text);
			background-color: var(--secondary-color);
		}

			#modal_container .modal_window .modal_header h4 {
				margin: 0 auto;
				width: 90%;
			}

		#modal_container .modal_window .modal_body {
			position: relative;
			width: 100%;
/* 			height: 100%; */
			background-color: #fff;
			font-family: var(--font-secondary);
			font-size: clamp(12px, 4.55vw, 18px);
			line-height: 1.7;
		}
		
			#modal_container .modal_window.announcement_popup {
				top: 40%;
				width:500px;
				max-width:94%;
				transform: translate(-50%, -70%);
			}
				#modal_container .modal_window.announcement_popup.active {
					transform: translate(-50%, -50%);
				}

				#modal_container .modal_window.announcement_popup h4 {
					margin: 0.25em 0;
					color: var(--charcoal);
					font-family: var(--font-primary);
					font-size: clamp(25px, 1.85vw, 35px);
					font-weight: 400;
					line-height: 1;
				}

				#modal_container .modal_window.announcement_popup .modal_body {
					padding: 40px;
				}
				#content .cb-layout_settings-container.full-height {
					aspect-ratio: 16 / 9;
					display: flex;
					align-items: center;
				}



@media (max-width: 1170px) {
#bottom .footer-waves {
    background-size: cover;
    top: -26%;
}
#bottom .logo {
    justify-content: flex-start;
    align-items: flex-end;
    height: 40%;

}
}



@media (max-width: 1024px) {
	.col p {
		font-size: 14px;
	}
}

@media (max-width: 870px) {
/*
	#modal_container .modal_close.icon {
		right: 10px;
	}
*/
}

@media (max-width: 768px) {
	.flex.stacked > img {
	    margin: 0 auto;
	}
		.hright {
			padding-right: 0;
		}
	
	.footer-waves-mobile {
	    background-position: center top;
	    background-repeat: no-repeat;
	    /* aspect-ratio: 1919/987; */
	    width: 100%;
	    pointer-events: none;
	    top: -37%;
	    display: block;
	    z-index: 0;
	}
/* 	
		#bottom .contact_container img {

		} */
		#bottom .logo {
			height: 60%;
			padding: 0 0 40px 0;
			 
		 }
		 #bottom .logo img {
			 margin: 0 auto;
		 }

		#bottom > .container {
			width: 100%;
			align-items: center;
			background-color: #1F273B;
			padding: 0 3%;
	}
	
		#bottom > .container > div {
			width: 100%;
			align-items: center;
		}

		.site-footer .contact-info p {
			text-align: center;
		}
		.footer-copyright {
			flex-direction: column-reverse !important;
		}
		.policy {
			align-items: center;
			padding-left: 0;
		}
		.f-container.grid-40 {
		    display: flex;
		    align-content: center;
		    justify-content: center;
    	}
    		.footer-waves {
	    		position: relative;
	    		display: none;
    		}

    		#bottom .logo {
	    		justify-content: center;
    		}
    		#bottom {
	    		background-color: var(--footer-background-color);
	    		background-image: none;
    		}

	.columns .col {
	    width: 90%;
	    margin: 0 auto 2rem;
	}
	.columns .col.column-one {
	    width: 90%;
	    margin-bottom: 30px;
	}
	
	#bottom .columns {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    text-align: center;
	}

		#bottom .columns .col:last-child {
			margin-left: auto;
			padding: 0;
		}
		
			.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: 90%;
	}
	
	#modal_container .modal_window .modal_header {
		font-size: 15px;
	}
	
	#modal_container .modal_window .modal_body {
		overflow: auto;
	}
}	
	
@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;
  }
	.footer-waves-mobile {
	    background-position: center top;
	    background-repeat: no-repeat;
	    /* aspect-ratio: 1919/987; */
	    width: 100%;
	    pointer-events: none;
	    top: -17%;
	}
	  #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 {

	} */
}