/*-----------------------------------------------------------------------------------
	The Global Family Group
	About: The Global Family Group (GFG) is a 528hz Worldwide Familyship© of people resonating in harmony with creation transmitting Unconditional LOVE to eight billion precious people.
	Author: Eleanor Gambardella
	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;}


/* 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:'CormorantGaramond-BoldItalic';
	src: url('./fonts/CormorantGaramond-BoldItalic/CormorantGaramond-BoldItalic.ttf');
	src: url('./fonts/CormorantGaramond-BoldItalic/CormorantGaramond-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'CormorantGaramond-MediumItalic';
	src: url('./fonts/CormorantGaramond-MediumItalic/CormorantGaramond-MediumItalic.ttf');
	src: url('./fonts/CormorantGaramond-MediumItalic/CormorantGaramond-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding: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;
}


/* Edge Dividers */

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


/* Flip Edge Divider */

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


/* Background Styles */

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


/* 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;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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


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

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

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

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

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-weight:300;
	color:#212121!important;
}
.container{
	max-width:1140px;
}
.navbar-nav li a{
	font-family:"Montserrat";
	font-weight:500;
	font-size:13px;
	line-height:24px;
	text-transform:uppercase;
	color:#002F95!important;
	margin-right:3px;
	margin-left:3px;
}
.navbar-nav li a:hover{
	color:#C29766!important;
	font-weight:400;
}
.gfg-button-2{
	color:#003095!important;
	background-color:#FFFFFF;
	text-transform:capitalize;
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	line-height:24px;
	padding-right:28px;
	padding-left:28px;
	border-style:solid;
	border-color:#002F95!important;
}
.gfg-button-2:hover{
	border-color:#C29766!important;
	color:#002F95!important;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.p-33-lh{
	line-height:33px;
}
.h3-style{
	font-size:22px;
	color:#FFFFFF!important;
}
p{
	color:#414141!important;
	font-size:16px;
	line-height:33px;
}
label{
	font-size:14px;
	line-height:24px;
	font-family:"(null)";
	color:#141414!important;
}
h2{
	color:#141414!important;
	font-size:42px;
	letter-spacing:1px;
	line-height:58px;
}
h3{
	color:#141414!important;
}
.bloc-divider-b-hero-style{
	height:10px;
	fill:#C29766;
}
.bloc-divider-t-style{
	height:5px;
	fill:#C29766;
	font-weight:normal;
	border-style:_popUpItemAction:;
	stroke-width:length;
	stroke:#00345E;
}
a{
	color:#00345E!important;
}
.h1-blue{
	color:#00349F!important;
	font-weight:bold;
}
.nav-tabs .nav-link{
	margin-right:5px;
	margin-left:5px;
	border-style:_popUpItemAction:;
}
.nav-tabs .nav-link:hover{
	border-color:#673900!important;
	border-style:solid;
	color:#673900!important;
	border-radius:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-style:solid;
	border-color:#552D00!important;
	color:#673900!important;
	border-radius:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.blocsapp-special-menu blocsnav{
	background-color:transparent;
}
.close-special-menu .close-icon{
	color:#FFFFFF!important;
}
h4{
	color:#141414!important;
	font-size:24px;
}
.h3-style-2{
	font-size:42px;
	padding-bottom:32px;
	width:100%;
	padding-left:0px;
	font-family:"CormorantGaramond-BoldItalic";
	font-weight:bold;
	margin-top:0px;
	color:#ffffff;
	letter-spacing:2px;
	padding-top:8px;
}
h5{
	font-size:20px;
	line-height:24px;
}
.h4-2{
	color:#FFFFFF!important;
	font-size:24px;
	line-height:40px;
	font-weight:bold;
}
h6{
	color:#414141!important;
	font-size:18px;
	line-height:28px;
}
.form{
	border-style:solid;
	border-color:#A1AAAC!important;
	padding:30px 30px 30px 30px;
	border-radius:5px 5px 5px 5px;
	border-width:1pt 1pt 1pt 1pt;
}
.bloc-divider-b-fill{
	fill:#C29766;
	height:10px;
}
.label-style{
	font-family:Helvetica;
}
.label-email-style{
	font-family:Helvetica;
}
.label-message-style{
	font-family:Helvetica;
}
.check-box-text{
	font-size:14px;
	color:#202020!important;
	font-family:"Helvetica";
	font-weight:300;
}
.checkbox-padding-bottom{
	padding-bottom:18px;
}
.bloc-divider-t-fill{
	fill:#002F95;
	height:5px;
	width:100%;
}
.bloc-divider-t-hero-fill{
	fill:#C29766;
	height:5px;
}
.vertical-tabs-column{
	display:flex;
	flex-direction:column;
}
.vertical-nav-list{
	display:flex;
	flex-direction:column;
	width:150px;
	justify-content:flex-start;
	text-transform:none;
	font-family:"Helvetica";
}
.vertical-nav-cont{
	display:flex;
	flex-direction:column;
	width:150px;
}
.vertical-nav-column{
	display:flex;
	flex-direction:column;
	border-style:solid;
	border-color:#002F95!important;
	border-width:0px 1px 0px 0px;
}
.vertical-nav-bar{
	display:flex;
	flex-direction:column;
	width:300px;
	align-items:flex-start;
}
.bloc-divider-t-0-fill{
	fill:#00216E;
	height:5px;
}
.bloc-divider-t-intro-fill{
	fill:#002F95;
	height:5px;
}
.column-border{
	border-style:solid;
	border-color:#002F95!important;
	border-width:0px 0px 0px 1pt;
}
.text-span-style{
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}
.img-style{
	width:349px;
	height:349px;
}
.gfg-button-form{
	background-color:#FFFFFF;
	color:#C29766!important;
	border-style:solid;
	border-color:#552C00!important;
	font-size:18px;
	font-weight:bold;
	font-family:"Helvetica";
	border-width:1px 1px 1px 1px;
}
.gfg-button-form:hover{
	background-color:#FFFFFF;
	color:#002F95!important;
	border-style:solid;
	border-color:#002F95!important;
	border-width:1px 1px 1px 1px;
}
.h3-script-bold{
	font-family:"CormorantGaramond-Bold";
	font-weight:700;
	color:#6F2F9E!important;
	text-transform:none;
	letter-spacing:1px;
	font-size:28px;
	font-style:italic;
	line-height:42px;
}
.bloc-divider-t-heal-the-world-fill{
	fill:#C29766;
	height:10px;
}
.p-padding-top{
	padding-top:1px;
	margin-top:35px;
}
.img-padding-top{
	padding-top:205px;
	margin-top:2px;
}
.p-103-style{
	line-height:33px;
}
.checkbox-bloc-60-padding-top{
	padding-top:23px;
}
.h5-red{
	color:#A31114!important;
	font-weight:bold;
	font-size:20px;
	line-height:31px;
}
.label-183-style{
	width:79.95%;
}
.blue-link-style{
	color:#002F95!important;
	font-size:16px;
	text-decoration:underline!important;
	font-weight:normal;
}
.blue-link-style:hover{
	color:#A31114!important;
}
.row-padding-bottom{
	padding-bottom:30px;
}
.column-padding-bottom{
	padding-bottom:53px;
}
.hero-caption{
	font-family:"CormorantGaramond-SemiBoldItalic";
	font-size:32px;
	line-height:47px;
	letter-spacing:1px;
}
.h5-script-blue{
	font-family:"CormorantGaramond-MediumItalic";
	letter-spacing:1px;
	font-size:28px;
	line-height:42px;
	color:#002F95!important;
	font-weight:bold;
}
.h5-script-blue-bold{
	font-family:"CormorantGaramond-BoldItalic";
	line-height:58px;
	font-size:42px;
}
.h4-script-white{
	color:#FFFFFF!important;
	font-family:"CormorantGaramond-BoldItalic";
	font-size:28px;
	line-height:44px;
	font-weight:bold;
}
.h2-script-white{
	font-family:"CormorantGaramond-BoldItalic";
	font-size:42px;
	line-height:48px;
	color:#FFFFFF!important;
}
.hero-caption-familyship{
	font-family:"CormorantGaramond-BoldItalic";
	font-size:40px;
	line-height:56px;
}
.h2-style{
	width:100%;
}
.global-logo-link{
	width:347px;
	height:347px;
}
.h3-script-white{
	font-family:"CormorantGaramond-MediumItalic";
	font-weight:300;
	font-size:28px;
	color:#FFFFFF!important;
	line-height:44px;
}
.row-hero-padding-bottom{
	padding-bottom:218px;
}
.bloc-divider-t-0-hero-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-b-hero-fill{
	fill:#C29766;
	height:5px;
}
.divider{
	background-color:#004D80;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
	width:50%;
}
.label-name-style{
	font-family:Helvetica;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF!important;
	width:100%;
}
.label-136-style{
	font-family:Helvetica;
	color:#FFFFFF!important;
}
.bloc-hero-padding-top{
	padding-top:43px;
	padding-bottom:44px;
}
.link-hero-style{
	font-weight:bold;
	text-decoration:underline;
	width:100%;
}
.text-span-color{
	color:#c39766;
}
.img-7-style{
	width:326px;
}
.paragraph-white-text-2{
	color:#FFFFFF!important;
	font-size:16px;
	font-family:"Helvetica";
}
.bloc-0-padding-top{
	padding:35px 30px 34px 30px;
}
.bloc-0-margin-top{
	margin-top:31px;
}
.paragraph-list{
	line-height:40px;
	font-size:16px;
	font-weight:300;
}
.text-span-0-color{
	color:#ffffff;
}
.link-presentation-style{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline!important;
	color:#002F95!important;
}
.p-60-padding-top{
	padding-top:22px;
}
.bloc-divider-b-0-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t-4494-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-b-0-hero-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-b-24725-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t-hero-style{
	height:5px;
	fill:#C29766;
}
.bloc-divider-b-40443-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t-0-style{
	height:5px;
	fill:#C29766;
}
.bloc-divider-t-16178-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-b-19331-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t-41353-fill{
	height:35px;
	fill:#002F95;
}
.h5-padding-top{
	padding-top:35px;
}
.img-47-style{
	width:239px;
	height:268px;
}
.container-div-style{
	width:100%;
}
.marquee-text{
	font-family:"CormorantGaramond-SemiBold";
	font-weight:normal;
	font-size:22px;
	color:#FFFFFF!important;
}
.audio-player{
	background-size:auto auto;
	border-style:_popUpItemAction:;
	width:100%;
	background-color:rgba(54,54,54,0.57);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.image-frame-blue{
	border-style:solid;
	border-color:rgba(1,76,127,0.57)!important;
	border-width:1px 1px 1px 1px;
}
.corporate-home-row{
	max-width:90%;
	margin-right:auto;
	margin-left:auto;
}
.p-style{
	width:100%;
	font-size:16px;
}
.h6-bloc-9-style{
	line-height:28px;
}
.bloc-margin-top{
	margin-top:-71px;
}
.h2-margin-top{
	margin-top:10px;
	padding-top:31px;
}
.bloc-padding-left{
	padding-left:31px;
	padding-right:31px;
}
.html-widget-padding-bottom{
	padding-bottom:31px;
}
.card-header-padding-bottom{
	color:transparent!important;
	padding:25px 25px 25px 25px;
}
.accordian-header-link{
	font-weight:bold;
	font-size:20px;
	color:#C29766!important;
	padding:25px 25px 25px 25px;
}
.forms{
	padding:0px 0px 0px 25px;
}
.lavender-link-style{
	text-decoration:underline;
	font-weight:normal;
	color:#6F2F9E!important;
	font-size:16px;
}
.lavender-link-style:hover{
	color:#00345E!important;
	text-decoration:none;
	font-size:16px;
}
.global-lawful-button{
	color:#FEFFFF!important;
	background-color:#002F95;
	text-transform:capitalize;
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	line-height:24px;
	padding-right:28px;
	padding-left:28px;
}
.global-lawful-button:hover{
	background-color:#6F2F9E;
}
.tab-underline-style{
	text-decoration:underline;
}
.hero-padding-bottom{
	margin-top:-104px;
}
.paragraph-text-blue{
	color:#002F95!important;
	font-weight:bold;
}
.verify-card-form{
	border-style:solid;
	border-color:#002F95!important;
	box-shadow:0.94px 0.34px 1px #202020;
	padding:44px 44px 44px 44px;
	border-radius:5px 5px 5px 5px;
	border-width:2px 2px 2px 2px;
}
.h6-bold{
	font-weight:bold;
}
.h4-bold{
	font-weight:bold;
}
.paragraph-bold{
	font-weight:bold;
}
.container-div-padding-bottom{
	padding-bottom:31px;
	padding-top:31px;
}
.bloc-0-padding-left{
	padding-left:31px;
	padding-right:31px;
}
.h5-blue-bold{
	color:#002F95!important;
	font-weight:bold;
}
.paragraph-text-blue:hover{
	color:#3D6991!important;
}
.bloc--landing-margin-top{
	margin-top:-33px;
}
.img-bloc-39-style{
	width:333px;
}
.link-0-hero-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-0-hero-style:hover{
	color:#B8C9C0!important;
	text-decoration:underline!important;
}
.label-99-style{
	width:100%;
}
.bloc-divider-t-17789-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t-36168-fill{
	fill:#C29766;
	height:5px;
}
.h5-gold{
	color:#C29766!important;
	font-size:28px;
	font-weight:bold;
	line-height:33px;
}
.h6-blue{
	color:#002F95!important;
	font-size:18px;
	font-weight:bold;
}
.h6-gold{
	color:#C29766!important;
	font-weight:bold;
	font-size:22px;
}
.link-bloc-39-style{
	text-decoration:underline;
}
.bloc-divider-t-bloc-105-fill{
	fill:#C29766;
	height:5px;
}
.bloc-divider-t--landing-fill{
	fill:#C29766;
	height:5px;
}
.tropical-text-box{
	border-style:solid;
	border-color:#C29766!important;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.bloc-divider-b-18827-fill{
	fill:#C29766;
	height:10px;
}
.link-17006-style{
	text-decoration:none;
	font-weight:bold;
}
.global-family-center-hero{
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
}
.global-gold-header{
	font-family:"Poppins";
	font-weight:700;
	text-transform:uppercase;
	font-size:100px;
	line-height:110px;
	background:linear-gradient(90deg, #FFFFFF 0%, #C29766 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.h1-global-family-style{
	font-size:70px;
}
.barista-page-section-title{
	font-family:"Poppins";
	font-weight:700;
}
.h2-color{
	color:#00226e;
}
.barista-product-column{
	padding:50px 50px 50px 50px;
}
.barista-product-thumb:hover{
	filter:saturate(200%);
}
.global-product-link{
	font-family:"Poppins";
	font-weight:700;
	color:#002F95!important;
}
.global-product-link:hover{
	color:#784100!important;
}
.global-product-link:active{
	color:#673900!important;
}
.global-store-button{
	background:linear-gradient(90deg, #002F95 0%, #FFFFFF 100%);
	font-family:"Poppins";
	font-weight:700;
	font-size:16px;
	line-height:36px;
	padding-right:28px;
	padding-left:28px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.15);
	border-width:0px 0px 0px 0px;
}
.global-store-button:hover{
	background:linear-gradient(0deg, #7A4800 0%, #A35900 100%);
	box-shadow:0px 2px 5px rgba(0,0,0,0.30);
}
.global-store-button:active{
	background-color:#A35900;
}
.bloc-divider-b-0-bloc-4-fill{
	fill:#00216E;
}
.text-span-bloc-2-color{
	color:#ffffff;
}
.barista-menu{
	width:100%;
	align-items:center;
	justify-content:space-between;
}
.global-shop-navigation-link{
	font-family:"Poppins";
	font-weight:700;
	font-size:20px;
	text-transform:capitalize;
	width:100px;
	text-align:center;
	color:#FFFFFF!important;
	margin-right:auto;
	margin-left:auto;
}
.global-shop-navigation-link:hover{
	color:#C29766!important;
}
.global-shop-navigation-link:active{
	color:#673900!important;
}
.barista-padding-logo{
	margin-right:20%;
	margin-left:20%;
}
.barista-center-logo{
	width:100px;
}
.text-link-white{
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF!important;
}
.h6-bloc-112-style{
	font-size:16px;
}
.link-32257-style{
	width:100%;
}
.link-16822-style{
	font-weight:bold;
}
.text-link-white:hover{
	color:#B8C9C0!important;
}
.link-privacy-policy-style{
	font-weight:bold;
}
.btn-style{
	width:32.6%;
}
.btn-style:hover{
	color:#C29766!important;
}
.blue-background{
	background-color:#3467C1;
}
.h3-padding-top{
	font-size:32px;
	padding:22px 22px 22px 22px;
}
.img-love-tra-style{
	width:100%;
	height:100%;
}
.text-span--landing-style{
	font-weight:bold;
	font-size:20px;
	padding:0px 0px 0px 0px;
}
.lavender-link-style-2{
	color:#6F2F9E!important;
	font-size:20px;
	text-decoration:underline!important;
}
.lavender-link-style-2:hover{
	font-size:20px;
	color:#002F95!important;
}
.audio-player-2{
	background-color:transparent;
	width:75%;
	height:75%;
}
.label-username--style{
	font-family:Helvetica;
}
.label-password--style{
	font-family:Helvetica;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-dark-cerulean{
	background-color:rgba(10,80,126,0.80);
}
.bgc-rich-black{
	background-color:rgba(13,52,57,0.08);
}
.bgc-dark-cerulean-2{
	background-color:rgba(0,75,126,0.90);
}
.bgc-camel{
	background-color:rgba(195,151,102,0.05);
}
.bgc-dark-powder-blue{
	background-color:#002F95;
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}
.bgc-white-2{
	background-color:rgba(255,255,255,0.498039);
}
.bgc-st-patricks-blue{
	background-color:#13307B;
}
.bgc-dark-cerulean-3{
	background-color:#00357F;
}
.bgc-white-3{
	background-color:#FFFFFF;
}
.bgc-royal-blue-traditional{
	background-color:#00226E;
}

/* Text colour styles */

