@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
	--font-Headings: "Nunito", sans-serif; /* Headings */
	--font-main: "Nunito", sans-serif; /* Body and Menu */
	--font-accent: "Gloria Hallelujah", cursive; /* Qoutes and Small */
    --color-primary: #5B7C99;        /* main brand blue */
    --color-secondary: #5E7D66;      /* forest green accent */
    --color-light-accent: #F4E4A6;   /* soft storybook yellow */
    --color-body-text: #2F2F2F;      /* readable dark text */
    --color-background-light: #FAF8F4; /* warm paper background */
    --color-dark-bg: #2F4A5A;        /* deep blue for contrast */
	--color-dark-bg-rgb: 47, 74, 90;
    --btn-radius: 5px;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-family: var(--font-main);
    font-size: 22px;
    color: var(--color-body-text);
    font-weight: 300;
    opacity: 0;
    overflow-x: hidden;
    animation-name: fadeInB;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 1;
    animation-fill-mode: forwards;
	background-color: var(--color-background-light);
}
main {
    min-height: 100vh;
   	background-color: var(--color-background-light);
    position: relative;
    z-index: 150;
	overflow: hidden;
}
@keyframes fadeInB {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#Main {
    padding-top: 45px;
    padding-bottom: 45px;
}
#Main img, #homeMain img {
    max-width: 100% !important;
    height: auto !important;
}
@media(max-width:768px) {
    #Main img, #homeMain img {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #Main {
        width: 100%;
    }
}
img[src="https://www.paypal.com/en_US/i/scr/pixel.gif"] {
    display: none;
}
#Main .breakWidth {
    width: 90vw;
    position: relative;
    margin-left: -45vw;
    left: 50%;
}
#Main .sample img {
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
    margin-bottom: 20px;
}
.pageTop {
    position: relative;
    width: 100%;
    min-height: calc(40vh + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/tempimg/pageTop.jpeg);
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 50;
}

/*------------Home TOP --------------------*/
.mainLogo {
	display: block;
	margin: 20px auto 30px auto;
	width:600px;
	max-width: 90%;
}
@media(min-width:768px) {
    .navbar-right {
        padding-right: 1vw;
    }
}

/*-------------------Home TOP END ------------------*/
/*-------- Display Top Overrides -------*/

/*---------- MAIN SignUp---------------*/
.mainSignUp {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
	overflow: hidden;
}
.mainSignUpBack {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
 	bottom:0px;
}
.mainSignUpIMG img{
	width: 100%;
}
.mainSignUpContent {
	position: absolute;
    top: 0px;
    left: 8%;
    right: 54%;
	min-height: 100%;
	padding: 20px 2vw 20px 2vw;
	background-color: rgba(var(--color-dark-bg-rgb), 0.6);
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content:center;	
}
.mainSignUpContent h2 {
	color:white;
	margin: 0px;
	width: 100%;
}
.mainSignUpContent h4 {
	color:white;
	width: 100%;
	margin: 20px 0px;
}
.mainSignUpContent p {
	color:white;
	margin: 0px 0px 20px 0px;
	font-size: 24px
}
.mainSignUpForm {
	width:100%;
}
.mainSignUpForm .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    font-size: 24px;
	margin-bottom:20px;
    border-radius: 4px;
}

.mainSignUpForm button {
    width: 100%;
}
@media(max-width:1200px) {
	.mainSignUp {
		background: url("/tempimg/SignBack_1.png");
		background-size: cover;
		background-position: center center;
		padding: 40px;
	}
	.mainSignUpIMG{
		display: none;	
	}
	.mainSignUpContent {
		position: relative;
		min-height: 100%;
		left:auto;
		right: auto;
		padding: 20px 4vw 20px 4vw;
		background-color: rgba(43,47,68,0.6);
		text-align: center !important;
	}
}
/* ---- New Book -----*/
.newBook {
	padding-top:90px;
	padding-bottom: 90px; 
	text-align: center;
}
.newBook img {
	width: 20%;
	margin: 1%
}
@media(max-width:768px) {
	.newBook img {
	width: 80%;
		display: block;
		margin: auto;
	}
}

