/*-----------------------------------------------------------------------------------
	TOGETHR
	About: TOGETHR 
	Author: John W Stoker
	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 */


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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

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


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


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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


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


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

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

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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;
}
/* 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}
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"proxima-nova";
	color:#7C88A0!important;
	font-size:50px;
	line-height:18px;
}
.container{
	max-width:1140px;
}
.custom-header{
	padding:10px 0px 10px 0px;
	z-index:560;
}
.nav-4-row{
	position:relative;
}
.nav-4-visible{
	position:relative;
	z-index:3;
	background-image:url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png");
	background-image: -webkit-image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);background-image: image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 2x,url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);
	background-image: -webkit-image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);background-image: image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 2x,url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);
	background-size:contain;
	width:120px;
	height:40px;
	border-width:0px 0px 0px 0px;
}
.mini-text-logo{
	font-size:1.8em;
	text-transform:uppercase;
}
.bold{
	font-family:"proxima-nova";
	font-weight:bold;
	color:var(--swatch-var-3779)!important;
	font-size:16px;
}
.middle-menu-display{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	z-index:2;
}
.center-nav-link{
	text-align:center;
	margin-left:14px;
	margin-right:14px;
	font-family:"proxima-nova";
	font-weight:bold;
}
.menu-button{
	position:relative;
	height:40px;
	margin-left:auto;
	display:inline-flex;
	align-items:center;
	flex-direction:row-reverse;
	justify-content:flex-start;
}
.nav-6-menu{
	z-index:1;
	min-width:100%;
	position:relative;
	background-color:var(--swatch-var-7747);
	padding:10px 28px 0px 28px;
	top:-54px;
	margin-bottom:-54px;
}
.mega-menu-close-icon{
	padding-top:1px;
}
.big-link{
	font-size:13pt;
	font-family:"proxima-nova";
	font-weight:normal;
	color:#8E9BB0!important;
	text-decoration:none;
	line-height:14pt;
}
.mini-cta-mail-field{
	height:50px;
	border-radius:0px 0px 0px 0px;
	padding-left:20px;
	border-color:#8E9BB0!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.global-radius{
	overflow:hidden!important;
	border-color:#8E9BB0!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.mini-cta-white-button{
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--swatch-var-7747)!important;
	font-weight:bold;
	background-color:var(--swatch-var-5073);
	font-size:16px;
}
.mini-small-p{
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
}
.black-link{
	text-decoration:underline!important;
	color:var(--swatch-var-3779)!important;
	font-weight:bold;
	font-size:16px;
}
.mini-team-social-icon{
	width:50px;
	text-align:center;
	font-size:22px;
	color:var(--swatch-var-5073)!important;
}
.mini-team-social-icon:hover{
	opacity:0.8;
}
.nav-4-visible:hover{
	background-image:url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png");
	background-image: -webkit-image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);background-image: image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 2x,url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);
	background-image: -webkit-image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);background-image: image-set(url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.png") 2x,url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 1x,
url("img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.webp") 2x);
	width:120px;
	height:40px;
	background-size:contain;
}
.nav-4-visible:active{
	background-size:contain;
}
.app_dwnload_header{
	width:115px;
}
.togethr_header_active_logo{
	width:158px;
}
.big-link:hover{
	font-weight:bold;
	color:var(--swatch-var-6258)!important;
}
.footer-2-links{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}
.mini-small-link{
	text-decoration:underline!important;
	margin-left:0px;
	margin-right:7px;
	font-size:16px;
}
.divider-background-color{
	background-color:var(--swatch-var-3779);
	height:2px;
}
.img-style{
	width:108px;
}
.max-width-navbar{
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
}
.button-primary{
	background-color:var(--swatch-var-779);
	color:#FFFFFF!important;
}
.button-primary:hover{
	background-color:var(--swatch-var-5545);
}
.button-primary:active{
	background-color:var(--swatch-var-5545);
}
.small-subtitle{
	padding:0.3em 1em 0.3em 1em;
	background-color:rgba(169,169,169,0.20);
	font-size:0.9em;
	overflow:hidden;
}
.mini-large-p{
	font-size:1.3em;
}
.black-button{
	color:#EAEAEA!important;
	background-color:var(--swatch-var-4497);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
}
.black-button:hover{
	color:#FEFFFF!important;
	background-color:#181818;
	border-color:#181818!important;
}
.black-button:active{
	background-color:var(--swatch-var-5803);
}
.hero_strapline{
	font-weight:bold;
	color:var(--swatch-var-7747)!important;
	font-size:35px;
	line-height:38px;
}
.hero_button{
	font-weight:bold;
	background-color:var(--swatch-var-3779);
	background-size:length;
	color:var(--swatch-var-7747)!important;
	font-size:16px;
}
.hero_button:hover{
	background-color:var(--swatch-var-6258);
}
.footer_link{
	text-decoration:none;
	font-size:13px;
}
.footer_link:hover{
	color:var(--swatch-var-6258)!important;
}
.full-width{
	width:100%;
	display:flex;
	bottom:0px;
	height:100%;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
	line-height:40px;
}
.shore-bg-gradient{
	background:linear-gradient(0deg, #FFBA1E, #0AA2FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.gradient_background{
	background:linear-gradient(0deg, var(--swatch-var-1077) 0%, var(--swatch-var-5073) 100%);
}
title{
	font-size:50px;
	color:var(--swatch-var-5123)!important;
	font-weight:400;
}
.p-style{
	font-size:13px;
}
.half-screen-content{
	max-width:500px;
	margin:100px auto 100px auto;
}
.body_copy{
	color:var(--swatch-var-3779)!important;
	font-size:18px;
	line-height:23px;
}
.img-mob-app-spla-style{
	width:652px;
}
.body_copy_bold{
	font-weight:bold;
	color:var(--swatch-var-3779)!important;
}
.h1-style{
	font-size:35px;
}
.white-button{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color:var(--swatch-var-7747);
	color:var(--swatch-var-4497)!important;
	border-color:rgba(0,0,0,0.28)!important;
}
.white-button:hover{
	background-color:var(--swatch-var-3131);
	color:var(--swatch-var-5803)!important;
	border-color:#000000!important;
}
.white-button:active{
	background-color:var(--swatch-var-3131);
}
.white{
	color:var(--swatch-var-7747)!important;
}
.mini-card-1{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(0,0,0,0.10)!important;
	overflow:hidden;
	box-shadow:0.00px 0.00px 28px rgba(0,0,0,0.08);
	position:relative;
}
.mini-card-1:hover{
	box-shadow:1.41px 1.41px 28px rgba(0,0,0,0.14);
}
.mini-card-body{
	padding:28px 28px 28px 28px;
}
.callout{
	padding:0px 0px 0px 0px;
}
.cta-img-bg-short{
	padding:50px 50px 50px 50px;
	background-size:cover;
	background-position:center center;
}
.callout-title{
	font-weight:100;
	font-size:30px;
	text-align:center;
	line-height:35px;
	margin:0px 0px 0px 0px;
	padding-top:42px;
}
.callout_box{
	margin-left:120px;
	margin-right:120px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5073)!important;
}
.card-body-style{
	height:180px;
}
.callout_marginstyle{
	margin-top:-230px;
}
.callout_rowstyle{
	margin-bottom:-190px;
	z-index:5;
	position:relative;
}
.img-uplifts-callo-style{
	width:250px;
}
.img-supports-callo-style{
	width:250px;
}
.img-inspires-callo-style{
	width:250px;
}
.mini-subtitle{
	text-transform:uppercase;
}
.subtitle{
	text-transform:none;
	color:var(--swatch-var-7747)!important;
	font-weight:bold;
	font-size:35px;
	line-height:38px;
}
.marggin-copy{
	width:200px;
}
.referral_btn{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-7747)!important;
	height:48px;
	padding-bottom:10px;
	padding-top:15px;
}
.btn-style{
	width:23.12%;
}
.coloured{
	color:var(--swatch-var-6258)!important;
}
.img-meaningful-i-style{
	height:698px;
}
.img-14-style{
	height:687px;
}
.container-div-min-height{
	min-height:797px;
	background-color:var(--swatch-var-3469);
}
.img-meaningfulb-i-style{
	width:698px;
}
.text-span-style{
	font-weight:bold;
}
.column_white_panel{
	background-color:var(--swatch-var-3131);
	bottom:0px;
	display:flex;
}
.h3-style{
	width:93.63%;
}
.hero-gradient-light{
	background:linear-gradient(180deg, var(--swatch-var-7747) 50%, var(--swatch-var-5545)    100%);
}
.purple{
	color:var(--swatch-var-3779)!important;
}
.img-bloc-29-style{
	width:185px;
}
.column{
	margin-top:-350px;
}
.img-28-style{
	width:161px;
}
.references{
	font-size:12px;
}
.mini-features-big-cards{
	padding:50px 50px 50px 50px;
}
.mini-feature-number{
	font-size:3rem;
	line-height:1em;
}
.mini-stat-gradient{
	color:transparent!important;
	background:linear-gradient(128deg, var(--swatch-var-779) 0%, var(--swatch-var-5545) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.h1-21-style{
	font-size:18px;
}
.divider-steps-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-0-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-0-steps-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-6768-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-38581-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-11704-background-color{
	background-color:var(--swatch-var-5073);
}
.divider-10392-background-color{
	background-color:var(--swatch-var-5073);
}
.bold_pink{
	color:var(--swatch-var-6258)!important;
	font-weight:bold;
}
.mini-extra-label{
	display:block;
}
.agree_copy{
	font-size:18px;
}
.field{
	border-radius:0px 0px 0px 0px;
	font-family:"proxima-nova";
	font-weight:700;
	color:var(--swatch-var-3779)!important;
}
.btn-faq-style{
	width:13.83%;
}
.img-download-so-style{
	width:100px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7747:rgba(255,255,255,1.00);
	
	--swatch-var-5073:rgba(188,211,245,1.00);
	
	--swatch-var-3779:rgba(124,136,160,1.00);
	
	--swatch-var-6258:rgba(190,178,202,1.00);
	
	--swatch-var-1077:rgba(241,220,235,1.00);
	
	--swatch-var-5803:#101010;
	
	--swatch-var-4497:#202020;
	
	--swatch-var-779:#0066CC;
	
	--swatch-var-5545:#0088FF;
	
	--swatch-var-1724:rgba(255,255,255,0.498039);
	
	--swatch-var-3131:rgba(238,238,238,1.00);
	
	--swatch-var-21:#FCFCFC;
	
	--swatch-var-1002:rgba(188,211,245,0.45);
	
	--swatch-var-6942:#EFEFEF;
	
	--swatch-var-3469:rgba(124,136,160,0.91);
	
	--swatch-var-159:#FBFBFB;
	
}


/* Background colour styles */

