:root {
	--primary-color-hex: #32312E;
	--primary-color: var(--primary-color-hex);
	--primary-color-text: #fff;

	--secondary-color-hex: #EE6737;
	--secondary-color: var(--secondary-color-hex);
	--secondary-color-text: #fff;

	--charcoal: var(--primary-color);
	--orange: var(--secondary-color);
	
	--section-padding-top: 3rem;
	--section-padding-bottom: 3rem;
	
	--footer-background-color: #21201E;
	--footer-text-color: #fff;

	--copyright-background-color: #202020;
	
	--primary-font:'Gotham A', 'Gotham B', 'Montserrat', Helvetica, Arial, sans-serif;
	--primary-font-size: 50px;
	--primary-font-weight: 900;
	--primary-font-color: #221F1F;	/* black */
	--secondary-font-color: #F6F6F6; /* white */
}



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

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: #242321;
  -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(--primary-font);
  font-size: 10px;
  font-weight: 400;
  color: #242321;
}

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

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

.mobile {
  display: none !important;
}
.ico-phone {}
#bottom span.ico-phone:before {
    content: "";
	background-image: 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='35.99882' height='35.99936' viewBox='0 0 35.99882 35.99936'%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='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' class='cls-1' d='m34.973,25.43836l-7.873-3.375c-.6911-.29486-1.49391-.09711-1.969.485l-3.49,4.261c-5.47311-2.58082-9.87762-6.98568-12.458-12.459l4.261-3.488c.58053-.47347.77823-1.27365.485-1.963l-3.375-7.88c-.32673-.74754-1.13842-1.15758-1.934-.977L1.308,1.72936C.54219,1.9063-.00015,2.58838,0,3.37436c-.00221,18.01608,14.60092,32.62279,32.617,32.625h.008c.78611.00052,1.46839-.54198,1.645-1.308l1.687-7.313c.17982-.79952-.23354-1.61408-.985-1.941l.001.001Z'/%3E%3C/g%3E%3C/svg%3E");    width: 27px;
    height: 32px;
    font-size: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    box-sizing: inherit;
    transition: all .3s;
    animation: background-image .3s;
}
#bottom span.ico-phone:hover:before {
    content: "";
	background-image: 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='35.99882' height='35.99936' viewBox='0 0 35.99882 35.99936'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ef6736; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' class='cls-1' d='m34.973,25.43836l-7.873-3.375c-.6911-.29486-1.49391-.09711-1.969.485l-3.49,4.261c-5.47311-2.58082-9.87762-6.98568-12.458-12.459l4.261-3.488c.58053-.47347.77823-1.27365.485-1.963l-3.375-7.88c-.32673-.74754-1.13842-1.15758-1.934-.977L1.308,1.72936C.54219,1.9063-.00015,2.58838,0,3.37436c-.00221,18.01608,14.60092,32.62279,32.617,32.625h.008c.78611.00052,1.46839-.54198,1.645-1.308l1.687-7.313c.17982-.79952-.23354-1.61408-.985-1.941l.001.001Z'/%3E%3C/g%3E%3C/svg%3E");
    transition: all .3s;
    animation: background-image .3s;
}

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

  .container {
    width: 540px;
  }
}

@media (max-width: 576px) {
	.container {
		width: 100%;
		/*
		padding-left: 30px;
		padding-right: 30px;
		*/
	}
  	p.m-shrink {
	    font-size: 11px !important;
	}
	#bottom .columns {
	    padding: 40px 10px 0px 10px;
	}
}

/*  Header
   ========================================================================== */

.primary {
  position: fixed;
  padding-top: 30px;
  padding-bottom: 16px;
  display: block;
  background-color: #fff;
  z-index: 3000;
  transition: .3s;
}

	.primary.scrolled {
		padding-top: 10px;
		padding-bottom: 10px;
		background-image: none;
		box-shadow: 0 -5px 10px #000;
		top: 0;
	}
	.primary.scrolled #logo img {
	    max-width: 200px;
	    max-height: 94px;
	    height: auto;
}


.primary > .container {
  width: 90%;
  overflow: visible;
  display: table;
  vertical-align: middle;
}

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

#logo a {
  display: block;
}

#logo img {
    max-width: 250px;
    max-height: 60px;
    height: auto;
    filter: invert(1);
    transition: all .7s;
}