/*------------------ END MAIN BOOKS ---------------*/
/*@supports (-webkit-touch-callout: none) {
    .pageTop {
        background-attachment: inherit !important;///////////////////////////
    }
}
.pageTop .image-cover {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.contentBack {
    position: relative;
    padding-top: 8px;
    width: 100%;
    z-index: 140;
}
.pageLine {
    padding: 80px 20px 20px 20px;
}
.pageTextTop {
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 5px;
    border: 0px solid rgba(255, 255, 255, .3);
}
.pageTextTop h1 {
    font-size: 58px;
    color: var(--color-secondary);
    text-shadow: 0px 1px 1px black;
    margin: 5px;
    line-height: 48px;
}
.pageTextTop h1 span {
    font-size: 24px;
    color: var(--color-dark-bg);
    text-shadow: 0px 1px 1px black;
    margin: 5px;
    font-weight: normal;
    line-height: 30px;
}

.pageTextTop h1 small {
    color: var(--color-primary);
    font-size: 52px;
    text-transform: uppercase;
}*/
hr {
    border: none;
    height: 2px;
    background-color: var(--color-light-accent);
}
@media(max-width:768px) {
    .pageTextTop h1 {
        font-size: 36px;
        line-height: 34px;
    }
}
/*--- NVHC End----------------------*/
.mainHome {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    max-width: 1600px;
    margin: auto;
	
}
.homeMainTop {
	width:90%;
	max-width:1900px;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
	text-align: justify;
}
.homeMainTop .row{
	display: flex;
  align-items:center;
	justify-content: center;
}

.homeMainLeft {
	padding-right: 60px;
}
.homeMainTop h1{
	text-align: left;
}
.photoBox {
  position:relative;
  display: inline-block;
}

.photoBox::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
	background-color: var(--color-light-accent);
  border: 3px solid var(--color-light-accent); /* use your palette */
  z-index: 0;
}
.photoBox img {
  position: relative;
  z-index: 1;
  display: block;
}
@media(max-width:992px) {
	.homeMainTop .row{
		display: block;
	}
	.homeMainLeft {
		padding-left: 20px;
		padding-right: 20px;
	}
	.photoBox {
		display: block;
		width:80%;
		max-width: 400px;
		margin: auto;
		margin-bottom: 40px;
	}
}
.childFlex p, .modal-body p, .post-item p, .contentFlex *, .post-item li, .post-item h2, .post-item h3, .post-item h4, .faqcloser p, .modal-content * {
    opacity: 1 !important;
    transform: none !important;
}
@media(max-width:768px) {
	.homeMainTop {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		
	}
    .navbar-custom li, .faAuto, .dropdown-toggle .fa {
        opacity: 1 !important;
        transform: none !important;
    }
}
.sr h1, .sr p, .sr .fa, .sr .eventRev, .photoBoxRight, .sr .agecol, .sr .divider, .sr #Main li, .sr #Main .divider, .sr #Main hr {
    visibility: hidden;
}

.sr .shr-socials li {
    visibility: visible !important;
}
.sr .itemInner p, .sr .itemInner h2, #Main #BlogTopics  li {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}
.err {
    border-color: red;
}
.imglinkres {
    /*border: 3px solid white;
	box-shadow: 0px 0px 1px 0px black;*/
}
#docbody {
    padding-top: 0px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: padding-top 1.0s;
    -moz-transition: padding-top 1.0s;
    transition: padding-top 1.0s;
}
.homeDisplay {
    width: 100%;
}
.homeDisplay1p {
    display: table;
    width: 100%;
}
.homeDisplay1 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 460px;
    overflow: hidden;
    width: 100%;
    line-height: 7vw;
    margin-top: 20px;
    color: white;
    font-size: 8vw;
    text-shadow: 1px 1px 3px black;
    text-align: right;
    padding: 4vw;
}
@media(min-width:1200px) {
    .homeDisplay1 {
        text-align: left;
        line-height: 90px;
        font-size: 80px;
        padding: 10vh calc(4vh + 10px);
    }
}
.homeDisplay2 {
    text-align: right;
    padding-right: 0px;
}
.homeDisplayButton {
    filter: grayscale(0%);
    transition: all 1s;
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
}
.homeDisplayButton:hover {
    filter: grayscale(100%)
}

