/*
Theme Name: CE-5 Victoria
Description: A shiny new Blocs website.
Version: 1.0
Tags: 
Author: Jaime Drysdale
This theme was created using Blocs (blocsapp.com).
*/
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 */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = 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-lg{
	padding:100px 20px;
}
.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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

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


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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-clear{
	margin:0;
}

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

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

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}


/* = Cards
-------------------------------------------------------------- */
.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%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


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

/* Wordpress Paginate */
.wp-paginate {
	margin: 20px 0;
	text-align: center;
}
.wp-paginate a,.wp-paginate .current{
	background:rgba(0,0,0,.1);
	color: rgba(0,0,0,0.8);
	font-size: 14px;
	padding: 3px 8px 4px 8px;
	border-radius: 3px;
	margin:3px;
}
.wp-paginate a:hover, .wp-paginate .current{
	background:rgba(0,0,0,.5);
	color: #FFF;
}
.wp-paginate .screen-reader-text{
	display:none;
}
.wp-paginate .nav-links{
	width:100%;
}
.wp-paginate-dark.wp-paginate a,.wp-comments-dark .wp-paginate a{
	background:rgba(255,255,255,.2);
	color: rgba(255,255,255,.5);
}
.wp-paginate-dark .page-numbers.dots{
	color:rgba(255,255,255,.5);
}
.wp-paginate-dark.wp-paginate a:hover, .wp-paginate-dark.wp-paginate .current, .wp-comments-dark .wp-paginate a:hover, .wp-comments-dark .wp-paginate .current{
	background:rgba(255,255,255,.5);
	color: #FFF;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.link-style{
	font-size:35px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	font-style:normal;
}
.navbar-nav li a{
	font-size:150%;
}
.p-style{
	font-size:23px;
}
.h3-style{
	font-size:15px;
}
.container-div-min-height{
	min-height:142px;
}
.img-style{
	border-radius:22px 22px 22px 22px;
	width:546px;
}
.p-bloc-3-style{
	font-size:28px;
	width:100%;
}
.row-style{
	width:100%;
}
.p-bloc-4-style{
	font-size:18px;
}
.p-4-style{
	font-size:18px;
}
.p-6-style{
	font-size:13px;
	font-family:"PT Sans Narrow";
}
.p-7-style{
	font-size:13px;
	font-family:"PT Sans Narrow";
}
.p-8-style{
	font-size:18px;
}
.p-9-style{
	font-size:18px;
}
.p-10-style{
	font-size:18px;
}
.p-11-style{
	font-size:18px;
}
.p-12-style{
	font-size:18px;
}
.p-13-style{
	font-size:18px;
}
.p-14-style{
	font-size:18px;
}
.p-8-bloc-4-style{
	font-size:18px;
}
.p-9-bloc-4-style{
	font-size:18px;
}
.p-10-bloc-4-style{
	font-size:18px;
}
.p-11-bloc-4-style{
	font-size:18px;
}
.p-17-style{
	font-size:18px;
}
.p-18-style{
	font-size:18px;
}
.p-19-style{
	font-size:18px;
}
.p-20-style{
	font-size:18px;
}
.p-21-style{
	font-size:18px;
}
.p-22-style{
	font-size:18px;
}
.p-23-style{
	font-size:18px;
}
.p-24-style{
	font-size:18px;
}
.p-26-style{
	font-size:18px;
}
.p-27-style{
	font-size:18px;
}
.p-28-style{
	font-size:18px;
}
.p-30-style{
	font-size:18px;
}
.p-31-style{
	font-size:18px;
}
.p-32-style{
	font-size:18px;
}
.p-33-style{
	font-size:18px;
}
.p-34-style{
	font-size:18px;
}
.p-35-style{
	font-size:18px;
}
.p-36-style{
	font-size:18px;
}
.p-37-style{
	font-size:18px;
}
.p-38-style{
	font-size:18px;
}
.p-39-style{
	font-size:18px;
}
.p-40-style{
	font-size:18px;
}
.p-41-style{
	font-size:18px;
}
.p-42-style{
	font-size:18px;
}
.p-44-style{
	font-size:18px;
}
.p-45-style{
	font-size:18px;
}
.p-46-style{
	font-size:18px;
}
.p-50-style{
	font-size:18px;
}
.p-51-style{
	font-size:18px;
}
.p-52-style{
	font-size:18px;
}
.p-53-style{
	font-size:18px;
}
.p-54-style{
	font-size:18px;
}
.p-55-style{
	font-size:18px;
}
.p-56-style{
	font-size:18px;
}
.img-protocol-style{
	width:448px;
}
.p-57-style{
	font-size:18px;
}
.p-58-style{
	font-size:18px;
}
.p-59-style{
	font-size:18px;
}
.h3-bloc-4-style{
	font-size:25px;
}
.p-73-style{
	font-size:45px;
	font-family:"Berkshire Swash";
	font-weight:700;
}
.img-bloc-4-style{
	border-radius:9px 9px 9px 9px;
}
.p-70-style{
	font-size:18px;
}
.p-71-style{
	font-size:18px;
}
.p-72-style{
	font-size:18px;
}
.p-73-bloc-4-style{
	font-size:18px;
}
.p-74-style{
	font-size:18px;
}
.p-75-style{
	font-size:18px;
}
.p-76-style{
	font-size:18px;
}
.p-77-style{
	font-size:18px;
}
.p-78-style{
	font-size:18px;
}
.p-79-style{
	font-size:20px;
}
.h1-style{
	font-size:35px;
}
.grid-style{
	grid-template-rows:auto auto auto;
	width:100%;
}
.img-dl-ic-style{
	width:35px;
}
.h3-resources-style{
	font-size:30px;
	width:26.23%;
}
.h3-bloc-5-style{
	width:100%;
}
.h4-style{
	font-size:22px;
}
.link-bloc-5-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.p-82-style{
	font-size:18px;
}
.p-83-style{
	font-size:18px;
}
.link-0-bloc-5-style{
	font-weight:bold;
}
.link-39258-style{
	font-weight:bold;
}
.link-1820-style{
	font-weight:bold;
}
.link-28550-style{
	font-weight:bold;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.h1-wp-page-title-style{
	font-size:50px;
}
.h6-style{
	font-size:15px;
}
.img-bloc-2-style{
	width:150px;
	height:150px;
}
.bloc-divider-t-style{
	height:3px;
	fill:var(--swatch-var-7949);
}
.bloc-divider-t-bloc-0-style{
	height:30px;
}
.bloc-divider-b-style{
	height:5px;
	fill:var(--swatch-var-7949);
}
.bloc-divider-b-bloc-3-style{
	height:30px;
}
.bloc-divider-t-bloc-3-style{
	height:30px;
}
.----color:-#ff0000-important{
	color:var(--swatch-var-7220)!important;
}
.button_text_color{
	color:var(--swatch-var-7220)!important;
	background-color:var(--swatch-var-7205);
}
.button_text_color:hover{
	color:var(--swatch-var-7873)!important;
	background-color:rgba(0,252,255,0.71);
}
.h1-latest-news--style{
	font-family:"Ubuntu";
	font-weight:700;
}
.field-style{
	width:73.03%;
}
.form-style{
	width:88.39%;
}
.p-8-bloc-3-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
}
.p-9-bloc-3-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
}
.p-10-bloc-3-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
}
.p-103-style{
	width:100%;
	font-size:18px;
}
.row-54-style{
	width:100%;
}
.img-even-style{
	width:722px;
}
.svg-icon-style{
	width:40px;
	fill:var(--swatch-var-7949)!important;
	padding-right:0px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-fill{
	fill:var(--swatch-var-7873);
}
.h3-ce-5-videos-style{
	font-size:30px;
}
.h4-bloc-12-style{
	font-size:20px;
}
.h4-7-style{
	font-size:20px;
}
.h4-9-style{
	font-size:20px;
}
.h4-10-style{
	font-size:20px;
}
.h4-11-style{
	font-size:20px;
}
.h4-12-style{
	font-size:20px;
}
.h4-13-style{
	font-size:20px;
}
.h4-14-style{
	font-size:20px;
}
.bloc-divider-t-bloc-12-style{
	height:3px;
	fill:var(--swatch-var-7949);
}
.bloc-divider-t-bloc-4-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-5-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-11-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-12-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-3-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-0-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.bloc-divider-t-bloc-19-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.row-4-style{
	width:21.23%;
}
.row-bloc-2-style{
	width:88.25%;
}
.row-bloc-1-style{
	width:95.26%;
}
.link-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.bloc-divider-t-0-bloc-11-fill{
	fill:var(--swatch-var-7949);
	height:3px;
}
.container-div-style{
	width:58.96%;
	min-height:213px;
}
.html-widget-bloc-14-style{
	width:100%;
	height:247px;
}
.html-widget-0-style{
	height:250px;
	width:100%;
}
.container-div-bloc-14-style{
	width:58.96%;
}
.container-div-0-style{
	width:59.14%;
}
.html-widget-style{
	height:250px;
	width:100%;
}
.html-widget-0-bloc-14-style{
	height:447px;
}
.row-bloc-14-style{
	width:91.93%;
}
.row-31-style{
	width:89.56%;
}
.html-widget-64-style{
	height:443px;
}
.html-widget-35108-style{
	height:445px;
}
.h6-bloc-14-style{
	font-size:13px;
	font-family:"PT Sans Narrow";
}
.h6-5-style{
	font-size:13px;
	font-family:"PT Sans Narrow";
}
.h6-6-style{
	font-size:13px;
	line-height:16px;
	font-family:"PT Sans Narrow";
}
.h6-7-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
	line-height:16px;
}
.h6-8-style{
	font-size:13px;
	line-height:16px;
	font-family:"PT Sans Narrow";
}
.h6-9-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
	line-height:16px;
}
.h6-10-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
	line-height:16px;
}
.h6-11-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
	line-height:16px;
}
.h6-12-style{
	font-family:"PT Sans Narrow";
	line-height:16px;
	font-size:13px;
}
.h6-13-style{
	font-family:"PT Sans Narrow";
	font-size:13px;
	line-height:16px;
}
.svg-icon-bloc-5-style{
	width:36px;
}
.bloc-divider-t-bloc-9-style{
	height:3px;
	fill:var(--swatch-var-7949);
}
.h6-bloc-3-style{
	font-size:19px;
	font-family:"PT Sans Narrow";
}
.p-108-style{
	font-size:18px;
}
.p-10536-style{
	font-size:18px;
}
.p-36519-style{
	font-size:18px;
}
.p-36773-style{
	font-size:18px;
}
.h3-bloc-2-style{
	font-size:18px;
}
.h3-1-style{
	font-size:40px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-857:rgba(32,32,32,1.00);
	
	--swatch-var-7873:rgba(90,143,206,0.43);
	
	--swatch-var-7949:rgba(255,255,255,1.00);
	
	--swatch-var-4046:rgba(0,0,0,0.37);
	
	--swatch-var-7220:rgba(0,0,0,1.00);
	
	--swatch-var-5882:rgba(174,30,44,1.00);
	
	--swatch-var-7205:rgba(81,192,216,1.00);
	
	--swatch-var-2261:rgba(255,167,0,1.00);
	
	--swatch-var-7667:rgba(76,83,91,1.00);
	
	--swatch-var-6161:rgba(102,102,102,0.37);
	
}