@media (max-width: 768px) {
  .primary {
    padding: 0;
    display: block;
  }
  
  .primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 16px 0;
    width: 70%;
    max-width: 300px;
  }
}
  
/*  Navigation
   ========================================================================== */

#menu {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navigation {
  position: relative;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  text-align: right;
}

.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  text-transform: uppercase;
  font-family: var(	--primary-font);
  font-size: 15px;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

.navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 14px;
  margin: 0;
  color: #413d3a;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  transition:.12s cubic-bezier(.4,0,.2,1);
}


.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active,
.navigation ul li a.active:hover {
  color: #005a9c;
}

.navigation ul li a.last {
/* 	padding-right: 40px; */
	border: 2.3px solid #413d3a;
/* 	border-radius: 3px; */
}
/*

	.navigation ul li a.last::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translate(0, -50%);
		width: 17px;
		height: 17px;
		border: 2.3px solid;
		border-radius: 20px;
		display: block;
		box-sizing: border-box;
	}
	.navigation ul li a.last::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translate(0, -50%);
		width: 0;
		height: 9px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid;
		border-radius: 2px;
		display: block;
		box-sizing: border-box;
	}
*/
li.login-box {
  display: flex;
  flex-direction: row;
}
/* a.login-box {
  display: flex !important;
  justify-content: center;
  flex-direction: row;
} */
#navigation a.login-box {
  /* margin: 0; */
  padding: 10px 0;
  display: flex !important;
  justify-content: center;
  flex-direction: row;
}


.material-symbols-sharp {
  font-variation-settings:
  'FILL' 1,
  'wght' 100,
  'GRAD' -25,
  'opsz' 20
}

#navigation .material-symbols-sharp {
  color: var(--orange);
  font-size: 44px;
  line-height: .49;
}


.login-text {
  text-align: left;
  line-height: .75;
}
span.chcenter {
  font-size: 8px;
}



@media (max-width: 1000px) {
	body.navActive {
		height: 100vh;
		overflow: hidden;
	}

  /*
   * Menu Button
   */

  #menu {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 29px 20px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  #menu:focus,
  #menu:active {
    outline: 0;
  }

  .menu-bars {
    position: relative;
      display: block;
      width: 30px;
      height: 20px;
  }

  .menu-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: #082942;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  }
  .menu-bar::before,
  .menu-bar::after {
    content: "";
    display: block;
  }
  .menu-bar::before {
    top: -8px;
  }
  .menu-bar::after {
    bottom: -8px;
  }

  /*
   * Menu Animation
   */
   
  #menu.active {
    background-color: #242321;
    transform: translate(55%, 0);
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #fff;
  }
  
  .menu-bar {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  	.navigation ul li a.last::before {
  		display: none;
	}
	.navigation ul li a.last::after {
		content: "";
		display: none;
	}
  .menu-bar::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  
  .menu-bar::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .active .menu-bar {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .active .menu-bar::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  
  .active .menu-bar::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navigation {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 0px;
    float: none;
    background-color: #005a9c;
    transition: 0.4s ease-out;
    overflow: hidden;
  }

  .navigation ul {
    height: auto;
    width: 100%;
  }
  
  .navigation ul .left,
  .navigation ul .right {
    float: none;
    width: 100%;
    display: block; 
  }

  .navigation ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 12px 3%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  
/*
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: #fff;
  }
*/
#navigation a.login-box {
  justify-content: flex-start;
  padding: 12px 11px;
}
}