.tc-dark-powder-blue{
	color:#002F95!important;
}
.tc-royal-blue-traditional{
	color:#00226E!important;
}
.tc-dark-cerulean{
	color:rgba(10,80,126,0.80)!important;
}
.tc-onyx{
	color:#111111!important;
}
.tc-snow{
	color:#FBFBFB!important;
}
.tc-black{
	color:#020202!important;
}
.tc-platinum{
	color:#EAEAEA!important;
}
.tc-rich-black{
	color:rgba(13,52,57,0.08)!important;
}
.tc-paynes-grey{
	color:#414141!important;
}
.tc-paynes-grey-2{
	color:#414141!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-manatee{
	color:#A0A0A0!important;
}
.tc-white-2{
	color:#FFFFFE!important;
}
.tc-onyx-2{
	color:#141414!important;
}
.tc-white-3{
	color:#FFFFFF!important;
}
.tc-white-4{
	color:#FFFFFF!important;
}
.tc-dark-cerulean-2{
	color:#00357F!important;
}
.tc-tan{
	color:#D3B28E!important;
}
.tc-white-smoke{
	color:#F8F8F8!important;
}

/* Link colour styles */

.ltc-platinum{
	color:#EAEAEA!important;
}
.ltc-platinum:hover{
	color:#bbbbbb!important;
}

