html, body, table, th, tr, td, p, img, hr, ul, li, h1, h2, h3, h4, h5, div, form, fieldset {padding:0; margin:0; border:none;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    html, body, table, th, tr, td, p, img, hr, ul, li, h1, h2, h3, h4, h5, div, form, fieldset {padding:0; margin:0; border:none;}
    h1 {font-weight:normal;}
}

div { position:relative; }

:root {
    font-size:20px;
    --basic_font_size: 20px;
    --blue:#23aae1;
    --orange:#f7941d;
	--dk_orange:#be7824;
    --lt_grey:#ececd9;
    --med_grey:#939084;
    --dk_grey:#6c6b66;
	--beige:#fafaee;
}

video {
	display: block;
}

/* ------------------------------------------------------------------------- */
/* PRIMARY LAYOUT */

html { width:100vw; height:100vh; }

body {
	width:100vw;
	min-height:100vh;
    font-family:'Source Serif 4', serif;
    font-weight:500;
    color:#000000;
    background-color: var(--beige);
	overflow-x: hidden;
}

div#content_wrap {
	width:1440px;
	margin:0 auto;
}

div#lower_content, div#lower_content_int {
	width:100%;
	margin-top:1.5rem;
}

footer {
	background-color:var(--dk_grey);
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	padding:1rem 0 2rem 0;
	z-index: 100000;
}

div#footer_wrap {
	width:1440px;
	margin:0 auto;
	color:white;
	font-family:'Montserrat',sans-serif;
}

div.footer_segment {
	float:left;
}

div.footer_segment:first-of-type {
	margin-right:2rem;
}

img.sm_icon {
	width:1.75rem;
	float:left;
	margin:0 .5rem 0 0;
	cursor:pointer;
}

p.footer_link {
	margin-bottom:.5rem;
	cursor:pointer;
}

div#cookie_msg {
	background-color:var(--orange);
	position: absolute;
	width:100%;
	min-height:8rem;
	position:fixed;
	bottom:0;
	left:0;
	z-index: 90000;
	display:none;
}

div#support_panel {
	width:19rem;
	height:11rem;
	padding:1rem 1.5rem;
	background-color:var(--dk_grey);
	border-radius: 1rem 1rem 0 0;
	position:absolute;
	top:-1rem;
	right:0;
	z-index:10000;
}

div#support_link {
	float:right;
	width:100%;
	margin:0;
	cursor:pointer;
}

p#support_msg, p#mob_support_msg {
	font-family:"Montserrat",sans-serif;
	font-weight:700;
	font-size:1rem;
	color:white;
	text-align:left;
	line-height:1.1rem;
	display:none;
}

div#but_donate, div#mob_but_donate {
	width:8rem;
	height:2rem;
	background:url('../_img/but_donate.png') no-repeat;
	background-size:contain;
	opacity:0.5;
	cursor: pointer;
	margin-top:1rem;
	float:right;
	display:none;
}

p#mob_support_msg, div#mob_but_donate {
	display:block;
	opacity:0;
}

div#but_donate:hover {
	opacity:1.0;
}

div.but_close {
	width:20px;
	height:20px;
	background:url('../_img/but_close_20x20.png') no-repeat;
	background-position: center top;
	cursor: pointer;
	position:absolute;
	z-index:10000;
	top:1.5rem; left:1.5rem;
	display:none;
}

div.but_close:hover {
	background-position: center -20px;
}

/* ------------------------------------------------------------------------- */
/* HEADER */

div#header_hero {
	width:100vw;
	height:19rem;
	position:absolute;
	top:0; left:0;
}

div#header_hero video {
	object-fit: cover;
    object-position: center;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1000;
}

div#header_logo {
	width:100%;
	height:19rem;
	background:url('../_img/header_logo.png') no-repeat center 2rem;
}

div#int_header_hero {
	width:100vw;
	height:10rem;
	position:absolute;
	top:0; left:0;
	background:url('../_img/int_header_bg.jpg') no-repeat center;
	background-size:cover;
}

