/*-----------------------------------------------------------------------------------
	Thompson-Fresh Start
	About: A shiny new Blocs website.
	Author: Larry Preslar
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.top-white-menu{
	background-color:rgba(255,255,255,0.45);
	color:var(--swatch-var-6623)!important;
	background-size:auto 100px;
}
.nav-gold{
	background-color:var(--swatch-var-2539);
	height:50px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.logo-img-style{
	width:225px;
}
.h1-home-head{
	margin-top:164px;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-6704)!important;
	font-size:60px;
	letter-spacing:-.02em;
	margin-bottom:24px;
	line-height:60px;
	text-shadow:0.00px -0.00px 21px rgba(0,0,0,0.62);
}
.h1-home-subhead{
	font-family:"Lato";
	font-weight:600;
	color:var(--swatch-var-6704)!important;
	font-size:20px;
	letter-spacing:-.02em;
	line-height:26px;
}
.row-margin-top{
	margin-top:169px;
	margin-bottom:24px;
}
.home-buttons-bottom{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	color:var(--swatch-var-2556)!important;
	background-color:var(--swatch-var-2539);
}
.home-buttons-bottom:hover{
	background-color:var(--swatch-var-4483);
}
.bloc-margin-bottom{
	padding-left:0px;
	padding-right:0px;
}
.bloc-padding-left{
	padding-left:0px;
	padding-right:0px;
}
.staff-heads-footer{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	color:var(--swatch-var-2539)!important;
	padding-bottom:0px;
	letter-spacing:0.02em;
	text-align:left;
}
.staff-body-footer{
	font-family:"Lato";
	font-weight:400;
	color:var(--swatch-var-2556)!important;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.01em;
	text-decoration:none;
}
.bloc-padding-right{
	padding-right:0px;
}
.social-name{
	font-family:"Lato";
	font-weight:400;
	font-size:12px;
	text-align:center;
}
.p-bloc-5-margin-bottom{
	margin-bottom:5px;
	width:95.67%;
	text-decoration:none;
	text-transform:none;
}
.h3-style{
	line-height:14px;
	text-indent:0px;
	letter-spacing:0px;
	width:83.78%;
}
.h3-margin-bottom{
	margin-bottom:22px;
	width:76.9%;
}
.row-bloc-5-margin-top{
	margin-top:27px;
	padding-bottom:0px;
	margin-bottom:8px;
	width:98.25%;
}
.row-margin-bottom{
	margin-bottom:-1px;
	width:74.43%;
}
.thompson-footer-bold{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.p-staff-bloc-style{
	width:65.43%;
}
.p-7-style{
	width:100%;
}
.h3-staff-bloc-style{
	width:76.61%;
}
.row-style{
	width:100%;
	text-decoration:none;
}
.thompson-footer-body{
	font-family:"Lato";
	font-weight:700;
	font-size:13px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.p-margin-bottom{
	margin-bottom:2px;
	margin-top:23px;
}
.thompson-footer-copyright{
	font-family:"Lato";
	font-weight:700;
	font-size:10px;
}
.h1-home-head-2line{
	margin-top:0px;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-6704)!important;
	font-size:60px;
	letter-spacing:-.02em;
}
.page-title{
	font-family:"Lato";
	font-weight:900;
}
.page-body{
	font-family:"Lato";
	font-size:14px;
	line-height:18px;
	color:var(--swatch-var-2556)!important;
}
.row-bloc-6-style{
	width:95.45%;
}
.page-group-headline{
	font-family:"Lato";
	font-weight:900;
	line-height:0.9em;
	letter-spacing:-.04em;
	color:var(--swatch-var-2556)!important;
	font-size:3em;
	width:100%;
}
.page-group-subhead{
	font-family:"Lato";
	font-weight:400;
	font-size:1em;
	color:var(--swatch-var-2556)!important;
}
.block-white{
	color:transparent!important;
	background-color:#FFFFFF;
}
.h3-bloc-5-style{
	width:90.68%;
	font-size:0.8em;
	margin-left:0px;
	padding-left:0px;
}
.group-thumbail-image{
	width:225px;
	border-color:var(--swatch-var-2556)!important;
	border-style:solid;
	border-width:0.01em 0.01em 0.01em 0.01em;
	margin-right:30px;
	padding:0px 0px 0px 0px;
	background-image:url("img/unityaugustshrimp_Week_1_2024_CafeThompson.jpg");
	background-image: -webkit-image-set(url("img/unityaugustshrimp_Week_1_2024_CafeThompson.webp") 1x,
url("img/unityaugustshrimp_Week_1_2024_CafeThompson.webp") 2x);background-image: image-set(url("img/unityaugustshrimp_Week_1_2024_CafeThompson.jpg") 1x,
url("img/unityaugustshrimp_Week_1_2024_CafeThompson.jpg") 2x,url("img/unityaugustshrimp_Week_1_2024_CafeThompson.webp") 1x,
url("img/unityaugustshrimp_Week_1_2024_CafeThompson.webp") 2x);
}
.thumbnail-box{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	width:250px;
}
.thumbnail-title{
	font-family:"Lato";
	font-weight:400;
	text-align:left;
	font-size:1em;
	margin:24px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:var(--swatch-var-2556)!important;
	width:92.8%;
	opacity:1.0;
}
.h1-margin-top{
	margin-top:26px;
	width:100%;
	padding-right:29px;
	letter-spacing:-.03em;
}
.group-vert-hor-head{
	font-family:"Lato";
	font-weight:700;
	font-size:2em;
	letter-spacing:-.02em;
}
.h1-padding-top{
	padding-top:0px;
	width:91.25%;
	letter-spacing:-.02em;
	margin-top:24px;
}
.row-9-bloc-5-style{
	width:100%;
	margin-bottom:23px;
}
.group-thumbail-horiz-image{
	position:relative;
	border-width:0.05em 0.05em 0.05em 0.05em;
	border-style:solid;
	border-color:var(--swatch-var-2556)!important;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	width:450px;
}
.thumbnail-box-horiz{
	padding:0px 0px 0px 0px;
	margin-left:0px;
}
.p-style{
	width:100%;
	font-size:1em;
}
.h2-style{
	width:94.85%;
	margin-left:11px;
	margin-bottom:4px;
}
.img-margin-right{
	margin-right:23px;
}
.row-10-style{
	width:100%;
	margin-bottom:23px;
	padding-left:48px;
	margin-left:0px;
}
.p-6-style{
	width:84.91%;
	font-size:1em;
}
.h3-8-style{
	width:71.76%;
	font-size:24px;
}
.group-spacer{
	margin-bottom:20px;
}
.group-top-spacer{
	margin-top:18px;
}
.img-26-style{
	width:223px;
	height:268px;
}
.h3-tips-style{
	width:100%;
	margin-top:48px;
	font-size:2em;
	line-height:28px;
}
.p-bloc-16-style{
	width:94%;
}
.h3-9-style{
	width:94%;
	padding-top:0px;
	margin-bottom:24px;
	font-family:"Lato";
	font-size:1.5em;
}
.p-21-style{
	width:100%;
}
.p-22-style{
	width:100%;
	text-decoration:none;
}
.row-staff-bloc-style{
	width:74.49%;
}
.h1-style{
	width:78.44%;
	line-height:45px;
}
.p-bloc-11-style{
	width:90.69%;
}
.img-margin-left{
	margin-left:0px;
	width:281px;
}
.img-bloc-12-margin-left{
	margin-left:-1px;
}
.img-bloc-12-style{
	width:385px;
}
.img-25-style{
	width:330px;
}
.bloc-bloc-21-margin-top{
	margin-top:-25px;
}
.img-bloc-21-margin-left{
	margin-left:0px;
	width:250px;
}
.top-boeder-rule{
	border-width:2px 0px 0px 0px;
	border-color:var(--swatch-var-4483)!important;
	border-style:solid;
}
.menu-hover{
	color:var(--swatch-var-6704)!important;
}
.menu-hover:hover{
	background-color:var(--swatch-var-4483);
}
.menu-rollover{
	height:50px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-family:"Lato";
	line-height:24px;
	padding-top:012px;
	font-size:0.9em;
}
.menu-rollover:hover{
	color:var(--swatch-var-6704)!important;
	line-height:22px;
	background-color:var(--swatch-var-4483);
}
.sitebackground{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 120%;
	background-color:rgba(255,250,255,0.29);
	background-blend-mode:normal;
	background-image:url("img/Site-Background.jpg");
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
}
.p-23-style{
	line-height:16px;
}
.h2-vertical-style{
	width:75.38%;
}
.bloc-0-padding-left{
	padding-left:0px;
}
.bloc-0-bloc-6-padding-left{
	padding-left:0px;
}
.bloc-0-bloc-7-padding-left{
	padding-left:0px;
}
.bloc-bloc-6-padding-right{
	padding-right:11px;
}
.row-9-style{
	width:100%;
	margin-top:0px;
}
.row-13-style{
	width:100%;
}
.row-bloc-16-style{
	width:100%;
}
.row-41-style{
	width:100%;
}
.bloc-bloc-16-padding-left{
	padding-left:0px;
}
.img-bloc-16-style{
	width:257px;
}
.p-bloc-9-style{
	width:89.85%;
	padding-left:156px;
	padding-right:93px;
	font-size:1em;
}
.row-bloc-21-style{
	width:45.53%;
}
.h1-unity-magazine-style{
	font-size:2.7em;
	width:100%;
	letter-spacing:0em;
}
.nav-gold-active{
	background-color:var(--swatch-var-4483);
	height:50px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:var(--swatch-var-6704)!important;
	text-align:center;
}
.menu-rollover-active{
	height:50px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-family:"Lato";
	line-height:22px;
	padding-top:012px;
	background-color:var(--swatch-var-4483);
	color:var(--swatch-var-6704)!important;
}
.menu-rollover-active:hover{
	color:var(--swatch-var-6704)!important;
	line-height:22px;
	background-color:var(--swatch-var-4483);
}
.p-padding-left{
	font-size:1em;
}
.row-bloc-5-style{
	width:100%;
}
.bloc-padding-top{
	padding-top:0px;
	padding-left:0px;
}
.img-padding-left{
	width:575px;
	height:321px;
	padding-left:0px;
}
.img-bloc-15-style{
	width:223px;
	height:270px;
}
.row-bloc-15-style{
	width:100%;
	padding-left:0px;
	margin-left:-34px;
}
.bloc-bloc-15-padding-right{
	padding-right:0px;
}
.row-margin-left{
	margin-left:-2px;
	width:100%;
}
.bloc-bloc-15-padding-left{
	padding-left:36px;
}
.bloc-bloc-16-margin-bottom{
	margin-bottom:32px;
}
.row-bloc-13-style{
	width:96.38%;
	margin-left:3px;
}
.row-bloc-13-margin-top{
	width:87.42%;
}
.bloc-24687-padding-left{
	padding-left:0px;
}
.h3-margin-top{
	margin-top:16px;
}
.img-bloc-5-style{
	margin-top:0px;
	padding-top:0px;
}
.bloc-bloc-5-margin-top{
	margin-top:0px;
	padding-top:0px;
}
.h4-margin-bottom{
	width:100%;
	margin-left:0px;
	margin-bottom:0px;
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
	letter-spacing:0em;
	line-height:30px;
	text-shadow:0.00px -0.00px 15px rgba(0,0,0,0.53),0.00px -0.00px 26px rgba(0,0,0,0.78);
	padding:0px 13% 0px 13%;
}
.link-style{
	text-decoration:none;
}
.link-bloc-11-style{
	font-weight:bold;
	text-decoration:none;
}
.bloc-bloc-5-padding-left{
	padding-left:0px;
}
.bloc-3290-padding-left{
	padding-left:0px;
}
.p-3-style{
	font-size:1em;
	line-height:20px;
	width:100%;
}
.bloc-bloc-5-padding-right{
	padding-right:0px;
}
.img-7-bloc-5-style{
	width:227px;
	height:291px;
}
.img-8-style{
	width:486px;
	margin-right:-1px;
	margin-bottom:29px;
}
.img-9-style{
	width:499px;
	margin-right:-4px;
	margin-bottom:31px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2556)!important;
}
.link-10391-style{
	width:300px;
}
.row-31-style{
	width:81.54%;
}
.label-style{
	width:49.49%;
}
.link-14816-style{
	font-weight:bold;
}
.row-23-style{
	width:100%;
}
.p-margin-left{
	margin-left:183px;
	width:78.41%;
	margin-bottom:58px;
}
.h3-padding-left{
	padding-left:0px;
	margin-left:184px;
	font-size:2em;
}
.bloc-19804-padding-left{
	padding-left:68px;
}
.img-22-style{
	width:427px;
}
.h2-4-style{
	width:81.02%;
}
.img-margin-bottom{
	width:278px;
}
.h2-menu-signage-style{
	margin-top:30px;
	width:96.22%;
}
.bloc-bloc-11-padding-right{
	padding-right:0px;
}
.bloc-38142-padding-left{
	padding-left:9px;
}
.bloc-bloc-21-padding-left{
	padding-left:0px;
}
.img-chefs-outlin-style{
	width:962px;
}
.h1-bloc-20-style{
	font-size:3em;
	line-height:1em;
	margin-top:1px;
}
.bloc-bloc-20-margin-top{
	padding-top:16px;
}
.row-bloc-14-style{
	width:100%;
}
.link-bloc-19-style{
	width:100%;
	font-size:14px;
	font-family:"Open Sans";
	padding-top:0px;
	padding-bottom:0px;
}
.buttonlistsize{
	width:100%;
	height:100%;
}
.buttonlistwidth{
	width:100%;
	top:0px;
}
.bloc-style{
	height:33px;
}
.upbutton{
	padding-top:5px;
	font-family:"Open Sans";
	font-size:14px;
	text-transform:none;
	font-weight:600;
	color:var(--swatch-var-1462)!important;
}
.upbutton:hover{
	font-size:14px;
	font-family:"Open Sans";
	font-weight:700;
	padding-top:5px;
	color:var(--swatch-var-1462)!important;
}
.upbutton:focus{
	padding-top:5px;
	font-size:14px;
	font-family:"Open Sans";
	font-weight:700;
}
.upbutton:active{
	padding-top:5px;
	font-size:14px;
	font-family:"Open Sans";
	font-weight:700;
	color:var(--swatch-var-1462)!important;
}
.buttonlistwidth:focus{
	color:var(--swatch-var-2556)!important;
}
.img-diversity-sign-style{
	width:225px;
	height:398px;
	margin-left:16px;
	padding-left:0px;
}
.img-12-bloc-6-style{
	height:398px;
	width:223px;
}
.black-outline{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2556)!important;
}
.bloc-0-padding-right{
	padding-right:0px;
}
.link-bloc-6-style{
	width:350px;
}
.no-link-underline{
	text-decoration:none;
	font-weight:600;
}
.img-15-style{
	width:473px;
}
.img-16-style{
	width:475px;
}
.img-style{
	width:476px;
}
.container-div-staff-bloc-style{
	width:73.44%;
}
.bloc-bloc-16-padding-right{
	padding-right:0px;
}
.btn-style{
	border-radius:0px 0px 0px 0px;
}
.bloc-bloc-13-padding-left{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.thinlinearound{
	border-style:solid;
	border-color:var(--swatch-var-2556)!important;
	border-width:1px 1px 1px 1px;
}
.row-bloc-7-style{
	width:100%;
}
.img-bloc-9-style{
	width:260px;
}
.container-div-min-height{
	min-height:292px;
}
.footer-height{
	background-size:auto auto;
	height:300px;
}
.group-thumbnail-vertical{
	width:250px;
	border-style:solid;
	border-color:var(--swatch-var-2556)!important;
	border-width:0.005em 0.005em 0.005em 0.005em;
}
.btn-fisd-style{
	width:100%;
}
.h1-subhead{
	font-size:32px;
	padding-left:00px;
	padding-right:0px;
	font-weight:bold;
	color:var(--swatch-var-1462)!important;
	text-shadow:0.00px -0.00px 33px #000000,0.00px -0.00px 15px #333333;
}
.img-bloc-6-style{
	width:241px;
}
.row-14-style{
	width:100%;
}
.boldhead{
	font-weight:800;
}
.img-bloc-13-style{
	height:271px;
}
.btn-bloc-2-style{
	border-radius:0px 0px 0px 0px;
}
.img-34-style{
	height:269px;
}
.h1-bloc-2-style{
	font-size:80px;
}
.h2-horizontal-style{
	width:73.86%;
	padding-left:0px;
}
.bloc-bloc-7-padding-left{
	padding-left:0px;
}
.link-lisa-plummer-style{
	text-decoration:none;
	text-transform:none;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2539:rgba(198,174,103,1.00);
	
	--swatch-var-6623:rgba(255,255,255,0.56);
	
	--swatch-var-6704:rgba(255,255,255,1.00);
	
	--swatch-var-4483:rgba(143,126,75,1.00);
	
	--swatch-var-2556:rgba(51,51,51,1.00);
	
	--swatch-var-4339:rgba(0,255,255,1.00);
	
	--swatch-var-1462:rgba(255,255,255,1.00);
	
}


/* Background colour styles */

