﻿/*<meta />*/

/* 
copyright (c) 2020 ClickStart. All rights reserved. 
design and coding by Scott DeLoach 
welcome, friend. we are the dreamers of dreams.
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,600,600italic,700,700italic0&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

@import url('styles_ie.css') screen;

/* 
blue dark			#1955a6
blue light			#4465b0
magenta				#fd2aae
green bright		#a5fecb
grey dark (menu)	rgba(168, 168, 168, .9);
grey med (menu)		#c0c0c0
grey light (menu)	rgba(222, 222, 222, 0.8);
grey light (home)	#fcfcfc
purple (home)		#884F82
*/



html
{
	padding-bottom: 3rem;
	scroll-behavior: smooth;
}

body
{
	font-family: Raleway, Roboto, Arial, Helvetica, sans-serif;
}

html.abt body
{
	background-image: none;
}

html.abt div.search-bar input.search-field
{
	border-bottom: 2px #f0f0f0 solid;
}

div.main-section
{
	z-index: 2;
	height: 100%;
	margin-top: 6px;
}

div.main-section div.body-container
{
	height: auto;
}

h1
{
	font-family: Montserrat, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 4rem;
	margin-top: 0;
}

h1 + *
{
	padding-top: 1.5rem;
}

h2
{
	font-weight: 700;
	font-size: 1.33rem;
	margin-top: 2.4rem;
	margin-bottom: .25rem;
}

h3
{
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 2rem;
	margin-bottom: .25rem;
}

p
{
	margin-top: 0;
}

ul
{
	margin-left: .5rem;
}

p,
th,
td,
li
{
	font-size: 1.125rem;
	line-height: 1.5;
}

p.cta
{
	margin-top: 1.5rem;
}

img
{
	border: none;
}

/* LINKS */

div.main-section a,
div.main-section a:link,
div.main-section a:visited
{
	color: #1955a6;
	text-decoration: none;
	transition: all .6s ease;
}

div.main-section p a:hover,
div.main-section blockquote a:hover,
div.main-section li a:hover,
div.main-section td a:hover
{
	background-color: #1955a6;
	color: #fff;
	border-bottom: none;
	border-left: 2px solid #1955a6;
	border-right: 2px solid #1955a6;
	transition: all .6s ease;
}

ul.navigation li > a:hover
{
	background-color: transparent;
	color: #fff;
}

ul#resultList h3.title a:hover
{
	color: #fff !important;
}

div#pagination a:hover
{
	color: #fff;
}

/* TABLES */

th
{
	vertical-align: top;
	text-align: left;
}

td
{
	vertical-align: top;
}

/* CHARACTER LEVEL */

.bold
{
	font-weight: 700;
}

.italic
{
	font-style: italic;
}

/* QUOTES */

html.wideP blockquote
{
	
}

blockquote
{
	font-size: 1.25rem;
	position: relative;
	margin-left: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 2rem;
	/*	background-color: #d0d9ec; */
	border-radius: .66rem;
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	width: 75ch;
}

blockquote::before
{
	color: #1755A6;
	position: absolute;
	font-size: 5rem;
	line-height: 1;
	top: -1.125rem;
	left: .25rem;
	content: "\201C";
	font-family: Arial, sans-serif;
}

blockquote footer
{
	padding: 1rem 2rem 0 0;
	text-align: left;
}

blockquote footer::before
{
	content: "\2013 ";
}

/* PDF IFRAMES */

iframe
{
	width: 100%;
	height: 900px;
	border: 0;
}

/* MENU */

div.off-canvas-wrapper-inner .outer-row
{
	max-width: 75vw;
	width: 75vw;
}

nav.title-bar
{
	background-color: transparent;
}

div.logo-wrapper a.logo
{
	background-image: url("../Images/clickstart_logo_clear.png");
	background-size: cover;
	width: 185px;
	height: 65px;
	z-index: 2;
	position: absolute;
	left: 1rem;
	top: 1rem;
}

ul.navigation
{
	padding-left: 0;
	padding-right: 0;
}

ul.navigation li > a
{
	font-weight: 400;
	font-size: 1.125rem;
	color: #fff;
}

ul.navigation li.is-expanded > a
{
	color: #fff;
}