div#int_header_logo {
	width:100%;
	height:10rem;
	background:url('../_img/int_header_logo.png') no-repeat;
	background-position:  left center;
	cursor:pointer;
}

div#clip_text {
	width:1px;
	height:1px;
	position:absolute;
	top:0; left: 0;
	overflow: hidden;
  	clip: rect(0, 0, 0, 0);
}

div#jeff_banner {
	width:75%;
	height:5.5rem;
	background:url('../img/orange_fade_banner.png');
	position:absolute;
	bottom:0;
	right:0;
}

div#jeff_title {
	width:57%;
	height:auto;
	text-align: right;
	font-style: italic;
	line-height:1.2rem;
	float:left;
	margin-top:1.5rem;
}

div#intro_vid_wrap {
	width:30%;
	aspect-ratio: 16 / 9;
	background-color:var(--dk_grey);
	position:absolute;
	right:0;
	bottom: -5rem;
	z-index:1000;
}

div#intro_vid_wrap video {
	width:100%;
	height:100%;
	object-fit:cover;
}

div#intro_poster {
	width:100%;
	height:100%;
	background:url('../_img/poster-mainIntro-playbut.jpg') no-repeat;
	background-size:cover;
	position:absolute;
	top:0; left:0;
	z-index:100;
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */
/* VIDEO COLUMNS - HOME PAGE */

div#cols_header_wrap {
	width:100%;
	height:2rem;
	border-bottom:1px solid var(--dk_grey);
	margin-top:0.5rem;
}

div#cols_header_subhead {
	width:100%;
	text-align:left;
	font-style:italic;
	color:var(--med_grey);	
}

div#cols_header_text {
	width:22.35rem;
	height:100%;
	border-radius: .5rem .5rem 0 0;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	background-color:var(--dk_grey);
	text-align:center;
	line-height:2.1rem;
	color:white;
	font-size:0.9rem;
	letter-spacing: 2px;
	float:right;
}

div.cols_wrap {
	width:100%;
	display:flex;
	justify-content: space-between;
}

div.vid_col_head {
	width:calc(20% - 2.5rem);
	padding-right:1rem;
	flex-basis:auto;
}

div.vid_column {
	width: calc(20% - 2.5rem);
	padding:.5rem 1.25rem 1.5rem 0;
	flex-basis: auto;
}

div#vid_col_A { border-top:7px solid #23aae1; border-right:2px solid #23aae1; }
div#vid_col_B { border-top:7px solid #6daac5; border-right:2px solid #6daac5; }
div#vid_col_C { border-top:7px solid #a9a698; border-right:2px solid #a9a698; }
div#vid_col_D { border-top:7px solid #d89e62; border-right:2px solid #d89e62; }
div#vid_col_E { border-top:7px solid #f7941d; border-right:2px solid #f7941d; }


/* ------------------------------------------------------------------------- */
/* VIDEO THUMBNAILS - HOME PAGE */

div.vid_item_wrap {
	width:100%;
	margin:.75rem 0 0 0;
}

.vid_thu_wrap {
	display:block;
	width:100%;
	aspect-ratio: 16 / 9;
	border-radius: .5rem;
	overflow: hidden;
	cursor: pointer;
	position:relative;
    text-decoration:none;
	color:inherit; 
}

img.vid_thu_off, img.vid_thu_on, img.vid_thu_play_icon {
	width:100%;
	position:absolute;
	top:0; left:0;
	z-index:-100;
}

img.vid_thu_on { z-index:-200; }

img.vid_thu_play_icon {
	z-index:100;
	opacity:0.5;	
}

div.vid_title, div.vid_title_cat {
	font-family: 'Montserrat',sans-serif;
	font-weight:700;
	font-size:1rem;
	line-height:1rem;
	color:white;
	text-align: left;
	position:absolute;
	width:calc(100% - 2.5rem);
	top:1rem; left:1rem;
}

div.vid_desc, div.vid_desc_cat {
	margin:.5rem 0 0 0;
	font-size:.8rem;
	font-style:italic;
	line-height: .9rem;
}

div.vid_desc p {
	margin:0;
}

div.col_vert_bottom_pad {
	height:12rem;
	z-index: -100;
}

