/*-----------------------------------------------------------------------------------
	    1000_Days_v2
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFE;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue 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;}

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

@font-face {
	font-family:'ProximaNova-Semibold';
	src: url('./fonts/ProximaNova-Semibold/proxima-nova-semibold-webfont.woff');
	src: url('./fonts/ProximaNova-Semibold/proxima-nova-semibold-webfont.woff') format('woff'),
	url('./fonts/ProximaNova-Semibold/proxima-nova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova-Semibold/proxima-nova-semibold-webfont.ttf') format('truetype'),
	url('./fonts/ProximaNova-Semibold/proxima-nova-semibold-webfont.svg#ProximaNova-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ProximaNova-Bold';
	src: url('./fonts/ProximaNova-Bold/proxima-nova-bold-webfont.woff');
	src: url('./fonts/ProximaNova-Bold/proxima-nova-bold-webfont.woff') format('woff'),
	url('./fonts/ProximaNova-Bold/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova-Bold/proxima-nova-bold-webfont.ttf') format('truetype'),
	url('./fonts/ProximaNova-Bold/proxima-nova-bold-webfont.svg#ProximaNova-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ProximaNova-Regular';
	src: url('./fonts/ProximaNova-Regular/proximanova-regular-webfont.ttf');
	src: url('./fonts/ProximaNova-Regular/proximanova-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ProximaNova-Light';
	src: url('./fonts/ProximaNova-Light/proxima-nova-light-webfont.woff');
	src: url('./fonts/ProximaNova-Light/proxima-nova-light-webfont.woff') format('woff'),
	url('./fonts/ProximaNova-Light/proxima-nova-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova-Light/proxima-nova-light-webfont.ttf') format('truetype'),
	url('./fonts/ProximaNova-Light/proxima-nova-light-webfont.svg#ProximaNova-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'FontAwesome';
	src: url('./fonts/FontAwesome/fontawesome-webfont.woff');
	src: url('./fonts/FontAwesome/fontawesome-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OTS-derived-font';
	src: url('./fonts/OTS-derived-font/proxima-nova-medium.woff2');
	src: url('./fonts/OTS-derived-font/proxima-nova-medium.woff2') format('woff2'),
	url('./fonts/OTS-derived-font/proxima-nova-medium.woff') format('woff'),
	url('./fonts/OTS-derived-font/proxima-nova-medium.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OTS-derived-font/proxima-nova-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ProximaNova-RegularIt';
	src: url('./fonts/ProximaNova-RegularIt/proxima-nova-regular-italic-webfont.woff');
	src: url('./fonts/ProximaNova-RegularIt/proxima-nova-regular-italic-webfont.woff') format('woff'),
	url('./fonts/ProximaNova-RegularIt/proxima-nova-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova-RegularIt/proxima-nova-regular-italic-webfont.ttf') format('truetype'),
	url('./fonts/ProximaNova-RegularIt/proxima-nova-regular-italic-webfont.svg#ProximaNova-RegularIt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ProximaNova-LightIt';
	src: url('./fonts/ProximaNova-LightIt/proxima-nova-light-italic-webfont.woff');
	src: url('./fonts/ProximaNova-LightIt/proxima-nova-light-italic-webfont.woff') format('woff'),
	url('./fonts/ProximaNova-LightIt/proxima-nova-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova-LightIt/proxima-nova-light-italic-webfont.ttf') format('truetype'),
	url('./fonts/ProximaNova-LightIt/proxima-nova-light-italic-webfont.svg#ProximaNova-LightIt') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

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

.btn-sq{
	border-radius: 0px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-semi-rounded-a{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 20px 0;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}




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





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.ccg-logo{
	width:200px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}
.covid{
	font-family:"ProximaNova-Bold";
	font-size:18px;
	color:#000000!important;
	text-align:center;
	height:50px;
}
.covid-bloc{
	background-color:#F47C20;
	margin:0px 0px 0px 0px;
	padding:12px 0px 5px 0px;
}
.menu-bar{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h2-subhed{
	font-family:"ProximaNova-Bold";
	color:#000000!important;
	font-size:36px;
	text-align:center;
	letter-spacing:-.02em;
}
.h1-hed{
	font-family:"ProximaNova-Bold";
	color:#000000!important;
	font-size:56px;
	text-align:center;
	line-height:64px;
	letter-spacing:-1px;
	margin-bottom:15px;
}
.home-bc{
	font-family:"ProximaNova-Regular";
	font-size:20px;
	text-align:center;
	color:#000000!important;
	margin-left:80px;
	margin-right:80px;
	line-height:1.5em;
}
.home-column-margins{
	margin-top:80px;
	margin-bottom:60px;
}
.small-copy{
	font-family:"ProximaNova-Regular";
	font-size:16px;
	color:#FFFFFE!important;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.social-media-row{
	float:right;
	height:100px;
}
.social-media-column{
	margin-left:5px;
	margin-right:15px;
}
.social-media-icon{
	background-size:auto auto;
	height:20px;
}
.footer-row{
	margin-top:0px;
	margin-bottom:0px;
}
.covid-message{
	font-family:"ProximaNova-Regular";
	color:#000000!important;
	font-size:16px;
	line-height:1.5em;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	margin:0px 10px 10px 10px;
}
.close{
	text-align:right;
	color:#969796!important;
	font-size:20px;
	margin-top:5px;
	margin-right:5px;
	background-color:transparent;
}
.covid-modal{
	background-color:#FFFFFE;
	border-style:none;
	width:500px;
	float:left;
	border-width:0px 0px 0px 0px;
}
.h2-subhed-reverse{
	font-family:"ProximaNova-Bold";
	color:#FFFFFE!important;
	text-align:center;
	font-size:36px;
}
.home-subhed-reverse{
	font-family:"ProximaNova-Semibold";
	font-size:24px;
	text-align:center;
	color:#FFFFFE!important;
	margin-top:20px;
	margin-bottom:100px;
}
.begin-button{
	background-color:#F47C20;
	border-style:none;
	width:110px;
	height:40px;
	font-family:"ProximaNova-Bold";
	font-size:14px;
	text-transform:uppercase;
	color:#000000!important;
	padding-top:10px;
	padding-bottom:0px;
	border-radius:18px 18px 18px 18px;
	border-width:0px 0px 0px 0px;
}
.list-item-style{
	font-family:"ProximaNova-Bold";
	font-size:15px;
	color:#000000!important;
	border-style:none;
	border-color:rgba(0,0,0,0.00)!important;
	height:130px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
	border-width:0px 0px 0px 0px;
}
.list-item-style:hover{
	border-style:none;
	border-color:rgba(244,124,32,0.00)!important;
	color:#FFFFFE!important;
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	margin-right:0px;
	border-width:0px 0px 0px 0px;
}
.list-item-style:active{
	border-bottom-width:0px;
	color:#FFFFFE!important;
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	margin-right:0px;
}
.nav-container{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:130px;
}
.begin-button:hover{
	background-color:#000000;
	color:#FFFFFE!important;
	border-radius:18px 18px 18px 18px;
	border-width:0px 0px 0px 0px;
}
.begin-button:active{
	color:#000000!important;
	background-color:#F47C20;
	border-radius:18px 18px 18px 18px;
	border-width:0px 0px 0px 0px;
}
.h1-hed-reverse{
	font-family:"ProximaNova-Bold";
	color:#FFFFFE!important;
	font-size:48px;
	text-align:left;
	line-height:54px;
	margin-bottom:10px;
	margin-top:425px;
	letter-spacing:-.02em;
}
.bc{
	font-family:"ProximaNova-Light";
	font-size:18px;
	line-height:1.6em;
	color:#000000!important;
}
.bc-subhed{
	font-family:"ProximaNova-Semibold";
	font-size:22px;
	line-height:140%;
	color:#000000!important;
	margin-top:30px;
}
.page-hed{
	font-family:"ProximaNova-Bold";
	font-size:24px;
	color:#000000!important;
	margin-top:50px;
}
.bc-ital{
	font-family:"ProximaNova-LightIt";
	font-size:18px;
	color:#000000!important;
}
.next-bc{
	font-family:"ProximaNova-Light";
	font-size:18px;
	color:#000000!important;
	line-height:1.5em;
	margin-bottom:0px;
	margin-left:40px;
	margin-right:30px;
}
.next-head{
	font-family:"ProximaNova-Bold";
	color:#000000!important;
	letter-spacing:-.02rem;
	font-size:22px;
	background-position:center center;
	margin:20px 30px 12px 40px;
}
.bc-link-bold{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	line-height:1.3em;
	color:#000000!important;
	text-decoration:underline!important;
	margin-right:3px;
}
.next-icon{
	color:#FFFFFE!important;
	text-align:center;
}
.row-no-margins{
	margin-bottom:0px;
	padding-bottom:0px;
}
.next-div-arrow{
	margin-top:200px;
}
.div-image{
	background-image:url("img/about_next-3.jpg");
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
}
.container-div-style{
	background-size:auto 140%;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:0px;
	padding-bottom:0px;
	height:450px;
	margin-left:0px;
	padding-left:0px;
	background-image:url("img/about_next.jpg");
}
.next-div-text{
	height:450px;
	background-position:center center;
	margin:0px 0px 0px 0px;
	padding:40px 40px 40px 40px;
}
.bc-bottom-margin{
	margin-bottom:60px;
}
.sticky-nav.sticky{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.book-image{
	background-size:auto auto;
	margin-bottom:0px;
	float:none;
	margin-left:20px;
}
.container-div-style-2{
	background-size:auto 138%;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:0px;
	padding-bottom:0px;
	height:450px;
	margin-left:0px;
	padding-left:0px;
	background-image:url("img/1000_next-2.jpg");
}
.next-head-2{
	font-family:"ProximaNova-Bold";
	color:#000000!important;
	letter-spacing:-.02rem;
	font-size:22px;
	background-position:center center;
	margin:20px 30px 12px 10px;
}
.next-bc-2{
	font-family:"ProximaNova-Light";
	font-size:18px;
	color:#000000!important;
	line-height:1.5em;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}
.nav-bar{
	height:130px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ccg-logo:hover{
	;
}
.deck{
	padding-right:100px;
	padding-left:100px;
}
.bc-top-margin{
	margin-top:40px;
	margin-bottom:20px;
}
.bloc-color{
	color:#ffffff;
}
.book-sale{
	background-size:auto auto;
	margin-top:10px;
	margin-bottom:10px;
	width:95%;
}
.buy-button{
	background-color:#F47C20;
	border-style:none;
	width:150px;
	height:40px;
	font-family:"ProximaNova-Bold";
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFE!important;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:35px;
	margin-bottom:10px;
	border-radius:18px 18px 18px 18px;
}
.buy-button:hover{
	background-color:#969796;
	color:#FFFFFE!important;
}
.buy-button:active{
	color:#FFFFFE!important;
	background-color:#F47C20;
}
.head-3{
	font-family:"ProximaNova-Bold";
	font-size:24px;
	color:#000000!important;
	margin-bottom:5px;
	margin-top:0px;
}
.book-list-style{
	margin-bottom:0px;
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	color:#000000!important;
	margin-top:7px;
	line-height:22px;
}
.container-div-style-3{
	background-size:auto 140%;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:0px;
	padding-bottom:0px;
	height:450px;
	margin-left:0px;
	padding-left:0px;
	background-image:url("img/author_next.jpg");
}
.quote{
	font-family:"ProximaNova-Semibold";
	color:#FFFFFE!important;
	font-size:22px;
	line-height:1.5em;
	text-align:left;
	padding-bottom:0px;
	margin-bottom:0px;
}
.attribute{
	font-family:"ProximaNova-LightIt";
	color:#000000!important;
	font-size:16px;
	letter-spacing:0rem;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:0px;
}
.backquote{
	border-style:solid;
	border-color:#08ADD8!important;
	padding-left:0px;
	margin-top:20px;
	border-width:0px 0px 0px 0px;
}
.page-hed-quotes{
	font-family:"ProximaNova-Semibold";
	font-size:24px;
	color:#000000!important;
	margin-top:0px;
	margin-bottom:20px;
}
.quote-column{
	margin-bottom:0px;
	margin-top:20px;
}
.quote-last-column{
	margin-bottom:30px;
}
.bc-no-margin{
	margin-top:20px;
	margin-bottom:0px;
}
.fa-lg{
	color:#08ADD8!important;
}
.bc-0-margin{
	margin-bottom:0px;
}
.bc-smal-margin{
	margin-bottom:35px;
}
.rt-twitter-icon{
	margin-right:10px;
}
.text-span-color{
	color:#ffffff;
}
.mailing-address{
	margin-bottom:40px;
	margin-top:50px;
}
.container-div-style-4{
	background-size:auto 140%;
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:0px;
	padding-bottom:0px;
	height:450px;
	margin-left:0px;
	padding-left:0px;
	background-image:url("img/resources_next-1.jpg");
}
.container-div-style-5{
	background-size:auto 140%;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:0px;
	padding-bottom:0px;
	height:450px;
	margin-left:0px;
	padding-left:0px;
	background-image:url("img/hype_next.jpg");
}
.three-boxes-margin{
	margin-top:80px;
	margin-bottom:50px;
}
.page-hed-no-margin{
	margin-top:0px;
	margin-bottom:0px;
}
.guide{
	background-size:auto auto;
	background-color:#08ADD8;
	margin:10px 10px 10px 10px;
}
.column-1{
	background-color:#F47C20;
	margin-right:10px;
}
.column-2{
	margin-left:10px;
	margin-right:10px;
	background-color:#08ADD8;
}
.column-3{
	margin-left:10px;
	background-color:#FFB81C;
}
.three-column-row{
	height:250px;
	margin-top:80px;
	margin-bottom:50px;
}
.three-columns{
	height:350px;
}
.div-column-1{
	height:250px;
}
.guide-icon{
	color:#000000!important;
	background-size:auto auto;
	padding-top:75px;
}
.involve-icon{
	padding-top:75px;
	color:#000000!important;
}
.teachers-icon{
	padding-top:75px;
	color:#000000!important;
}
.involve{
	background-size:auto auto;
	background-color:#F47C20;
	margin:10px 10px 10px 10px;
}
.teachers{
	background-size:auto auto;
	background-color:#FFB81C;
	margin:10px 10px 10px 10px;
}
.guide-hed{
	color:#000000!important;
	font-size:20px;
	font-family:"ProximaNova-Bold";
	letter-spacing:-.02rem;
	margin-top:25px;
}
.list-color{
	color:#ffffff;
}
.small-copy-black{
	font-family:"ProximaNova-Regular";
	font-size:16px;
	color:#000000!important;
	text-align:left;
	line-height:1.5rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.modal-margins{
	margin:10px 10px 10px 10px;
}
.resources-margins{
	margin-top:0px;
	margin-bottom:30px;
}
.page-hed-resources-margin{
	margin-top:0px;
}
.page-hed-copy-1{
	font-family:"ProximaNova-Semibold";
	font-size:24px;
	color:#000000!important;
	margin-top:50px;
}
.link-about{
	color:#000000!important;
	font-size:15px;
	text-align:center;
	font-family:"ProximaNova-Semibold";
	width:100%;
	margin-right:10px;
	margin-left:10px;
	padding-top:50px;
	padding-bottom:50px;
	letter-spacing:0.02rem;
	border-radius:0px 0px 0px 0px;
}
.link-about:hover{
	color:#FFFFFE!important;
	background-color:#08ADD8;
	border-radius:0px 0px 0px 0px;
}
.link-about:active{
	background-color:#08ADD8;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
}
.link-movement{
	margin-left:10px;
	margin-right:10px;
	color:#000000!important;
	font-size:15px;
	text-align:center;
	font-family:"ProximaNova-Semibold";
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	letter-spacing:0.02rem;
	border-radius:0px 0px 0px 0px;
}
.link-movement:hover{
	color:#FFFFFE!important;
	background-color:#08ADD8;
	border-radius:0px 0px 0px 0px;
}
.link-movement:active{
	background-color:#08ADD8;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
}
.link-book{
	margin-left:10px;
	margin-right:10px;
	color:#000000!important;
	font-size:15px;
	text-align:center;
	font-family:"ProximaNova-Semibold";
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	letter-spacing:0.02rem;
	border-radius:0px 0px 0px 0px;
}
.link-book:hover{
	color:#FFFFFE!important;
	background-color:#08ADD8;
	border-radius:0px 0px 0px 0px;
}
.link-book:active{
	background-color:#08ADD8;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
}
.link-author{
	margin-left:10px;
	margin-right:10px;
	color:#000000!important;
	font-size:15px;
	text-align:center;
	font-family:"ProximaNova-Bold";
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	border-radius:0px 0px 0px 0px;
}
.link-author:hover{
	color:#FFFFFE!important;
	background-color:#08ADD8;
	border-radius:0px 0px 0px 0px;
}
.link-author:active{
	background-color:#08ADD8;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
}
.link-resources{
	margin-left:10px;
	color:#000000!important;
	font-size:15px;
	text-align:center;
	font-family:"ProximaNova-Semibold";
	width:100%;
	margin-right:10px;
	padding-top:50px;
	padding-bottom:50px;
	letter-spacing:0.02rem;
	border-radius:0px 0px 0px 0px;
}
.link-resources:hover{
	color:#FFFFFE!important;
	background-color:#F47C20;
	border-radius:0px 0px 0px 0px;
}
.link-resources:active{
	background-color:#F47C20;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
}
.active{
	width:100%;
	background-color:#08ADD8;
	color:#FFFFFE!important;
}
.nav-margin-top{
	margin-right:0px;
}
.covid-header{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(0,0,0,0.00)!important;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:0px;
	border-width:0px 0px 0px 0px;
}
.covid-card{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(0,0,0,0.00)!important;
	border-width:0px 0px 0px 0px;
}
.covid-body{
	margin-bottom:35px;
	padding:0px 0px 0px 0px;
}
.resources-icon-1{
	height:60px;
	margin-top:0px;
	margin-bottom:15px;
}
.page-hed-resources{
	font-family:"ProximaNova-Bold";
	font-size:26px;
	color:#000000!important;
	margin-top:0px;
	letter-spacing:-.01em;
	margin-bottom:15px;
}
.bc-link-copy-1{
	font-family:"ProximaNova-Light";
	font-size:18px;
	line-height:1.5em;
	color:#000000!important;
	text-decoration:underline!important;
}
.link-color{
	color:#ffffff;
}
.bc-semibold{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	line-height:1.6em;
	color:#000000!important;
}
.resources-icon-2{
	height:60px;
	margin-top:0px;
	margin-bottom:15px;
}
.bc-semibold-ital{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	line-height:1.6em;
	color:#000000!important;
	font-style:italic;
}
.bc-below-thurow{
	font-family:"ProximaNova-Light";
	font-size:18px;
	line-height:1.6em;
	color:#000000!important;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:25px;
}
.video-posterframe{
	width:80%;
	margin-top:20px;
	margin-bottom:40px;
}
.sound-icon{
	background-color:transparent;
	color:#000000!important;
	margin-left:20px;
}
.p-style{
	width:10.96%;
}
.listen-icon{
	height:25px;
	margin-left:0px;
	padding-left:0px;
}
.fa{
	;
}
.fa-volume-up{
	margin-left:10px;
}
.hagirso-posterframe{
	width:70%;
	margin-bottom:0px;
	margin-top:80px;
}
.page-hed-link{
	font-family:"ProximaNova-Bold";
	font-size:24px;
	color:#000000!important;
	margin-top:50px;
	text-decoration:underline!important;
}
.fa-backward{
	color:#08ADD8!important;
	margin-right:5px;
}
.page-hed-bottom-margin{
	margin-bottom:50px;
	margin-top:25px;
}
.bottom-column{
	margin-bottom:50px;
}
.fa-quote-left{
	;
}
.fa-quote-right{
	margin-left:4px;
	color:#08ADD8!important;
}
.text-span-bloc-14-color{
	color:#ffffff;
}
.left-quote-mark{
	font-family:"FontAwesome";
	font-weight:900;
	font-size:90px;
}
li{
}
.quote-div-left{
	border-color:#FFFFFE!important;
	border-style:solid;
	margin-bottom:0px;
	padding:10px 10px 5px 15px;
	border-width:0px 0px 0px 2px;
}
.quote-row{
	height:300px;
	margin-top:25px;
}
.quote-middle-column{
	height:100%;
}
.quote-column-1{
	background-color:rgba(255,255,255,0.50);
	height:100%;
}
.page-hed-smal-margin{
	margin-top:20px;
}
.fa-eye{
	color:#F47C20!important;
	margin-right:3px;
}
.fa-users{
	color:#F47C20!important;
	margin-right:3px;
}
.fa-search{
	margin-right:5px;
	color:#F47C20!important;
}
.nav-bar-no-margins{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	margin-right:0px;
}
.buy-book-photo{
	width:80%;
	margin-left:30px;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.book-row{
	margin-bottom:15px;
	float:none;
	margin-top:5px;
}
.buy-the-book-column{
	margin-right:0px;
	padding-right:0px;
	margin-bottom:0px;
}
.bloc-group-photo{
	background-image:url("img/buy-book-photo_2.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto auto;
}
.text-span-bloc-12-color{
	color:#F47C20!important;
}
.fa-4x{
	padding-top:20px;
}
.team-card{
	min-height:340px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	border-color:rgba(223,239,248,0.00)!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.testimonial{
	font-family:"OTS-derived-font";
	font-size:20px;
	letter-spacing:-.01rem;
	color:#000000!important;
	margin-top:25px;
}
.testimonial-attribution{
	font-family:"ProximaNova-RegularIt";
	font-size:16px;
	color:#F47C20!important;
	margin-bottom:0px;
}
.icon-circle{
	background-color:#F47C20;
	width:80px;
	height:80px;
	border-width:0px 0px 0px 0px;
}
.icon-div{
	margin-top:12px;
}
.fa-white{
	color:#FFFFFE!important;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
}
.fa-white-copy-1{
	color:#FFFFFE!important;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
}
.card-style{
	text-shadow:0px 0px 0px rgba(0,0,0,0.00);
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.icon-circle-copy-1{
	background-color:#F47C20;
	width:80px;
	height:80px;
	border-width:0px 0px 0px 0px;
}
.icon-circle-copy-1-copy-1{
	background-color:#F47C20;
	width:80px;
	height:80px;
	border-width:0px 0px 0px 0px;
}
.bc-subhed-copy-1{
	font-family:"ProximaNova-Bold";
	font-size:24px;
	line-height:140%;
	color:#000000!important;
	margin-top:20px;
	margin-bottom:35px;
}
.bloc-photo-size{
	margin-bottom:500px;
}
.author-photo{
	margin-top:50px;
}
.about-top-margin{
	margin-top:15px;
}
.learn-more-margin{
	margin-top:10px;
	margin-bottom:30px;
}
.cta-button{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.06rem;
	background-color:#052C5C;
	line-height:1.1em;
	height:70px;
	padding-top:23px;
}
.cta-button-2{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.06rem;
	background-color:#08ADD8;
	line-height:1.1em;
	height:70px;
	padding-top:15px;
}
.cta-button-3{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.06rem;
	background-color:#F47C20;
	line-height:1.1em;
	height:70px;
	padding-top:23px;
}
.cta-button:hover{
	background-color:#022045;
}
.cta-button:active{
	background-color:#052C5C;
}
.cta-button-2:active{
	background-color:#08ADD8;
}
.cta-button-2:hover{
	background-color:#0492B8;
}
.cta-button-3:hover{
	background-color:#E0731E;
}
.cta-button-3:active{
	background-color:#F47C20;
}
.bullet-spacing{
	margin-bottom:0px;
	margin-top:0px;
}
.list-bullet{
	color:#000000!important;
}
.bc-caps-subhed{
	font-family:"ProximaNova-Bold";
	color:#000000!important;
	font-size:18px;
	letter-spacing:0.02rem;
}
.link-style{
	font-style:italic;
}
.bc-link-ital{
	font-family:"ProximaNova-Light";
	font-size:18px;
	line-height:1.3em;
	color:#000000!important;
	text-decoration:underline!important;
	margin-right:0px;
	font-style:italic;
}
.blue-subhed-top-margin{
	margin-top:30px;
	margin-bottom:0px;
}
.bc-link-bold-ital{
	font-family:"ProximaNova-Semibold";
	font-size:18px;
	line-height:1.3em;
	color:#000000!important;
	text-decoration:underline!important;
	margin-right:3px;
	font-style:italic;
}
.resources-icon-3{
	height:60px;
	margin-bottom:15px;
	margin-top:45px;
}
.top-header-social-row{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.share{
	font-family:"ProximaNova-Semibold";
	color:#052C5C!important;
	font-size:14px;
	letter-spacing:0.07rem;
	margin-top:0px;
}
.social-top-icons{
	margin-right:20px;
	margin-left:20px;
}
.button-row{
	margin-bottom:20px;
}
.bc-new-margin-top{
	margin-top:40px;
	margin-bottom:0px;
}
.card-row{
	margin-bottom:40px;
}
.orange-row{
	background-color:#FFFFFE;
	background-size:auto auto;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.blog-margin-bottom{
	margin-bottom:70px;
}
.share-this-page{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
.img-style{
	width:360px;
	height:166px;
}
.img-hagirso-post-style{
	width:360px;
	background-position:left center;
	padding:20px 0px 0px 0px;
}
.get-involved{
	color:#052C5C!important;
}
.resources-blue{
	color:#08ADD8!important;
}
.more-roger{
	color:#F47C20!important;
}
.source{
	font-family:"ProximaNova-Light";
	font-size:14px;
	color:#000000!important;
	text-align:left;
	line-height:1.3em;
	margin-top:30px;
}

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

/* Background colour styles */