.bgc-7747{
	background-color:var(--swatch-var-7747);
}
.bgc-1077{
	background-color:var(--swatch-var-1077);
}
.bgc-1002{
	background-color:var(--swatch-var-1002);
}
.bgc-21{
	background-color:var(--swatch-var-21);
}
.bgc-159{
	background-color:var(--swatch-var-159);
}

/* Text colour styles */

.tc-3779{
	color:var(--swatch-var-3779)!important;
}
.bgc-7747{
	background-color:var(--swatch-var-7747);
}
.tc-7747{
	color:var(--swatch-var-7747)!important;
}
.tc-3131{
	color:var(--swatch-var-3131)!important;
}

/* Link colour styles */

.ltc-3779{
	color:var(--swatch-var-3779)!important;
}
.ltc-3779:hover{
	color:#49556D!important;
}

/* Icon colour styles */

.icon-5073{
	color:var(--swatch-var-5073)!important;
	border-color:var(--swatch-var-5073)!important;
}
.icon-3779{
	color:var(--swatch-var-3779)!important;
	border-color:var(--swatch-var-3779)!important;
}
.icon-7747{
	color:var(--swatch-var-7747)!important;
	border-color:var(--swatch-var-7747)!important;
}
.icon-6258{
	color:var(--swatch-var-6258)!important;
	border-color:var(--swatch-var-6258)!important;
}