/* Background colour styles */

.bgc-6161{
	background-color:var(--swatch-var-6161);
}
.bgc-7667{
	background-color:var(--swatch-var-7667);
}
.bgc-2261{
	background-color:var(--swatch-var-2261);
}
.bgc-4046{
	background-color:var(--swatch-var-4046);
}
.bgc-7873{
	background-color:var(--swatch-var-7873);
}
.bgc-857{
	background-color:var(--swatch-var-857);
}

/* Text colour styles */

.tc-7949{
	color:var(--swatch-var-7949)!important;
}
.tc-5882{
	color:var(--swatch-var-5882)!important;
}
.tc-857{
	color:var(--swatch-var-857)!important;
}
.tc-7220{
	color:var(--swatch-var-7220)!important;
}
.tc-4046{
	color:var(--swatch-var-4046)!important;
}

/* Link colour styles */

.ltc-857{
	color:var(--swatch-var-857)!important;
}
.ltc-857:hover{
	color:#000000!important;
}
.ltc-7220{
	color:var(--swatch-var-7220)!important;
}
.ltc-7220:hover{
	color:#000000!important;
}
.ltc-7949{
	color:var(--swatch-var-7949)!important;
}
.ltc-7949:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */

.bg-ufo{
	background-image:url("img/ufo.jpg");
	background-image: -webkit-image-set(url("img/ufo.webp") 1x,
url("img/ufo.webp") 2x);background-image: image-set(url("img/ufo.jpg") 1x,
url("img/ufo.jpg") 2x,url("img/ufo.webp") 1x,
url("img/ufo.webp") 2x);
}
.bg-ufo-bg-2{
	background-image:url("img/ufo_bg_2.jpg");
	background-image: -webkit-image-set(url("img/ufo_bg_2.webp") 1x,
url("img/ufo_bg_2.webp") 2x);background-image: image-set(url("img/ufo_bg_2.jpg") 1x,
url("img/ufo_bg_2.jpg") 2x,url("img/ufo_bg_2.webp") 1x,
url("img/ufo_bg_2.webp") 2x);
}
.bg-lake-stars{
	background-image:url("img/lake_stars.jpg");
	background-image: -webkit-image-set(url("img/lake_stars.webp") 1x,
url("img/lake_stars.webp") 2x);background-image: image-set(url("img/lake_stars.jpg") 1x,
url("img/lake_stars.jpg") 2x,url("img/lake_stars.webp") 1x,
url("img/lake_stars.webp") 2x);
}
.bg-planets2{
	background-image:url("img/planets2.jpg");
	background-image: -webkit-image-set(url("img/planets2.webp") 1x,
url("img/planets2.webp") 2x);background-image: image-set(url("img/planets2.jpg") 1x,
url("img/planets2.jpg") 2x,url("img/planets2.webp") 1x,
url("img/planets2.webp") 2x);
}
.bg-space{
	background-image:url("img/space.jpg");
	background-image: -webkit-image-set(url("img/space.webp") 1x,
url("img/space.webp") 2x);background-image: image-set(url("img/space.jpg") 1x,
url("img/space.jpg") 2x,url("img/space.webp") 1x,
url("img/space.webp") 2x);
}
.bg-ce5facebooklogo{
	background-image:url("img/ce5facebooklogo.jpg");
	background-image: -webkit-image-set(url("img/ce5facebooklogo.webp") 1x,
url("img/ce5facebooklogo.webp") 2x);background-image: image-set(url("img/ce5facebooklogo.jpg") 1x,
url("img/ce5facebooklogo.jpg") 2x,url("img/ce5facebooklogo.webp") 1x,
url("img/ce5facebooklogo.webp") 2x);
}
.bg-cosmos1{
	background-image:url("img/cosmos1.jpg");
	background-image: -webkit-image-set(url("img/cosmos1.webp") 1x,
url("img/cosmos1.webp") 2x);background-image: image-set(url("img/cosmos1.jpg") 1x,
url("img/cosmos1.jpg") 2x,url("img/cosmos1.webp") 1x,
url("img/cosmos1.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
/* Wordpress Comments */.wp-comments-title{
	  color: rgba(0,0,0,.8);
}
.wp-comment ol.children{
	  list-style: none;
}
.wp-comment-required{
	  color:red;
}
.wp-comment ol.children .card:before{
	    content: "";
	    width:2%;
	    height:50%;
	    border:2px solid rgba(0,0,0,.3);
	    border-top-width: 0;
	    border-right-width: 0;
	    position: absolute;
	    left:-3%;
}
.wp-comment-content{
	  display: flex;
}
.wp-comment-author, .wp-comment-title{
	  font-weight: bold;
	  font-size: 14px;
	  color: rgba(0,0,0,.8);
}
.wp-comment-link,.wp-comment-link:visited{
	  color: rgba(0,0,0,.6);
	  font-size: 12px;
}
.wp-comment-link:hover,.wp-comment-link:focus{
	  color: rgba(0,0,0,0.8);
}
.wp-reply-link a{
	  font-size: 14px;
}
.wp-comment-submit-btn{
	  color:#FFF;
	  background:rgba(0,0,0,.3);
}
.wp-comment-submit-btn:hover,.wp-comment-submit-btn:active {
	  color:#FFF;
	  background:rgba(0,0,0,.5);
}
/* Dark Theme */.wp-comments-dark .card{
	background:rgba(255,255,255,.2);
}
.wp-comments-dark .wp-comments-title, .wp-comments-dark .wp-comment-author, .wp-comments-dark .wp-comment-title, .wp-comments-dark .wp-comment-link:hover, .wp-comments-dark .wp-comment-link:focus, .wp-comments-dark .must-log-in a, .wp-comments-dark .must-log-in a:hover,.wp-comments-dark .must-log-in a:focus{
	color: rgba(255,255,255,.8);
}
.wp-comments-dark .wp-comment-content, .wp-comments-dark .wp-comment-link,.wp-comments-dark .wp-comment-link:visited,.wp-comments-dark .comment-notes,.wp-comments-dark .comment-form-author, .wp-comments-dark .comment-form-email, .wp-comments-dark .comment-form-url,.wp-comments-dark .wp-no-comments,.wp-comments-dark .must-log-in{
	color: rgba(255,255,255,.6);
}
.wp-comments-dark .wp-comment ol.children .card:before{
	border-color: rgba(255,255,255,.5);
}
.wp-comments-dark.wp-comment-seperator-style .card{
	border-color: rgba(255,255,255,.2);
}
.wp-comments-dark .wp-comment-submit-btn{
	background:rgba(255,255,255,.2);
	color:#FFF;
}
.wp-comments-dark .wp-comment-submit-btn:hover,.wp-comments-dark .wp-comment-submit-btn:active {
	background:rgba(255,255,255,.4);
}
.wp-comment-seperator-style .card{
	border-width: 0 0 1px 0;
	border-color:rgba(0,0,0,.1);
	border-radius: 0;
	background: transparent;
}
.wp-comment-seperator-style .wp-comment ol.children .card:before{
	border-width: 0 0 1px 1px;
}
.wp-comment-seperator-style .card-body{
	padding:5px 0}.wp-comments-round-avatars img{
	border-radius: 50%!important;
}
.wp-comments-hide-avatar img{
	display:none;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = 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){
	.field-style{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.row-bloc-19-style{
		width:91.25%;
	}
	
}

@media (max-width: 575px){
	.row-bloc-19-style{
		width:100%;
	}
	.img-jodie-main-style{
		width:113px;
	}
	.img-allie-main-style{
		width:122px;
	}
	.img-verah-main-style{
		width:124px;
	}
	.img-placeholder-us-style{
		width:125px;
	}
	.img-shak-style{
		width:78px;
	}
	.img-bloc-3-style{
		width:115px;
	}
	.img-leia-style{
		width:118px;
	}
	
}

