/* Main Frame & Page Style */
body {
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Lato,sans-serif;
}
a {
	text-decoration:none;
	color:#000;
}
input {
	font-family: Lato,sans-serif;
}

/* Common */
*, ::after, ::before {
    text-size-adjust: 100%;
	box-sizing: border-box;
}
.outerDiv {
	width:100%;
}
.hideOverflow {
	overflow: hidden;
}
.spacer71 {
	width: 100%;
	height: 71px;
	background-color: #121212;
}
.bgTransparent {
	background-color: transparent !important;
}

.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.w30 {
	width:30%;
}

/* Top Header */

.mainLogoDiv, .mainNavDiv, .menuDiv, .mainPhraseDiv, .mainBodyDiv .menuIcon {
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}	
#mainNav, .mainPhraseDiv {
	-webkit-transition:all;
	-o-transition:all;
	transition:all;
}
.menuIcon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	height: 70px;
	width: 3.7em;
	cursor: pointer;
	display: block;		
	background-color:#888888;
	opacity: 0;
	visibility: hidden;
}
.headerSection {
	display: flex;
	background-color: #121212;
}
.mainHeaderDiv {
	/* background: linear-gradient(225deg, rgb(23, 26, 87), #aaa 30%, #000); */
	background-color: rgb(42, 42, 42, 0.5);
	
	display: flex;
	border-bottom: 1px solid #333;

	/* fixed header top */
    position: relative;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    width: 100%;
    z-index: 1000;
	
	top: 0px;
    left: 0px;
    right: 0px;
    position: fixed !important;
	
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
	
}
.mainHeaderDiv.stuck {
	background-color: rgb(42, 42, 42);
}
.stuck {
	box-shadow: 0 0 40px -10px #000;
}
.mainLogoDiv {
	display: flex;
    width: 146px;
    height: 70px;
    flex: none;
    align-items: center;
    justify-content: center;	
	margin-left:2rem;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out
}
/*
.mainLogoDiv a img {
	width: 100%;
}
*/
.mainLogoDiv a {
	background-image: url(/_media/_image/bbw_main_logo_inverted.png);
    width: 146px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.mainPhraseDiv {
    width: auto;
    /* justify-self: flex-start; */
    color: #fff;
    font-size: 14px;
    text-shadow: #0f0f0f 2px 2px 2px;
    /* margin-top: 1rem; */
    padding: 0 0.5rem 0 1rem;
    top: 14px;
    position: absolute;
}
.mainNavDiv {
	width: auto;
    align-self: flex-end;
    margin-left: 2rem;
    justify-self: flex-start;
	color:#fff;
}
.navListDiv {
	list-style: none;
    margin: 0;
    padding: 0;
	line-height:32px;
	min-width:738px;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
.navListDiv li {
    display: inline-block;
    position: relative;
    height: 100%;
	
	font-size:16px;
	font-weight: 800;
	text-shadow:3px 3px 3px #333;
	
    /* padding: 8px 1rem; 
       -webkit-transform: translateZ(0);
       transform: translateZ(0);
	*/
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out

}
.navListDiv li:hover {
	box-shadow: inset 0 -4px 0 0 #bababa; 
}
.navListDiv li:hover a {
	color:#fff;
}

.navListDiv li a {
	display: block;
	text-decoration: none;
	color:#ddd;
	outline: 0!important;
	height: 100%;
	text-transform: uppercase;
    letter-spacing: .075em;
	padding: 0 1em;
	max-height: 3.7em;
	background-color: transparent;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out
}
.navListDiv li a:link, .navListDiv li a:visited {
	text-decoration: none;
}


.menuDiv {
	justify-content: flex-end;
	display: flex;
    flex: 2;
    align-items: center;
    order: 2;
	color:#fff;
    margin-right:2rem;
	min-width: 92px;
	width: 92px;
}
.menuDiv a {
	font-size: 18px;
	font-weight: 800;
	color:#ddd;
	transition: all 500ms;
}
.menuDiv a:hover {
	color:#fff;
}
.menuDiv a span {
	margin-left: 8px; 
}

/* mainNav sub menu */
#mainHeaderDiv .userMenu {
	height: 100%;
    line-height: 70px;
}
.navListDiv li ul, .userMenu a + ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
    top: 32px;
    left: 0px;
	background-color: rgb(42, 42, 42, 0.5);
	width: max-content;
    margin: 0;
	padding: 5px;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 40px -10px #000;
}