/* ------------------------------------------------------------------------- */
/* NAV MENU */

div#nav_outer_wrap {
	position:absolute;
	top:2rem;
	left:0;
	z-index:999999;
}

div#nav_icon {
	width:1.75rem;
	height:1.35rem;
	background:url('../_img/menu_icon.png') no-repeat;
	background-size: contain;
	cursor: pointer;
}

div#nav_menu_wrap, div.nav_menu_sub_wrap {
	display:none;
	box-shadow: 5px 5px 14px -10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 5px 5px 14px -10px rgba(0,0,0,0.9);
	-moz-box-shadow: 5px 5px 14px -10px rgba(0,0,0,0.9);
}

div.nav_menu_sub_wrap {
	position: absolute;
	z-index: -100;
}

div.nav_menu_item, div.nav_menu_item_subhead, div.nav_menu_sub_item {
	cursor: pointer;
	width:14rem;
	min-height:2rem;
	box-sizing: border-box;
	font-family:'Montserrat',sans-serif;
	color:white;
	font-weight:700;
	font-size:.85rem;
	line-height: 1rem;
	padding:.5rem .85rem;
	background-color:var(--dk_grey);
	border-bottom:1px solid white;
}

div.nav_menu_item_subhead {
	padding:.5rem 2rem .5rem 1.5rem;
	background-image:url('../_img/arrow_sub_menu.png?x=2');
	background-repeat: no-repeat;
	background-position:center right;
	background-color:var(--med_grey);
	font-weight:400;
	font-size:.8rem;
	line-height: .8rem;
}

div.nav_menu_item:hover {
	background-color:#3d3e3c;
}

div.nav_menu_item:first-of-type { margin-top:.5rem; }
div.nav_menu_item:first-of-type:hover { background-color:var(--dk_grey); }
div.nav_menu_item:last-of-type { border-bottom: none; }

div.nav_sub_A:hover { background-color:#23aae1; }
div.nav_sub_B:hover { background-color:#6daac5; }
div.nav_sub_C:hover { background-color:#728057; }
div.nav_sub_D:hover { background-color:#d89e62; }
div.nav_sub_E:hover { background-color:#f7941d; }


div.nav_menu_sub_wrap {
	display:none;
	position:absolute;
	right:-20rem;
	top:0;
}

div.nav_menu_sub_item { background-color:var(--med_grey); width:20rem; }
.no_bottom_border { border-bottom:none; }

div#nav_outer_wrap a { text-decoration: none; color:inherit; margin:0; padding:0; }
div#nav_outer_wrap a:hover { text-decoration: none; color:inherit; }
div#nav_outer_wrap a:visited { text-decoration: none; color:inherit; }
div#nav_outer_wrap a:active { text-decoration: none; color:inherit; }


/* ------------------------------------------------------------------------- */
/* VIDEO PAGES */

div#video_page_upper_wrap {
	width:100%;
	margin:0 0 2rem 0;
	display: flex;
	align-items:flex-end;
}

div#video_page_text {
	width:60%;
	margin:0 6rem 0 1rem;
}

div#video_page_text h1 {
	font-family:'Montserrat',sans-serif;
	font-size:2rem;
	font-weight:700;
	line-height:2rem;
	color:var(--dk_grey);
	margin: 0 0 1rem 0;
}

div#video_page_intro_thumb {
	width:30%;
	background-color:var(--dk_grey);
	border-radius:1rem;
}

div#video_page_lower_wrap {
	width:70%;
	max-width:1280px;
	aspect-ratio: 16 / 9;
	margin:0 auto;
	background-color:var(--dk_grey);
	border-radius:1rem;
	overflow: hidden;
}

div#arrows_wrap {
	display:flex;
}

div#arrow_home {
	width:4rem;
	height:3rem;
	margin:0 .3rem 0 0;
	background:url('../_img/but_arrBack.png') no-repeat;
	background-size:4rem 6rem;
	overflow: hidden;
	cursor: pointer;
}

div#arrow_nextVid {
	width:6rem;
	height:3rem;
	margin:0;
	background:url('../_img/but_arrNextVid.png') no-repeat;
	background-size:6rem 6rem;
	overflow: hidden;
	cursor:pointer;
}