ul.navigation > li:last-child 
{
	border: 2px solid #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  	display: inline-block;
  	vertical-align: middle;
  	transform: perspective(1px) translateZ(0);
  	position: relative;
  	transition: color .3s;
  	box-sizing: border-box;
}

ul.navigation > li:last-child::before
{
	
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fd2aae;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
}

ul.navigation > li:last-child:hover
{
	border-color: transparent;
}

ul.navigation > li:last-child a:hover, 
ul.navigation > li:last-child a:active,
ul.navigation > li:last-child a:focus
{
  color: #fff;
}

ul.navigation > li:last-child:hover::before, 
ul.navigation > li:last-child:active::before, 
ul.navigation > li:last-child:focus::before 
{
  transform: scaleX(1);
}


ul.navigation > li.has-children::after
{
	border-bottom-color: transparent;
}

ul.navigation ul.sub-menu
{
	background-color: rgba(168, 168, 168, .9);
	border-bottom: 2px solid #c0c0c0;
	top: 70px;
}

ul.navigation ul.sub-menu > li
{
	padding: 0;
}

ul.navigation ul.sub-menu > li a
{
	font-size: 1rem;
}

ul.navigation ul.sub-menu > li:hover
{
	background-color: rgba(222, 222, 222, 0.8);
}


/* lights out */

html.darkL div.logo-wrapper a.logo
{
	background-image: url("../Images/clickstart_logo.png");
}

html.darkM ul.navigation li > a,
html.darkM ul.navigation li > a:hover
{
	color: #000;
}

html.darkM ul.navigation li.is-expanded > a
{
	color: #000;
}

html.darkM ul.navigation > li:last-child
{
	border-color: #000;
	box-sizing: border-box;
}

html.darkM ul.navigation > li:last-child:hover
{
	border-color: #d9368f;
}

html.darkM ul.navigation li:last-child > a:hover 
{
	color: #fff;
}

html.darkM div#searchToggle
{
	background-image: url('../Images/skin/search_b.png');
}


div.pr-container
{
	max-width: 75vw;
	padding-bottom: 3rem;
}

html.wideP p,
p,
html.wideP li,
li
{
	max-width: 75ch;
}

html.wideP div.pr-container
{
	max-width: 75vw;
}

/* SEARCH */

div.nav-search-wrapper
{
	display: none;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	margin-top: .25rem;
	margin-bottom: .55rem;
	width: 700px;
	flex: none;
	flex-basis: unset;
}