.mainHeaderDiv.stuck .navListDiv li ul {
	background-color: rgb(42, 42, 42);
}

.navListDiv li:hover ul, .userMenu:hover a + ul {
	display: block;
 	opacity: 1;
	visibility: visible;
	margin-left: -8px;
	z-index: 999999;
}

.navListDiv li ul li {
	font-size: 14px;
}
.navListDiv li ul li:hover {
	box-shadow: none; 
}
.navListDiv li ul a:hover {
	color: #bababa;
}
.navListDiv li ul li {
	display: block;
}

.pointerTopDiv {
	position: sticky;
    bottom: 0;
	z-index: 2;
}
.pointerTop {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 9999;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	transition: all .7s ease-in-out;
	overflow: hidden;
	font-size: 25px;
	color: #ffffff;
	line-height: 175%;
	background-color:#333;
	border-radius: 40px;
	text-align: center;
	opacity: 0;
}

/* body style */
.outerWrapper {
	/* background-color:#121212; */
	/* color:#fff; */
	background-color:#fff;
}	
.innerWrapper {
	clear:both;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	position: relative;
}

.tableContainer {
	width: 100%;
    table-layout: fixed;
    display: table;
    border-top-width: 0px;
}
.flexContainer {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	/* flex-flow: row wrap; */
	align-items: flex-start;
}
.flexContainer .flexCell {
	width: auto;
	min-width:26%;
	padding: 60px 30px;
}

.oneFull {
	width:100%;
}
.oneHalf {
	width: 50%;
}
.oneThird {
	width: 33.3%;
}
.oneForth {
	width: 25%;
}
.flexCell {
	display: table-cell;
    vertical-align: top;
    padding: 70px 50px 70px 50px;
}
.stickyTop {
	position:sticky;
	top: 0;
}
.iconBox i.fas {
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.iconBox:hover i.fas {
	color: rgb(42, 42, 42);
}
.iconBoxIcon {
	font-size:3em;
	color: lightgray;
	margin-right: 22px;
}
.iconBoxIcon a {
	color:currentColor;
}
.iconBoxContent, .textBoxContent {
	overflow: hidden;
}
.textBoxContent.bgBox {
	background: url(/_media/_image/sample_bg2_resized.png) right center no-repeat scroll;
    vertical-align: middle;
    width: 100%;
    height: 600px;
}

.iconBoxContent h3 {
	font-weight: normal;
	margin: 0 0 -3px 0;
}

.iconBoxContent h3 + div.container {
	line-height: 1.65em;
	margin: 0.85em 0;
	color: #888888;
}
.iconBoxContent h3 + div.container b{
	color: #000000;
}
.textBoxContent .textHeader {
	font-size: 1.6em;
	color: #000000;
	margin-bottom:20px;
}
.textBoxContent .textBlock {
	line-height: 1.65em;
	color: #000000;
}
.parallaxContainer .parallaxBg {
	height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	align-items: center;
	display: flex;	
}

.programForm {
	height: auto !important;
	padding: 150px 0;
}
.programForm .parallaxCaption {
	font-size: 1.8rem !important;
	padding:0 20px;
}
.programForm .parallaxCaption {
	font-size: 1.8rem !important;
	padding:0 20px;
}
.programForm .parallaxForm {
	z-index: 1;
}
.programForm .parallaxForm .centerBoxDiv {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px 10px 10px 10px;
}
form#programForm div.inputBox:first-child {
	margin-top: 0;
}
form#programForm div.formPage {
	display: none;
}
form#programForm div.formPage:first-child {
	display: block;
}
.p20 {
	padding: 20px;
}

.scrollTo {
	cursor: pointer;
}


ul.parallaxList {
	margin:10px 0;
}
ul.parallaxList li {
	font-size: 1.6rem;
}


.parallaxBg.page {
	background-attachment: unset;
}
.parallaxContainer .parallaxBg:before {
	display: block; 
	left:0;
	top:0;
	content: "";
	opacity: 0.5;
    background-color: #35383c;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
}