/* Bloc image backgrounds */

.bg-reviews-background{
	background-image:url("img/reviews_background.jpg");
	background-image: -webkit-image-set(url("img/reviews_background.webp") 1x,
url("img/reviews_background.webp") 2x);background-image: image-set(url("img/reviews_background.jpg") 1x,
url("img/reviews_background.jpg") 2x,url("img/reviews_background.webp") 1x,
url("img/reviews_background.webp") 2x);
}
.bg-why-togethr-heroa{
	background-image:url("img/why-togethr-heroa.jpg");
	background-image: -webkit-image-set(url("img/why-togethr-heroa.webp") 1x,
url("img/why-togethr-heroa.webp") 2x);background-image: image-set(url("img/why-togethr-heroa.jpg") 1x,
url("img/why-togethr-heroa.jpg") 2x,url("img/why-togethr-heroa.webp") 1x,
url("img/why-togethr-heroa.webp") 2x);
}
.bg-altruistic-img{
	background-image:url("img/altruistic_img.jpg");
	background-image: -webkit-image-set(url("img/altruistic_img.webp") 1x,
url("img/altruistic_img.webp") 2x);background-image: image-set(url("img/altruistic_img.jpg") 1x,
url("img/altruistic_img.jpg") 2x,url("img/altruistic_img.webp") 1x,
url("img/altruistic_img.webp") 2x);
}
.bg-proven-to-help-hero{
	background-image:url("img/proven-to-help-hero.jpg");
	background-image: -webkit-image-set(url("img/proven-to-help-hero.webp") 1x,
url("img/proven-to-help-hero.webp") 2x);background-image: image-set(url("img/proven-to-help-hero.jpg") 1x,
url("img/proven-to-help-hero.jpg") 2x,url("img/proven-to-help-hero.webp") 1x,
url("img/proven-to-help-hero.webp") 2x);
}
.bg-hollistic-hero{
	background-image:url("img/hollistic_hero.jpg");
	background-image: -webkit-image-set(url("img/hollistic_hero.webp") 1x,
url("img/hollistic_hero.webp") 2x);background-image: image-set(url("img/hollistic_hero.jpg") 1x,
url("img/hollistic_hero.jpg") 2x,url("img/hollistic_hero.webp") 1x,
url("img/hollistic_hero.webp") 2x);
}
.bg-FAQ-20hero{
	background-image:url("img/FAQ%20hero.jpg");
	background-image: -webkit-image-set(url("img/FAQ%20hero.webp") 1x,
url("img/FAQ%20hero.webp") 2x);background-image: image-set(url("img/FAQ%20hero.jpg") 1x,
url("img/FAQ%20hero.jpg") 2x,url("img/FAQ%20hero.webp") 1x,
url("img/FAQ%20hero.webp") 2x);
}
.bg-excersise-pillars{
	background-image:url("img/excersise_pillars.jpg");
	background-image: -webkit-image-set(url("img/excersise_pillars.webp") 1x,
url("img/excersise_pillars.webp") 2x);background-image: image-set(url("img/excersise_pillars.jpg") 1x,
url("img/excersise_pillars.jpg") 2x,url("img/excersise_pillars.webp") 1x,
url("img/excersise_pillars.webp") 2x);
}
.bg-hollistic-nutrition{
	background-image:url("img/hollistic_nutrition.jpg");
	background-image: -webkit-image-set(url("img/hollistic_nutrition.webp") 1x,
url("img/hollistic_nutrition.webp") 2x);background-image: image-set(url("img/hollistic_nutrition.jpg") 1x,
url("img/hollistic_nutrition.jpg") 2x,url("img/hollistic_nutrition.webp") 1x,
url("img/hollistic_nutrition.webp") 2x);
}
.bg-hollistic-sleep{
	background-image:url("img/hollistic_sleep.jpg");
	background-image: -webkit-image-set(url("img/hollistic_sleep.webp") 1x,
url("img/hollistic_sleep.webp") 2x);background-image: image-set(url("img/hollistic_sleep.jpg") 1x,
url("img/hollistic_sleep.jpg") 2x,url("img/hollistic_sleep.webp") 1x,
url("img/hollistic_sleep.webp") 2x);
}
.bg-hollistic-meditations{
	background-image:url("img/hollistic_meditations.jpg");
	background-image: -webkit-image-set(url("img/hollistic_meditations.webp") 1x,
url("img/hollistic_meditations.webp") 2x);background-image: image-set(url("img/hollistic_meditations.jpg") 1x,
url("img/hollistic_meditations.jpg") 2x,url("img/hollistic_meditations.webp") 1x,
url("img/hollistic_meditations.webp") 2x);
}
.bg-hollistic-hello{
	background-image:url("img/hollistic_hello.jpg");
	background-image: -webkit-image-set(url("img/hollistic_hello.webp") 1x,
url("img/hollistic_hello.webp") 2x);background-image: image-set(url("img/hollistic_hello.jpg") 1x,
url("img/hollistic_hello.jpg") 2x,url("img/hollistic_hello.webp") 1x,
url("img/hollistic_hello.webp") 2x);
}
.bg-key-feature-heros{
	background-image:url("img/key-feature-heros.jpg");
	background-image: -webkit-image-set(url("img/key-feature-heros.webp") 1x,
url("img/key-feature-heros.webp") 2x);background-image: image-set(url("img/key-feature-heros.jpg") 1x,
url("img/key-feature-heros.jpg") 2x,url("img/key-feature-heros.webp") 1x,
url("img/key-feature-heros.webp") 2x);
}

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