.bgc-6704{
	background-color:var(--swatch-var-6704);
}
.bgc-2539{
	background-color:var(--swatch-var-2539);
}

/* Text colour styles */

.tc-2556{
	color:var(--swatch-var-2556)!important;
}
.tc-4483{
	color:var(--swatch-var-4483)!important;
}
.tc-2539{
	color:var(--swatch-var-2539)!important;
}
.tc-6704{
	color:var(--swatch-var-6704)!important;
}

/* Button colour styles */

.btn-c-2539{
	background:var(--swatch-var-2539);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2539:hover{
	background:#937B34!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-4483{
	color:var(--swatch-var-4483)!important;
}
.ltc-4483:hover{
	color:#5C4B18!important;
}
.ltc-6704{
	color:var(--swatch-var-6704)!important;
}
.ltc-6704:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h1-home-head{
		margin-bottom:31px;
		padding-top:0px;
		margin-top:132px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2556)!important;
		fill:var(--swatch-var-2556)!important;
	}
	.p-22-style{
		width:100%;
	}
	.p-bloc-5-margin-bottom{
		width:100%;
	}
	.p-21-style{
		width:100%;
	}
	.h3-style{
		width:100%;
	}
	.h3-margin-bottom{
		width:100%;
	}
	.h3-staff-bloc-style{
		width:100%;
	}
	.p-staff-bloc-style{
		width:100%;
	}
	.p-7-style{
		width:100%;
	}
	.container-div-staff-bloc-style{
		width:100%;
	}
	.bloc-padding-right{
		padding-right:14px;
	}
	.p-23-style{
		width:100%;
		margin-bottom:6px;
		margin-top:10px;
	}
	.row-style{
		width:100%;
	}
	.row-bloc-5-margin-top{
		width:100%;
	}
	.bloc-staff-bloc-padding-right{
		padding-right:0px;
		padding-left:0px;
	}
	.row-staff-bloc-style{
		width:100%;
	}
	.row-margin-bottom{
		width:100%;
		text-align:center;
	}
	.bloc-bloc-0-margin-bottom{
		margin-bottom:17px;
	}
	.h4-margin-bottom{
		margin-bottom:24px;
		padding-left:0px;
		padding-right:0px;
		width:98.08%;
		font-family:"Lato";
		font-weight:700;
		line-height:25px;
	}
	.row-margin-top{
		margin-top:109px;
	}
	.sitebackground{
		background-size:auto 100%;
		background-position:center top;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.25);
		background-blend-mode:normal;
		background-image:url("img/Site-Background.jpg");
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	}
	.h1-margin-bottom{
		margin-bottom:23px;
	}
	.p-padding-left{
		padding-left:1px;
		margin-left:18px;
		width:94.85%;
		font-size:1em;
		margin-bottom:13px;
	}
	.h1-margin-top{
		font-size:3em;
		width:100%;
		margin-top:-1px;
	}
	.h3-bloc-5-style{
		font-size:0.8em;
		width:100%;
		margin-left:0px;
		padding-top:2px;
	}
	.row-9-bloc-5-style{
		width:100%;
	}
	.img-4-style{
		width:223px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:289px;
	}
	.row-12-style{
		width:79.33%;
	}
	.h2-vertical-style{
		width:100%;
		padding-left:0px;
		margin-left:-1px;
		padding-right:0px;
	}
	.row-10-style{
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	.row-13-style{
		width:89.98%;
	}
	.h1-padding-top{
		font-size:3em;
		width:92.24%;
		margin-left:0px;
	}
	.row-9-style{
		width:70.28%;
	}
	.break-point-one{
		position:relative;
		left:150px;
	}
	.h1-unity-magazine-style{
		width:100%;
		font-size:3em;
	}
	.row-41-style{
		width:100%;
	}
	.h3-8-style{
		width:100%;
	}
	.p-bloc-9-style{
		padding-left:1px;
		padding-right:0px;
		margin-left:0px;
		width:100%;
	}
	.h1-style{
		width:79.56%;
		line-height:36px;
	}
	.p-bloc-11-style{
		padding-left:0px;
		margin-left:0px;
		width:92.38%;
	}
	.thumbnail-title{
		width:100%;
		padding-left:0px;
		margin-top:0px;
		padding-top:0px;
	}
	.h3-tips-style{
		width:100%;
	}
	.img-bloc-21-margin-left{
		width:250px;
	}
	.h1-bloc-5-style{
		width:69.27%;
		margin-top:16px;
	}
	.p-style{
		width:95.7%;
		font-size:1em;
	}
	.h2-style{
		width:85.31%;
	}
	.h3-9-style{
		width:67.6%;
	}
	.p-bloc-16-style{
		width:69.6%;
	}
	.bloc-bloc-15-padding-left{
		padding-left:0px;
		padding-right:0px;
	}
	.row-28-style{
		width:69.82%;
	}
	.block-white{
	}
	.row-bloc-5-style{
		margin-left:-326px;
		margin-top:51px;
	}
	.bloc-24687-padding-left{
		padding-left:0px;
	}
	.toggle-align{
		margin-top:10px;
	}
	.row-bloc-13-style{
		width:100%;
		margin-left:-34px;
	}
	.row-bloc-13-margin-top{
		margin-top:-2px;
		padding-left:0px;
		margin-left:24px;
		width:100%;
	}
	.h1-home-subhead{
		font-size:22px;
		padding-right:60px;
		padding-left:60px;
	}
	.link-lisa-plummer-style{
		text-decoration:none;
		font-weight:bold;
	}
	.bloc-bloc-9-padding-left{
		padding-left:0px;
	}
	.row-bloc-6-style{
		width:92.7%;
	}
	.img-25-style{
		margin-right:10px;
		width:447px;
		margin-left:0px;
	}
	.bloc-bloc-12-padding-left{
		padding-left:0px;
	}
	.img-bloc-12-style{
		width:451px;
	}
	.p-6-style{
		margin-left:0px;
		width:100%;
		padding-left:90px;
		padding-right:85px;
	}
	.img-8-style{
		width:371px;
	}
	.bloc-19804-padding-left{
		padding-right:0px;
		padding-left:30px;
	}
	.p-margin-left{
		padding-left:0px;
		width:100%;
		margin-left:7px;
		margin-bottom:1px;
	}
	.h3-padding-left{
		width:100%;
		margin-left:5px;
	}
	.img-9-style{
		width:444px;
		margin-top:0px;
		border-width:1px 1px 1px 1px;
		border-color:var(--swatch-var-2556)!important;
		border-style:solid;
	}
	.bloc-11667-padding-left{
		padding-left:21px;
	}
	.bloc-0-bloc-14-padding-left{
		padding-left:0px;
	}
	.bloc-31183-padding-left{
		padding-left:28px;
	}
	.bloc-38142-padding-left{
		padding-left:0px;
	}
	.bloc-bloc-11-margin-bottom{
		padding-left:59px;
		margin-bottom:0px;
	}
	.bloc-3370-padding-left{
		padding-left:0px;
	}
	.row-bloc-21-style{
		width:100%;
	}
	.img-margin-bottom{
		width:242px;
		margin-left:0px;
		margin-bottom:41px;
	}
	.h2-4-style{
		width:87.85%;
	}
	.img-margin-left{
		width:256px;
	}
	.img-22-style{
		width:471px;
		margin-left:-6px;
	}
	.h2-menu-signage-style{
		width:89.72%;
	}
	.bloc-30361-padding-left{
		padding-left:0px;
	}
	.top-white-menu{
		background-size:100% auto;
	}
	.bloc-bloc-11-padding-left{
		padding-left:16px;
	}
	.img-padding-left{
		width:447px;
	}
	.group-thumbail-image{
		padding:0px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		height:290px;
	}
	.thumbnail-box{
		margin-bottom:30px;
	}
	.row-bloc-7-style{
		width:100%;
	}
	.footer-height{
		height:150px;
	}
	.img-bloc-7-style{
		margin-left:1px;
		padding-left:0px;
	}
	.img-20-style{
		border-style:solid;
		border-width:0.005em 0.005em 0.005em 0.005em;
		border-color:var(--swatch-var-2556)!important;
		width:250px;
	}
	.bloc-margin-top{
		margin-top:-1px;
	}
	.bloc-bloc-2-style{
		opacity:1.0;
		background-size:auto 25%;
	}
	.img-3-style{
	}
	.img-diversity-sign-style{
		opacity:1.0;
		height:400px;
	}
	.h2-horizontal-style{
		width:100%;
	}
	.img-bloc-16-style{
		width:408px;
	}
	.img-15-style{
		margin-bottom:0px;
	}
	.row-bloc-7-margin-left{
		margin-top:47px;
	}
	.bloc-padding-top{
		padding-left:20px;
	}
	.img-bloc-6-style{
		height:71px;
		width:283px;
	}
	
}