.parallaxContainer .parallaxCaption {
	color: #ffffff;
    text-align: center;
	margin:0 auto;
    font-size: 3em;
	text-shadow: #0f0f0f 2px 2px 2px;
	font-weight: 300;
	z-index: 1;
}
.parallaxContainer .parallaxCaption h1 {
    font-size: 1em;
	font-weight: 300;
	z-index: 1;
	margin-top: 70px;
}
.parallaxCaption .subCaption {
	font-size: 0.4em;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}
.pageWrapper {
	margin: 0px auto;
    max-width: 1410px;
	
}
.pageContainer {
	position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}
.pageSection {
	padding: 70px 0;
}

.sectionHeader {
	font-size:40px;
}
.sectionHeader h2 {
	font-size:1em;
	padding: 0;
	margin: 0;
	white-space: normal;
	letter-spacing: 1px;
	font-weight: 300;
}
.sectionContent {
	padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	margin: 0.85em 0;
}
.sectionSeparator {
	margin: 0 auto;
    text-align: center;
    font-size: 3rem;
	padding: 0;
    border: 0;
    vertical-align: baseline;
}
.contentImg {
	width:25%;
	margin: 0 20px 20px 0;
}
.pageSection:after {
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hrBar {
    width: 50px;
    border-color: #000000;
    border-top-width: 2px;
    display: inline-block;
    vertical-align: middle;
    border-top-style: solid;
	margin: 20px 0;
}


.whyUsDiv {
	background-color:rgb(246, 246, 246);
}

/* box */
.outerCenterBox {
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.vMiddle {
    display: table-cell;
    vertical-align: middle;
}
.centerBoxDiv {
	margin: 0 auto;
	min-height: 300px;
	border: 1px solid #333;
	background-color: #222;
	padding: 44px;
}
.mWidth440 {
	max-width: 440px;
}
.titleUnder {
    font-weight: 300;
    z-index: 1;
	margin: 0;
    margin-top: 40px;
}
.formPageTitle {
    font-weight: 300;
    z-index: 1;
	margin: 0;
    margin-top: 0;
	color:#fff;
}
.mainLogoBoxDiv {
	display: flex;
    width: 100%;
    height: 70px;
    flex: none;
    align-items: center;
    justify-content: center;	
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out
}
.mainLogoBoxDiv a {
	background-image: url(/_media/_image/bbw_main_logo_inverted.png);
    width: 146px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.inputBox {
	color: #fff;
    cursor: text;
	display: inline-flex;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #484848;
    width: 100%;
	line-height: 50px;

}
.textBox {
	color: #ccc;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
	line-height: 24px;
}
.textBox a {
    color: inherit;
}

a.btn {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
a.btn:hover {
	color: #999;
}
.inputBox input, .inputBox select {
	font: inherit;
    color: #f4f4f4;
    width: 100%;
    border: 0;
    height: 50px;
    margin: 0;
    display: block;
    /* padding: 6px 0 7px; */
    min-width: 0;
    background: none;
	padding: 0 14px 0 14px;
	outline: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.inputBox select option {
	background-color: #484848;
	
}

.inputBox i#togglePassword {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.inputBox input#date {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	vertical-align: middle;
}
/*
.inputBox input[type=date][readonly] {
	line-height: 50px;	
	background-color:lightgray;
}
*/

.inputBox input:focus + i#togglePassword {
    background-color: #666;
	border-radius: 0 4px 4px 0;
}
.inputBox input.required.error, .inputBox select.required.error {
    background-color: #d54841;
	border-radius: 4px;
}
.inputBox input.required.error + i#togglePassword {
    background-color: #d54841;
	border-radius: 0 4px 4px 0;
}
.inputBox input.highlight {
	background-color: cadetblue;
}

.inputBox input[type=submit], .inputBox button[type=submit], .inputBox button[type=button] {
	font: inherit;
    color: #f4f4f4;
    width: 100%;
    border: 0;
    height: 50px;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background-color: #005da6;
	border-radius: inherit;
	padding: 0 14px 0 14px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;	
}
.inputBox button[type=button] {
	background-color: darkolivegreen;
}
button[type=button] + button[type=button], button[type=button] + button[type=submit] {
	margin-left:15px;
}
.inputBox input[type=submit]:hover, .inputBox button[type=submit]:hover, .inputBox button[type=button]:hover {
    background-color: #007da6;
}
.inputBox button.loading {
	cursor: default;
}
.inputBox button.loading span {
	display: none;
}


.inputBox input[type=submit][disabled], .inputBox button[type=submit][disabled] {
	color: rgba(255, 255, 255, 0.3);
	background-color: rgba(18,18,18,0.5);
	border-radius: inherit;
	padding: 0 14px 0 14px;
	outline: none;
	cursor: auto;
}

.inputBox i#togglePassword {
	cursor: pointer;
    line-height: inherit;
	padding: 0 14px;
}

/* page masonry */
.masonryWrapper {
	background-color: rgb(42, 42, 42);
    padding: 3%;
}
.pageMasonry {
	column-count: 5;
}
.pageMasonry .item {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.pageMasonry .item:hover {
}
.pageMasonry .item img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
	max-width: 100%;
    vertical-align: middle;
}
.pageMasonry .item img:hover {
    transform: scale(1.05,1.05);
}

/* horizontal masonry */
.hMasonryWrapper {
	display: flex;
	flex-wrap: wrap;
}
.hMasonryWrapper a {
	display: block;
	height:100%;
}
.hMasonryWrapper .item {
	height: 150px;
    line-height: 150px;
    color: #000;
    margin: 1rem;
    padding: 0 1rem;
    text-align: center;
    font-size: 1.5rem;
    flex: 1 0 auto;
    background-color: #fff;
    box-shadow: #999 3px 3px 3px 3px;
    border-radius: 10px;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out

}

.hMasonryWrapper .item:hover {
    box-shadow: #666 3px 3px 3px 3px;
}

.hMasonryWrapper .item .icon {
    font-size: 2em;
    color: lightgray;
    margin-right: 22px;	
	vertical-align: middle;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.hMasonryWrapper .item:hover .icon {
	animation: shake 0.5s;
	color: rgb(42, 42, 42);
}

/* program css */
.descWrapper {
	display:flex;
	flex-flow: column wrap;
}
.descWrapper div {
	background: #EC985A;
    color: #000;
    margin: 1rem;
    font-size: 1rem;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 20px;
    text-align: left;
    box-shadow: 5px 5px 60px 0px rgba(0,0,0,0.15);
    width: -webkit-fill-available;
    
    vertical-align: top;
    line-height: 1.6rem;
}
.descWrapper div:hover {
    box-shadow: #aaa 5px 5px 60px 0px;
}
#getStartedBtn {
    position: absolute;
    top: 60px;
    right: 65px;
    width: max-content;
    padding: 0 40px;
	box-shadow: #aaa 5px 5px 60px 0px;
    border-radius: 10px;
    font-weight: bold;
    background-color: rgb(0, 51, 102);
    color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#getStartedBtn:hover {
    box-shadow: 5px 5px 60px 0px rgb(0, 51, 102);
}


/* breadcrumb css */
#breadCrumbDiv {
	/*
	position: relative;
    left: 0;
    top: -60px;
	*/
}
#breadCrumbDiv ul {
    margin: 0;
    padding: 0 .5rem 0 0;
    overflow: hidden;
	list-style-type: disc;
    color: #666;
	font-size: 1.0rem;
}
#breadCrumbDiv a:hover {
    color: #AE508D;
    border-color: #AE508D;
    outline: 0;
}
#breadCrumbDiv li {
    display: inline-block;
	text-align: -webkit-match-parent;
}
#breadCrumbDiv li:before {
    padding: 0 .5rem 0;
    content: "\2039";
}
#breadCrumbDiv li:last-child a {
	/* color: #aaa; */
}