/* Icon colour styles */

.icon-camel{
	color:#C39766!important;
	border-color:#C39766!important;
}

/* Bloc image backgrounds */

.bg-island-g413d53708-1920{
	background-image:url("img/island-g413d53708_1920.jpeg");
}
.bg-beach-ge22c0efda-1920{
	background-image:url("img/beach-ge22c0efda_1920.jpeg");
}
.bg-beach-gde9525ebc-1920{
	background-image:url("img/beach-gde9525ebc_1920.jpeg");
}
.bg-heart-gd5d9a259c-1920{
	background-image:url("img/heart-gd5d9a259c_1920.jpeg");
}
.bg-beach-gb40547893-1920{
	background-image:url("img/beach-gb40547893_1920.jpeg");
}
.bg-hd-wallpaper-g8b819df8a-1920{
	background-image:url("img/hd-wallpaper-g8b819df8a_1920.jpeg");
}
.bg-beach-g1bc988cd0-1920{
	background-image:url("img/beach-g1bc988cd0_1920.jpeg");
}
.bg-Hearts-3-20Horizontal-3x{
	background-image:url("img/Hearts-3%20Horizontal@3x.png");
}
.bg-Hearts-3-20Horizontal-3x{
	background-image:url("img/Hearts-3%20Horizontal@3x.png");
}
.bg-paradise-g92e9c99d5-1920{
	background-image:url("img/paradise-g92e9c99d5_1920.jpeg");
}
.bg-plitvice-lakes-g1cbdc6f1e-1920{
	background-image:url("img/plitvice-lakes-g1cbdc6f1e_1920.jpeg");
}
.bg-cook-islands-g261e794d2-1920{
	background-image:url("img/cook-islands-g261e794d2_1920.jpeg");
}
.bg-orion-nebula-g179190edb-1920{
	background-image:url("img/orion-nebula-g179190edb_1920.jpeg");
}
.bg-hd-wallpaper-gb7a29da20-1280{
	background-image:url("img/hd-wallpaper-gb7a29da20_1280.jpeg");
}
.bg-quantum-physics-gd450457d6-1920{
	background-image:url("img/quantum-physics-gd450457d6_1920.jpeg");
}
.bg-beach-g2a598f361-1920{
	background-image:url("img/beach-g2a598f361_1920.jpeg");
}
.bg-clem-onojeghuo-7rrgPPljqYU-unsplash{
	background-image:url("img/clem-onojeghuo-7rrgPPljqYU-unsplash.jpeg");
}

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