@media (max-width: 767px){
	.h1-home-head{
		font-size:40px;
		margin-bottom:0px;
		padding-bottom:0px;
		margin-top:80px;
		line-height:42px;
		width:94.79%;
	}
	.h1-home-head-2line{
		font-size:40px;
	}
	.h4-margin-bottom{
		width:92.36%;
		font-size:18px;
		line-height:22px;
	}
	.btn-style{
		width:88.1%;
	}
	.row-margin-top{
		width:100%;
		margin-top:80px;
	}
	.h3-style{
		margin-bottom:24px;
	}
	.bloc-staff-bloc-margin-top{
		margin-top:15px;
	}
	.sitebackground{
		background-position:center top;
		background-size:auto 60%;
		background-repeat:no-repeat;
		background-color:rgba(255,255,255,0.21);
		background-blend-mode:normal;
		background-image:url("img/Site-Background.jpg");
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	}
	.h1-home-subhead{
	}
	.p-padding-left{
		width:100%;
	}
	.h1-margin-top{
		font-size:3em;
		width:100%;
	}
	.h1-padding-top{
		font-size:3em;
		width:100%;
		margin-top:-1px;
	}
	.h2-vertical-style{
		font-size:28px;
		width:100%;
	}
	.h2-horizontal-style{
		font-size:28px;
		width:100%;
	}
	.h2-3-style{
		font-size:28px;
	}
	.row-9-style{
		width:44.25%;
	}
	.row-13-style{
		width:100%;
	}
	.row-12-style{
		width:100%;
	}
	.img-bloc-6-style{
		width:100%;
	}
	.img-diversity-sign-style{
		width:200px;
		margin-left:11px;
		height:340px;
	}
	.row-9-bloc-5-style{
		width:100%;
		padding:0px 0px 0px 0px;
		margin-left:0px;
	}
	.row-bloc-7-style{
		width:100%;
	}
	.row-17-style{
		width:45.21%;
	}
	.img-12-style{
		width:198px;
		height:353px;
	}
	.p-bloc-9-style{
		width:100%;
		padding-left:34px;
		padding-right:30px;
	}
	.h1-style{
		width:100%;
		line-height:36px;
	}
	.p-bloc-11-style{
		margin-left:-31px;
		padding-left:0px;
		width:100%;
	}
	.bloc-bloc-21-padding-left{
		padding-left:0px;
	}
	.thumbnail-title{
		width:97.6%;
		margin-top:-2px;
	}
	.row-10-style{
		width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	.h3-tips-style{
		width:100%;
		font-family:"Lato";
	}
	.bloc-0-bloc-21-padding-left{
		padding-left:72px;
	}
	.h1-unity-magazine-style{
		font-size:2.5em;
	}
	.h1-bloc-5-style{
		width:100%;
	}
	.p-style{
		font-size:1em;
		width:100%;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.h3-bloc-5-style{
		font-size:0.8em;
		width:100%;
		margin-left:0px;
		padding-left:59px;
		padding-right:52px;
	}
	.img-bloc-12-style{
		width:376px;
	}
	.row-bloc-6-style{
		width:100%;
	}
	.img-padding-left{
		width:443px;
		height:290px;
	}
	.bloc-24687-padding-left{
		padding-left:60px;
	}
	.toggle-align{
		margin-top:10px;
	}
	.h3-9-style{
		font-size:1.2em;
	}
	.row-bloc-13-margin-top{
		padding-left:143px;
		width:91.16%;
	}
	.img-25-style{
		width:369px;
		margin-right:4px;
	}
	.p-6-style{
		margin-left:0px;
		padding-left:58px;
		padding-right:47px;
	}
	.p-margin-left{
		margin-bottom:51px;
	}
	.img-8-style{
		margin-left:-10px;
		width:251px;
		padding-left:0px;
	}
	.bloc-0-bloc-14-padding-left{
		padding-left:0px;
		padding-right:13px;
	}
	.bloc-38142-padding-left{
		padding-left:0px;
	}
	.img-9-style{
		width:445px;
		margin-left:-15px;
		padding-left:0px;
	}
	.bloc-37306-padding-left{
		padding-left:0px;
		padding-right:0px;
	}
	.h2-style{
		width:42.27%;
		margin-left:1px;
		padding-left:5px;
	}
	.img-margin-left{
		width:259px;
		margin-left:-1px;
	}
	.group-thumbail-image{
	}
	.img-margin-bottom{
		margin-bottom:25px;
		width:225px;
	}
	.h2-4-style{
		width:92.69%;
	}
	.h2-menu-signage-style{
		width:49.71%;
	}
	.row-bloc-5-style{
		padding-top:0px;
		margin-top:23px;
	}
	.img-bloc-13-margin-left{
	}
	.bloc-0-padding-left{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.group-vert-hor-head{
	}
	.bloc-19669-padding-left{
		padding-left:0px;
	}
	.thumbnail-box{
		margin-left:0px;
	}
	.bloc-bloc-6-margin-bottom{
		margin-bottom:2px;
	}
	.bloc-0-bloc-6-padding-left{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.img-bloc-7-style{
		width:400px;
	}
	.img-20-style{
		width:214px;
	}
	.group-thumbnail-vertical{
		border-color:var(--swatch-var-2556)!important;
		border-radius:0px 0px 0px 0px;
		border-style:solid;
		border-width:0.05em 0.05em 0.05em 0.05em;
	}
	.bloc-0-bloc-7-padding-left{
		padding-left:13px;
	}
	.bloc-0-bloc-11-padding-left{
		padding-left:35px;
	}
	.bloc-bloc-5-padding-top{
		padding-top:0px;
		margin-bottom:0px;
	}
	.bloc-0-bloc-5-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-32665-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-19388-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-bloc-5-margin-top{
		margin-bottom:-1px;
	}
	.bloc-11594-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-27283-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-1466-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-bloc-6-padding-right{
		padding-right:0px;
	}
	.bloc-padding-top{
		padding-left:54px;
	}
	.bloc-43465-padding-left{
		padding-left:0px;
	}
	
}

@media (max-width: 575px){
	.h1-home-head{
		font-size:40px;
		line-height:40px;
		margin-top:79px;
		text-shadow:0.00px -0.00px 25px #000000,0.00px -0.00px 0px #000000;
	}
	.h4-margin-bottom{
		width:100%;
		font-size:16px;
		line-height:20px;
		margin-bottom:24px;
		margin-top:16px;
	}
	.container-div-margin-bottom{
		margin-bottom:16px;
		margin-top:0px;
	}
	.btn-style{
		width:83.63%;
	}
	.btn-bloc-2-style{
		width:83.27%;
	}
	.p-23-style{
		width:100%;
	}
	.p-35-style{
		font-size:10px;
	}
	.p-36-style{
		font-size:8px;
	}
	.logo-img-style{
		width:200px;
		background-size:175px 175px;
	}
	.h1-home-head-2line{
		text-shadow:0.00px -0.00px 14px #000000;
	}
	.h3-bloc-5-style{
		width:95.29%;
		margin:0px 0px 12px 48px;
		padding:0px 0px 0px 0px;
		font-size:0.8em;
	}
	.thumbnail-title{
		width:97.79%;
	}
	.p-padding-left{
		width:94.66%;
	}
	.img-bloc-5-style{
		width:210px;
		height:284px;
	}
	.h2-horizontal-style{
		width:80.58%;
		margin:40px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.row-17-style{
		width:100%;
	}
	.h1-padding-top{
		font-size:2.5em;
		line-height:38px;
		width:100%;
		margin-bottom:24px;
	}
	.h1-margin-top{
		font-size:2.5em;
		line-height:36px;
		width:100%;
		padding-right:0px;
		margin-top:0px;
	}
	.row-13-style{
		width:100%;
	}
	.row-bloc-7-style{
		width:100%;
	}
	.row-9-bloc-5-style{
		width:100%;
		padding-left:5px;
		padding-top:0px;
		text-align:center;
	}
	.img-12-style{
		width:198px;
		height:338px;
	}
	.row-12-style{
		width:82.83%;
	}
	.h2-3-style{
		width:100%;
	}
	.h2-vertical-style{
		width:100%;
	}
	.img-5-style{
		width:212px;
	}
	.img-4-style{
		width:212px;
	}
	.img-3-style{
		width:212px;
	}
	.row-bloc-5-style{
		width:100%;
		padding-left:0px;
	}
	.break-point-one{
		left:0px;
	}
	.p-bloc-9-style{
		width:100%;
	}
	.bloc-0-bloc-16-padding-left{
		padding-left:0px;
	}
	.h1-style{
		line-height:26px;
		width:100%;
		margin-top:23px;
	}
	.row-10-style{
		width:95.29%;
		padding-left:0px;
	}
	.p-bloc-11-style{
		width:100%;
		padding-left:2px;
	}
	.h3-tips-style{
		width:100%;
		line-height:24px;
		font-size:28px;
	}
	.bloc-0-bloc-21-padding-left{
		padding-left:0px;
	}
	.bloc-bloc-11-margin-top{
		margin-top:0px;
		padding-top:0px;
	}
	.row-bloc-21-style{
		width:100%;
	}
	.h1-unity-magazine-style{
		font-size:2em;
	}
	.bloc-bloc-11-margin-bottom{
		margin-bottom:0px;
		padding-left:28px;
		padding-right:21px;
	}
	.h1-bloc-5-style{
		width:100%;
	}
	.bloc-bloc-6-padding-left{
		padding-left:0px;
	}
	.p-style{
		width:100%;
	}
	.row-bloc-6-style{
		width:100%;
	}
	.h2-style{
		font-size:1.5em;
		width:90.71%;
	}
	.img-padding-left{
		margin-left:-24px;
		width:285px;
		height:200px;
	}
	.p-bloc-16-style{
		width:91.6%;
	}
	.h3-9-style{
		width:92%;
	}
	.toggle-align{
		margin-top:10px;
	}
	.sitebackground{
		background-size:auto 60%;
		background-repeat:no-repeat;
		background-position:center top;
		background-blend-mode:normal;
		background-image:url("img/Site-Background.jpg");
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	background-image: -webkit-image-set(url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);background-image: image-set(url("img/Site-Background.jpg") 1x,
url("img/Site-Background.jpg") 2x,url("img/Site-Background.webp") 1x,
url("img/Site-Background.webp") 2x);
	}
	.h1-home-subhead{
		line-height:18px;
		padding-left:20px;
		padding-right:20px;
		color:var(--swatch-var-1462)!important;
		background-size:auto 40px;
	}
	.bloc-bloc-5-padding-left{
		padding-left:0px;
	}
	.row-bloc-13-margin-top{
		padding-left:36px;
	}
	.bloc-bloc-12-padding-left{
		padding-left:0px;
	}
	.bloc-0-bloc-12-padding-left{
		padding-left:0px;
	}
	.bloc-38805-padding-left{
		padding-left:16px;
	}
	.bloc-0-bloc-9-padding-left{
		padding-left:0px;
	}
	.p-6-style{
		margin-left:0px;
		padding-left:1px;
		padding-right:10px;
	}
	.h3-padding-left{
		line-height:32px;
	}
	.img-bloc-21-margin-left{
		width:250px;
	}
	.h2-4-style{
		font-size:1.5em;
		width:100%;
	}
	.img-margin-bottom{
		margin-left:0px;
		width:192px;
	}
	.h2-menu-signage-style{
		width:100%;
		font-size:1.5em;
	}
	.bloc-13492-padding-left{
		padding-left:39px;
	}
	.img-margin-left{
		width:243px;
		margin-left:-1px;
	}
	.top-white-menu{
		background-size:100% auto;
		background-blend-mode:normal;
		background-color:rgba(255,255,255,0.74);
	}
	.img-8-style{
		width:221px;
		margin-left:-42px;
	}
	.bloc-bloc-15-padding-right{
		margin-bottom:-4px;
	}
	.row-9-style{
		width:73.18%;
	}
	.img-12-bloc-6-style{
		width:197px;
	}
	.bloc-bloc-13-padding-left{
		padding-left:18px;
	}
	.row-margin-left{
		margin-left:0px;
		padding-left:8px;
	}
	.page-group-subhead{
		width:75%;
		margin-top:0px;
		padding:0px 0px 0px 0px;
	}
	.bloc-bloc-6-padding-right{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.bloc-0-bloc-6-padding-left{
		margin-top:0px;
		padding:0px 0px 0px 0px;
	}
	.thumbnail-box-horiz{
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
	}
	.group-thumbail-image{
		width:100%;
		padding-left:0px;
	}
	.img-20-style{
		width:151px;
	}
	.img-bloc-7-style{
		width:240px;
	}
	.row-bloc-7-margin-left{
		margin-left:32px;
		margin-top:0px;
	}
	.bloc-bloc-7-padding-left{
		padding-left:0px;
		margin-left:0px;
	}
	.center{
		text-align:center;
	}
	.img-bloc-6-style{
		height:70px;
		width:200px;
	}
	.link-bloc-9-style{
		width:350px;
	}
	.img-diversity-sign-style{
		height:425px;
	}
	.bloc-bloc-11-padding-left{
		padding-left:11px;
	}
	.bloc-bloc-16-padding-right{
		padding-left:0px;
	}
	.img-bloc-16-style{
		width:254px;
	}
	.bloc-30506-padding-left{
		padding-left:0px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:0px;
	}
	.bloc-padding-top{
		padding-left:0px;
	}
	
}