#breadCrumbDiv li:first-child:before {
	content: "";
}

.textCenter {
	text-align:center !important;
}
.textLeft {
	text-align:left !important;
}

.floatLeft {
	float:left;
}



/* fullscreen slider */
/* Slider wrapper*/

.fullWrapper {
	position: relative;
    width: 100%;
	/* default full height excluding header
	   height: calc(100vh - 71px); */
	/* height: 100vh; */
	height: 76vh;
}

.csWrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	overflow: hidden;
	position: relative;
	
	/* fit to screen */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Slider */
.cSliderDiv {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
	align-items: center;
	justify-content: center;
	align-content: center;
	-webkit-transition: -webkit-transform 1600ms;
	transition: -webkit-transform 1600ms, transform 1600ms;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: flex;
	justify-content: flex-start;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	overflow: hidden;
	
}


.cSliderDiv .content {
	width: 100%;
	text-align: left;
	padding-left: 5%;
}
.cSliderDiv .content.Right {
	width: 100%;
	text-align: right;
	padding-right: 5%;
}
.cSliderDiv .content.Center {
	width: 100%;
	text-align: center;
	padding: 0;
}


/* Slider Inner Slide Effect */
.cSliderDiv h2 {
	color: #333333;
	font-weight: 300;
	/* text-transform: capitalize; */
	font-size: 60px;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	margin: 0;
	letter-spacing: 2px;
	text-shadow: 2px 2px 10px #000;
}