div#arrow_home:hover, div#arrow_nextVid:hover {
	background-position: 0 -60px;
}

div.but_subscribe {
	width:9rem;
	height:2.25rem;
	background: url('../_img/but_subscribe.png') no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: 0.6;
	margin:2rem 0 0 0;
	float:right;
}

div.but_subscribe:hover {
	opacity: 1.0;
}

div.but_subscribe_yt {
	width:12.5rem;
	height:2.25rem;
	background: url('../_img/but_subscribe_yt.png') no-repeat;
	background-size:12.5rem 4.5rem;
	background-position:0 0;
	cursor: pointer;
	margin:2rem 0 0 0;
	overflow:hidden;
	float:right;
}

div.but_subscribe_yt:hover {
	background-position: 0 -2.25rem;
}

div.yt_icon {
	width:3.25rem;
	height:4.25rem;
	background:url('../_img/icon_yt.png') no-repeat;
	background-size:contain;
	float:right;
	margin: 2rem .5rem 0 0;
}

/* ------------------------------------------------------------------------- */
/* MOBILE: GENERAL */

div#mobile_support_tab {
	width:280px;
	height:100px;
	padding:40px 20px 20px 20px;
	background:url('../_img/mob_support_tab.png') no-repeat;
	position:absolute;
	top:-30px;
	left:calc(50% - 160px);
	z-index: -100;
	display:none;
}



/* ------------------------------------------------------------------------- */
/* MOBILE CATEGORY MENU */

div#mobile_category_menu {
	width:90%;
	color:white;
	font-family:"Montserrat",sans-serif;
	font-weight:700;
	font-size:1.3rem;
	text-align:center;
	display:none;
	z-index:100000;
	position:fixed;
	bottom:20%;
	margin:0 auto;
}

div#mob_cat_menu_head, div.mob_cat_menu_item {
	background-color:var(--dk_grey);
	padding:1rem .5rem;
	margin-top:1px;
	width:calc(100% - 1rem);
	cursor: pointer;
}

div#mob_menu_items_wrap {
	display:none;
}

div#mob_menu_A { background-color:#23aae1; }
div#mob_menu_B { background-color:#6daac5; }
div#mob_menu_C { background-color:#a9a698; }
div#mob_menu_D { background-color:#d89e62; }
div#mob_menu_E { background-color:#f7941d; }

/* ------------------------------------------------------------------------- */
/* MOBILE: CATEGORY PAGES */

h1#category_title {
	text-align:center;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	line-height:2rem;
	color:var(--dk_grey);
}

p#category_desc {
	font-size:1.2rem;
	font-style:italic;
	margin:.5rem 0;
	text-align: center;
}


/* ------------------------------------------------------------------------- */
/* TYPOGRAPHY */

div#intro_text {
	width:65%;
	height:auto;
}

div#intro_text h3 {
	font-size:1rem;
	font-weight:400;
	font-style:italic;
	line-height:1.3rem;
	margin-bottom:.8rem;
}

div#intro_text h1 {
	font-style:italic;
	font-weight:700;
	font-size:1.2rem;
	margin-bottom: .8rem;
}

span.reg_ital {
	font-size:1rem;
	font-style:italic;
	font-weight: 400;
}

h4, h5 {
	font-family:'Montserrat',sans-serif;
	font-weight: 700;
	color:var(--dk_grey);
	font-size:1.3rem;
	margin:0 0 1rem 0;
}

h5 {
	font-size:1.1rem;
	color:#d89e62;
	margin:.7rem 0 .3rem 0;
}

p.faq_q {
	font-weight:700;
	font-style:italic;
	font-size: 1.2rem;
	margin:0 0 .3rem 0;
}

p.faq_a {
	margin:0 0 1rem 0;
}