/* = Animated Scroll Symbol-------------------------------------------------------------- */.mouse-symbol,.device-symbol {
	  width:29px;
	  height:50px;
	  border:2px solid rgba(0,0,0,.5);
	  border-radius:30px;
	  margin:0 auto;
	  position: relative;
}
.device-symbol {
	border-radius:6px;
}
.device-symbol:before{
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: rgba(0,0,0,.23);
	  height: 42px;
	  width: 21px;
	  border-radius: 2px;
	  margin: 2px 0 0 2px;
}
.mouse-symbol:after,.device-symbol:after {
	  content:"";
	  display: block;
	  position:absolute;
	  top:10px;
	  width:3px;
	  height:3px;
	  margin-left: 11px;
	  background-color:#000000;
	  border-radius:100%;
}
.device-symbol:after {
	top:12px;
}
.mouse-symbol-light.mouse-symbol,.mouse-symbol-light.device-symbol{
	border:2px solid rgba(255,255,255,.5);
}
.mouse-symbol-light.mouse-symbol:after,.mouse-symbol-light.device-symbol:after{
	background-color:#FFFFFF;
}
.mouse-symbol-light.device-symbol:before{
	background-color: rgba(255,255,255,.23);
}
.slow-touch-scroll:after {
	animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-touch-scroll:after {
	animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-invert-touch-scroll:after {
	animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}@keyframes mouse-scroll-slow {
	  0%{
	    -webkit-transform: translateY(0px) scaleY(1);
	    transform: translateY(0px) scaleY(1);
	  }  20% {
	    -webkit-transform: translateY(0px) scaleX(1.2);
	    transform: translateY(0px) scaleX(1.2);
	    opacity: 1;
	  }  100% {
	    -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
	    transform: translateY(25px) scaleY(3) scaleX(0.8);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast {
	  0%,20% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast-invert {
	  0%,20% {
	    -webkit-transform: translateY(15px);
	    transform: translateY(15px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: .1;
	  }}.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}


/* = 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){
	.navbar-nav li a{
		margin-right:2px;
		margin-left:2px;
	}
	.blocsapp-special-menu blocsnav li a{
		color:#FFFFFF!important;
		text-align:center;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		color:#B8C9C0!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#002F95;
	}
	.close-special-menu .close-icon{
		background-color:#FFFFFF;
	}
	.img-7-style{
		width:100%;
		height:100%;
	}
	.h3-style{
		font-size:22px;
	}
	h4{
		font-size:20px;
		color:#141414!important;
	}
	.navbar-brand{
		color:#00345E!important;
	}
	.h3-style-2{
		font-size:32px;
		width:100%;
		font-family:"CormorantGaramond-BoldItalic";
		line-height:48px;
	}
	h2{
		font-size:28px;
	}
	h5{
		font-size:18px;
		line-height:22px;
	}
	label{
		font-family:"Lato";
		font-size:14px;
		color:#141414!important;
	}
	h6{
		color:#414141!important;
		font-size:14px;
	}
	.h3-script-bold{
		font-size:22px;
		text-align:center;
		line-height:32px;
	}
	.hero-caption{
		font-size:28px;
		line-height:41px;
	}
	.h5-script-blue-bold{
		font-size:28px;
		line-height:44px;
	}
	.h4-script-white{
		font-family:"CormorantGaramond-MediumItalic";
		font-size:32px;
		line-height:48px;
	}
	.h2-script-white{
		font-size:28px;
		line-height:42px;
	}
	.h5-script-blue{
		font-size:24px;
		line-height:36px;
	}
	.img-padding-bottom{
		padding-bottom:37px;
	}
	.h4-style{
		font-size:24px;
		text-align:center;
	}
	.global-logo-link{
	}
	.h2-style{
		margin-top:-1px;
		padding-top:5px;
	}
	.bloc-0-margin-top{
		margin-top:8px;
		padding-top:1px;
	}
	.audio-player{
		width:100%;
	}
	.h2-2-style{
		font-size:28px;
	}
	.image-frame-blue{
	}
	.h5-style{
		line-height:32px;
	}
	.h5-bloc-39-style{
		line-height:32px;
	}
	.h5-gfg-lrs-style{
		line-height:32px;
	}
	.bloc-divider-b-fill{
		height:10px;
		fill:#C29766;
	}
	.global-gold-header{
		font-size:80px;
		line-height:90px;
	}
	.barista-product-column{
		padding:14px 14px 14px 14px;
	}
	.img-style{
		width:349px;
		height:349px;
	}
	.global-shop-navigation-link{
		font-size:18px;
		width:90px;
	}
	.barista-padding-logo{
		margin-right:18%;
		margin-left:18%;
	}
	.barista-page-section-title{
		font-size:42px;
	}
	.label-style{
	}
	.text-link-white{
		width:27.56%;
	}
	.accordian-header-link{
		font-size:18px;
	}
	.lavender-link-style-2{
		font-size:18px;
	}
	.lavender-link-style-2:hover{
		font-size:18px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.navbar-nav li a{
		font-size:13px;
		line-height:23px;
		text-align:center;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#00345E;
	}
	.close-special-menu .close-icon{
		background-color:#FFFFFF;
	}
	.container-div-margin-bottom{
		margin-bottom:18px;
	}
	h4{
		font-size:18px;
		color:#141414!important;
	}
	.h3-style-2{
		font-size:22px;
		width:100%;
		line-height:38px;
		letter-spacing:1px;
	}
	.h3-style{
		font-size:18px;
	}
	h2{
		font-size:24px;
	}
	h5{
		font-size:18px;
		line-height:16px;
	}
	label{
		font-size:12px;
		font-family:"Lato";
		color:#141414!important;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
	}
	h6{
		color:#414141!important;
		font-size:14px;
	}
	.navbar-brand img{
		width:500px;
	}
	.form-group{
		text-align:left;
	}
	.hero-caption{
		font-size:28px;
		line-height:43px;
		font-family:"CormorantGaramond-BoldItalic";
	}
	.h2-script-white{
		font-size:22px;
		line-height:38px;
	}
	.h4-script-white{
		font-size:22px;
		line-height:36px;
	}
	.h5-script-blue{
		font-size:22px;
		line-height:36px;
	}
	.h3-script-bold{
		line-height:36px;
	}
	.h4-style{
		font-size:24px;
	}
	.h3-2-style{
		font-size:24px;
	}
	.h2-style{
		font-size:32px;
		padding-top:1px;
	}
	.h4-2{
		font-weight:bold;
		text-align:center;
		letter-spacing:1px;
		font-size:18px;
	}
	.vertical-nav-list{
		text-align:left;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.checkbox-section{
		text-align:left;
	}
	.checkbox-padding-bottom{
		text-align:left;
	}
	.bloc-0-margin-top{
		margin-top:50px;
	}
	.hero-caption-familyship{
		font-size:28px;
		line-height:42px;
	}
	.corporate-home-row{
		max-width:100%;
	}
	.h2-2-style{
		font-size:24px;
	}
	.bloc-padding-top{
		padding-top:20px;
	}
	.bloc-bloc-9-padding-top{
		padding-top:20px;
	}
	.bloc-margin-bottom{
		margin-bottom:16px;
	}
	.h5-style{
		line-height:32px;
	}
	.global-gold-header{
		font-size:70px;
		line-height:80px;
	}
	.barista-product-column{
		margin-top:25px;
		margin-bottom:25px;
	}
	.global-shop-navigation-link{
		width:100%;
	}
	.barista-page-section-title{
		font-size:42px;
	}
	.accordian-header-link{
		font-size:16px;
		color:#002f95;
	}
	.accordian-header-link:hover{
		color:transparent!important;
	}
	.accordian-header-link:active{
	}
	.lavender-link-style-2:hover{
		font-size:16px;
	}
	.lavender-link-style-2{
		font-size:16px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.navbar-nav li a{
		text-align:center;
	}
	.nav-tabs .nav-link{
		margin-right:2px;
		margin-left:2px;
		font-size:14px;
	}
	.img-7-style{
		width:75%;
		height:75%;
	}
	.p-33-lh{
		font-size:16px;
	}
	h4{
		font-size:18px;
		color:#141414!important;
	}
	.h3-style-2{
		font-size:24px;
		line-height:28px;
		letter-spacing:1px;
	}
	.h3-style{
		font-size:18px;
	}
	h2{
		font-size:20px;
	}
	h5{
		font-size:16px;
		line-height:20px;
	}
	label{
		font-size:12px;
		font-family:"(null)";
		color:#141414!important;
	}
	h6{
		color:#414141!important;
		font-size:14px;
	}
	.navbar-brand img{
		width:250px;
	}
	.hero-caption{
		font-size:18px;
		line-height:34px;
		font-family:"CormorantGaramond-BoldItalic";
	}
	.h4-script-white{
		font-size:18px;
		text-align:center;
		line-height:32px;
	}
	.h2-script-white{
		line-height:36px;
	}
	.global-logo-link{
		width:247px;
		height:247px;
	}
	.h5-script-blue-bold{
		font-size:22px;
		line-height:36px;
	}
	.h5-script-blue{
		font-size:22px;
		line-height:36px;
		text-align:center;
	}
	.h3-script-bold{
		font-size:18px;
		line-height:28px;
	}
	.h2-style{
		font-size:24px;
		line-height:36px;
	}
	.h3-script-white{
		text-align:center;
	}
	.hero-caption-familyship{
		font-size:24px;
		line-height:32px;
	}
	.h4-2{
		font-size:16px;
		font-weight:bold;
	}
	.form{
		padding:2px 2px 2px 2px;
	}
	.p-style{
		font-family:Helvetica;
	}
	.btn-margin-bottom{
		margin-bottom:9px;
	}
	.h2-2-style{
		font-size:20px;
	}
	.accordian-header-link{
		padding:0px 0px 0px 0px;
	}
	.btn-margin-left{
		margin-top:32px;
	}
	.h5-style{
		line-height:32px;
	}
	.global-gold-header{
		font-size:55px;
		line-height:65px;
	}
	.barista-product-column{
		margin-bottom:25px;
		margin-top:25px;
		padding:0px 0px 0px 0px;
	}
	.img-style{
		width:249px;
		height:249px;
	}
	.bloc-divider-b-fill{
		fill:#C29766;
	}
	.barista-page-section-title{
		font-size:42px;
	}
	.text-span--landing-style{
		font-size:16px;
		text-align:center;
	}
	.h3-padding-top{
		padding:10px 10px 10px 10px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