/*  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,
a.orange-btn, a.orange-btn:visited, span.orange-btn {
	position: relative;
	padding: 8px 20px;
	margin: 1px 5px 1px 0px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .4s;
	opacity: 1;
	display: inline-block;
	border: transparent solid 2.3px;
	font-family: var(--primary-font);
	font-weight: var (--primary-font-weight);
			opacity:.95;
}


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

	a.btn.white, a.btn.white:visited,
	span.btn.white {
	    color: #fff;
	    border-color: #fff;
	    background-color: transparent;
	    
	}
	a.btn.fcharcoal, a.btn.fcharcoal:visited,
	span.btn.fcharcoal {
	    color: var(--charcoal);
	    border-color: var(--charcoal);
	    background-color: transparent;
	    width: 100%;
	}

	a.btn.fwhite, a.btn.fwhite:visited,
	span.btn.fwhite {
	    color: #fff;
	    border-color: #fff;
	    background-color: transparent;
	    width: 100%;
	    
	}
	
	a.btn.scharcoal, a.btn.scharcoal:visited,
	span.btn.scharcoal {
	    color: #fff;
	    border-color: var(--charcoal);
	    background-color: var(--charcoal);
	}

	a.btn.swhite, a.btn.swhite:visited,
	span.btn.swhite {
	    color: var(--charcoal);
	    border-color: #fff;
	    background-color: #fff;
	    
	}
	a.btn.fscharcoal, a.btn.fscharcoal:visited,
	span.btn.fscharcoal {
	    color: #fff;
	    border-color: var(--charcoal);
	    background-color: var(--charcoal);
	    width: 100%;
	}

	a.btn.fswhite, a.btn.fswhite:visited,
	span.btn.fswhite {
	    color: var(--charcoal);
	    border-color: #fff;
	    background-color: #fff;
	    width: 100%;
	    
	}	
	a.btn.fsorange, a.btn.fsorange:visited,
	span.btn.fsorange {
	    color: #fff;
	    border-color: #EF6736;
	    background-color: #EF6736;
	    width: 100%;
	    
	}	
	a.btn.sorange, a.btn.sorange:visited,
	span.btn.sorange {
	    color: #fff;
	    border-color: #EF6736;
	    background-color: #EF6736;
	    
	}		
	
		a.orange-btn, a.orange-btn:visited,
		span.orange-btn {
		    color: var(--charcoal);
		    border-color: var(--charcoal);
		    background-color: transparent;
		}

  	a.btn:hover,
  	span.btn:hover {
		opacity:1;
		transform: scale(1.01);
/*     padding: 10px 20px; */
		
		
	}
	a.btn.fsorange:hover,
	a.btn.fswhite:hover,
	a.btn.fscharcoal:hover,
	a.btn.fcharcoal:hover,
	a.btn.fwhite:hover {
		transform: scaleY(1.04);
	}

  a.nobtn.white-underlined, a.nobtn.white-underlined:visited,
  span.nobtn.white-underlined {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
  }


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

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

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

#bottom > .container > div {
	width: 50%;
}

#bottom .columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 10px 60px 10px;
}

.columns .col {
	min-height: 150px;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.col h5 {
	text-transform: uppercase;
	margin: 0 0 1em;
	font-size: 1rem;
	color: var(--primary-color);
}

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

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

.col p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 .75em;
    font-family: var(--primary-font);
    color: #ededed;
    text-transform: capitalize;
    font-weight: 300;
}

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

.site-footer .location-info {
	position: relative;
	margin-bottom: 1rem;
}
	.site-footer .location-info p {
	    margin: 0;
	    font-size: 15px;
	    font-weight: 300;
	    color: #ededed;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    line-height: 1.7;
	    font-family: var(--primary-font);

  }

.site-footer {
  background: var(--footer-background-color);
  color: var(--footer-text-color);
  overflow: hidden;
  padding: 0;
}

	.site-footer .container {
		width: 90%;
	}
	
	.site-footer .logo-container {
		margin-bottom: 3em;
	}
		.site-footer .logo-container img {
			width: 360px;
		}

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

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

#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 {
  background: #212224;
  padding: 2em 0;
}

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

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #acacac;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-copyright a,
.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 
	
	.social_container {
		color: var(--footer-text-color);
		font-size: 32px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
		.social_container a {
			color: var(--footer-text-color);
			text-decoration: none;
			transition: .2s;
		}
		
			.social_container a:not(:first-child) {
				padding-left: 2rem;
			}
		
			.social_container a:hover {
				color: var(--secondary-color);
			}
	
@media (max-width: 768px) {
	#menu.active {
	    transform: translate(0, 0);
	}
	
	#bottom > .container > div {
		width: 100%;
	}
	
	.site-footer .location-info p {
		font-size: 1rem;
	}


	.columns .col {
	    width: 100%;
	    margin: 0 auto 2rem;
	}
/*
	.col p,
	.columns .col {
		text-align: left;
	}
*/

	.columns .col.column-one {
	    width: 100%;
	    margin-bottom: 30px;
	}
	
	#bottom .columns {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    text-align: 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;
	}
}	
	
@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }

  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }

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

  
}