div.nav-search
{
	margin-top: 0;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

div#searchToggle
{
	background-image: url('../Images/skin/search_w.png');
	height: 1rem;
	width: 1rem;
	position: absolute;
	top: 1.5rem;
	left: -2rem;
}

div#searchToggle:hover
{
	cursor: pointer;
}

div#searchClose
{
	position: absolute;
	right: 0;
	padding: 1rem;
	height: 100%;
	background: #fff;
	color: #000;
	cursor: pointer;
}

form.search
{
	width: 100%;
	margin: 0;
}

div.search-bar
{
	padding-left: 1rem;
}

div.search-bar input.search-field
{
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	width: 94%;
    color: #000;
    font-size: 1.25rem;
}

div.search-bar .search-submit-wrapper
{
	right: 0;
}

div.search-bar.search-bar-container .search-submit,
div.search-bar.search-bar-container .search-submit:hover
{
	background-color: transparent;
}

/* SEARCH RESULTS */

span.invisible-label
{
visibility: hidden;
}

div.body-container div.search-bar
{
	padding-left: 0;
    width: 75ch;
    margin: 0;
}

div.body-container input.search-field
{
	background-color: #f0f0f0;
    width: 100%;
	color: #000;
}
div.body-container div.search-submit-wrapper
{
	right: -57px;
    background-color: #fff;
}

div#searchPane
{
	margin-top: 1rem;
}

h1#results-heading
{
	font-size: 1.5rem;
    font-weight: normal;
	border-bottom: none;
	color: #000;
	height: 1rem;
	font-family: Raleway, Roboto, Arial, Helvetica, sans-serif;
}

h1#results-heading
{
	padding-top: 0;
	padding-bottom: 0;
}

ul#resultList div.description
{
	font-size: 1rem;
	line-height: 1.25;
}

ul#resultList div.url
{
	display: none;
}

ul#resultList h3.title
{
	font-weight: 500;
	font-size: 1.25rem;
}

ul#resultList h3.title a,
ul#resultList h3.title a:link,
ul#resultList h3.title a:visited
{
	color: #1955a6;
	text-decoration: none;
}


div.micro-content-container 
{
	max-width: 83ch;
margin-top: 1rem;
margin-bottom: 3rem;
}

div.micro-response
{
	background-image: none;
	max-width: 83ch;
}

div.micro-content-container > .micro-content > .micro-response-title a,
div.micro-content-container > .micro-content > .micro-response-title a:visited
{
	color: #1955a6;
	text-decoration: none;
}

div.micro-content-container > .micro-content > .micro-response-title a:hover
{
	text-decoration: none;
	background-color: #1955a6;
	color: #fff;
	border-right: 2px solid #1955a6;
	transition: all .6s ease;
}

div.micro-response-title a::before
{
	content: "See: ";
	color: #000;
	background-color: #fff;
}

div.micro-response-title a:hover::before
{
	background-color: #fff;
}

div.micro-response-url
{
	display: none;
}



/* SCROLL TO TOP */

.scrollToTop
{
	width: 100px;
	height: 130px;
	position: fixed;
	bottom: 10px;
	right: -1.5rem;
	display: none;
	background: url('../Images/icn_up.png') no-repeat 0px 20px;
}

html.home a.scrollToTop
{
	display: none !important;
}


/* FOOTER */
div.footer
{
	position: absolute;
	bottom: 1rem;
	right: 1.25rem;
	max-width: 75vw;
	font-size: .75rem;
	text-align: right;
}

div.footer span.privacy
{
	right: 1.25rem;
}

div.footer a:hover
{
	background-color: #1955a6;
	color: #fff;
	border-left: 2px solid #1955a6;
	border-right: 2px solid #1955a6;
}


@media screen
{
/*	body
	{
		background-image: url('../Images/back.png');
		background-size: 100vw 16rem;
		background-blend-mode: saturation;
		background-repeat: no-repeat;
	}
*/
	div.hero-box video,
	div.hero-box img
	{
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		width: 100vw;
		height: 30rem;
		z-index: -100;
		object-fit: cover;
		overflow: hidden;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: linear-gradient(175deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	}

	div.hero-box.pres video
	{
		height: 54rem;
	}

	div.hero-box img
	{
		min-width: 100vw;
	}
	div.hero-container+h1
	{
		height: 24rem;
	}
	
	h1
	{
		color: #fff;
		display: table-cell;
		vertical-align: bottom;
		height: 10rem;
		position: relative;
		text-shadow: 0px 1px 1px #c0c0c0;
	}

	
	html.home div#mc-main-content
	{
		height: 100%;
	}

	div.hero-container.home
	{
		position: absolute;
		left: 0;
		margin-top: -6vw;
	}

	div.hero-container.home div.hero-box
	{
		height: 50vw;
		width: 100vw;
		min-height: 500px;
	}

	div.hero-container.home div.hero-box video
	{
/*		background-image: url('../Images/home1.png'); */
	}

	div.hero-container.home+h1
	{
		height: 24rem;
	}

	h1.home
	{
		visibility: hidden;
	}

	h1.home+ *
	{
		padding-top: 0;
	}
	
	div.home-nav.slide
	{
		position: absolute;
		top: 100%;
		z-index: 2;
	}

	div.hero-container div.home-nav.slide img
	{
	    position: relative;
	    min-width: auto;
	    min-height: auto;
	    width: auto;
	    height: auto;
	    transform: none;
		left: 0;
		background: none;
	}

	div.home-nav
	{
		width: 100%;
		text-align: center;
	}

	div.home-nav a:hover
	{
		border-left: none;
		border-right: none;
		background-color: transparent;
	}

	div.home-spacer
	{
		margin-top: 40%;
	}

	p#why
	{
		height: 4rem; 
		visibility: hidden;
	}
			
	div#home-why-container
	{
		height: 85vh;
		position: relative;
		box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
		border-radius: 10px;
		margin-bottom: 8px;
	}

	div#home-why-container::after 
	{
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('../Images/home2.png');
		background-repeat: no-repeat;
		background-size: cover;
		filter: grayscale(100%);
	}

	div#home-why-container:hover::after
	{
		filter: grayscale(0%);
	}

	div.home-why-box
	{
		background-color: #884F82;
		color: #fff;
		width: 33%;
		position: absolute;
		right: 0;
		top: -4rem;
		padding: 1rem 1rem 0 3rem;
		z-index: 2;
	}

	div.home-why-box p
	{
		font-size: 1.5rem;
	}

	div.home-ev-container
	{
		background-image: url('../Images/home3.png');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 20rem;
		padding: 2rem;
		display: grid;
		grid-template-columns: 33%;
		grid-gap: 1rem;
		position: relative;
	}

	div.home-ev-box
	{
		position: relative;
		background-color: rgba(222, 222, 222, 0.4);
		padding: 2rem;
	}

	div.home-ev-box.head
	{
		grid-column: 1 / span 3;
		background-color: transparent;
		height: 14rem;
	}

	div.home-ev-box h2
	{
		color: #fff;
		font-size: 4.5rem;
		font-family: Montserrat, 'Trebuchet MS', Helvetica, sans-serif;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}

	div.home-ev-box h3
	{
		font-size: 1.75rem;
		margin-top: 0;
		color: #fff;
	}

	div.home-ev-box p, 
	div.home-ev-box li,
	div.home-ev-box a,
	div.home-ev-box a:link,
	div.home-ev-box a:visited
	{
		color: #fcfcfc;
	}
	
	div.abt-container
	{
		padding: 100px 30px;
		width: 100%;
		margin: 0 auto;
	}

	div.abt-box
	{
		display: grid;
		position: relative;
	}

	div.abt-box--pix
	{
		grid-row: 1;
		grid-column: 4 / -1;
	}

	div.abt-box--head
	{
		grid-column: 3 / span 8;
		grid-row: 1;
		z-index: 1;
		max-width: 75ch;
		margin-top: 12rem;
	}

	div.abt-box--head h1
	{
		text-align: right;
		font-size: 3rem;
		padding-right: .75rem;
		color: #000;
		height: auto;
	}

	div.abt-box--body
	{
		grid-column: 3 / span 8;
		grid-row: 1;
		z-index: 1;
		background-color: #f8f3d8;
		margin-top: 4rem;
		max-width: 75ch;
		margin-top: 16rem;
		padding: 1rem 1rem 0rem 1rem;
	}

	div.bo-container
	{
		display: grid;
		grid-template-columns: 300px auto;
		grid-gap: 2rem;
		position: relative;
	}

	div.bo-box
	{
		height: 100%;
	}

	div.bo-box blockquote
	{
		width: auto !important;
	}

	div.bk-container
	{
		display: grid;
		grid-template-columns: repeat(4, 24vw );
		grid-gap: 2px;
		grid-auto-rows: 1fr;
		position: absolute;
		left: 1vw;
	}

	div.bk-box
	{
		background-color: #fff;
		color: #000;
		position: relative;
		text-align: center;
		transition: all 1.5s ease;
	}

	div.bk-box:hover
	{
		background-color: #1955a6;
		transition: all 1.5s ease;
	}

	div.bk-box::after
	{
		content: "";
		display: block; 
		margin: 0 auto;
		width: 50%;
		border-bottom: 1px solid #1955a6;
		position: absolute;
		bottom: 0;
		left: 25%;
		transition: all 1.5s ease;
	}

	div.bk-box:hover::after
	{
		border: none;
		width: 100%;
		left: 0%;
		transition: all 1.5s ease;
	}
	
	div.bk-box a
	{	
		font-size: 1.66rem;
		line-height: 1;
		color: #000;
		display: inline-block;
		padding: 20px;
		margin-top: 2rem;
	}

	div.bk-box:hover a
	{
		border-top-left-radius: 1.5rem;
		border-bottom-left-radius: 1.5rem;
		width: 20vw;
		margin-left: 4vw;
		margin-bottom: 5rem;
		border: 1px solid #fff;
	}

	div.bk-box:hover span.bk-box--title,
	div.bk-box:hover span.bk-box--subtitle
	{
		color: #fff;
	}
	
	div.bk-box.four:hover span.bk-box--title,
	div.bk-box.four:hover span.bk-box--subtitle
	{
		color: #1955a6;
	}
	
	div.bk-box.one:hover a
	{
		background-color: #A5C73F;
		background-color: rgb(165,199,63, .8);
	}

	div.bk-box.two:hover a
	{
		background-color: #15BDB9;
	}

	div.bk-box.three:hover a
	{
		background-color: #FFC231;
	}

	div.bk-box.four:hover a
	{
		background-color: #BBD0EC;
	}
	
	span.bk-box--title
	{
		font-family: Montserrat, 'Trebuchet MS', Helvetica, sans-serif;
		color: #000;
	}

	span.bk-box--subtitle
	{
		font-size: .66em;
		padding-top: 1rem;
		display: inline-block;
		color: #696969;
	}

	div.co-container
	{
		display: grid;
		grid-template-columns: 36% 32% 28%;
		grid-gap: 2rem;
		position: relative;
		margin-top: 3rem;
	}

	div.co-box
	{
		height: 100%;
	}

	div.co-quote
	{
		width: 67%;
	}
	
	div.co-box blockquote
	{
		width: 100%;
	}

	div.hero-container
	{
		position: absolute;
		top: 0;
		left: 0;
	}

	div.hero-box
	{
		height: 30rem;
		width: 100vw;
	}

	div.hero-box.pres
	{
		height: 6rem;
		width: 100vw;
	}

	div.cl-container
	{
		display: grid;
		grid-template-columns: repeat(4, [col] 25% );
		grid-gap: 10px;
	}

	div.cl-box
	{
		grid-row: 1;
		grid-column: col 1 / span 4;
		background-color: #1755A6;
		color: #fff;
		font-family: Montserrat, 'Trebuchet MS', Helvetica, sans-serif;
		height: 15rem;
		margin-top: 0;
	}

	div.cl-box--one
	{
		grid-column: 1;
	}

	div.cl-box--two
	{
		grid-column: 2;
	}

	div.cl-box--three
	{
		grid-column: 3;
	}

	div.cl-box--four
	{
		grid-column: 4;
	}

	div.cl-box a,
	div.cl-box a:link,
	div.cl-box a:visited
	{
		line-height: 1;
		font-size: 180%;
		color: white;
		height: 100%;
		display: inline-block;
		width: 100%;
		padding: 1rem;
		padding-top: 40%;
	}

	div.cl-box a:hover
	{
		padding-top: .5rem;
		transition: padding-top 1.5s ease;
		background: linear-gradient(rgba(200, 0, 60, 0) 0%, rgba(166, 255, 203, 0.5) 100%);

	}

	div.cl-box--subtitle
	{
		font-size: .75em;
	}

	
	div.se-section
	{
		position: relative;
	}

	div.se-container
	{
		display: grid;
		grid-template-columns: 30ch auto ;
	}

	div.se-box
	{
		position: relative;
	}

	div.se-box:nth-child(even)
	{
		opacity: 0;
		position: absolute;
		left: 40ch;
		top: 0;
		padding: 1.5rem;
	}
	
	div.se-box:nth-child(even)::before,
	div.se-box:nth-child(even)::after {
		border: .5em solid #A5FECB; 
		bottom: 0;    
		content: '';
		position: absolute;
		top: 0;
		width: 10%;
	}
	div.se-box:nth-child(even)::before {
		border-right: none;
		left: 0;
	}

	div.se-box:nth-child(even)::after {
		border-left: none;
		right: 0;
	}

	div.se-box:nth-child(odd)
	{
		margin-top: .33rem;
		margin-bottom: .33rem;
		font-size: 1.25rem;
	}

	div.se-box:nth-child(odd) a::before
	{
		content: "\2610 ";
	}

	div.se-box:nth-child(odd) a:hover::before
	{
		content: "\2611 ";
	}
	
	div.se-box:nth-child(odd) a:hover
	{	
		border-bottom: .25rem solid #A5FECB;
		transition: none;
	}

	div.se-container:hover div.se-box:nth-child(even)
	{
		opacity: 1;
		transition: opacity 1s ease;
	}

	div.se-box a,
	div.se-box a:link,
	div.se-box a:visited,
	div.se-box a:hover
	{
		color: #000;
	}
	
	
	div.trf-container
	{
		display: grid;
		grid-template-columns: repeat(4, [col] 25% );
		grid-gap: 2rem;
		margin-top: 2rem;
	}

	div.trf-box
	{
		position: relative;
	}

	div.trf-box p
	{
		font-size: 1.25rem;
		color: #000;
		line-height: 1.125;
		width: 100%;
		height: 100%;
		/*		background-color: #d0d9ec; */
		padding: 1.25rem;
		border-radius: 1rem;
		box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	}

	div.trf-box p::before
	{
		color: #1755A6;
		position: absolute;
		font-size: 5rem;
		line-height: 1;
		top: -1.125rem;
		left: .25rem;
		content: "\201C";
		font-family: Arial, sans-serif;
	}

	div.trf-box.wide p::before,
	div.trf-box.tall p::before
	{
		color: #d0d9ec;
	}

	div.to-container
	{
		display: grid;
		grid-template-columns: repeat(3, [col] 33% );
		grid-gap: 20px;
	}

	div.to-box
	{
		background-color: #fff;
		color: #000;
		padding: 1rem;
		border-right: 1px solid rgba(50,50,93,.25);
		border-bottom: 1px solid rgba(50,50,93,.25);
		margin-top: 1rem;
	}

	div.to-box:hover
	{
		box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	}

	div.to-box h2
	{
		margin-top: 0;
	}

	p.feed
	{
	margin-bottom: 2rem;
	}
	
	div.wide
	{
		grid-column: auto / span 2;
	}

	div.wide p
	{
		text-align: right;
	}

	div.tall
	{
		grid-row: auto / span 2;
	}

	div.tall p
	{
		padding-top: 18rem;
	}

	div.wide p,
	div.tall p
	{
		font-size: 1.66rem;
		background-color: #1755A6;
		color: #fff;
	}

	div.squishL
	{
		margin-left: 2rem;
	}

	div.squishR
	{
		margin-right: 2rem;
	}

	div.squishT
	{
		margin-top: 2rem;
	}

	div.squishB
	{
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 1279px)
{
	html.darkM nav.title-bar .menu-icon span
	{
		background-image: url('../Images/skin/hamburger_b.png');
	}

	div.main-section
	{
		margin-top: 35px;
		height: 100%;
		
	}
	
	div#mc-main-content
	{
		height: 100%;
	}
	
	div.off-canvas-content
	{
		overflow-x: hidden;
	}
	
	div.off-canvas-wrapper-inner .outer-row,
	div.pr-container,
	html.wideP div.pr-container
	{
		width: 100vw;
		max-width: 100vw;
		padding-right: 2rem;
	}

	/* menu */
	aside.off-canvas,
	aside.off-canvas ul ul
	{
		background-color: rgba(168, 168, 168, .9)
	}

	ul.off-canvas-list li a
	{
		border-bottom: none;
		color: #fff;
	}

	ul.off-canvas-list ul.menu li > a.selected,
	ul.off-canvas-list ul > li > a:hover
	{
		background-color: rgba(222, 222, 222, 0.8);
	}

	ul.menu li > a.selected
	{
		font-weight: normal;
	}	
	
	div.navigation-wrapper
	{
		display: block;
		height: 0;
	}
	
	div.navigation-wrapper ul.navigation
	{
		display: block;
		height: 0;
	}
	
	ul.navigation li,
	ul.navigation > li:last-child 
	{
		display: none;
	}
	
	div#searchToggle
	{
		top: .75rem;
		left: -4rem;
		z-index: 2;
	}
	
	div.nav-search-wrapper
	{
		position: absolute;
    	left: 1rem;
    	top: 5rem;
		width: 90vw;
	}
	
	div.home-why-box
	{
		width: 80%;
		right: -2rem;
	}
	
	div.home-ev-container
	{
		display: block;
	}
	
	div.home-ev-box
	{
		margin-bottom: 2rem;
	}
	
	div.abt-container
	{
		padding: 0;
	}

	div.abt-box
	{
		display: grid;
		position: relative;
	}

	div.abt-box--pix
	{
		grid-row: 2;
	}

	div.abt-box--head
	{
		grid-column: 1 / span 8;
		grid-row: 1;
		max-width: 100%;
		margin-top: 2rem;
	}

	div.abt-box--head h1
	{
		text-align: left;
	}

	div.abt-box--body
	{
		grid-column: 1 / span 8;
		grid-row: 3;
		background-color: transparent;
		margin-top: 0;
		max-width: 100%;
		margin-top: 1rem;
		padding: 0;
	}

	div.abt-box--body p
	{
		padding-left: 0;
		padding-right: 0;
	}

	div.bo-container
	{
		display: block;
		margin-top: 0;
	}

	div.bo-box.book
	{
		display: none;
	}

	div.co-container
	{
		display: block;
	}
	
	blockquote.co-quote
	{
		width: 100%;
	}
	
	div.cl-box a
	{
		font-size: 140%;
		padding-top: 50%;
	}
	
	div.trf-container
	{
		display: block;
		padding-right: 1rem;
	}

	blockquote
	{
		max-width: 75ch;
		width: 100%;
	}
}

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

	div.main-section
	{
		margin-top: 72px;
	}

	div.off-canvas-wrapper-inner .outer-row
	{
		width: 100%;
	}

	div.body-container div.search-bar 
	{
    	width: 90%;
    	min-width: 400px;
	}
	
	div.hero-box video,
	div.hero-box img
	{
		min-width: auto;
		min-height: auto;
		height: 24rem;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
	}

	div.hero-container.home
	{
		min-width: 500px;
	}
	
	div.hero-container.home div.hero-box
	{
		min-height: 390px;
	}

	div.hero-container.pres
	{
		top: -288px;
	}

	div.hero-box.pres video
	{
		height: 37rem;
	}
	
	div.hero-container+h1
	{
		height: 15rem;
	}
	
	div.hero-container.pres+h1
	{
		height: 10rem;
	}
	
	div#home-why-container 
	{
		height: 60vh;
		min-width: 30vh;
	}
	
	div#home-why-container::after 
	{
		filter: none;
	}
	
	div.home-ev-container
	{
		min-width: 30vh;
	}
	
	div.home-ev-box.head
	{
	height: auto;
	margin-left: -2rem;
	}
	
	h1,
	div.abt-box--head h1
	{
		font-size: 9.4vw;
	}
	
	div.pr-container
	{
		display: block;
		margin-top: 0;
		left: 0;
	}

	div.abt-box
	{
		display: block;
	}
	
	div.bk-container
	{
		display: block;
		margin-top: 0;
		left: 0;
	z-index: 2;
	}

	div.bk-box a
	{
		width: 100vw;
	}

	div.bk-box:hover a 
    {
		width: auto;
	}	
	
	div.cl-container
	{
		display: block;
	}
	
	div.cl-box
	{
		margin-right: 1rem;
		margin-bottom: 1rem;
		height: auto;
	}

	div.cl-box a,
	div.cl-box a:link,
	div.cl-box a:visited
	{
		padding-top: 1rem;
		transition: padding-top 1.5s ease;
	}
	
	div.se-container
	{
		display: block;
		margin-top: 0;
		left: 0;
	}
	
	div.se-container:hover div.se-box:nth-child(even)
	{
		opacity: 0;
		display: none;
	}
	
	div.to-container
	{
		display: block;
		margin-top: 0;
	}

	a.scrollToTop
	{
		display: none !important;
	}
	
}

/* smallest mobile supported */
@media only screen and (max-width: 640px)
{
	div.hero-box
	{
		min-width: 300px;
	}
	
	div.hero-container.home div.hero-box video
	{
		height: 17rem;
	}
	
	div.home-nav.slide
	{
		display : none;
	}

	div.home-ev-box h2
	{
		font-size: 4rem;
	}
}

@media print
{
	nav.title-bar,
	div.home-ev-box.head,
	div.home-nav,
	div.home-spacer,
	div.home-ev-box img,
	div.hero-container,
	div.bo-box.book,
	div.trf-box br,
	div.footer
	{
		display: none;
	}
	
	div.off-canvas-wrapper-inner .outer-row
	{
		width: 100%;
		max-width: 100%;
		padding-left: .25in;
		padding-right: .25in;
	}

	h1
	{
		font-size: 2rem;
	}

	div.body-container a,
	div.body-container a:link,
	div.body-container a:visited
	{
		color: black;
	}

	div.bk-box,
	div.cl-box
	{
		margin-bottom: 1rem;
	}
}