/*-----------------------------------------------------------------------------------
	2026
	About: The Offcial Website for worldbuilder and storyteller Chad Corrie.
	Author: Chad Corrie
	Version: 6
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-2701);
    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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Boldonse-Regular';
	src: url('./fonts/Boldonse-Regular/Boldonse-Regular.ttf');
	src: url('./fonts/Boldonse-Regular/Boldonse-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Oswald-Regular';
	src: url('./fonts/Oswald-Regular/oswald-v53-latin-regular.woff2');
	src: url('./fonts/Oswald-Regular/oswald-v53-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSans-Regular';
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf');
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'PassionOne-Regular';
	src: url('./fonts/PassionOne-Regular/PassionOne-Regular.ttf');
	src: url('./fonts/PassionOne-Regular/PassionOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Cabin-Regular';
	src: url('./fonts/Cabin-Regular/Cabin-Regular.ttf');
	src: url('./fonts/Cabin-Regular/Cabin-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


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


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


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


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-dots::before{
	background: url("img/texture-dots.gif");
	background-size: 8px 8px;
	opacity: 0.2;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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);
}
.navbar-toggle.menu-icon-rounded-uneven-b-list{
	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;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}

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

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

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
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;
}

/* Image Mask */
.masked-img {
	object-fit: cover;
	aspect-ratio: 1/1;
	width:100%;
}
.blocsapp-img-mask-svg{
	position:absolute;
}
.blocsapp-img-mask-svg path{
	transform:scale(0.0025);
}
.hexagon-mask{
	clip-path: url(#hexagon-mask);
}
.brush-2-mask{
	clip-path: url(#brush-2-mask);
}

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


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

.hide-indicators{
	display:none;
}

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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1200px;
}
h1{
	font-family:"PassionOne-Regular";
	text-align:left;
	line-height:0.8em;
	font-size:5.5em;
}
h2{
	font-family:"Oswald-Regular";
	text-transform:none;
	line-height:1.17em;
	font-size:3.5em;
}
h3{
	font-family:"Oswald-Regular";
	line-height:1.15em;
	font-size:2.25em;
}
h4{
	font-family:"Oswald-Regular";
	text-transform:none;
	font-size:2.1em;
	line-height:1.15em;
}
h5{
	font-family:"Oswald-Regular";
	font-size:1.9em;
	line-height:1.15em;
}
h6{
	font-family:"Oswald-Regular";
	line-height:1.15em;
	font-size:1.5em;
}
p{
	font-family:"OpenSans-Regular";
	font-size:1.1em;
	line-height:1.25em;
	text-decoration:none;
}
label{
	font-family:"Cabin-Regular";
	font-size:1em;
	line-height:1.25em;
}
.logo-sizing{
	width:30%;
}
.nav-outline{
	border-style:solid;
	border-color:var(--swatch-var-5)!important;
	border-width:2px 0px 2px 0px;
	padding-top:2px;
	padding-bottom:2px;
}
.footer-logo{
	width:38%;
}
.small-p-footer{
	font-size:0.7em;
}
a{
	text-transform:none;
	text-decoration:none;
	color:var(--swatch-var-1036)!important;
	font-weight:bold;
}
a:hover{
	color:var(--swatch-var-3591)!important;
	font-weight:bold;
}
.div-outline{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-718)!important;
	border-style:solid;
	border-radius:20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}