.cSliderDiv h4 {
	font-size: 22px;
	color: rgba(51, 51, 51, 0.349);
	font-weight: bold;
	/* text-transform: uppercase; */
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	text-shadow: 2px 2px 10px #000;
}

.cSliderDiv video {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cSliderDiv .videoOverlay:before {
	content:"";
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:0;
}

.cSliderDiv > img {
	position: absolute;
	right: 10%;
	bottom: 0;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}

.cSliderDiv .link-button {
    background-color: #ea2e49;
    width: auto;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-align: left;
    padding: 0 35px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
}

.link-button:hover {
	box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
}

/*
.link-button:after {
	content: '';
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 35px;
	top: 18px;
}
*/

.cSliderDiv .buy-now-btn:focus,
.navigation .login-btn:focus {
	outline: none;
}

/* Animations */
.cSliderDiv h2 {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
}
.cSliderDiv h4 {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1.4s; /* Safari */
	transition-delay: 1.4s;
}
.cSliderDiv > img {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1.2s; /* Safari */
	transition-delay: 1.2s;
}

/* Slider Pagger */
.slider-pagination {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.slider-pagination button {
	border: solid 1px transparent;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
    padding: 0px;
    background: none;
    line-height: 1;
    font-weight: 400;	
	border: none;
    outline:none;
}
.slider-pagination button i {
	color:#ffffff;
	-webkit-transition: all ease 300ms;
	transition: all ease 300ms;
	text-shadow: 0 0 10px #000000;
}
.slider-pagination button.active i {
	color:#000000;
	text-shadow: 0 0 10px #ffffff;
}

.cSliderDiv.active h4, .cSliderDiv.active h2, .cSliderDiv.active > img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

/* calendar */
.calendarDiv {
	background-color: #fff;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 10px;
} 
.calendarDiv .calendarBar {
	width: 100%;
    table-layout: fixed;
    display: table;
    border-top-width: 0px;
	margin-bottom: 10px;
}
.calendarDiv .calendarBar div {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.calendarDiv .calendarBar div:first-child {
    padding: 0 5px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.calendarDiv .calendarBar div:last-child {
    padding: 0 5px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.calendarDiv .calendarDisplay {
	width: 100%;
	text-align: center;
	display: table;         
	border-spacing: 5px;
}
.calendarDiv .todayDate {
    background-color: beige;
    border-radius: 10px;
    padding: 5px 8px;
}
.calendarDiv .calendarRow {
	width: 100%;
    table-layout: fixed;
    display: table;

}
.calendarDiv .calendarWeekCell {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.calendarDiv .calendarDayCell {
    padding: 0 5px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.calendarDiv .availableDate:hover {
	background-color: lightgray;
    border-radius: 10px;
}
.calendarDiv .availableDate.picked {
	background-color: lightgray;
    border-radius: 10px;
}
.calendarDiv .calendarEmptyCell {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.calendarDayCell.prevDate, .calendarDayCell.notAvailableDate {
	color: lightgray;
	cursor: default;
}
.calendarDayCell:hover {
	border-radius: 5px;
}
.calendarEmptyCell, .todayDate {
	cursor: default !important;
}
.dateAvailable {
	background-color:#333;
	color:#fff;
}

/* footer style */
.mainFooterDiv {
	background-color:#333;
}
.footerContentDiv {
	padding: 1rem 2rem;
	color:#fff;
}

.footerContentDiv .fab {
	color:#ddd;
	font-size:24px;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
.footerContentDiv .fab:hover, .footerContentDiv .footerLinkDiv a:hover {
	color:#fff;
}
.footerContentDiv .socialIconDiv {
	margin-bottom:20px;
}
.footerContentDiv .socialIconDiv, .footerContentDiv .footerLinkDiv {
	text-align: center;
}
.footerContentDiv .socialIconDiv a {
	margin: 0 5px;
}
.footerContentDiv .socialIconDiv a:first-child {
	margin-left:0;
}
.footerContentDiv .contentWrapper {
	margin-bottom:20px;
	display: table;
} 
.footerContentDiv .contentWrapper div {
	display:inline-block;
	max-width: 320px;
	min-height: 120px;
	
}
.footerContentDiv .footerLinkDiv {
	border-top: 1px solid gray;
	padding: 10px 0;
	margin:0 auto;
}
.footerContentDiv .footerLinkDiv a {
    display: inline-block;
    color: #ddd;
	padding: 5px 10px;
	font-size:14px;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
.footerContentDiv .footerLogoDiv {
	text-align: center;
	font-size:12px;
	border-top: 1px solid gray;
	padding-top: 10px;
}
.footerContentDiv .footerLogo {
    width: 146px;
    height: 65px;
	margin: 0 auto 20px auto;
}
.footerContentDiv .footerLogo a {
	display: block;
    width: 146px;
    height: 65px;
    background-image: url(/_media/_image/bbw_main_logo_inverted.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* Responsive */
@media only screen and (max-width: 767px) {
	
	.mainHeaderDiv.stuck .navListDiv li ul {
		background-color: unset;
	}
	
	.hMasonryWrapper .item {
		margin: 0.5rem 0;
	}
	
	.cSliderDiv h2 {
		font-size: 2em;
	}
	.cSliderDiv h4 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.slider-content {
		padding: 0 2%
	}

	.navigation {
		padding: 0 2%;
	}

	.navigation-left {
		display: none;
	}

	.number-pagination {
		right: 2%;
	}
	.slider-pagination {
		left: 2%;
	}

	.cSliderDiv .buy-now-btn {
		padding: 0 15px;
		width: 175px;
		height: 42px;
	}

	.cSliderDiv .buy-now-btn:after {
		top: 15px;
	}

	.cSliderDiv > img {
		right: 2%;
	}

	.slide-1 > img {
		right: -110px;
	}
}



/* Responsive style */
@media only screen and (max-width: 1060px) {

	.navListDiv li ul {
		top: 55px;
	}	
	.navListDiv li ul li {
		height: 32px;
		line-height: 32px;
	}	
	
	.mainHeaderDiv {
		max-height:57px;
	}
	.mainPhraseDiv {
		opacity: 0;
		visibility: hidden;
		min-width: 0;
		height: 32px;
		overflow: hidden;
	}
	.mainLogoDiv {
		margin-left: 1rem;
		height:56px;
	}
	.menuDiv {
		margin-right: 1rem;
		padding-right: 0;
	}
	.mainLogoDiv a {
		background-image: url(/_media/_image/bbw_main_logo_s_inverted.png);
		width: 130px;
		height: 56px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.menuIcon {
		height: 57px;
	}	
	.navListDiv {
		line-height: 56px;
		min-width: initial;
	}	
	.mainNavDiv {
		margin-left: 1rem;
	}
	.navListDiv li { 
		font-size: 14px;
		height:55px;
	}
	.navListDiv li a { 
		padding: 0 0.5em;
		max-height: 56px;
	}
	.spacer71 {
		height:56px;
	}
	.menuDiv a {
		font-size: 18px;
	}
	#mainNav {
		top: 57px;
	}
	.menuIcon.opened + .navListOverlay {
		top: 57px;
	}
	
	.contentImg {
		width: 30%;
	}
	
	.programForm .parallaxForm .centerBoxDiv {
		margin: 0 20px;
	}
	.centerBoxDiv {
		padding: 30px;
	}
	
	
	/* full height excluding header for smaller header
	.fullWrapper {
		height: calc(100vh - 56px);
	} 
	*/
	
}



@media only screen and (max-width: 840px) {

	.fullWrapper {
		height: 100vh;
	}

	/*
	.navListDiv {
		min-width: 470px;
	}
	.navListDiv li a {
		letter-spacing: unset;
		padding: 0 0.3em;
	}
	*/
	
	.iconBoxIcon {
		margin-bottom: 15px;
		float: none;
		display: inline-block;
	}	
	.whyUsDiv .flexCell:first-child{
		width: 100%;
	}
	.whyUsDiv .flexCell:last-child{
		display: none;
	}
	.contentImg {
		width: 35%;
	}
	

	.pageMasonry {
		column-count: 4;
	}
	
	.pageContainer {
		padding: 0px 30px;
	}
	
	#getStartedBtn {
		right: 45px;
		padding: 0 30px
	}	
	
	.programForm .parallaxForm .centerBoxDiv {
		margin: 0 auto;
		margin-top: 40px;
	}	
	.parallaxContainer .parallaxBg {
		display: grid;
	} 
	.parallaxContainer .parallaxBg .oneHalf {
		width:100%;
	}
		
	
}





@media only screen and (max-width: 840px) and (orientation: landscape) {
	
	.fullWrapper {
		height: 100vh;
		
	}
	.parallaxContainer .parallaxBg {
		height: 200px;
	}	
	
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
	
	.fullWrapper {
		height: 70vh;
	}
	
}

@media only screen and (max-width: 767px) {

	.iconBoxIcon {
		float: left;
	}
	.tableContainer .flexCell {
		display: flex;
		vertical-align: top;
		padding: 0 50px 50px 50px;
	}
	.tableContainer .flexCell:first-child {
		padding-top: 50px;
	}
	.oneThird {
		width: 100%;
	}
	.flexContainer .flexCell {
		padding-bottom: 0;
	}
	.flexContainer .flexCell:last-child {
		padding-bottom: 60px;
	}
	
	.pageMasonry {
		column-count: 3;
	}
	.pageContainer {
		padding: 0px 20px;
	}
	
	#getStartedBtn {
		right: 25px;
		padding: 0 10px;
		letter-spacing:0;
	}	



	.menuDiv a span {
		display: none;
	}
	.menuDiv a i.fas.fa-user {
		font-size:26px;
	}


	.mainLogoDiv, .mainNavDiv, .menuDiv, .mainPhraseDiv, .mainBodyDiv {
		-webkit-transition:all .1s ease-in-out;
		-o-transition:all .1s ease-in-out;
		transition:all .1s ease-in-out
	}	

	.mainNavDiv {
		margin-left:0;
	}
	#mainNav, .mainPhraseDiv {
		opacity: 0;
		visibility: hidden;
		min-width: 0;
		height: 32px;
		overflow: hidden;
	}
	.menuIcon {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999999;
		width: 3.7em;
		cursor: pointer;
		display: block;		
		background-color:#888888;
		opacity: 1;
		visibility: visible;
		-webkit-transition: background-color .15s ease-in-out 0s;
		-o-transition: background-color .15s 0s ease-in-out;
		transition: background-color .15s ease-in-out 0s;
	}
	.menuIcon:hover {
		background-color:#999999;
	}
	.menuIcon .lines:before {
		top: 12px;
	}	
	.menuIcon .lines:after {
		top: -12px;
	}	
	.menuIcon .lines {
		top: 48%;
		right: 0;
		width: 32px;
		margin: 0 auto;
		-webkit-transition: background-color .15s ease-in-out 0s;
		-o-transition: background-color .15s 0s ease-in-out;
		transition: background-color .15s ease-in-out 0s;
		cursor: pointer;
		position: absolute;
		left: 0;
		display: inline-block;
		height: 4px;		
		background-color:#fff;
	}
	.menuIcon .lines:before, .menuIcon .lines:after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: top .15s ease-in-out 0s,-webkit-transform .07s ease-in-out;
		transition: top .15s ease-in-out 0s,-webkit-transform .07s ease-in-out;
		-o-transition: top .15s 0s ease-in-out,transform .07s ease-in-out;
		transition: top .15s ease-in-out 0s,transform .07s ease-in-out;
		transition: top .15s ease-in-out 0s,transform .07s ease-in-out,-webkit-transform .07s ease-in-out;
		background-color:#fff;
	}	
	.menuIcon.opened .lines {
		background-color: transparent !important;
	}
	.menuIcon.opened .lines:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}
	.menuIcon.opened .lines:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	/* menu overlay and full menu */
	.menuIcon.opened + .navListOverlay {
		left: 0;
		bottom: 0;
		display: block;		
		visibility: visible;
		opacity: 1;
		z-index: -1;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.55);
		z-index: -99999;
		-webkit-transition: opacity .3s cubic-bezier(.075,.82,1,1);
		-o-transition: opacity .3s cubic-bezier(.075,.82,1,1);
		transition: opacity .3s cubic-bezier(.075,.82,1,1);
		cursor: default;
	}
	.menuIcon.opened + .navListOverlay #mainNav {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		background-color:#444;
		overflow-y: auto;
		overflow-x: hidden;
		visibility: visible;
		opacity: 1;
	}	
	#mainNav {
		visibility: hidden;
		display: block;
		position: fixed;
		left: 0;
		width: 70vw;
		max-width: 100%;
		height: calc(100% - 57px);
		max-height: 100vh;
		opacity: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		-webkit-transition: -webkit-transform .1s cubic-bezier(.075,.82,1,1);
		transition: -webkit-transform .1s cubic-bezier(.075,.82,1,1);
		-o-transition: transform .1s cubic-bezier(.075,.82,1,1);
		transition: transform .1s cubic-bezier(.075,.82,1,1);
		transition: transform .1s cubic-bezier(.075,.82,1,1),-webkit-transform .1s cubic-bezier(.075,.82,1,1);
	}
	#mainNav li {
		display: block;
		height: fit-content;
		border-bottom: 1px solid #333;
		padding: 5px 0;
	}
	#mainNav li:hover {
		box-shadow: none;
	}
	
	.displayMainPhrase {
		opacity: 1;
		visibility: visible;
		position: fixed;
		bottom: 20px;
		left: 0;
		top: unset;
		width: 70vw;		
		height: auto;
	}
	
	.mainHeaderDiv .mainLogoDiv {
		margin:0 auto;

	}
	.contentDiv.mainNavDiv {
		position: absolute;
		top: 0;
		left: 0;
	}
	.contentDiv.menuDiv {
		position: absolute;
		top: 0;
		right: 0;
		height: 57px;
	}
	.navListDiv li a {
		padding: 0 1em;
		max-height: 30px;
		line-height: 32px;
	}	
	
	/* sub menu */
	.navListDiv li ul {
		top: 0;
	}	
	
	.navListDiv li ul {
		visibility: visible;
		opacity: 1;
		display: block;
		position: unset;
		left: 0px;
		background-color: #444;
		padding: 5px 10px 0;
		box-shadow: unset;
		width: auto;
		border-radius: unset;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
		
	}

	.navListDiv li:hover ul {
		margin-left: 0;
	}
	
	#mainNav li {
		border-top: 1px solid #333;
		border-bottom: unset;
	}	
	
	.contentImg {
		width: 100%;
	}
	.pageMasonry {
		column-count: 2;
	}
	.pageContainer {
		padding: 0px 10px;
	}
	
}

@media only screen and (max-width: 441px) {
	body {
		background-color: #222 !important;
	}
	.centerBoxDiv {
		border: none;
		/* background-color: transparent !important; */
		padding: 20px;
	}
	.descWrapper div {
		margin: 0;
	}
	.descWrapper div:first-child {
		margin-top: 1rem;
	}
	.calendarDiv .calendarWeekCell, .calendarDiv .calendarDayCell {
		padding: 0;
	}	
}



@media only screen and (max-width: 1040px) {
}

@media only screen and (max-width: 900px) {
}
@media(min-width: 576 px) {
}
@media(min-width: 768 px) {
}
@media(min-width: 992 px) {
}
@media(min-width: 1200 px) {
}
@media(min-width: 776 px) {
}
@media(min-width: 968 px) {
}
@media(min-width: 1192 px) {
}
@media(min-width: 1400 px) {
}
@media screen and (max-width: 1192px) {
}
@media only screen and (max-width: 720px) {
}
@media only screen and (max-width: 530px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (min-width : 321px) and (max-width : 640px) and (orientation : landscape) { 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgray;
}

/* autofill css, may need to be updated */
input:-webkit-autofill, :-webkit-autofill:active, :-webkit-autofill:focus, :-webkit-autofill:hover, input:-internal-autofill-selected {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #484848 inset;	
}