/* = 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){
	.custom-header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.mini-text-logo{
	}
	.big-link{
		font-size:13pt;
	}
	.mini-small-link{
		margin-right:0px;
		margin-left:0px;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.black-button{
	}
	.mini-cta-mail-field{
		width:450px;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.half-screen-content{
		margin-top:50px;
		margin-bottom:50px;
	}
	.cta-img-bg-short{
	}
	.h1-bloc-2-style{
		font-size:35px;
	}
	.body_copy{
		font-size:16px;
		line-height:18px;
	}
	.card-body-style{
		width:100%;
		height:100%;
		margin-top:60px;
	}
	.callout-title{
		padding-top:0px;
		padding-bottom:0px;
	}
	.container-div-sign-up-style{
		width:100%;
	}
	.callout_box{
		margin-top:60px;
	}
	.h1-style{
		font-size:30px;
		line-height:35px;
	}
	.field-bloc-13-style{
		width:100%;
	}
	.h1-why-togethr--style{
		font-size:35px;
	}
	.mini-features-big-cards{
		padding:28px 28px 28px 28px;
	}
	.mini-stat-gradient{
	}
	.h1-8-style{
		font-size:35px;
	}
	.h1-our-mission-style{
		font-size:30px;
		line-height:35px;
	}
	.p-87-style{
		font-size:35px;
	}
	.h1-bloc-9-style{
		font-size:35px;
	}
	.btn-style{
		width:35%;
	}
	.p-bloc-9-style{
		width:89.91%;
	}
	.container-div-min-height{
		min-height:350px;
	}
	.h3-pp-a-style{
		font-size:35px;
	}
	.h3-bloc-47-style{
		font-size:35px;
	}
	
}

@media (max-width: 767px){
	.middle-menu-display{
		display:none;
	}
	.nav-6-menu{
		padding-left:15px;
		padding-right:15px;
	}
	.big-link{
		font-size:13pt;
	}
	.mini-team-social-icon{
		font-size:25px;
	}
	.footer-2-links{
		flex-direction:column;
		align-items:flex-start;
	}
	.mini-small-link{
		margin-right:0px;
	}
	.navigation-toggle-right{
		float:right;
	}
	.menu-icon-hero-6-light-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.togethr_header_logo{
		width:120px;
	}
	.container-div-style{
		width:94.74%;
	}
	.no-transition{
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.half-screen-content{
		margin-top:80px;
		margin-bottom:80px;
	}
	.cta-img-bg-short{
	}
	.field-style{
		width:100%;
	}
	.menu-icon-hero-4-light-stroke{
		stroke:var(--swatch-var-5803)!important;
		fill:var(--swatch-var-5803)!important;
	}
	.hero_strapline{
		font-size:30px;
		line-height:35px;
	}
	.mini-cta-mail-field{
		width:295px;
	}
	.card-body-style{
		width:100%;
		margin-top:10px;
	}
	.callout_box{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding-left:50px;
		padding-right:50px;
		margin-top:60px;
	}
	.callout-title{
		font-size:20px;
		width:100%;
		line-height:25px;
	}
	.mini-stat-gradient{
	}
	.signatures{
		width:200px;
	}
	.img-bloc-19-style{
		width:200px;
	}
	.h1-bloc-9-style{
		font-size:30px;
	}
	.container-div-min-height{
		min-height:500px;
	}
	.h3-pp-a-style{
		font-size:25px;
	}
	.h3-bloc-47-style{
		font-size:25px;
	}
	
}

@media (max-width: 575px){
	.mini-text-logo{
	}
	.big-link{
		font-size:12pt;
	}
	.mini-cta-mail-field{
		margin-bottom:14px;
		width:100%;
	}
	.mini-small-link{
	}
	.navigation-toggle-right{
		float:right;
		text-align:right;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.app_dwnload_header{
		width:80px;
	}
	.big-link:hover{
	}
	.mini-small-p{
		text-align:center;
	}
	.mini-cta-white-button:hover{
		background-color:var(--swatch-var-6258);
	}
	.bold{
		text-align:center;
	}
	.support_footer{
		text-align:center;
	}
	.no-transition{
	}
	.hero-header-text{
		font-size:50px;
	}
	.half-screen-content{
		margin-top:60px;
		margin-bottom:60px;
	}
	.mini-card-body:hover{
	}
	.cta-img-bg-short{
		padding:28px 15px 28px 15px;
	}
	.field-style{
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	.hero_strapline{
		font-size:25px;
		line-height:28px;
	}
	title{
		line-height:28px;
	}
	.body_copy{
		font-size:14px;
		line-height:16px;
	}
	.h1-bloc-2-style{
		font-size:25px;
	}
	.h1-style{
		font-size:25px;
		line-height:30px;
	}
	.callout-title{
		font-size:18px;
		line-height:22px;
	}
	.card-body-style{
		width:100%;
		margin-left:0px;
		margin-top:0px;
	}
	.callout_box{
		padding-left:0px;
		padding-right:0px;
	}
	.h1-why-togethr--style{
		font-size:25px;
	}
	.subtitle{
	}
	.mini-features-big-cards{
		padding:20px 20px 20px 20px;
	}
	.mini-stat-gradient{
	}
	.h1-8-style{
		font-size:25px;
	}
	.h1-our-mission-style{
		font-size:25px;
		line-height:30px;
	}
	.signatures{
		width:150px;
	}
	.img-inspires-callo-style{
		height:239px;
		width:179px;
	}
	.img-supports-callo-style{
		width:179px;
	}
	.img-uplifts-callo-style{
		width:179px;
	}
	.h1-bloc-9-style{
		font-size:25px;
	}
	.h1-key-features-style{
		font-size:25px;
	}
	.h1-proven-to-help-style{
		font-size:25px;
	}
	.h1-bloc-29-style{
		font-size:25px;
	}
	.p-bloc-29-style{
		font-size:20px;
	}
	.h1-presented-style{
		font-size:25px;
		line-height:28px;
	}
	.p-bloc-28-style{
		font-size:25px;
	}
	.p-46-style{
		font-size:25px;
		line-height:27px;
	}
	.p-bloc-32-style{
		font-size:25px;
		line-height:27px;
	}
	.h1-reviews-style{
		font-size:25px;
	}
	.p-reviews-main-style{
		font-size:20px;
	}
	.column{
		margin-top:0px;
	}
	.h3-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-key-features-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-8-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-9-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-cost-of-app-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-11-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-12-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-clinical-trial-style{
		font-size:25px;
		line-height:27px;
	}
	.h1-blogs-style{
		font-size:25px;
	}
	.p-86-style{
		font-size:20px;
	}
	.container-div-min-height{
		min-height:600px;
	}
	.h1-faqs-style{
		font-size:25px;
	}
	.p-bloc-31-style{
		font-size:25px;
		line-height:27px;
	}
	.h3-pp-a-style{
		font-size:25px;
		line-height:27px;
	}
	
}