.div-gradient{
	background:radial-gradient(var(--swatch-var-2701)  49%, var(--swatch-var-5) 100%);
}
.btn-blue{
	background-color:var(--swatch-var-6992);
	color:var(--swatch-var-2701)!important;
	text-decoration:none;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3940)!important;
	font-family:"PassionOne-Regular";
	font-weight:normal;
}
.btn-blue:hover{
	color:var(--swatch-var-6992)!important;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6992)!important;
	font-family:"PassionOne-Regular";
	text-decoration:none;
	font-weight:normal;
	background-color:var(--swatch-var-2701);
}
.bold{
	font-weight:bold;
}
.global-radius{
	overflow:hidden!important;
	border-radius:0px 0px 0px 0px!important;
}
.mini-feature-event-div{
	position:relative;
	background-color:rgba(121,121,121,0.07);
	margin-top:28px;
	margin-bottom:28px;
}
.mini-event-date{
	width:100px;
	height:100px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:14px;
	right:14px;
	font-size:0.9em;
	color:var(--swatch-var-718)!important;
}
.mini-white-background{
	background-color:var(--swatch-var-2701);
	color:var(--swatch-var-718)!important;
	font-family:"Boldonse-Regular";
	font-size:0.75em;
}
.mini-feature-event-date{
	font-size:2.28em;
	margin-top:10px;
	margin-bottom:10px;
}
.mini-feature-event-card{
	padding:28px 28px 28px 28px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-radius:0px 0px 20px 20px;
	border-color:var(--swatch-var-5)!important;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-2701);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-2701);
}
.image-shadow{
	box-shadow:0.00px -2.00px 5px #5E5E5E;
}
.text-shadow{
	text-shadow:0.00px -2.00px 2px #000000;
}
.btn-blue-wire{
	background-color:var(--swatch-var-2701);
	color:var(--swatch-var-6992)!important;
	text-decoration:none;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6992)!important;
	font-family:"PassionOne-Regular";
	font-weight:normal;
}
.btn-blue-wire:hover{
	color:var(--swatch-var-2701)!important;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3096)!important;
	font-family:"PassionOne-Regular";
	text-decoration:none;
	font-weight:normal;
	background-color:var(--swatch-var-6992);
}
.footer-background{
	background:linear-gradient(180deg, var(--swatch-var-2701) 0%, var(--swatch-var-5256) 100%);
}
.nav-header-gradient{
	background:linear-gradient(180deg, var(--swatch-var-5256)    0%, var(--swatch-var-2701) 100%);
	background-blend-mode:normal;
}
.div-interior{
	margin:5px 5px 5px 5px;
}
.bloc-fill{
	fill:var(--swatch-var-2701);
}
.new-release-layout{
	display:inline-flex;
	align-items:center;
}
.book-cover-sizing{
	max-width:350px;
}
.text-gradient-white{
	color:transparent!important;
	background:linear-gradient(0deg, var(--swatch-var-4511) 0%, var(--swatch-var-7088) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.mini-large-p{
	font-size:1.3rem;
}
.mini-circle-check{
	fill:var(--swatch-var-5803);
	width:50px;
	height:50px;
}
.icon-hover:hover{
	fill:var(--swatch-var-1036);
	transform:scale(1.1);
	transition:transform 0.5s ease 0s;
}
.purchase-logo{
	max-width:100px;
}
.logo-center{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.bloc-divider-b-bloc-25-fill{
	fill:var(--swatch-var-2701);
	height:100px;
}
.bloc-divider-t-bloc-25-fill{
	fill:var(--swatch-var-2701);
	height:100px;
}
.bloc-divider-t-bloc-6-fill{
	fill:var(--swatch-var-7088);
	height:5px;
}
.mini-socials-row{
	max-width:528px;
	margin-left:auto;
	margin-right:auto;
}
.mini-socials-hero{
	padding:28px 20px 28px 20px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-7527)!important;
}
.mini-socials-img{
	max-width:128px;
}
.mini-socials-title{
	font-size:2em;
}
.mini-socials-icons{
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:10px;
}
.mini-socials-icon{
	width:28px;
	height:28px;
	transform:scale(1);
	transition:all 0.5s ease 0s;
	fill:var(--swatch-var-5803)!important;
}
.mini-socials-icon:hover{
	transform:scale(1.1);
	transition:all 0.5s ease 0s;
}
.mini-socials-newsletter{
	display:flex;
	align-items:center;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
	column-gap:28px;
	padding:14px 14px 14px 14px;
	transform:scale(1);
	transition:all 0.5s ease 0s;
	justify-content:center;
}
.mini-socials-newsletter:hover{
	transition:all 0.5s ease 0s;
	transform:scale(1.03);
	position:relative;
}
.mini-small-p{
	font-size:0.9em;
}
.label-long{
	width:100%;
}
.label-background{
	background-color:var(--swatch-var-5);
	padding:5px 15px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-5)!important;
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-start;
}
.btn-style{
	font-weight:bold;
}
.btn- newest-title-style{
	font-weight:bold;
}
.btn-bloc-29-style{
	font-weight:bold;
}
.btn-writer’s-desk-style{
	font-weight:bold;
}
.btn-13-style{
	font-weight:bold;
}
.btn-contact-style{
	font-weight:bold;
}
.contact-icons{
	stroke-width: ;
	width:40px;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	align-content:flex-end;
}
.mini-gradient-card{
	background:linear-gradient(128deg, var(--swatch-var-2701)  0%, var(--swatch-var-3131) 100%);
	border-color:var(--swatch-var-3131)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.link-faqs-style{
	font-style:italic;
}
.mini-testimonial-card-div{
	display:flex;
	flex-direction:row;
	align-items:center;
	font-size:0.9em;
}
.mini-testimonial-card-img{
	max-width:60px;
	border-radius:100px 100px 100px 100px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7088)!important;
}
.mini-review-box-border-third{
	width:32%;
}
.mini-testimonial-card{
	padding:28px 28px 28px 28px;
}
.info-flex{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:center;
	align-content:center;
}
.friend-icon{
	width:40px!important;
	height:40px!important;
	fill:var(--swatch-var-4634)!important;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	align-content:center;
}
.svg-icon-bloc-21-style{
	width:40px!important;
	height:40px!important;
	background-color:transparent!important;
	fill:var(--swatch-var-4634)!important;
}
.svg-icon-22073-style{
	width:40px!important;
	height:40px!important;
	fill:var(--swatch-var-4634)!important;
}
.svg-icon-0-bloc-21-style{
	width:40px!important;
	height:40px!important;
	fill:var(--swatch-var-4634)!important;
}
.svg-icon-fill{
	fill:var(--swatch-var-6992)!important;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-2701);
	height:75px;
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-2701);
	height:75px;
}
.bloc-divider-t-44232-fill{
	fill:var(--swatch-var-2701);
}
.info-background{
	background-color:var(--swatch-var-5);
	border-radius:5px 5px 5px 5px;
	padding:3px 3px 3px 3px;
}
.bloc-divider-b-bloc-13-fill{
	fill:var(--swatch-var-2701);
}
.bloc-divider-t-style{
	fill:var(--swatch-var-718);
	height:25px;
}
.bloc-bloc-105-fill{
	fill:var(--swatch-var-2701);
}
.text_gradient{
	color:transparent!important;
	background-color:var(--swatch-var-4634);
	background:linear-gradient(180deg, var(--swatch-var-4634) 0%, var(--swatch-var-5256) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.divider-style{
	margin-left:auto;
	margin-right:auto;
	width:50%;
	background-color:#424242;
}
.bloc-bloc-5-fill{
	fill:var(--swatch-var-1036);
}
.bloc-divider-t-bloc-5-style{
	height:50px;
	fill:var(--swatch-var-2701);
}
.bloc-divider-b-bloc-5-fill{
	fill:var(--swatch-var-718);
	height:50px;
}
.bloc-0-fill{
	fill:var(--swatch-var-718);
}
.essay-image{
	width:100%;
	border-color:var(--swatch-var-718)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.bloc-divider-b-style{
	height:0px;
	fill:var(--swatch-var-2701);
}
.link-style{
	font-style:italic;
}
.planet-icon{
	width:75px;
	height:75px;
	fill:var(--swatch-var-718);
	align-content:center;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	flex-wrap:nowrap;
}
.link-bloc-54-style{
	font-style:italic;
}
.audio-player{
	width:100%;
	background:linear-gradient(180deg, var(--swatch-var-4634) 0%, var(--swatch-var-5256) 100%);
}
.link-0-style{
	font-style:italic;
}
.comic-page-sizing{
	width:87%;
}
.link-0-bloc-54-style{
	font-style:italic;
}
.link-17312-style{
	font-style:italic;
}
.bloc-divider-b-0-style{
	height:10px;
	fill:var(--swatch-var-718);
}
.form-control::placeholder{
	color:var(--swatch-var-4497)!important;
}
.bloc-divider-b-32655-fill{
	fill:var(--swatch-var-2701);
}
.bloc-divider-t-0-style{
	height:10px;
}
.bloc-divider-t-bloc-137-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.bloc-divider-b-bloc-137-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.mini-subtitle{
	text-transform:uppercase;
}
.small-p{
	font-size:1em;
	z-index:https://www.youtube.com/watch?v=mW2YLpbNjSw;
}
.bloc-divider-t-18645-style{
	height:10px;
}
.bloc-divider-b-4893-style{
	height:10px;
}
.bloc-divider-b-29686-style{
	height:10px;
}
.bloc-divider-t-1411-fill{
	fill:var(--swatch-var-2701);
}
.mini-form-25{
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
}
.mini-form-step-div{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
	padding:28px 28px 28px 28px;
}
.mini-form-steps{
	display:flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	margin-top:14px;
	margin-bottom:40px;
}
.mini-form-step{
	width:35px;
	height:35px;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
	color:var(--swatch-var-4497)!important;
	background-color:var(--swatch-var-2701);
	min-width:35px;
	min-height:35px;
}
.mini-active-step{
	background-color:var(--swatch-var-4497);
	color:var(--swatch-var-2701)!important;
}
.mini-form-buttons{
	justify-content:center;
	display:flex;
	column-gap:14px;
	row-gap:14px;
	margin-top:28px;
}
.mini-hide{
	display:none;
}
.nav-button{
	font-family:"Boldonse-Regular";
	color:var(--swatch-var-5256)!important;
	border-width:0px 0px 0px 0px;
	font-size:0.9em;
}
.nav-button:hover{
	text-decoration:none;
	color:var(--swatch-var-1036)!important;
	font-weight:normal;
}
.nav-center{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.search-icon{
	width:40px;
	height:40px;
	fill:var(--swatch-var-5297);
}
.search-icon:hover{
	fill:var(--swatch-var-1036);
	transform:scale(1.1);
	transition:transform 0.5s ease 0s;
}
.link-bloc-5-style{
	font-style:italic;
}
.link-bloc-29-style{
	font-style:italic;
}
.video-sizing{
	width:50%;
}
.bloc-divider-t-bloc-6-style{
	height:50px;
	fill:var(--swatch-var-2701);
}
.map-size{
	max-width:400px;
}
.rights-text{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}
.purchase-logo:hover{
	transform:scale(1.1);
	transition:transform 0.5s ease 0s;
}
.bloc-divider-b-bloc-28-style{
	height:50px;
	fill:var(--swatch-var-4634);
}
.bloc-divider-t-33683-fill{
	fill:var(--swatch-var-718);
}
.bloc-divider-b-46938-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.bloc-divider-b-49995-fill{
	fill:var(--swatch-var-2701);
}
.bloc-divider-b-bloc-28-fill{
	fill:var(--swatch-var-718);
	height:25px;
}
.link-bloc-10-style{
	font-style:italic;
}
.link-0-bloc-10-style{
	font-style:italic;
}
.pic-select:hover{
	transform:scale(1.025);
	transition:transform 0.5s ease 0s;
}
.play-icon:hover{
	transform:scale(1.25);
	transition:transform 0.5s ease 0s;
}
.essay_sizing{
	max-width:250px;
}
.bloc-bloc-56-fill{
	fill:var(--swatch-var-718);
}
.sub-nav-menu{
	font-family:"Boldonse-Regular";
	font-size:0.9em;
	color:var(--swatch-var-5256)!important;
}
.sub-nav-menu:hover{
	color:var(--swatch-var-1036)!important;
}
.link-bloc-53-style{
	font-style:italic;
}
.link-0-bloc-53-style{
	font-style:italic;
}
.link-6483-style{
	font-style:italic;
}
.book-hover:hover{
	transform:scale(1.1);
	transition:all 0.5s ease 0s;
}
.bloc-divider-t-bloc-202-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.bloc-divider-b-bloc-204-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.explore-icon{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row;
}
.svg-icon-bloc-209-style{
	width:40px!important;
	height:40px!important;
	background-color:transparent!important;
	fill:var(--swatch-var-4634)!important;
}
.bloc-divider-t-bloc-177-fill{
	fill:var(--swatch-var-2701);
}
.bloc-divider-t-bloc-5-fill{
	fill:var(--swatch-var-718);
	height:50px;
}
.mini-primary-btn{
	background-color:var(--swatch-var-2186);
	color:var(--swatch-var-2701)!important;
	border-width:1px 1px 1px 1px;
}
.mini-primary-btn:hover{
	color:var(--swatch-var-2701)!important;
	background-color:var(--swatch-var-4497);
}
.mini-primary-btn:active{
	background-color:var(--swatch-var-4497);
}
.mini-radio-section{
	display:inline-flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:center;
	position:relative;
	column-gap:5px;
	row-gap:10px;
	width:100%;
	justify-content:space-between;
}
.mini-form-radio{
	position:relative;
	display:flex;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bloc-divider-t-bloc-33-fill{
	fill:var(--swatch-var-718);
	height:50px;
}
.bloc-divider-t-bloc-34-fill{
	fill:var(--swatch-var-718);
	height:50px;
}
.divider-bloc-33-background-color{
	background-color:var(--swatch-var-5297);
}
.mini-extra-label{
	display:block;
}
.mini-solid-link{
	text-decoration:underline!important;
	color:var(--swatch-var-2186)!important;
}
.bloc-divider-t-bloc-40-fill{
	fill:var(--swatch-var-2701);
	height:50px;
}
.form-radius{
	border-radius:10px 10px 10px 10px;
}
.link-0-bloc-5-style{
	font-style:italic;
}
.link-0-bloc-29-style{
	font-style:italic;
}
.link-400-style{
	font-style:italic;
}
.link-19516-style{
	font-style:italic;
}
.link-15230-style{
	font-style:italic;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3940:rgba(0,112,227,1.00);
	
	--swatch-var-2701:rgba(255,255,255,1.00);
	
	--swatch-var-7088:rgba(235,235,235,1.00);
	
	--swatch-var-5:rgba(214,214,214,1.00);
	
	--swatch-var-5297:rgba(94,94,94,1.00);
	
	--swatch-var-1036:rgba(255,147,0,1.00);
	
	--swatch-var-718:rgba(0,0,0,1.00);
	
	--swatch-var-3591:rgba(255,91,0,1.00);
	
	--swatch-var-6992:rgba(0,84,147,1.00);
	
	--swatch-var-3096:rgba(0,150,255,1.00);
	
	--swatch-var-7527:rgba(169,169,169,1.00);
	
	--swatch-var-4511:rgba(255,255,255,0.65);
	
	--swatch-var-5256:#9C96C1;
	
	--swatch-var-4634:#56588C;
	
	--swatch-var-3034:#212121;
	
	--swatch-var-5803:#111111;
	
	--swatch-var-3605:#797979;
	
	--swatch-var-1103:#929292;
	
	--swatch-var-3217:#111111;
	
	--swatch-var-4497:#282828;
	
	--swatch-var-3716:#010101;
	
	--swatch-var-2186:#101010;
	
}


/* Background colour styles */

.bgc-2701{
	background-color:var(--swatch-var-2701);
}
.bgc-718{
	background-color:var(--swatch-var-718);
}
.bgc-6992{
	background-color:var(--swatch-var-6992);
}
.bgc-7088{
	background-color:var(--swatch-var-7088);
}
.bgc-4634{
	background-color:var(--swatch-var-4634);
}

/* Text colour styles */

.tc-718{
	color:var(--swatch-var-718)!important;
}
.tc-5297{
	color:var(--swatch-var-5297)!important;
}
.tc-3217{
	color:var(--swatch-var-3217)!important;
}
.tc-6992{
	color:var(--swatch-var-6992)!important;
}
.tc-7527{
	color:var(--swatch-var-7527)!important;
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}
.tc-7088{
	color:var(--swatch-var-7088)!important;
}
.tc-2701{
	color:var(--swatch-var-2701)!important;
}
.tc-3605{
	color:var(--swatch-var-3605)!important;
}
.tc-5{
	color:var(--swatch-var-5)!important;
}
.tc-5256{
	color:var(--swatch-var-5256)!important;
}
.tc-3034{
	color:var(--swatch-var-3034)!important;
}
.tc-4634{
	color:var(--swatch-var-4634)!important;
}
.tc-3716{
	color:var(--swatch-var-3716)!important;
}
.tc-1103{
	color:var(--swatch-var-1103)!important;
}
.bgc-3940{
	background-color:var(--swatch-var-3940);
}

/* Link colour styles */

.ltc-3591{
	color:var(--swatch-var-3591)!important;
}
.ltc-3591:hover{
	color:#CC2800!important;
}

/* Icon colour styles */

.icon-3591{
	color:var(--swatch-var-3591)!important;
	border-color:var(--swatch-var-3591)!important;
}

/* Bloc image backgrounds */

.bg-Rainier-20Naked-20Background{
	background-image:url("img/Rainier%20Naked%20Background.jpg");
	background-image: -webkit-image-set(url("img/Rainier%20Naked%20Background.webp") 1x,
url("img/Rainier%20Naked%20Background.webp") 2x);background-image: image-set(url("img/Rainier%20Naked%20Background.jpg") 1x,
url("img/Rainier%20Naked%20Background.jpg") 2x,url("img/Rainier%20Naked%20Background.webp") 1x,
url("img/Rainier%20Naked%20Background.webp") 2x);
}
.bg-White-20Grunge-20Background{
	background-image:url("img/White%20Grunge%20Background.jpg");
	background-image: -webkit-image-set(url("img/White%20Grunge%20Background.webp") 1x,
url("img/White%20Grunge%20Background.webp") 2x);background-image: image-set(url("img/White%20Grunge%20Background.jpg") 1x,
url("img/White%20Grunge%20Background.jpg") 2x,url("img/White%20Grunge%20Background.webp") 1x,
url("img/White%20Grunge%20Background.webp") 2x);
}
.bg-GN-intro-header{
	background-image:url("img/GN-intro-header.jpg");
	background-image: -webkit-image-set(url("img/GN-intro-header.webp") 1x,
url("img/GN-intro-header.webp") 2x);background-image: image-set(url("img/GN-intro-header.jpg") 1x,
url("img/GN-intro-header.jpg") 2x,url("img/GN-intro-header.webp") 1x,
url("img/GN-intro-header.webp") 2x);
}
.bg-GN-Layout-header{
	background-image:url("img/GN-Layout-header.jpg");
	background-image: -webkit-image-set(url("img/GN-Layout-header.webp") 1x,
url("img/GN-Layout-header.webp") 2x);background-image: image-set(url("img/GN-Layout-header.jpg") 1x,
url("img/GN-Layout-header.jpg") 2x,url("img/GN-Layout-header.webp") 1x,
url("img/GN-Layout-header.webp") 2x);
}
.bg-GN-Script-Header{
	background-image:url("img/GN-Script-Header.jpg?timestamp=9594?timestamp=9594?timestamp=9594");
}
.bg-GN-Pencils-header{
	background-image:url("img/GN_Pencils_header.jpg");
	background-image: -webkit-image-set(url("img/GN_Pencils_header.webp") 1x,
url("img/GN_Pencils_header.webp") 2x);background-image: image-set(url("img/GN_Pencils_header.jpg") 1x,
url("img/GN_Pencils_header.jpg") 2x,url("img/GN_Pencils_header.webp") 1x,
url("img/GN_Pencils_header.webp") 2x);
}
.bg-GN-inking-header{
	background-image:url("img/GN-inking-header.jpg");
	background-image: -webkit-image-set(url("img/GN-inking-header.webp") 1x,
url("img/GN-inking-header.webp") 2x);background-image: image-set(url("img/GN-inking-header.jpg") 1x,
url("img/GN-inking-header.jpg") 2x,url("img/GN-inking-header.webp") 1x,
url("img/GN-inking-header.webp") 2x);
}
.bg-GN-Reference-20Bible-header{
	background-image:url("img/GN-Reference%20Bible_header.jpg");
	background-image: -webkit-image-set(url("img/GN-Reference%20Bible_header.webp") 1x,
url("img/GN-Reference%20Bible_header.webp") 2x);background-image: image-set(url("img/GN-Reference%20Bible_header.jpg") 1x,
url("img/GN-Reference%20Bible_header.jpg") 2x,url("img/GN-Reference%20Bible_header.webp") 1x,
url("img/GN-Reference%20Bible_header.webp") 2x);
}
.bg-GN-Lettering-header{
	background-image:url("img/GN-Lettering-header.jpg");
	background-image: -webkit-image-set(url("img/GN-Lettering-header.webp") 1x,
url("img/GN-Lettering-header.webp") 2x);background-image: image-set(url("img/GN-Lettering-header.jpg") 1x,
url("img/GN-Lettering-header.jpg") 2x,url("img/GN-Lettering-header.webp") 1x,
url("img/GN-Lettering-header.webp") 2x);
}
.bg-GN-coloring-header{
	background-image:url("img/GN_coloring-header.jpg");
	background-image: -webkit-image-set(url("img/GN_coloring-header.webp") 1x,
url("img/GN_coloring-header.webp") 2x);background-image: image-set(url("img/GN_coloring-header.jpg") 1x,
url("img/GN_coloring-header.jpg") 2x,url("img/GN_coloring-header.webp") 1x,
url("img/GN_coloring-header.webp") 2x);
}
.bg-Parchment-web{
	background-image:url("img/Parchment_web.jpg");
	background-image: -webkit-image-set(url("img/Parchment_web.webp") 1x,
url("img/Parchment_web.webp") 2x);background-image: image-set(url("img/Parchment_web.jpg") 1x,
url("img/Parchment_web.jpg") 2x,url("img/Parchment_web.webp") 1x,
url("img/Parchment_web.webp") 2x);
}
.bg-Ashgard-web-header{
	background-image:url("img/Ashgard_web_header.jpg");
	background-image: -webkit-image-set(url("img/Ashgard_web_header.webp") 1x,
url("img/Ashgard_web_header.webp") 2x);background-image: image-set(url("img/Ashgard_web_header.jpg") 1x,
url("img/Ashgard_web_header.jpg") 2x,url("img/Ashgard_web_header.webp") 1x,
url("img/Ashgard_web_header.webp") 2x);
}
.bg-Grunge-20Brown-20Background-web{
	background-image:url("img/Grunge%20Brown%20Background-web.jpg");
	background-image: -webkit-image-set(url("img/Grunge%20Brown%20Background-web.webp") 1x,
url("img/Grunge%20Brown%20Background-web.webp") 2x);background-image: image-set(url("img/Grunge%20Brown%20Background-web.jpg") 1x,
url("img/Grunge%20Brown%20Background-web.jpg") 2x,url("img/Grunge%20Brown%20Background-web.webp") 1x,
url("img/Grunge%20Brown%20Background-web.webp") 2x);
}
.bg-plain-backdrop-decorative-gray-textured{
	background-image:url("img/plain-backdrop-decorative-gray-textured.jpg");
	background-image: -webkit-image-set(url("img/plain-backdrop-decorative-gray-textured.webp") 1x,
url("img/plain-backdrop-decorative-gray-textured.webp") 2x);background-image: image-set(url("img/plain-backdrop-decorative-gray-textured.jpg") 1x,
url("img/plain-backdrop-decorative-gray-textured.jpg") 2x,url("img/plain-backdrop-decorative-gray-textured.webp") 1x,
url("img/plain-backdrop-decorative-gray-textured.webp") 2x);
}
.bg-Sojourners-27Header-background{
	background-image:url("img/Sojourners%27Header_background.jpg");
	background-image: -webkit-image-set(url("img/Sojourners%27Header_background.webp") 1x,
url("img/Sojourners%27Header_background.webp") 2x);background-image: image-set(url("img/Sojourners%27Header_background.jpg") 1x,
url("img/Sojourners%27Header_background.jpg") 2x,url("img/Sojourners%27Header_background.webp") 1x,
url("img/Sojourners%27Header_background.webp") 2x);
}
.bg-Leather-header{
	background-image:url("img/Leather-header.jpg");
	background-image: -webkit-image-set(url("img/Leather-header.webp") 1x,
url("img/Leather-header.webp") 2x);background-image: image-set(url("img/Leather-header.jpg") 1x,
url("img/Leather-header.jpg") 2x,url("img/Leather-header.webp") 1x,
url("img/Leather-header.webp") 2x);
}

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

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
.mag-icon [data-blocs-search="true"]{
	  padding-left:30px;
}
.mag-icon::after{
	  content:"";
	  position: absolute;
	  display: block;
	  height: 20px;
	  width: 20px;
	  margin: auto 0 auto 8px;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==") no-repeat center center;
	  background-size: 20px;
}
.dark-search-theme [data-blocs-search="true"]{
	  background:rgba(0,0,0,.8);
	  color: rgba(255,255,255,.8);
}
.dark-search-theme.mag-icon::after{
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuODUzIDE2LjU2Yy0xLjY4MyAxLjUxNy0zLjkxMSAyLjQ0LTYuMzUzIDIuNDQtNS4yNDMgMC05LjUtNC4yNTctOS41LTkuNXM0LjI1Ny05LjUgOS41LTkuNSA5LjUgNC4yNTcgOS41IDkuNWMwIDIuNDQyLS45MjMgNC42Ny0yLjQ0IDYuMzUzbDcuNDQgNy40NC0uNzA3LjcwNy03LjQ0LTcuNDR6bS02LjM1My0xNS41NmM0LjY5MSAwIDguNSAzLjgwOSA4LjUgOC41cy0zLjgwOSA4LjUtOC41IDguNS04LjUtMy44MDktOC41LTguNSAzLjgwOS04LjUgOC41LTguNXoiLz48L3N2Zz4=") no-repeat center center;
	  background-size: 20px;
}
.blocs-search-results a:hover{
	background:rgba(0,0,0,.1);
}
.dark-results-theme .blocs-search-results{
	background: #212529;
}
.search-input-rounded [data-blocs-search="true"]{
	border-radius: 1.5rem;
}
.search-trans-fill [data-blocs-search="true"]{
	background:rgba(255,255,255,.5);
}
.search-trans-fill [data-blocs-search="true"]:focus{
	background:rgba(255,255,255,1);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]{
	background:rgba(0,0,0,.5);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]:focus{
	background:rgba(0,0,0,1);
}
.blocs-search-results{
	width:100%;
	max-height: 282px;
	overflow-y: scroll;
}
.blocs-search-results a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocs-search-results a:focus{
	background:rgba(0,0,0,.15);
}
.dark-results-theme .blocs-search-results a:hover,.dark-results-theme .blocs-search-results a:focus{
	background:rgba(255,255,255,.1);
}
.dark-search-theme [data-blocs-search="true"]::placeholder {
	color: rgba(255,255,255,.3);
}
.blocs-search-results span{
	font-size: 13px;
}
.hide-search-results .blocs-search-results{
	display: none!important}

/* = 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{
		font-size:5em;
	}
	h2{
		font-size:3em;
		line-height:1.17em;
	}
	h3{
		font-size:2.25em;
	}
	p{
		font-size:1.1em;
		line-height:1.25em;
	}
	h4{
		font-size:1.75em;
	}
	h5{
		font-size:1.6em;
	}
	h6{
		font-size:1.25em;
	}
	.logo-sizing{
		width:45%;
	}
	.nav-outline{
		border-width:2px 0px 0px 0px;
		padding-bottom:2px;
		border-color:var(--swatch-var-5)!important;
	}
	.small-p-footer{
		font-size:0.7em;
	}
	.footer-logo{
		width:40%;
	}
	.mini-event-date{
		width:90px;
		height:90px;
	}
	.mini-feature-event-date{
		font-size:2em;
		margin-top:7px;
		margin-bottom:7px;
	}
	.mini-feature-event-card{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-718)!important;
		fill:var(--swatch-var-718)!important;
	}
	label{
		font-size:1em;
	}
	.footer-background{
		background:linear-gradient(180deg, var(--swatch-var-2701)   0%, var(--swatch-var-5256) 100%);
	}
	.new-release-layout{
		display:inline-flex;
		flex-direction:column;
		align-items:center;
		align-content:center;
	}
	.book-cover-sizing{
		max-width:300px;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.bloc-divider-t-bloc-25-fill{
		height:50px;
	}
	.bloc-divider-b-bloc-25-fill{
		height:70px;
	}
	.center-toggle{
		flex-direction:column;
		align-items:center;
		justify-content:center;
		align-content:center;
	}
	.global-radius{
	}
	.mini-socials-title{
		font-size:1.85em;
	}
	.contact-icons{
		width:30px;
	}
	.mini-review-box-border-third{
		width:48%;
	}
	.info-flex{
		align-content:center;
		flex-wrap:wrap;
		align-items:flex-start;
	}
	.image-shadow{
	}
	.bloc-divider-t-style{
		fill:var(--swatch-var-718);
	}
	.bloc-divider-b-bloc-13-fill{
		fill:var(--swatch-var-2701);
	}
	.divider-style{
		margin-left:auto;
		margin-right:auto;
		width:65%;
		background-color:#424242;
	}
	.bloc-bloc-5-fill{
		fill:var(--swatch-var-1036);
	}
	.label-long{
	}
	.essay-image{
		width:90%;
		border-width:2px 2px 2px 2px;
		border-style:solid;
		border-color:var(--swatch-var-718)!important;
	}
	.bloc-divider-b-style{
		height:5px;
		fill:var(--swatch-var-2701);
	}
	.bloc-0-fill{
		fill:var(--swatch-var-718);
	}
	.planet-icon{
		height:65px;
		width:65px;
	}
	.comic-page-sizing{
		width:80%;
	}
	.bloc-divider-b-32655-fill{
		height:90px;
	}
	.div-outline{
	}
	.creative-team-pics{
		min-height:287px;
	}
	.nav-center{
		align-content:center;
		justify-content:center;
	}
	.nav-button{
		font-size:0.85em;
	}
	.video-sizing{
		width:100%;
	}
	.map-size{
		max-width:400px;
	}
	.essay_sizing{
		max-width:350px;
	}
	.sub-nav-menu{
		font-size:0.8em;
	}
	.explore-icon{
		align-items:center;
		justify-content:center;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:4em;
	}
	h2{
		line-height:1.17em;
		font-size:3em;
	}
	h3{
		font-size:2em;
	}
	p{
		line-height:1.25em;
		font-size:1.1em;
	}
	h4{
		font-size:1.5em;
	}
	h5{
		font-size:1.35em;
	}
	h6{
		font-size:1.25em;
	}
	label{
		font-family:"Cabin-Regular";
		font-size:1em;
	}
	.logo-sizing{
		width:60%;
	}
	.small-p-footer{
		font-size:0.7em;
	}
	.mini-feature-event-card{
		padding:20px 20px 20px 20px;
	}
	.footer-background{
		background:linear-gradient(180deg, var(--swatch-var-2701)   0%, var(--swatch-var-5256) 100%);
	}
	.book-cover-sizing{
		min-width:0px;
	}
	.bold{
	}
	.bloc-divider-b-bloc-25-fill{
		height:100px;
	}
	.center-toggle{
		flex-direction:column;
		align-items:center;
		justify-content:center;
		align-content:center;
	}
	.mini-socials-title{
		font-size:1.7em;
	}
	.contact-icons{
		width:30px;
	}
	.mini-review-box-border-third{
		width:48%;
	}
	.label-long{
	}
	.bloc-divider-b-bloc-13-fill{
		fill:var(--swatch-var-2701);
	}
	.bloc-divider-t-style{
		fill:var(--swatch-var-718);
	}
	.divider-style{
		width:75%;
		margin-left:auto;
		margin-right:auto;
		background-color:#424242;
	}
	.news-button-div{
		flex-direction:row;
		align-items:flex-start;
		justify-content:center;
		align-content:center;
	}
	.essay-image{
		width:75%;
		border-width:2px 2px 2px 2px;
		border-style:solid;
		border-color:var(--swatch-var-718)!important;
	}
	.bloc-0-fill{
		fill:var(--swatch-var-718);
	}
	.planet-icon{
		height:55px;
		width:55px;
	}
	.comic-page-sizing{
		width:80%;
	}
	.bloc-divider-b-32655-fill{
		height:75px;
	}
	.small-p{
		font-size:0.9em;
	}
	.creative-team-pics{
		min-height:345px;
	}
	.mini-form-25{
		max-width:100%;
	}
	.mini-form-step-div{
	}
	.video-sizing{
		width:100%;
	}
	.bloc-divider-b-style{
		fill:var(--swatch-var-718);
	}
	.nav-button{
		font-size:0.85em;
	}
	.sub-nav-menu{
		font-size:0.7em;
	}
	.explore-icon{
		flex-direction:row;
		align-items:center;
		justify-content:center;
		align-content:center;
		flex-wrap:wrap;
	}
	.mini-radio-section{
		width:100%;
	}
	
}

@media (max-width: 575px){
	h1{
		line-height:0.8em;
		font-size:3.5em;
	}
	h2{
		font-size:2em;
		line-height:1.15em;
	}
	h3{
		line-height:1.17em;
		font-size:1.75em;
	}
	p{
		line-height:1.25em;
		font-size:1em;
	}
	h4{
		font-size:1.3em;
		line-height:1.17em;
	}
	h5{
		font-size:1.25em;
		line-height:1.17em;
	}
	h6{
		line-height:1.17em;
		font-size:1.1em;
	}
	label{
		font-size:1em;
		line-height:1.25em;
	}
	.logo-sizing{
		width:100%;
	}
	.footer-logo{
		width:70%;
	}
	.small-p-footer{
		font-size:0.6em;
	}
	.bold{
	}
	.global-radius{
	}
	.mini-event-date{
		width:90px;
	}
	.mini-feature-event-date{
		font-size:1.5em;
		margin-bottom:5px;
		margin-top:5px;
	}
	.mini-feature-event-card{
	}
	.center-toggle{
		display:flex;
		flex-direction:column;
		align-items:center;
		align-content:center;
		justify-content:center;
	}
	.footer-background{
		background:linear-gradient(180deg, var(--swatch-var-2701)  0%, var(--swatch-var-5256) 100%);
	}
	.book-cover-sizing{
		max-width:225px;
		min-width:0px;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.bloc-divider-b-bloc-25-fill{
		height:100px;
	}
	.bloc-divider-t-bloc-25-fill{
		height:50px;
	}
	.mini-socials-title{
		font-size:1.5em;
	}
	.mini-socials-icon{
		min-width:28px;
	}
	.mini-socials-newsletter{
		padding:14px 10px 14px 10px;
		column-gap:10px;
		flex-direction:column;
		row-gap:10px;
	}
	.divider-background-color{
		background-color:var(--swatch-var-7527);
	}
	.contact-icons{
		width:25px;
	}
	.mini-review-box-border-third{
		width:100%;
	}
	.info-flex{
		align-items:center;
		align-content:flex-start;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.friend-icon{
		flex-direction:row;
	}
	.image-shadow{
	}
	.label-background{
		flex-direction:row-reverse;
	}
	.label-long{
	}
	.bloc-divider-t-style{
		height:50px;
		fill:var(--swatch-var-718);
	}
	.bloc-divider-b-bloc-13-fill{
		fill:var(--swatch-var-2701);
		height:50px;
	}
	.text_gradient{
	}
	.divider-style{
		width:90%;
		background-color:#424242;
	}
	.news-button-div{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
		align-content:center;
	}
	.btn-blue{
	}
	.btn-blue-wire{
		line-height:1em;
	}
	.essay-image{
		border-width:2px 2px 2px 2px;
		border-style:solid;
		border-color:var(--swatch-var-718)!important;
		width:70%;
	}
	.bloc-0-fill{
		fill:var(--swatch-var-718);
	}
	.planet-icon{
		height:50px;
		width:50px;
	}
	.bloc-divider-b-32655-fill{
		height:75px;
	}
	.text-gradient-white{
	}
	.small-p{
		font-size:0.8em;
	}
	.creative-team-pics{
		min-height:274px;
	}
	.mini-form-25{
	}
	.mini-form-step-div{
		padding:14px 14px 14px 14px;
	}
	.nav-outline{
		padding-top:2px;
	}
	.video-sizing{
		width:100%;
	}
	.map-size{
		max-width:250px;
	}
	.essay_sizing{
		max-width:250px;
	}
	.nav-button{
		font-size:0.85em;
	}
	.sub-nav-menu{
		font-size:0.6em;
	}
	.explore-icon{
		flex-direction:column;
	}
	.mini-radio-section{
		row-gap:5px;
	}
	.mini-form-radio{
	}
	
}