.backline {
    position: relative;
    z-index: 1;
}
.backline:before {
    border-top: 2px solid var(--color-light-accent);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.backline span {
    padding: 0px 20px 0px 0px;
    background: var(--color-background-light);
}
.mailForm {
    text-align: right;
    margin-top: -37px;
    margin-bottom: 20px;
    margin-right: 40px;
    position: relative;
    z-index: 4;
}
@media(max-width:768px) {
	.mailForm {
		display: none;
	}
}
.mailForm label {
    color: var(--color-dark-bg);
    font-size: 22px;
    font-weight: normal;
}
.mailForm input {
    font-size: 20px;
    height: 38px;
}
.homePosts {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
/*----- Typography -----*/
h1 {
    font-family: var(--font-Headings);
    margin-top: 10px;
    font-weight: normal;
    font-size: 50px;
	line-height: 50px;
    color: var(--color-dark-bg);
}
h1 small {
	font-family: var(--font-accent);
    color: var(--color-primary);
	font-family: "Cormorant Upright", serif;
}
h2 {
    font-family: var(--font-Headings);
    margin: 25px 0px 25px 0px;
    font-weight: normal;
    color: var(--color-dark-bg);
    font-size: 44px;
    line-height: 1;
}
h2 small {
	font-family: var(--font-accent);
    color: var(--color-primary);
	text-transform:none;
	font-size: 22px
}
h3 {
    margin: 25px 0px 25px 0px;
    font-weight: normal;
    color: var(--color-dark-bg);
    font-size: 44px;
    line-height: 1;
	font-family: var(--font-accent);
    font-size: 36px;
}
h4 {
	font-family: var(--font-Headings);
    margin: 25px 0px 25px 0px;
    font-weight: normal;
   	color: var(--color-primary);
    font-size: 32px;
    line-height: 1;
}
p {
    margin: 25px 0px 25px 0px;
}
blockquote {
	font-family: var(--font-accent);
	margin: 25px 0px 25px 0px;
	padding: 5px 20px 5px 20px;
	border-left: 5px solid var(--color-light-accent);
	font-size: 22px;
}
blockquote p {
		margin: 10px 0px 10px 0px;
	
}
/*----- Typography End -----*/

.str_prd_name {
    font-family: var(--font-main);
}
.hide-store-filter, .hide-store-space {
    display: none;
}
.hide-store-sort {
    margin-top: -40px;
    margin-bottom: 40px;
    display: none;
}
.well {
    background-color: var(--color-background-light);
    background-image: linear-gradient(to bottom, var(--color-background-light) 0, var(--color-light-accent) 100%)
}
#footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 49;
    background-color: var(--color-dark-bg);
    color: white;
}
#footer .row {
    align-items: center;
}
.footerFluid {
    width: 100%;
    max-width: 1600px;
}
.footItem,
.footLink {
    margin: 10px 0px 10px 0px;
}
.footLink a,
#footer .Maker a {
    color: white;
}
.footLogo {
    text-align: center;
    padding: 0px;
}
.footLogo img {
    margin: 20px 0px 10px 0px;
	width: 200px;
    max-width: 90%;
}
#footer .copyL,
#footer .copyR {
    font-size: 18px;
    padding: 20px 30px 20px 30px;
}
#footer .copyL {
    text-align: left;
}
#footer .copyR {
    text-align: right;
}
#footer .Maker {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}
#footer .Maker a {
    text-transform: none;
    font-size: 12px;
}
#footer .MR {
    text-align: center;
}
@media (max-height: 400px) {
    #footer {
        position: relative;
    }
}
@media (max-width: 768px) {
    #footer .row {
        display: inherit;
    }
    .footLogo img {
        padding: 30px 0px 0px 0px;
        margin: 0px;
        max-width: 90%;
    }
    #footer .copyL {
        text-align: center;
        padding: 4px 0px 4px 0px;
    }
    #footer .copyR {
        text-align: center;
        padding: 4px 0px 40px 0px;
    }
    #footer {
        position: relative;
    }
    #footer .Maker {
        text-align: center;
    }
}
a {
    color: var(--color-secondary);
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: var(--color-primary);
}
hr {
    border-color: var(--color-dark-bg);
}
/*----TOP-----*/
@media(min-width:768px) {
    .topCon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
.topLinks a {
    display: inline-block;
    padding: 0px 20px 0px 10px;
    font-size: 40px;
    color: white;
    text-shadow: -2px 2px 0px black;
}
.topLinks a:hover {
    text-decoration: underline;
}
.topLeft {
    text-align: right;
}
.topRight {
    text-align: left;
}

/* Contact Bar ----*/
.getContact {
    background-color: var(--color-dark-bg);
    background-image: url('tempimg/toptexture.png');
    background-position: left center;
    padding: 8px 4vw 16px 4vw;
    color: white;
    font-size: 16px;
    text-align: right;
    box-shadow: 0px 0px 1px 1px black;
}
.getContact .break {
    margin-left: 10px;
    margin-right: 10px;
}
@media(max-width:768px) {
    .getContact {
        display: none;
    }
}

/*------------------Testimonies----------------*/
.contentNoTilt {
	position: relative;
	padding: 60px 25px 60px 25px;
	background-image: url(/tempimg/EndoBack2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment:fixed;
	color: white;
	margin: 0px 0px 0px 0px;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TiltCover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: var(--color-dark-bg);

	opacity: .4;
}

.contentNoTilt .left, .contentNoTilt .right {
	background-image: none !important;
	z-index: 1000;
}
.contentNoTilt .carousel-control {
	opacity: 1 !important;
}
#contentCar a {
	color: white;
}
#contentCar a:hover, #contentCar a:focus, #contentCar a:active {
	text-decoration: none;
	color: var(--color-light-accent);
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left {
		margin-left: -60px;
	}
	.carousel-control .glyphicon-chevron-right {
		margin-right: -60px;
	}
}
.contentFlex {}
.contentFlex {
	margin: auto;
	max-width: 1600px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 100%;
}
.carousel-inner, .carousel, .carousel-inner .item, .pageInner {
	width: 100%;
}
.contentImage {
	height: 100%;
}
.contentText {
	padding: 40px;
	width: 100%;
}
.contentFlex h3 {
	font-size: 42px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: white;
	text-shadow: 0px 0px 1px #464646;
	text-align: center;
}
.contentFlex p {
	text-align: center;
	font-size: 26px;
	margin-right: 10vw;
	margin-left: 10vw;
	margin-bottom: 15px;
	text-shadow: 0px 0px 1px #464646;
}
.contentFlex .contWho {
	font-size: 20px;
}
.contentFlex .stars {
	text-align: center;
	color: #FFD138;
	font-size: 36px;

}
.contentFlex .stars .fa-star {
	padding: 0px 10px 0px 10px;
	text-shadow: 0px 0px 1px #464646;
}
.contentImage {
	background-size: cover;
	background-position: center center;
}
#contentSlide .carousel-indicators li {
	height: 20px;
	width: 20px;
}
/*---------------*/
@media(max-width:768px) {
	.contentImage {
		margin: auto;
		margin-top: 40px;
		height: 20vh;
		max-width: 280px;
	}
	#contentSlide .carousel-indicators {
		display: none;
	}

	.contentNoTilt {
		background-attachment: inherit;
		padding: 0px;
	}