.bgc-pumpkin{
	background-color:#F57D20;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-anti-flash-white{
	background-color:#F3F3F3;
}
.bgc-cyan-process{
	background-color:#07ADD9;
}
.bgc-light-gray{
	background-color:rgba(206,206,206,0.40);
}
.bgc-black{
	background-color:#000000;
}

/* Icon colour styles */

.icon-manatee{
	color:#979797!important;
	border-color:#979797!important;
}

/* Bloc image backgrounds */

.bg-about-banner-2000{
	background-image:url("img/about_banner_2000.jpg");
}
.bg-1000days-banner-2000{
	background-image:url("img/1000days_banner_2000.jpg");
}
.bg-book-banner-2000{
	background-image:url("img/book_banner_2000.jpg");
}
.bg-resources-banner-3-2000{
	background-image:url("img/resources_banner_3_2000.jpg");
}
.bg-author-banner-3-2000-2{
	background-image:url("img/author_banner_3_2000-2.jpg");
}
.bg-author-banner-3-2000{
	background-image:url("img/author_banner_3_2000.jpg");
}
.bg-3-mothers-cropped-home{
	background-image:url("img/3-mothers-cropped-home.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h1-hed{
		font-size:48px;
		line-height:54px;
	}
	.home-bc{
		margin-left:0px;
		margin-right:0px;
		line-height:1.35em;
	}
	.home-column-margins{
		margin-top:60px;
	}
	.footer-row{
		margin-top:0px;
		margin-bottom:0px;
	}
	.footer-column{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.ccg-logo{
		width:170px;
		margin-left:0px;
	}
	.h2-subhed{
		font-size:32px;
		margin-bottom:15px;
	}
	.h2-subhed-reverse{
		font-size:32px;
	}
	.home-subhed-reverse{
		font-size:22px;
	}
	.list-item-style{
		font-size:14px;
	}
	.list-item-style:hover{
	}
	.h1-hed-reverse{
		font-size:44px;
		line-height:54px;
		margin-top:375px;
		margin-bottom:10px;
	}
	.page-hed{
		font-size:22px;
		margin-top:40px;
		line-height:28px;
	}
	.bc-subhed{
		font-family:"ProximaNova-Semibold";
		color:#000000!important;
		font-size:18px;
		margin-top:20px;
	}
	.next-bc{
		font-size:16px;
		margin-bottom:0px;
		margin-left:30px;
		margin-right:20px;
	}
	.next-head{
		font-size:18px;
		font-family:"Gotham-Bold";
		letter-spacing:-.01rem;
		margin:20px 20px 12px 30px;
	}
	.div-image{
		height:300px;
		background-size:auto 100%;
		background-image:url("img/about_next-3.jpg");
		background-repeat:no-repeat;
		background-position:center center;
	}
	.container-div-style{
		background-size:180% auto;
		background-position:center center;
		background-repeat:no-repeat;
		height:350px;
		background-image:url("img/about_next.jpg");
	}
	.next-div-arrow{
		margin-top:150px;
	}
	.next-div-text{
		height:350px;
		padding:30px 30px 30px 30px;
	}
	.bc-bottom-margin{
		margin-bottom:40px;
	}
	.menu-bar{
		margin-right:0px;
	}
	.book-image{
		margin-left:10px;
		margin-bottom:0px;
		margin-top:20px;
		width:85px;
	}
	.container-div-style-2{
		background-image:url("img/1000_next-1.jpg");
		background-size:180% auto;
		background-position:center center;
		background-repeat:no-repeat;
		height:350px;
	}
	.next-head-2{
		font-size:18px;
		font-family:"Gotham-Bold";
		letter-spacing:-.01rem;
		margin:20px 20px 12px 10px;
	}
	.next-bc-2{
		font-size:16px;
		margin-left:10px;
		margin-right:20px;
	}
	.list-item-style:active{
	}
	.ccg-logo:hover{
	}
	.ccg-logo:active{
	}
	.deck{
		padding-right:50px;
		padding-left:50px;
	}
	.book-sale{
		margin-bottom:20px;
		width:90%;
		margin-top:0px;
	}
	.book-list-style{
		line-height:22px;
		margin-top:7px;
	}
	.bc-top-margin{
		margin-top:40px;
		margin-bottom:20px;
	}
	.container-div-style-3{
		background-size:175% auto;
		background-position:center center;
		background-repeat:no-repeat;
		height:350px;
		background-image:url("img/author_next.jpg");
	}
	.page-hed-quotes{
		font-size:22px;
		margin-top:0px;
	}
	.bc-no-margin{
		margin-bottom:0px;
		margin-top:15px;
	}
	.quote-column{
		margin-bottom:0px;
	}
	.quote-last-column{
		margin-bottom:25px;
	}
	.quote{
		font-size:20px;
		font-family:"Gotham-Medium";
		color:#FFFFFE!important;
	}
	.attribute{
		font-size:16px;
		font-family:"ProximaNova-LightIt";
		letter-spacing:0rem;
	}
	.mailing-address{
		margin-bottom:30px;
		margin-top:30px;
	}
	.container-div-style-4{
		background-size:175% auto;
		background-position:center top;
		background-repeat:no-repeat;
		height:350px;
		background-image:url("img/resources_next-1.jpg");
	}
	.container-div-style-5{
		background-size:175% auto;
		background-position:center bottom;
		background-repeat:no-repeat;
		height:350px;
		background-image:url("img/hype_next.jpg");
	}
	.three-column-row{
		height:190px;
		margin-bottom:0px;
		margin-top:50px;
	}
	.teachers-icon{
		padding-top:40px;
	}
	.involve-icon{
		padding-top:40px;
	}
	.guide-icon{
		padding-top:40px;
	}
	.div-column-1{
		height:190px;
	}
	.page-hed-resources-margin{
		margin-top:0px;
	}
	.page-hed-copy-1{
		font-size:22px;
		margin-top:40px;
	}
	.link-about{
		margin-right:0px;
		margin-left:0px;
		font-size:13px;
	}
	.link-movement{
		margin-right:0px;
		margin-left:0px;
		font-size:13px;
	}
	.link-book{
		margin-right:0px;
		margin-left:0px;
		font-size:13px;
	}
	.link-author{
		margin-right:0px;
		margin-left:0px;
		font-size:13px;
	}
	.link-author:hover{
	}
	.active{
		color:#FFFFFE!important;
		background-color:#08ADD8;
	}
	.link-resources{
		margin-right:0px;
		margin-left:0px;
		font-size:13px;
	}
	.covid{
		;
	}
	.covid-message{
		line-height:1.5em;
		margin-bottom:20px;
	}
	.covid-body{
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:20px;
	}
	.covid-card{
		;
	}
	.covid-header{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.page-hed-resources{
		font-size:26px;
		margin-top:0px;
		margin-bottom:15px;
	}
	.resources-icon-1{
		margin-bottom:15px;
		margin-top:0px;
		height:60px;
	}
	.resources-icon-2{
		margin-bottom:15px;
		margin-top:10px;
	}
	.backquote{
		padding-left:0px;
	}
	.hagirso-posterframe{
		margin-top:130px;
		width:100%;
	}
	.page-hed-link{
		font-size:22px;
		margin-top:40px;
	}
	.bottom-column{
		margin-bottom:10px;
	}
	.page-hed-smal-margin{
		margin-top:5px;
	}
	.nav-margin-top{
		margin-right:0px;
	}
	.nav-bar-no-margins{
		padding-right:0px;
	}
	.buy-button{
		margin-top:25px;
		margin-bottom:10px;
	}
	.quote-div-left{
		padding-left:15px;
		padding-top:15px;
		padding-bottom:5px;
	}
	.buy-book-photo{
		width:90%;
	}
	.bc-link-bold{
		margin-right:2px;
	}
	.buy-the-book-column{
		margin-top:0px;
	}
	.bc{
		;
	}
	.book-row{
		margin-top:5px;
		margin-bottom:10px;
	}
	.buy-button:hover{
	}
	.icon-div{
		margin-top:10px;
	}
	.bc-subhed-copy-1{
		font-family:"ProximaNova-Semibold";
		color:#000000!important;
		font-size:22px;
		margin-bottom:30px;
		margin-top:20px;
	}
	.bloc-photo-size{
		margin-bottom:400px;
	}
	.learn-more-margin{
		margin-top:0px;
	}
	.cta-button{
		font-size:16px;
		height:65px;
		padding-top:23px;
	}
	.cta-button-2{
		height:65px;
		font-size:16px;
		padding-top:7px;
	}
	.cta-button-3{
		height:65px;
		font-size:16px;
		padding-top:15px;
	}
	.button-column-padding{
		padding-right:10px;
		padding-left:10px;
	}
	.bc-link-ital{
		margin-right:2px;
	}
	.bc-link-bold-ital{
		margin-right:2px;
	}
	.resources-icon-3{
		margin-bottom:15px;
		margin-top:40px;
	}
	.button-row{
		margin-bottom:30px;
	}
	.page-hed-no-margin{
		margin-top:0px;
	}
	.card-row{
		margin-bottom:35px;
	}
	.orange-row{
		height:30px;
	}
	.source{
		margin-bottom:50px;
	}
	
}

@media (max-width: 767px){
	.ccg-logo{
		width:150px;
		margin-left:10px;
	}
	.h1-hed{
		font-size:40px;
		line-height:48px;
		letter-spacing:0px;
		margin-bottom:5px;
	}
	.h2-subhed{
		font-size:24px;
	}
	.home-bc{
		line-height:1.5em;
		font-size:16px;
	}
	.home-column-margins{
		margin-top:40px;
		margin-bottom:40px;
	}
	.small-copy{
		font-size:16px;
	}
	.footer-row{
		margin:0px 0px 0px 0px;
	}
	.h2-subhed-reverse{
		font-size:27px;
		margin-bottom:15px;
	}
	.home-subhed-reverse{
		font-size:20px;
		margin-top:0px;
	}
	.h1-hed-reverse{
		font-size:40px;
		line-height:48px;
		letter-spacing:0px;
		margin-bottom:5px;
		margin-top:265px;
	}
	.page-hed{
		font-size:20px;
		margin-top:20px;
		line-height:1.3em;
	}
	.bc-subhed{
		font-family:"ProximaNova-Semibold";
		font-size:18px;
		color:#000000!important;
	}
	.bc{
		font-size:16px;
		background-position:left top;
	}
	.bc-ital{
		font-size:16px;
	}
	.next-bc{
		line-height:1.5em;
		margin-bottom:25px;
	}
	.bc-link-bold{
		font-size:16px;
	}
	.next-div-arrow{
		margin-top:0px;
		padding-top:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.container-div-style{
		height:350px;
		opacity:1.0;
		background-size:auto 140%;
		background-position:center top;
	}
	.previous-icon{
		color:#FFFFFE!important;
		text-align:left;
		margin:0px 0px 0px 40px;
		padding:0px 0px 0px 0px;
	}
	.next-icon{
		text-align:right;
		margin:0px 40px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.next-div-text{
		height:200px;
		margin:0px 0px 0px 0px;
		padding:30px 30px 30px 30px;
	}
	.next-head{
		margin-bottom:12px;
		margin-top:20px;
		font-family:"Gotham-Bold";
		font-weight:300;
		margin-left:30px;
	}
	.bc-bottom-margin{
		margin-bottom:5px;
	}
	.book-image{
		margin-top:30px;
		margin-bottom:20px;
	}
	.container-div-style-2{
		height:350px;
		opacity:1.0;
		background-size:auto 140%;
		background-position:center top;
	}
	.next-head-2{
		margin-bottom:12px;
		margin-top:30px;
		font-family:"Gotham-Bold";
		font-weight:300;
		margin-left:10px;
	}
	.next-bc-2{
		line-height:1.5em;
		margin-bottom:40px;
		margin-left:10px;
	}
	.toggle{
		margin-right:20px;
	}
	.deck{
		padding-left:20px;
		padding-right:20px;
	}
	.nav-bar{
		height:130px;
	}
	.book-sale{
		width:90%;
		margin-bottom:10px;
	}
	.bc-top-margin{
		margin-top:30px;
		margin-bottom:20px;
	}
	.book-list-style{
		font-size:16px;
		line-height:20px;
	}
	.container-div-style-3{
		height:360px;
		opacity:1.0;
		background-size:auto 140%;
		background-position:right center;
	}
	.page-hed-quotes{
		font-size:20px;
		margin-top:0px;
	}
	.quote{
		font-size:18px;
		line-height:1.4em;
		color:#FFFFFE!important;
	}
	.attribute{
		font-size:16px;
	}
	.quote-column{
		margin-bottom:0px;
	}
	.mailing-address{
		margin-bottom:20px;
		margin-top:30px;
	}
	.container-div-style-4{
		height:360px;
		opacity:1.0;
		background-size:auto 140%;
		background-position:center top;
	}
	.container-div-style-5{
		height:360px;
		opacity:1.0;
		background-size:auto 140%;
		background-position:center center;
	}
	.small-copy-black{
		font-size:16px;
	}
	.guide-hed{
		font-size:17px;
		margin-top:15px;
	}
	.div-column-1{
		height:150px;
	}
	.three-column-row{
		height:150px;
	}
	.teachers-icon{
		padding-top:25px;
	}
	.involve-icon{
		padding-top:25px;
	}
	.guide-icon{
		padding-top:25px;
	}
	.h3-color{
		color:#ffffff;
	}
	.page-hed-copy-1{
		font-size:20px;
		margin-top:0px;
	}
	.involve-column-margins{
		margin-top:20px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.nav-margin-top{
		margin-top:25px;
		margin-bottom:10px;
	}
	.covid-message{
		padding-left:17px;
		font-size:15px;
		line-height:1.5em;
		padding-right:5px;
		margin:0px 0px 0px 0px;
	}
	.covid-body{
		margin-bottom:20px;
		padding:0px 0px 0px 0px;
	}
	.covid-header{
		text-align:left;
	}
	.covid{
		padding-left:0px;
		text-align:center;
		margin-left:0px;
		font-size:17px;
	}
	.page-hed-resources{
		font-size:24px;
		margin-top:0px;
		margin-bottom:15px;
	}
	.bc-link-copy-1{
		font-size:16px;
	}
	.bc-semibold{
		font-size:16px;
		background-position:left top;
	}
	.resources-icon-1{
		margin-top:0px;
		height:50px;
	}
	.resources-icon-2{
		margin-top:30px;
		height:50px;
	}
	.backquote{
		padding-left:0px;
	}
	.bc-semibold-ital{
		font-size:16px;
		background-position:left top;
	}
	.bc-below-thurow{
		font-size:16px;
		background-position:left top;
	}
	.bottom-column{
		margin-bottom:30px;
	}
	.video-posterframe{
		margin-top:10px;
		margin-bottom:25px;
	}
	.hagirso-posterframe{
		margin-top:15px;
		margin-bottom:10px;
		width:40%;
	}
	.page-hed-link{
		font-size:20px;
		margin-top:20px;
		line-height:1.3em;
	}
	.link-about{
		padding-top:12px;
		padding-bottom:12px;
	}
	.link-movement{
		padding-top:12px;
		padding-bottom:12px;
	}
	.link-book{
		padding-top:12px;
		padding-bottom:12px;
	}
	.link-author{
		padding-top:12px;
		padding-bottom:12px;
	}
	.link-resources{
		padding-top:12px;
		padding-bottom:12px;
	}
	.link-about:hover{
	}
	.nav-bar-no-margins{
		padding-left:0px;
	}
	.toggle-margin-right{
		margin-right:10px;
	}
	.buy-book-photo{
		width:70%;
		margin-bottom:30px;
		margin-left:0px;
		margin-top:20px;
	}
	.book-row{
		margin-bottom:10px;
		margin-top:0px;
	}
	.buy-button{
		margin-top:25px;
		margin-bottom:10px;
	}
	.special-photo-bloc{
		background-size:100% auto;
		background-repeat:no-repeat;
		width:100%;
		background-image:url("img/buy-book-photo.jpg");
		background-position:center center;
		height:450px;
	}
	.quote-div-left{
		padding-bottom:7px;
		padding-top:10px;
	}
	.buy-button:hover{
		background-color:#969796;
	}
	.quote-last-column{
		margin-bottom:15px;
	}
	.social-media-column{
		margin-right:5px;
	}
	.bc-subhed-copy-1{
		font-family:"ProximaNova-Semibold";
		font-size:20px;
		color:#000000!important;
		margin-bottom:25px;
		margin-top:10px;
	}
	.team-card{
		min-height:240px;
	}
	.head-3{
		font-size:22px;
	}
	.bloc-photo-size{
		margin-bottom:300px;
	}
	.author-photo{
		margin-top:25px;
	}
	.about-top-margin{
		margin-top:35px;
		margin-bottom:35px;
	}
	.learn-more-margin{
		margin-top:3px;
		margin-bottom:18px;
	}
	.cta-button{
		margin-bottom:12px;
	}
	.cta-button-2{
		margin-bottom:12px;
		padding-top:16px;
	}
	.cta-button-3{
		padding-top:23px;
	}
	.bc-link-ital{
		font-size:16px;
	}
	.bc-link-bold-ital{
		font-size:16px;
	}
	.resources-icon-3{
		margin-top:30px;
		height:50px;
	}
	.top-header-social-row{
		margin-top:15px;
	}
	.button-row{
		margin-bottom:20px;
	}
	.page-hed-no-margin{
		margin-top:0px;
	}
	.bc-new-margin-top{
		margin-top:20px;
	}
	.testimonial{
		font-size:18px;
	}
	.blog-margin-bottom{
		margin-bottom:50px;
	}
	.source{
		margin-bottom:50px;
	}
	
}

@media (max-width: 575px){
	.h1-hed{
		font-size:32px;
		line-height:36px;
		letter-spacing:0px;
	}
	.home-bc{
		font-size:16px;
		line-height:1.4em;
		margin-bottom:5px;
	}
	.small-copy{
		font-size:13px;
		font-family:"ProximaNova-Regular";
		margin-bottom:10px;
		text-align:center;
	}
	.footer-row{
		margin-top:20px;
	}
	.social-media-row{
		height:40px;
		float:none;
	}
	.h2-subhed{
		font-size:20px;
	}
	.h2-subhed-reverse{
		font-size:24px;
		line-height:1.3em;
	}
	.home-subhed-reverse{
		font-size:20px;
		margin-bottom:80px;
	}
	.begin-button{
		height:35px;
		padding-top:7px;
		border-radius:22px 22px 22px 22px;
	}
	.begin-button:hover{
		background-color:#000000;
		color:#FFFFFE!important;
	}
	.begin-button:active{
		color:#000000!important;
		background-color:#F47C20;
	}
	.h1-hed-reverse{
		font-size:30px;
		line-height:32px;
		margin-top:125px;
		letter-spacing:-.02em;
		font-family:"Gotham-Black";
		margin-bottom:0px;
	}
	.page-hed{
		font-size:18px;
		color:#000000!important;
		margin-top:25px;
		line-height:1.3em;
	}
	.bc-subhed{
		font-size:16px;
		font-family:"ProximaNova-Semibold";
		line-height:140%;
		color:#000000!important;
	}
	.bc{
		font-size:16px;
		line-height:1.6em;
		color:#000000!important;
	}
	.bc-ital{
		font-size:16px;
	}
	.next-head{
		font-size:16px;
		font-family:"Gotham-Bold";
		margin:20px 20px 12px 20px;
	}
	.bc-link-bold{
		font-size:16px;
		line-height:1.5em;
	}
	.next-div-arrow{
		margin-top:0px;
		margin-bottom:0px;
	}
	.next-icon{
		padding-bottom:0px;
		padding-top:0px;
		margin:0px 20px 0px 0px;
	}
	.previous-icon{
		color:#FFFFFE!important;
		margin:0px 225px 0px 20px;
	}
	.next-div-text{
		height:240px;
		margin:0px 0px 0px 0px;
		padding:30px 30px 30px 30px;
	}
	.next-bc{
		margin-bottom:25px;
		margin-left:20px;
	}
	.container-div-style{
		height:250px;
		background-size:115% auto;
		background-position:center top;
		opacity:1.0;
		background-color:transparent;
	}
	.bc-bottom-margin{
		margin-bottom:20px;
	}
	.book-image{
		width:100px;
		margin-bottom:0px;
		margin-top:20px;
		margin-left:20px;
	}
	.container-div-style-2{
		height:250px;
		background-size:120% auto;
		background-position:left top;
		opacity:1.0;
		background-color:transparent;
	}
	.next-head-2{
		font-size:16px;
		font-family:"Gotham-Bold";
		margin:20px 20px 12px 20px;
	}
	.next-bc-2{
		margin-left:20px;
		margin-bottom:25px;
	}
	.toggle{
		margin-right:10px;
	}
	.ccg-logo{
		margin-left:10px;
	}
	.deck{
		padding-right:0px;
		padding-left:0px;
	}
	.nav-bar{
		height:130px;
	}
	.buy-button{
		height:35px;
		padding-top:7px;
		margin-top:20px;
		margin-bottom:10px;
		border-radius:22px 22px 22px 22px;
	}
	.buy-button:hover{
		background-color:#969796;
		color:#FFFFFE!important;
	}
	.buy-button:active{
		color:#FFFFFE!important;
		background-color:#F47C20;
	}
	.bc-top-margin{
		margin-top:30px;
		margin-bottom:20px;
	}
	.container-div-style-3{
		height:250px;
		background-size:120% auto;
		background-position:left top;
		opacity:1.0;
		background-color:transparent;
	}
	.page-hed-quotes{
		font-size:18px;
		line-height:20px;
		color:#000000!important;
		margin-top:0px;
	}
	.quote{
		color:#FFFFFE!important;
		line-height:150%;
		margin-left:0px;
	}
	.rt-twitter-icon{
		color:#08ADD8!important;
	}
	.bc-twitter{
		;
	}
	.container-div-style-4{
		height:250px;
		background-size:120% auto;
		background-position:left top;
		opacity:1.0;
		background-color:transparent;
	}
	.container-div-style-5{
		height:250px;
		background-size:120% auto;
		background-position:center center;
		opacity:1.0;
		background-color:transparent;
	}
	.small-copy-black{
		font-size:13px;
		font-family:"ProximaNova-Regular";
		margin-bottom:10px;
		text-align:left;
	}
	.page-hed-copy-1{
		font-size:18px;
		line-height:20px;
		color:#000000!important;
		margin-top:25px;
	}
	.modal-margins{
		margin-right:5px;
		margin-left:5px;
	}
	.three-column-row{
		margin-top:20px;
		height:160px;
	}
	.div-column-1{
		height:160px;
	}
	.guide{
		margin-right:0px;
		margin-left:0px;
	}
	.involve{
		margin-right:0px;
		margin-left:0px;
	}
	.teachers{
		margin-right:0px;
		margin-left:0px;
	}
	.involve-column-margins{
		margin-top:380px;
	}
	.nav-margin-top{
		margin-top:15px;
	}
	.covid-header{
		padding-right:0px;
		padding-left:0px;
		text-align:left;
		padding-top:10px;
		line-height:1.2em;
		margin:5px 0px 0px 0px;
	}
	.covid-message{
		padding-right:0px;
		padding-left:0px;
		margin-bottom:20px;
	}
	.covid{
		font-size:16px;
		text-align:left;
	}
	.covid-body{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.home-column-margins{
		margin-top:30px;
		margin-bottom:35px;
	}
	.page-hed-resources{
		font-size:22px;
		line-height:20px;
		color:#000000!important;
		margin-top:0px;
		margin-bottom:15px;
	}
	.bc-link-copy-1{
		font-size:16px;
		line-height:1.5em;
	}
	.bc-semibold{
		font-size:16px;
		color:#000000!important;
		line-height:1.6em;
	}
	.resources-icon-1{
		margin-top:20px;
		height:50px;
	}
	.resources-icon-2{
		height:50px;
		margin-top:20px;
	}
	.backquote{
		padding-left:0px;
		padding-right:0px;
	}
	.bc-semibold-ital{
		font-size:16px;
		color:#000000!important;
		line-height:1.6em;
	}
	.bc-below-thurow{
		font-size:16px;
		line-height:1.6em;
		color:#000000!important;
	}
	.bottom-column{
		margin-bottom:0px;
	}
	.hagirso-posterframe{
		width:60%;
		margin-bottom:0px;
	}
	.video-posterframe{
		width:100%;
		margin-top:0px;
	}
	.page-hed-link{
		font-size:18px;
		color:#000000!important;
		margin-top:25px;
		line-height:1.3em;
	}
	.attribute{
		font-size:16px;
		margin-left:0px;
		line-height:20px;
	}
	.quote-div-left{
		padding-right:0px;
		padding-top:7px;
		padding-bottom:7px;
	}
	.quote-column{
		margin-right:0px;
		padding-right:0px;
	}
	.nav-bar-no-margins{
		margin-left:0px;
	}
	.toggle-margin-right{
		margin-right:5px;
	}
	.buy-book-photo{
		margin-bottom:20px;
		width:90%;
		margin-top:25px;
	}
	.book-row{
		margin-bottom:10px;
	}
	.bc-no-margin{
		margin-top:10px;
		margin-bottom:0px;
	}
	.book-sale{
		margin-bottom:10px;
		width:100%;
		margin-top:0px;
	}
	.special-photo-bloc{
		height:300px;
	}
	.buy-the-book-column{
		margin-bottom:0px;
	}
	.book-list-style{
		color:#F47C20!important;
	}
	.text-span-bloc-12-color{
		color:#f57d20;
	}
	.social-media-column{
		margin-right:5px;
	}
	.bc-subhed-copy-1{
		font-size:18px;
		font-family:"ProximaNova-Semibold";
		line-height:140%;
		color:#000000!important;
	}
	.head-3{
		font-size:20px;
	}
	.bloc-photo-size{
		margin-bottom:200px;
	}
	.author-photo{
		margin-top:20px;
	}
	.cta-button-2{
		padding-right:10px;
		padding-left:10px;
		padding-top:15px;
	}
	.cta-button-3{
		padding-right:10px;
		padding-left:10px;
	}
	.bc-link-ital{
		font-size:16px;
		line-height:1.5em;
	}
	.bc-link-bold-ital{
		font-size:16px;
		line-height:1.5em;
	}
	.resources-icon-3{
		margin-top:15px;
		height:50px;
	}
	.fa-volume-up{
		margin-left:0px;
	}
	.page-hed-no-margin{
		margin-top:0px;
	}
	.top-header-social-row{
		margin-bottom:0px;
	}
	.covid-header:hover{
	}
	.covid-header:active{
	}
	.get-involved{
		color:#052C5C!important;
	}
	.resources-blue{
		color:#08ADD8!important;
	}
	.more-roger{
		color:#F47C20!important;
	}
	.source{
		margin-bottom:50px;
	}
	
}