.montserrat { font-family: 'Montserrat', sans-serif; }
.bold { font-weight: 700; }
.regular { font-weight: 400; }
.white { color:white; }
.sz1-2 { font-size: 1.2rem; }
.sz1-4 { font-size: 1.4rem; }
.sz1-6 { font-size: 1.6rem; }
.sz1-8 { font-size: 1.8rem; }
.sz2 { font-size: 2rem; }
.normal { font-style: normal; }
.italic { font-style: italic; }
.left { text-align: left; }
.right { text-align: right; }
.float_l { float:left; }
.float_r { float:right; }

h3.category_head {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	color:var(--dk_grey);
	font-size:1rem;
	line-height: 1rem;
	margin:0;
}

a, p.web_link { text-decoration: underline; color:inherit; cursor:pointer; }
a:hover, p.web_link:hover {text-decoration: underline; color:var(--dk_orange); }

p.footer_link a { text-decoration: none; }
p.footer_link a:hover { text-decoration: none; color:var(--orange); }

div#blocker {
	background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9900;
    width: 100%;
    height: 100%;
}

a#resources_link {
	display:inline-block;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	font-size:1rem;
	color:var(--med_grey);
	margin:1rem 0 0 15%;
	text-decoration: none;
}

a#resources_link:hover {
	color:#d89e62;
}

h5.res_subhead {
	margin:1rem 0 0 0;	
}

p.res_p {
	line-height:1.1rem;
}

/* ########################################################################## */
/* DEVICE-SPECIFIC */

/* SMARTPHONES */
@media only screen and (max-width: 767px) {
	
    :root {
        font-size: 12px;
        --basic_font_size: 12px;
    }
	
	div#nav_outer_wrap { display:none; }
	
	div#int_header_logo { background-size:180%; background-position: center; }
	div#content_wrap, div#footer_wrap { width: 90vw; }
	div.vid_title { font-size:.8rem; line-height:.8rem; top:.5rem; }
	div#video_page_upper_wrap { display:inherit; }
	div#video_page_text { width:100%; display:block; margin:0 0 2rem 0; }
	div#arrows_wrap { justify-content: center; }
	div#video_page_lower_wrap { width: 100%; }
	
	div#header_hero { height:19.5rem; }
	div#header_logo { background-size: 200%; height:17.5rem; background-position: center 2.5rem; }
	div#intro_vid_wrap { width:50%; bottom:-4rem; }
	div#jeff_banner { width:50%; height:4.5rem; right:auto; left:0; }
	div#jeff_title { color:white; margin-top:1rem; width:94%; }
	
	div#lower_content { margin-top: 5rem; }
	div#lower_content_int { margin-top: 1.5rem; }
	div#intro_text { width:100%; }
	div#intro_text h1 { width:75%; }
	
	span.non-mobile { display:none; }

	/* div#cols_header_wrap, div#cols_header_subhead, div.cols_wrap { display:none; } */

	div#mobile_category_menu { display: block; }
	
	div.vid_title_cat { font-size:2rem; line-height: 2rem; }
	div.vid_desc_cat { font-size:1.1rem; line-height:1.3rem; }
	
	div#arrow_home:hover, div#arrow_nextVid:hover {
		background-position:0 0;
	}
	
	div#mobile_support_tab { display:block; }
	div#but_donate { opacity:1.0; width: 12rem; height:3rem; background-size: 12rem; }
	h5 { font-size:1.3rem; }

/* TABLETS */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    :root {
        font-size: 15px;
        --basic_font_size: 15px;
    }

	div#header_logo, div#int_header_logo { background-size:120%; }
	div#content_wrap, div#footer_wrap { width: 768px; }
	div.vid_title { font-size:.8rem; line-height:.8rem; top:.5rem; }
	div#intro_vid_wrap { bottom: -2rem; }

}

/* SMALL DESKTOP & LAPTOPS */
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    :root {
        font-size: 18px;
        --basic_font_size: 18px;
    }
	
	div#header_logo, div#int_header_logo { background-size:120%; }
	div#content_wrap, div#footer_wrap { width: 1024px; }
	div.vid_title { font-size:.8rem; line-height:.8rem; top:.5rem; }
	div#intro_vid_wrap { bottom: -3rem; }
	
}

/* DESKTOP */    
@media only screen and (min-width: 1441px) {
    

}    
    