.contentText {
	padding: 20px 0px 20px 0px;
	font-size:22px; 
}
	.TiltCover {
		background-attachment: inherit;
	}
}
/*--------------- BLOG ----------------*/
.blogHold {
    padding: 10px 50px 40px 40px;
}
.pictureBack {
    height: 200px;
    width: 100%;
    margin: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}
.post-item h3 {
    font-size: 34px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}
.fluidMax {
    width: 90%;
    max-width: 1600px;
}
.blogComment {
    text-align: justify;
    font-size: 18px;
    color: black;
}
.catName {
    background-color: var(--color-dark-bg);
    color: white;
    text-align: center;
    padding: 4px;
}
/*------------------------------NAV-----------------------------*/
.bigLogo {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.bigLogo img {
    width: 80%;
    max-width: 300px;
}
.smallLogo {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.smallLogo img {
    width: 80%;
    max-width: 300px;
}
.navbar-brand img {
    height: 300%;
}
.mainMenu {
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 0px;
    z-index: 300;
    background-color: white;
    box-shadow: 0px 0px 2px 0px rgba(79,111,145,.35);
}
.phoneTop {
    display: inline-block;
    padding: 10px 10px 10px 20px;
}
.navbar-custom .navbar-inner {
    padding: 0;
}
.navbar-custom .nav:before, .navbar-custom .nav:after {
    content: none;
}
@media(min-width:768px) {
    .navbar-custom {
        margin: auto;
        width: 100%;
        max-width: 1900px;
    }
}
.navbar-custom .nav li a {
    position: relative;
    height: 100%;
    color: var(--color-dark-bg);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
}
.navbar-custom .nav li span {
    position: relative;
    display: block;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
    color: var(--color-dark-bg);
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-custom .nav .open a:focus {
    background: none !important;
    background-image: none !important;
}
.menuSmallSlogan {
	display: none;
}
@media(min-width:768px) {
    .navbar-custom .nav .dropdown-menu li a {
        border: none !important;
    }
}
.navbar-custom .dropdown-menu {
    min-width: 100%;
}
@media(max-width:992px) {
    .mainMenu {
        position: relative;
    }
}
@media(max-width:768px) {
	.menuSmallSlogan {
	display: inline-block;
		}
	.navbar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
    .navbar-custom .nav li span {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-nav {
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .nav-icons {
        text-align: center;
    }
    .nav-icons li {
        display: inline-block;
    }
    .navbar-header {
        padding: 5px;
    }
}
.navbar-header .icon-bar {
    background-color: var(--color-dark-bg);
}
.navbar-toggle {
    border: 2px solid var(--color-dark-bg);
    padding: 8px;
    position: relative;
    float: right;
}
.nav>li>a:hover, .nav>li>a:focus {
    color: var(--color-primary);
    text-decoration: none;
    background-color: transparent;
}
/*---------- Buttons ------------*/
.btn {
    border-radius: var(--btn-radius);
    text-transform: uppercase;
}

.btn-primary,
.btn-success,
.btn-info {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 24px;
    transition: all 1s;
    display: inline-block;
    border: 1px solid transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.btn-primary {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: var(--color-dark-bg) !important;
    border-color: var(--color-dark-bg) !important;
    color: white !important;
    background-image: none !important;
    box-shadow: none !important;
}

.btn-success {
    background: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    color: white !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: white !important;
    background-image: none !important;
    box-shadow: none !important;
}

.btn-info {
    background: var(--color-light-accent) !important;
    border-color: var(--color-light-accent) !important;
    color: var(--color-dark-bg) !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background: var(--color-background-light) !important;
    border-color: var(--color-secondary) !important;
    color: var(--color-dark-bg) !important;
    background-image: none !important;
    box-shadow: none !important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
    background-image: none !important;
    box-shadow: none !important;
}

.btn-sm {
    font-size: 18px;
    letter-spacing: inherit;
}
/*---------- Buttons End ------------*/
.bottomMain {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    max-width: 1680px;
}
.FAQquestion {
    font-size: 24px;
}
.resH3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
}
/*-----------------FLIP COVER-----------------------*/
.PageFlipBook {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.PageFlipBook a, .PageFlipBook .has-edge {
    transition: .2s;
    display: inline-block;
}
.PageFlipBook .page-flip-book-ribbon {
    position: absolute;
    top: 2%;
    right: -12px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: var(--color-secondary);
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    width: 50%;
    transition: .2s;
    z-index: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.PageFlipBook .page-flip-book-ribbon .fa-spinner {
    font-size: 17px;
}
.PageFlipBook .page-flip-book-ribbon span {
    /*margin-left: 10px;*/
}
.PageFlipBook .page-flip-book-ribbon:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: var(--color-secondary) transparent transparent transparent;
}
.PageFlipBook .has-edge {
    position: relative;
}
.PageFlipBook:hover a {
    opacity: 1;
}
.PageFlipBook:hover .has-edge {
    -webkit-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
}
.PageFlipBook:hover .single-has-edge:after {
    opacity: 1;
}
.PageFlipBook:hover .has-edge .page-flip-book-ribbon {
    right: 0;
    -webkit-transform: rotateY(35deg) translate3d(10px, 0%, 20px);
    transform: rotateY(35deg) translate3d(10px, 0%, 20px);
}
/**
*  Book Edge
*/
.has-edge {
    -webkit-transform-origin: 35% 50%;
    transform-origin: 35% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.has-edge:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 98.5%;
    bottom: 3px;
    width: 45px;
    background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 5px, #aaa 6px);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.has-edge.has-edge-thin:after {
    width: 30px;
}
.has-edge.has-edge-thick:after {
    width: 70px;
}
.single-has-edge:after {
    opacity: 0;
    transition: .3s;
}
.BookImage {
    text-align: center;
    margin: auto;
    width: 80%;
    max-width: 260px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.BookImageBackground {
    bottom: 10% !important;
}
.BookImageBackground.book-bg-type-1, .BookImageBackground.book-bg-type-2, .BookImageBackground.book-bg-type-3, .BookImageBackground.book-bg-type-4 {
    left: -5%;
    right: -5%;
}
.bookText {
    padding: 0px 20px 20px 20px;
}
.bookText h2 {
    margin-top: 0px;
}
.bookText p {
    text-align: justify;
}
.bookRight {
    padding: 80px;
}
.bookLeft {
    padding: 80px;
}
@media(max-width:768px) {
    .bookRight, .bookLeft {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.prodButton {
    border: 0px !important;
}
.prodTitle::first-letter {
    margin-right: -15px;
    font-size: 1.2em;
    color: var(--color-secondary);
    padding: 0 15px;
    border: 1px solid var(--color-secondary);
}
/* ----------------Home STYLES---------------- */
.parentFlex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1900px;
    margin: auto;
    margin-bottom: -13vh;
}

.childFlex {
    flex: 1 0 50%;
    margin: 0px 0px 20vh 0px;
    min-height: 60vh;
    position: sticky;
    top: 20vh;
    display: flex;
    align-items: center;
}
@media(min-width:993px) {
    .childNoStick {
        position: relative;
    }
    .parentBottom {
        margin-bottom: 7vh;
    }
}

.childText {
    padding: 40px;
}
.childText p {
    text-align: justify;
}
.childText h2 {
    color: white;
}
.s1 {
    background-image: url(/tempimg/sr-h-1.jpeg);
    background-size: cover;
    background-position: left center;
}
.s2 {
    background-color: var(--color-dark-bg);
    color: white;
}
.s3 {
    background-color: rgba(43,47,68,.95);
    color: white;
    text-align: right;
}
.s4 {
    background-image: url(/tempimg/sr-h-2.jpeg);
    background-size: cover;
    background-position: right center;
}
.s5 {
    background-image: url(/tempimg/sr-h-3.jpeg);
    background-size: cover;
    background-position: center center;
}
.s6 {
    background-color: rgba(43,47,68,.95);
    color: white;
}
@media(max-width:992px) {
    .childFlex {
        flex: 1 0 100%;
        margin: 0px 0px 20px 0px;
        min-height: calc(100vh - 40px);
        top: 20px;
    }
    .childNoStickM {
        position: relative;
    }
    .parentBottomM {
        margin-bottom: 7vh;
    }
    .parentFlex {
        margin-bottom: 0px;
    }
    .s2 {
        background-color: rgba(43,47,68,.95);
    }
}

/*--- BWS Test Contact Override---*/
.contactPhone span {
    display: none;
}

.contactFax span {
    display: none;
}

.contactPhone:after {
    content: "Desk";
}

.contactFax:after {
    content: "Cell";
}
/*------------------------ Bubbles ----------------------------------------------------*/
.cWrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.c {
    position: absolute;
    top: -10vh;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
    opacity: 0;
    will-change: transform, opacity;
}

/* slight size variation */
.c1  { width: 3px; height: 3px; left: 4%;  animation: snowFall 11s linear infinite; animation-delay: -2s; }
.c2  { width: 4px; height: 4px; left: 10%; animation: snowFall 14s linear infinite; animation-delay: -7s; }
.c3  { width: 2px; height: 2px; left: 16%; animation: snowFall 9s linear infinite; animation-delay: -4s; }
.c4  { width: 4px; height: 4px; left: 22%; animation: snowFall 15s linear infinite; animation-delay: -10s; }
.c5  { width: 3px; height: 3px; left: 28%; animation: snowFall 12s linear infinite; animation-delay: -6s; }
.c6  { width: 5px; height: 5px; left: 35%; animation: snowFall 16s linear infinite; animation-delay: -12s; }
.c7  { width: 2px; height: 2px; left: 41%; animation: snowFall 10s linear infinite; animation-delay: -3s; }
.c8  { width: 4px; height: 4px; left: 48%; animation: snowFall 13s linear infinite; animation-delay: -9s; }
.c9  { width: 3px; height: 3px; left: 54%; animation: snowFall 11s linear infinite; animation-delay: -5s; }
.c10 { width: 5px; height: 5px; left: 61%; animation: snowFall 17s linear infinite; animation-delay: -13s; }
.c11 { width: 2px; height: 2px; left: 68%; animation: snowFall 9s linear infinite; animation-delay: -1s; }
.c12 { width: 4px; height: 4px; left: 74%; animation: snowFall 14s linear infinite; animation-delay: -8s; }
.c13 { width: 3px; height: 3px; left: 80%; animation: snowFall 12s linear infinite; animation-delay: -11s; }
.c14 { width: 5px; height: 5px; left: 86%; animation: snowFall 18s linear infinite; animation-delay: -14s; }
.c15 { width: 2px; height: 2px; left: 91%; animation: snowFall 10s linear infinite; animation-delay: -6s; }
.c16 { width: 4px; height: 4px; left: 96%; animation: snowFall 15s linear infinite; animation-delay: -9s; }

/* a little depth variation */
.c:nth-child(3n) {
    opacity: 0.65;
    filter: blur(0.5px);
}

.c:nth-child(4n) {
    opacity: 0.45;
    filter: blur(1px);
}

@keyframes snowFall {
    0% {
        transform: translate3d(0, -10vh, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        transform: translate3d(8px, 25vh, 0);
    }

    50% {
        transform: translate3d(-6px, 50vh, 0);
    }

    75% {
        transform: translate3d(10px, 75vh, 0);
    }

    100% {
        transform: translate3d(-8px, 110vh, 0);
        opacity: 0;
    }
}
/*--------------------BUBBLES END ------------------------------------*/
/* Target the column that contains the submit button */
#CONTACTFORM .col-md-4:has(#contact_submit) {
  float: none !important;
  width: 100% !important;
  clear: both;
}

/*.contactInfo .conblock {
	text-align: center;
}*/
/* Make the button stretch nicely */
#CONTACTFORM #contact_submit {
  display: block;
  width: 100%;
}
/* ----------- Photo Strip ---------- */
.campaignPhotoStrip{
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	gap:0;
	width:100%;
	margin:0;
	overflow: hidden;
}

	.campaignPhotoStrip .photoTile::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--color-dark-bg-rgb), .35); /* subtle brand blue */
	pointer-events: none;
		z-index: 100;
}
.campaignPhotoStrip .photoTile{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	aspect-ratio:4 / 5;
	min-height:220px;
	z-index: 50;
}

@media (max-width:991px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(3, 1fr);
	}
}

@media (max-width:767px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(3, 1fr);
	}
	.campaignPhotoStrip .photoTile{
		min-height:160px;
	}
}

@media (max-width:575px){
	.campaignPhotoStrip{
		grid-template-columns:repeat(2, 1fr);
	}
	.campaignPhotoStrip .photoTile{
		min-height:180px;
	}
}