html{
	background: #2D3135;
	min-height: 100vh;
	min-width: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
}
	
	p,h1,h2,h3,h4,h5,ul,ol,dl,img,hr,td,tr,line-height,section,header,footer,label,br,img,input,form,video {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: none;
}

a {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: inherit;
}

img {
	 max-width: 100%;
}

ul {
	list-style: none;
}

body {
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
    font-family: "myriad-pro", arial, sans-serif;
}

body::-webkit-scrollbar {
	display: none;
}

.sidenav::-webkit-scrollbar {
	display: none;
}

#intro, #planning {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.hbutton {
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 600;
	line-height: 100%;
	background: linear-gradient( to bottom, #2DCCD3, #0097A0 );
  	border: 1px solid #DDD;
  	color: #FFFFFF;
  	padding: 15px 30px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	border-radius: 12px;
  	float: right;
  	cursor: pointer;
  	outline: 0;
}

.textbox > .hbutton {
  	margin-top: 10px;
}

.hearButton{
	grid-column: 2/4;
	grid-row: 1/2;
	align-self: end;
	justify-self: end;
	height: 150px;
	margin-bottom: 20px;
	z-index: 2;
}

.readButton {
	grid-column: 4/6;
	grid-row: 1/2;
	align-self: end;
	justify-self: start;
	height: 150px;
	margin-bottom: 20px;
	z-index: 2;
}

button:hover {
	background: linear-gradient( to bottom, #0097A0, #2DCCD3 );
}

.vbutton {
	max-width: 400px;
	position: fixed;
	top: 48%;
	left: -47px;
	transform: rotate(270deg);
	z-index: 6;
}

.loginButton {
	align-self: start;
	margin: 10px 0;
}

.clientLogin {
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 100%;
	background: #2D3135;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px 20px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	border-radius: 12px;
  	margin: 24px 48px 0 0;
  	float: right;
  	cursor: pointer;
}

.TD {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
}

.hideme {
	display:none;
}

.toRight {
	clear: right;
}

.flush-right {
  justify-self: end;
}

.hero {
	width: 100vw;
	height: auto;
	display: block;
}

/*************** Slide Menu **********************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: -1px;
  background: linear-gradient( to right, #2DCCD3, #0097A0 );
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: 1px solid #2D3135;
  box-sizing: border-box;
}

.sidenav a, .sidenav p {
  padding: 8px 8px 6px 32px;
  text-decoration: none;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 120%;
  color: #2D3135;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #FFFFFF;
}

.sidenav a.disabled:hover {
  color: #2D3135;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 36px;
  margin-left: 60px;
}

.sidenav a.bolder, .sidenav p.bolder {
	font-weight: 600;
	font-style: italic;
	}
	
.sidenav a.bitmore, .sidenav p.bitmore {
	margin-top: 12px;
}

.sidenav a.youRhere {
	color: #FFFFFF;
}

.sidenav a:last-child {
	padding-bottom: 20px;
}
	
/**************** Container Styles ****************/

header {
	width: 100%;
 	margin: 0 auto;
 	height: auto;
 	max-height: 650px;
 	min-height: 650px;
	background: url("images/3Circles.svg") no-repeat fixed top right;
	display: flex;
	align-items: center;	
}

.personaHeader {
	height: 29%;
	max-height: 418px;
	min-height: 29%;
}

.adminheader {
	width: 100%;
 	margin: 0 auto;
 	background: url("images/3Circles.svg") no-repeat fixed top right, linear-gradient( to right, #000000, #2DCCD3 );
	height: 20%;
	max-height: 375px;
	min-height: 175px;
}

.personaIntro {
	margin-bottom: 180px;
}

#logo{
	display: block;
	margin: 24px 0 0 24px;
	float: left;
}

#MenuIcon {
	display: block;
	margin: 24px 24px 0 0;
	width: 42px;
	height: 46px;
	float: right;
}

#contactPanel {
	width: 85%;
	/*max-width: 400px; before online scheduler*/
	max-width: 450px;
	height: 150px;
	color: #2D3135;
	background: linear-gradient( to bottom, #2DCCD3, #0097A0 );
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	position: fixed;
	top: calc(50vh - 75px);
	/*left: -402px; before online scheduler*/
	left: -452px;
	z-index: 5;
	display: grid;
	/*grid-template-columns: 60px repeat(3, 1fr) 20px; before online scheduler*/
	grid-template-columns: 60px repeat(4, 1fr) 10px;
	grid-column-gap: 10px;
	grid-template-rows: auto;
	align-items: center;
	transition: 0.3s;
}

.nav {
	width: 100%;
	min-width: 320px;
	height: 100px;
	background-color: #2D3135;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 1.0;
	z-index: 4;
}

.textbox {
	width: 80%;
	height: 100%;
	max-width: 1536px;
	padding: 3.5% 0 0 9%;
}

.personaTextBox {
	padding: 9% 0 0 9%;
}

.adminTextBox {
	padding: 9% 0 4% 9%;
}

#HLoverlay {
	display: none;
	position:fixed; 
	width: 100%;
	top:0; 
	left:0; 
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
	background-color: #000;
	opacity: .75;
}

#HLdisclaimer {
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 80%;
	max-width: 520px;
	min-width: 240px;
	height: auto; 
	background: #373C45;
	padding: 60px 40px 40px 40px;
	border: 1px solid #FFF;
	border-radius: 5%;
	box-sizing: border-box;
	z-index: 11;
}
	 
#maincontent {
	display: grid;
	grid-template-columns: 1fr repeat(4, minmax(15.625%, 1fr)) 1fr;
	grid-template-rows: auto;
	grid-column-gap: 40px;
}

.homeheaderimage {
	width: 100%;
	height: auto;
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	align-items: center;
}

.homeheaderimage > img {
	grid-column: 1/-1;
	grid-row: 1/2;
	min-width: 100%;
}

.headerimage {
	width: 100%;
	height: auto;
	grid-column: 1/-1;
	grid-row: 1/2;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	align-items: center;
}

.headerimage > img {
	grid-column: 1/-1;
	grid-row: 1/2;
	min-width: 100%;
}

 #weBelieve {
 	width: 100%;
	height: auto;
	grid-column: 1/-1;
	background-color: #373C45;
	border-top: 1px solid #8A8A8C;
	display: grid;
	grid-template-columns: 1fr repeat(4, minmax(15.625%, 1fr)) 1fr;
	grid-template-rows: auto;
	grid-column-gap: 40px;
 }

#readOverlay, #hearOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: #2D3135;
	opacity: 95%;
	align-items: center;
	justify-content: center;
	transition: 0.1s;
}

#closeBox {
	float: right;
}

.overlayText {	
	overflow: auto;
	min-width: 50vw;
	max-width: 640px;
	max-height: 80vh;
	margin: 20%;
	border: 2px solid #84BD00;
	padding: 20px;
}

#intro, #planning, .topSpace {
	grid-column: 2/6;
	margin-top: 60px;
}

.onethree {
	display: grid;
	grid-template-columns: 1fr 3fr;
	margin-bottom: 60px;
}

.fourcol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	margin-bottom: 100px;
}

.threecol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	margin-bottom: 120px;
}

#personas {
	grid-column: 2/6;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(157px, auto);
	grid-column-gap: 20px;
}

#personas img {
	padding: 15px 0;
}

.first, .second, .third {
	padding-bottom: 60px;
}

#howHelp, #riskSurvey {
	grid-column: 2/-2;
	margin: 60px 0 20px 0;
}

#nextStep {
	grid-column: 2/6;
}

footer {
	display: grid;
	grid-template-columns: 1fr repeat(4, minmax(20%, 1fr)) 1fr;
	grid-template-rows: auto;
	grid-column-gap: 40px;
	margin: 80px 0 80px 0;
}

.personaFooter {
	margin-top: 0px;
}

.personaFooter > .ruleline {
	margin-top: 0px;
}

#specifics {
	grid-column: 2/4;
}

#tag {
	display: flex;
	align-items: center;
}

#address {
	grid-column: 4/5;
}

#legal {
	grid-column: 5/6;
}

.fullwidth {
	grid-column: 1/7;
}

.sideIcon {
	grid-column: 1/2;
	display: flex;
	align-items: center;
}

.serviceIcon {
	grid-column: 1/2;
	display: flex;
	align-items: start;
}

.sideIcon img, .serviceIcon img {
	max-width: 140px;
}

.sideIcon img.photo {
	max-width: 275px;
}


.discover {
	grid-column: 1/2;
}

.indented {
	grid-column: 2/3;
}


.marginme {
 	margin-bottom: 60px;
}

.nobottom {
	margin-bottom: 0 !important;
}

.bitless {
	margin-bottom: 20px !important;
}

.firstItem {
	margin-top: 10px !important;
}

.modalSpace {
	margin-top: 20px;
}

.light {
	background-color: #FFFFFF;
}

.floater {
	position: fixed;
	bottom: 7%;
	left: calc(50% - 16px);
	animation: bounce .8s ease-in-out infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

/******************* Text Styles *****************/

.ruleline {
	display: block;
    height: 2px;
    border: 0;
    border-top: 1.5px solid #84BD00;
    margin: 15px 0 40px 0;
    padding: 0;
    width: 100%;
}

.subruleline {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #84BD00;
    margin: 15px 0 30px 0;
    padding: 0;
    width: 100%;
}

h1 {
	font-size: 1em;
	font-weight: 700;
	line-height: 100%;
}

h1 > .bigtalk, h1 > .smalltalk {
	font-size: 9.5em;
	line-height: 100%;
	background-color: #2D3135;
	background-image: linear-gradient( to right, #ACF600, #29CCE0);
	background-size: 100%;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-moz-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
}

h1 > .smallwhitetext {
	font-size: 6.5em;
	font-weight: 700;
	line-height: 105%;
	color: #FFFFFF;
}

h1 > .reverse {
	background-image: linear-gradient( to right, #29CCE0, #ACF600 );
}

h1 > .tuck {
	display: inline-block;
	margin-top: -.6%;
}

h1 > .littlewords {
	font-size: 4.2em;
	font-weight: 300;
	line-height: 100%;
	color: #4C706B;
}

h1 > .whitetext {
	font-size: 8em;
	font-weight: 700;
	line-height: 105%;
	color: #FFFFFF;
}

/*h1 > .littlewhitetext {
	font-size: 2.6em;
	font-weight: 400;
	line-height: 100%;
	color: #508070;
} noBS*/

.homeheaderimage > .tagline,  .homeheaderimage > .offer, .headerimage  > .tagline , .headerimage > .offer {
	grid-column: 1/-1;
	grid-row: 1/2;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}

.homeheaderimage > .tagline, .headerimage > .tagline  {	
	font-size: 4.8em;
	font-weight: 600;
	line-height: 100%;
	padding: 0 0 0 9%;
	margin-top: -10%;
}

.homeheaderimage > .offer, .headerimage > .offer {
	font-size: 2.6em;	
	font-weight: 400;	
	line-height: 120%;
	padding: 5% 55% 0 9%;
}

.callme {
 	grid-column: 2/3;
 	text-align: center;
 }
 
.emailme {
 	grid-column: 3/4;
 	text-align: center;
 }
 
.visitme {
 	grid-column: 4/5;
 	text-align: center;
 }
 
.bookme {
 	grid-column: 5/6;
 	text-align: center;
 }

.callme:hover, .emailme:hover, .visitme:hover, .bookme:hover {
	color: #FFFFFF;
}
 
h2 {
	font-size: 4.8em;
	font-weight: 600;
	/*line-height: 110%;*/
	line-height: 115%;
	color: #84BD00;
}

.topic {
	font-size: 3.8em;
	font-weight: 600;
	line-height: 115%;
	color: #84BD00;
	margin: 60px 0 0 0;
}

.qualifier {
	font-weight: 300;
}

h3, .CIP {
	font-size: 3.8em;
	font-weight: 600;
	line-height: 125%;
	color: #84BD00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.introcopy {
	font-size: 3.4em;
	font-weight: 400;
	line-height: 122%;
	color: #2DCCD3;
	margin-bottom: 60px;
}

.linktext {
 font-style: italic;
 color: #84BD00;
}

.subhead {
	font-size: 3.6em;
	font-weight: 400;
	line-height: 120%;
	color: #84BD00;
	margin-bottom: 20px;
}

#intro ul, ul.bodycopy {
	list-style: circle; 
}

.person {
	font-size: 3.8em;
	font-weight: 600;
	line-height: 100%;
}

.caption {
	font-size: 2.6em;
	font-weight: 400;
	line-height: 120%;
}

.bodycopy {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 135%;
	color: #D0D0D0;
	padding-bottom: 20px;
}

.clientQuote {
	grid-column: 3/6;
	margin: 8% 0 5% 0;
	font-style: italic;
}

.slanted {
	font-style: italic;
}

.bolder {
	font-weight: 600;
}

.blue {
	color: #2DCCD3;
}

.ltblue {
	color: #A0F9FC;
}

.green {
	color: #84BD00;
}

.pink {
	color: #D191C3;
}

.ltpink {
	color: #FFBBDD;
}

.ltgray {
	color: #C6C6C6;
}

.white {
	color: #FFFFFF;
}

.descript {
	font-size: 3.6em;
	font-weight: 400;
	line-height: 115%;
	color: #2DCCD3;
	padding-top:20px;
}

.prev {
	float: left;
	margin-top: 20px;
}

.next {
	float: right;
	margin-top: 20px;
}

#nextStep .prev a .introcopy:hover, #nextStep .next a .introcopy:hover {
	color: #FFFFFF;
}

.nodot {
	list-style: none;
	text-decoration: none;
}

.itri {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

.noseeum {
	color: transparent;
}

/************************* Form Styles ******************************/

#contactform {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 20px;
}

.contacttext {
	color: #D0D0D0;
	font-size: 2.2em;
	font-weight:400;
	line-height: 120%;
	text-align: left;
}

#contactform input {
	background-color: transparent;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	margin-bottom: 2em;
	max-width: 100%;
	height: 2em;
	max-height: 2em;
	display: inline-block;
}

#contactform input:hover, #contactform input:focus {
	opacity: 1.0;
	outline: 1px solid #FFF;
}

textarea {
	font-family: "myriad-pro", arial, sans-serif;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	padding: 10px;
	max-width: 100%;
	font-size: 2.2em;
	font-weight:400;
	line-height: 120%;
}

textarea:hover, textarea:focus {
	opacity: 1.0;
	outline: 1px solid #FFF;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #2D3135 inset;
    -webkit-text-fill-color: #D0D0D0;
    }
    
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}
  
.theresponse {
	color: #ff99cc;
	font-size: 1.5em;
	width: 100%;
}

#firstname, #firstNameresponse {
	grid-column: 1/2;
	grid-row: 1/2;
}

#lastname, #lastNameresponse {
	grid-column: 1/2;
	grid-row: 2/3;
}

#email, #emailNameresponse {
	grid-column: 1/2;
	grid-row: 3/4;
}

#phone, #phoneNumberresponse {
	grid-column: 1/2;
	grid-row: 4/5;
}

#comments {
	grid-column: 2/4;
	grid-row: 1/3;
	max-height: 8em;
	overflow: auto;
}

a.submitbutton {
	grid-column: 2/4;
	grid-row: 5/6;
	justify-self: end;
}

#sendresponse {
	grid-column: 2/4;
	grid-row: 6/7;
	margin-top: 1em;
	justify-self: end;
	text-align: right;
}

#firstNameresponse, #lastNameresponse, #emailNameresponse, #phoneNumberresponse {
	margin-top: 4em;
}

.sellOrshare, .callUs {
	grid-column: 1/4;
}

/************************* Footer Styles ******************************/
.gray {
	border-top: 1px solid #8A8A8C !important;
}

#tag > .tagline {
	color: #FFF;
	font-size: 2.2em;
	font-weight: 300;
	line-height: 115%;
	padding-left: 20px;
	font-style: italic;
}

.coname {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 600;
	padding-bottom: 20px;
}

.footercopy {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 120%;
}

.footercopy a{
	color: #FFF;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 120%;
}

p.footercopy {
	padding-bottom: 20px;
}

.creditscopy {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 120%;
}

.creditscopy a{
	color: #FFF;
	font-size: 1em;
	font-weight: 300;
	line-height: 120%;
}

p.creditscopy {
	padding-bottom: 5px;
}

p.lastline {
	padding-bottom: 0px;
}

.social img {
	max-width: 40px;
	height: auto;
	padding-right: 20px;
}

a[href^="tel:"] {
	color: inherit;
	padding: 0;
	text-decoration: none;
}

/***************************** Media Queries ********************************/

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

.adminTextBox {
	padding: 10% 0 4% 9%;
}

.homeheaderimage > .tagline, .headerimage > .tagline  {
	font-size: 4.4em;
}
}

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

.textbox {
	padding: 4% 0 0 9%;
}

.personaTextBox {
	padding: 9% 0 0 9%;
}
}

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

header {
	background-position : calc(100% + 160px) 0;
}

.textbox {
	width: 85%;
	padding: 4.5% 0 0 9%;
}

.adminTextBox {
	padding: 11% 0 4% 9%;
}

.personaTextBox {
	padding: 9% 0 0 9%;
}

h2 {
	font-size: 4.6em;
}

.homeheaderimage > .tagline, .headerimage > .tagline  {
	font-size: 4em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 9.25em;
}
}

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

header {
	max-height: 600px;
	min-height: 600px;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 8.6em;
}

h1 > .smallwhitetext {
 font-size: 6em;
}

.adminTextBox {
	padding: 12% 0 4% 9%;
}

h1 > .whitetext{
	font-size: 9em;
}

h1 > .littlewords {
	font-size: 4em;
}

h2 {
	font-size: 4.5em;
}

h3, .CIP {
	font-size: 3.6em;
}

.subhead {
	font-size: 3.4em;
}

.introcopy {
	font-size: 3.2em;
}

.bodycopy {
	font-size: 2.6em;
}

.person {
	font-size: 3.5em;
}

.caption {
	font-size: 2.5em;
}

.descript {
	font-size: 3.2em;
}
	
.homeheaderimage > .tagline, .headerimage > .tagline  {
	font-size: 3.6em;
} 

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 2.4em;
}

.personaIntro {
	margin-bottom: 160px;
}

.hearButton, .readButton {
	height: 130px;
}
}

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

header {
	background-position : calc(100% + 260px) 0;
	max-height: 600px;
	min-height: 600px;
}

.vbutton {
	left: -45px;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 8.2em;
}

.adminTextBox {
	padding: 13% 0 4% 9%;
}

h1 > .whitetext{
	font-size: 8.6em;
}

h1 > .littlewords {
	font-size: 3.8em;
}

.hbutton {
	font-size: 2.3em;
}

h2 {
	font-size: 4.2em;
}

h3, .CIP {
	font-size: 3.5em;
}

.subhead {
	font-size: 3.2em;
}

.introcopy {
	font-size: 3em;
	margin-bottom: 50px;
}

.person {
	font-size: 3.3em;
}

.caption {
	font-size: 2.4em;
}

.topic {
	font-size: 3.6em;
}

.ruleline, .subruleline {
	margin-top: 10px;
}
}

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

h1 > .smallwhitetext{
	font-size: 5.7em;
}

.descript {
	font-size: 3em;
}

.homeheaderimage > .tagline , .headerimage > .tagline  {
	font-size: 3.2em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 2.2em;
}
}

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

header {
	background-position-y: -30px;
}

h1 > .smallwhitetext{
	font-size: 5.5em;
}

.adminTextBox {
	padding: 14% 0 4% 9%;
}
}

.introcopy {
	margin-bottom: 40px;
}
}

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

.adminTextBox {
	padding: 15% 0 5% 9%;
}
}

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

.fourcol, .threecol {
	margin-bottom: 80px;
}

header {
	max-height: 520px;
	min-height: 520px;
	background-position : calc(100% + 316px) 0;
}

.textbox {
	padding: 5% 0 0 9%;
}

.personaTextBox {
	padding-top: 10%;
}

.vbutton {
	left: -43px;
}

#contactPanel {
	height: 145px;
	grid-template-columns: 50px repeat(4, 1fr) 10px;
	max-width: 420px;
}

#logo {
	width: 340px;
}

#MenuIcon {
	width: 40px;
}

h1 > .whitetext{
	font-size: 8em;
}

h1 > .bigtalk, h1 > .smalltalk {
 	font-size: 7.5em;
}

h1 > .smallwhitetext{
	font-size: 5em;
}

h1 > .littlewords {
	font-size: 3.6em;
}

.hbutton {
	font-size: 2.1em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 3em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 2em;
}

.onethree.partners {
	grid-template-columns: 1fr;
}

.sideIcon.partners {
	justify-content: center;
}

.sideIcon.partners img{
	width: 33%;
	margin: 40px 0 10px 0;
}

.sideIcon img.photo{
	width: 50%;
	margin-top: 40px;
}

.indented.partners {
	grid-column: 1/2;
}

.topic.partners {
 	margin: 20px 0 0 0;
}

h2 {
	font-size: 3.9em;
}

h3, .CIP {
	font-size: 3.1em;
}

.bodycopy {
	font-size: 2.4em;
}

.subhead {
	font-size: 2.8em;
}

.introcopy {
	font-size: 2.8em;	
	margin-bottom: 40px;
}

.topic {
	font-size: 3.4em;
}

.person {
	font-size: 3.1em;
}

.caption {
	font-size: 2.3em;
}

.hearButton, .readButton {
	height: 120px;
}

.social img {
	max-width: 34px;
	padding-right: 15px;
}
}

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

footer {
	grid-template-columns: 1fr repeat(4, minmax(18.5%, 1fr)) 1fr;
}

header {
	max-height: 500px;
	min-height: 500px;
}

h1 > .whitetext{
	font-size: 7.5em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 7em;
}

h1 > .littlewords {
	font-size: 3.4em;
}

.hbutton {
	font-size: 2em;
	padding: 12px 24px;
}

.vbutton{
	left: -39px;
}

h2 {
	font-size: 3.8em;
}

h3, .CIP {
	font-size: 3em;
}

.subhead {
	font-size: 2.8em;
}

.introcopy {
	font-size: 2.6em;
}

.person {
	font-size: 2.9em;
}

.caption {
	font-size: 2.2em;
}

.smIcon {
	width: 105%;
}

.descript {
	font-size: 2.8em;
}

.bodycopy {
	font-size: 2.2em;
}

#tag  .tagline{
	font-size: 2em;
}

.coname {
	font-size: 1.4em;
}
}

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

#logo {
	width: 300px;
}

#MenuIcon {
	width: 38px;
}

header {
	max-height: 480px;
	min-height: 480px;
}

.marginme {
 	margin-bottom: 45px;
}

h1 > .whitetext{
	font-size: 7.2em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 6.5em;
}

h1 > .smallwhitetext{
	font-size: 4.5em;
}

h1 > .littlewords {
	font-size: 3.2em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 2.8em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.8em;
}

h2 {
	font-size: 3.6em;
}

h3, .CIP {
	font-size: 2.8em;
}

.topic {
	font-size: 3.2em;
	margin: 40px 0 0 0;
}

.bodycopy {
	font-size: 2em;
}

.subhead {
	font-size: 2.6em;
}

.introcopy {
	font-size: 2.4em;
}

.person {
	font-size: 2.7em;
}

.caption {
	font-size: 2em;
}

.hearButton, .readButton {
	height: 110px;
}

#tag  .tagline{
	font-size: 1.8em;
}

.adminTextBox {
	padding: 16% 0 5% 9%;
}

.social img {
	max-width: 32px;
	padding-right: 12px;
}
}

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

header {
	max-height: 450px;
	min-height: 450px;
}

.nav {
	height: 80px;
}

.sidenav a, .sidenav p {
	font-size: 2.2em;
}

h1 > .whitetext{
	font-size: 7em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 6em;
}

h1 > .littlewords {
	font-size: 3em;
}

.hbutton {
	padding: 10px 20px;
}

.vbutton {
	left: -37px;
}

.clientLogin {
  	margin-right: 40px;
}

.clientLogin img {
	height: 25px;
}

#contactPanel {
	height: 140px;
	grid-template-columns: 50px repeat(4, 1fr) 10px;
	max-width: 400px;
}

h2 {
	font-size: 3.4em;
}

h3, .CIP {
	font-size: 2.6em;
}

.personaIntro {
	margin-bottom: 140px;
}

.topic {
	font-size: 3em;
}

.subhead {
	font-size: 2.5em;
}

.introcopy {
	font-size: 2.2em;
	margin-bottom: 45px;
}

.bodycopy {
	font-size: 1.8em;
}

.first, .second, .third {
	padding-bottom: 45px;
}

.person {
	font-size: 2.5em;
}

.caption {
	font-size: 1.8em;
}

footer {
	margin: 60px 0 80px 0;
}

#intro, #howHelp, #riskSurvey, #planning {
	margin-top: 45px;
}

.onethree {
	margin-bottom: 40px;
}

.descript {
	font-size: 2.6em;
}

#tag  .tagline{
	font-size: 1.7em;
	padding-left: 12px;
}

.contacttext, textarea {
	font-size: 2em;
}

#firstname, #lastname, #email, #phone, #comments, a.submitbutton, #emailNameresponse, #phoneNumberresponse, #firstNameresponse, #lastNameresponse, #sendresponse {
	grid-column: 1/4;
}

#comments {
	grid-row: 5/6;
}

a.submitbutton {
	grid-row: 6/7;
	margin-top: 2em;
}

#sendresponse {
	grid-row: 7/8;
}

footer {
	grid-template-columns: 1fr 8fr 1fr;
	margin: 40px 0 60px 0;
}

#specifics, #address, #legal{
	grid-column: 2/3;
}

footer .ruleline {
	grid-column: 1/4;
}

#address, #legal{
	margin-top: 40px;
}
}

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

#maincontent,  #weBelieve {
	grid-template-columns: 1fr repeat(4, minmax(14%, 1fr)) 1fr;
}

.fourcol, .threecol {
	margin-bottom: 60px;
}

h1 > .whitetext{
	font-size: 6.5em;
	line-height: 103%;
}

header {
	max-height: 440px;
	min-height: 440px;
}

h1 > .smallwhitetext{
	font-size: 4em;
}

h1 > .littlewords {
	font-size: 2.8em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 2.6em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.6em;
	padding: 7.5% 55% 0 9%;
}

#personas {
	grid-template-columns: repeat( 2, 1fr);
	grid-column-gap: 10px;
}

hearButton img, readButton img {
	width: 60px;
}

h2 {
	font-size: 3.2em;
}

h3, .CIP {
	font-size: 2.5em;
}

.topic {
	font-size: 2.9em;
}

.introcopy {
	font-size: 2em;
	margin-bottom: 30px;
}

.bodycopy {
	font-size: 1.7em;
}

.personaIntro {
	margin-bottom: 120px;
}

.caption {
	font-size: 1.8em;
}
}

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

header {
	max-height: 420px;
	min-height: 420px;
}

.personaTextBox {
	padding-top: 12%;
}

#logo {
	width: 280px;
}

#MenuIcon {
	width: 34px;
}

.sidenav a, .sidenav p {
	font-size: 2em;
}

h1 > .whitetext{
	font-size: 5.9em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 5.5em;
}

.adminTextBox {
	padding: 17% 0 6% 9%;
}

h1 > .littlewords {
	font-size: 2.5em;
}

.topic {
	font-size: 2.7em;
}

.hbutton {
	font-size: 1.8em;
}

.vbutton {
	left: -34px;
}

.smIcon {
	width: 120%;
}

.hearButton, .readButton {
	height: 95px;
}

.hearButton img, .readButton img {
	width: 45px;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 2.4em;
}

#intro, #howHelp, #riskSurvey, #planning {
	margin-top: 40px;
}

.marginme {
 	margin-bottom: 40px;
}

.onethree {
	margin-bottom: 30px;
}

.topic {
	margin: 30px 0 0 0;
}

.descript {
	font-size: 2.4em;
}

h2 {
	font-size: 3em;
}

.ruleline {
	margin-bottom: 30px;
}

.subruleline {
	margin-bottom: 20px;
}

h3, .CIP {
	font-size: 2.3em;
}

.introcopy {
	margin-bottom: 20px;
}

.subhead {
	font-size: 2.4em;
}

.first, .second, .third {
	padding-bottom: 40px;
}

.caption {
	font-size: 1.8em;
}

.social img {
	max-width: 28px;
}
}

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

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 5.1em;
}

header {
	max-height: 390px;
	min-height: 390px;
}

.homeheaderimage > .offer, .headerimage > .offer{
	padding: 10% 50% 0 9%;
}

#contactPanel {
	height: 135px;
}
}

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

.textbox {
	padding-top: 6%;
}

.personaTextBox {
	padding-top: 13%;
}

#logo {
	width: 250px;
}

#MenuIcon {
	width: 32px;
}

.sidenav a, .sidenav p {
	font-size: 1.8em;
	padding-left: 28px;
}
 
#personas {
	grid-column-gap: 7px;
}

h1 > .whitetext{
	font-size: 5.2em;
	line-height: 102%;
}

h1 > .bigtalk, h1 > .smalltalk {
 	font-size: 4.8em;
}

h1 > .smallwhitetext{
	font-size: 3.8em;
}

h1 > .littlewords {
	font-size: 2.4em;
}

.hbutton {
	padding: 8px 16px;
}

.vbutton {
	left: -32px;
}

h2 {
	font-size: 2.8em;
}

.introcopy {
	font-size: 1.9em;
}

.personaIntro {
	margin-bottom: 110px;
}

.bodycopy {
	font-size: 1.6em;
}

.topic {
	font-size: 2.4em;
}

.person {
	font-size: 2.4em;
}

.smIcon {
	width: 135%;
}

.caption {
	font-size: 1.7em;
}

.descript {
	font-size: 2.2em;
}

h3, .CIP {
	font-size: 2.1em;
}

.adminTextBox {
	padding: 18% 0 6% 9%;
}

#tag .tagline {
	line-height: 115%;
}

.bigD {
	width: 55px;
}
}

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

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 2.2em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.5em;
}

.personaTextBox {
	padding-top: 14%;
}
}

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

header {
	max-height: 370px;
	min-height: 370px;
}

.nav{
	height: 64px;
}

#logo {
	width: 230px;
}

#MenuIcon {
	width: 30px;
}

#contactPanel {
    grid-template-columns: 40px repeat(4, 1fr) 10px;
    height: 130px;
}

#maincontent,  #weBelieve {
	grid-template-columns: 1fr repeat(4, minmax(13.333%, 1fr)) 1fr;
	grid-column-gap: 25px;
}

.fourcol, .threecol {
	margin-bottom: 50px;
}

.marginme {
 	margin-bottom: 30px;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 4.8em;
}

h1 > .whitetext{
	font-size: 5em;
}

h1 > .littlewords {
	font-size: 2.4em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 2em;
	margin-top: 0;
}

.hideme {
	display: inline-block;
	font-family: "myriad-pro", arial, sans-serif;
	font-style: italic;
	font-weight: 600;
	line-height: 135%;
	color: #D0D0D0;
	font-size: 1.5em;
	
}

.homeheaderimage >.offer, .headerimage > .offer {
	display: none;
}

.hbutton {
	padding: 6px 15px 8px 15px;
	font-size: 1.7em;
}

.vbutton {
	left: -31px;
}

.clientLogin {
	font-size: 1.4em;
	padding: 6px 12px;
	border-radius: 8px;
  	margin-right: 24px;
}

.clientLogin img {
	height: 19px;
}

.hearButton img, .readButton img{
	width: 40px;
	padding-bottom: 3px;
}

.hearButton, .readButton {
	height: 85px;
	margin-bottom: 15px;
}

h2 {
	font-size: 2.6em;
}

h3, .CIP {
	font-size: 2em;
}

.descript {
	font-size: 2.1em;
}

.topic {
	font-size: 2.3em;
}

.subhead {
	font-size: 2.3em;
}

.smIcon {
	width: 140%;
}

.contacttext, textarea {
	font-size: 1.8em;
}

#firstNameresponse, #lastNameresponse, #emailNameresponse, #phoneNumberresponse {
	margin-top: 3.5em;
}
}

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

header {
	max-height: 360px;
	min-height: 360px;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 4.6em;
}

h1 > .smallwhitetext{
	font-size: 3.5em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.5em;
	padding: 10% 45% 0 9%;
}

#contactPanel {
	height: 125px;
}
}

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

header {
	max-height: 340px;
	min-height: 340px;
}

.textbox {
	width: 90%;
}

.textbox > .hbutton {
	margin-right: 10px;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 4.2em;
}

h1 > .smallwhitetext{
	font-size: 3.3em;
}

h1 > .whitetext{
	font-size: 4.5em;
}

h1 > .littlewords {
	font-size: 2.2em;
}

.getstarted {
	margin-right: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 2.4em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 1.8em;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.4em;
	padding: 10% 40% 0 9%;
}

.introcopy {
	font-size: 1.8em;
}

.subhead {
	font-size: 2.1em;
}

.person {
	font-size: 2.2em;
}

.caption {
	font-size: 1.6em;
}

.descript {
	font-size: 1.8em;
}

.topic {
	font-size: 2.2em;
}

.smIcon {
	width: 145%;
}

h3, .CIP {
	font-size: 1.9em;
}

.hearButton, .readButton {
	height: 80px;
}

.readButton img{
	width: 30px;
	padding-bottom: 3px;
}

.hearButton img {
	width: 26px;
	padding-bottom: 3px;
}
}

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

header {
	background-position : calc(100% + 500px) 0;
	max-height: 320px;
	min-height: 320px;
}

.textbox {
	padding-top: 9%;
}

.personaTextBox {
	padding-top: 15%;
}

#logo {
	width: 200px;
}

MenuIcon {
	width: 26px;
}

h1 > .smallwhitetext{
	font-size: 3.2em;
}

#contactPanel {
    grid-template-columns: 30px repeat(4, 1fr) 10px;
    height: 120px;
}
.hbutton {
	font-size: 1.6em;
}

.vbutton {
	left: -29px;
}

.hearButton, .readButton {
	height: 90px;
}

h1 > .whitetext{
	font-size: 4.1em;
}

h1 > .littlewords {
	font-size: 2em;
}

h2 {
	font-size: 2.2em;
}

.ruleline {
	border-top: 1px solid #84BD00;
	margin-bottom: 20px;
}

.introcopy {
	font-size: 1.7em;
	margin-bottom: 30px;
}

.subhead {
	font-size: 2em;
	margin-bottom: 15px;
}

.homeheaderimage > .offer, .headerimage > .offer{
	font-size: 1.3em;
	padding: 10% 35% 0 9%;
}

.topic {
	font-size: 2em;
}

.bodycopy {
	font-size: 1.5em;
	font-weight: 400;
}

.personaIntro {
	margin-bottom: 100px;
}

#personas {
	grid-column-gap: 4px;
}

.first, .second, .third {
	padding-bottom: 30px;
}

.person {
	font-size: 2.4em;
}

#howHelp, #riskSurvey {
	margin-top: 30px;
}

h3, .CIP {
	font-size: 1.8em;
}

.descript {
	font-size: 1.7em;
}

.contacttext, textarea {
	font-size: 1.7em;
}

#tag {
	margin-top: 20px;
}

#maincontent,  #weBelieve {
	grid-template-columns: 1fr 8fr 1fr;
}

#intro, #personas, #howHelp, #riskSurvey, #planning, #nextStep, .clientQuote  {	
	grid-column: 2/3;
}

.onethree {
	grid-template-columns: 1fr;
}

.sideIcon, .serviceIcon {
	justify-content: center;
}

.sideIcon img, .serviceIcon img{
	width: 22%;
	margin-top: 20px;
}

.sideIcon img.photo{
	width: 50%;
}

.indented {	
	grid-column: 1/2;
}

.hearButton, .readButton {
	grid-column: 2/3;
	max-width: 110px;
	justify-self: center;
}

.hearButton {
	margin: 0 120px 10px 0;
}

.readButton {
	margin: 0 0 10px 120px;
}

.sideIcon .loginButton {
	margin-bottom: 20px;
}

.introcopy.blue {
	margin-top: 20px !important;
}

.topic {
	margin: 20px 0 0 0;
}

#personas {
	grid-template-columns: 1fr;
}

.first {
	grid-column: 1/-1;
}

.second {
	grid-column: 1/-1;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 3.8em;
}

h1 > .smallwhitetext{
	font-size: 3em;
}

#HLdisclaimer {
	transform: scale(.8, .8) translate(-60%, -60%);
}
}

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

h1 > .whitetext{
	font-size: 4em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 3.5em;
}

h1 > .smallwhitetext{
	font-size: 2.9em;
}

h1 > .littlewords {
	font-size: 2em;
}

.introcopy {
	font-size: 1.6em;
}

.personaTextBox {
	padding-top: 18%;
}

.subhead {
	font-size: 1.9em;
}

h2 {
	font-size: 2em;
}

h3, .CIP {
	font-size: 1.7em;
}

.topic {
	font-size: 1.8em;
}

.smIcon {
	width: 150%;
}

.sidenav a, .sidenav p {
	font-size: 1.7em;
	padding-left: 24px;
}

#tag .tagline {
	font-size: 1.6em;
}

.bigD {
	width: 50px;
}
.adminTextBox {
	padding: 24% 0 8% 9%;
}

.clientLogin {
	font-size: 1.3em;
	padding: 5px 10px 6px 10px;
	border-radius: 6px;
  	margin-right: 16px;
}
}

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

header {
	max-height: 300px;
	min-height: 300px;
}

.fourcol, .threecol {
	margin-bottom: 40px;
}

h1 > .whitetext{
	font-size: 3.8em;
}

h1 > .littlewords {
	font-size: 2em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 3.2em;
}

h1 > .smallwhitetext{
	font-size: 2.8em;
}

.homeheaderimage > .offer, .headerimage > .offer {
	padding: 7.5% 40% 0 9%;
}

.personaTextBox {
	padding-top: 19%;
}

.personaIntro {
	margin-bottom: 90px;
}

.subhead {
	font-size: 1.8em;
}

.person {
	font-size: 2em;
}

h3, .CIP {
	font-size: 1.6em;
}

.hearButton, .readButton {
	height: 85px;
}

.contacttext, textarea {
	font-size: 1.6em;
}

.clientLogin {
	font-size: 1.2em;
	padding: 4px 8px 5px 8px;
  	margin-right: 12px;
}

#firstNameresponse, #lastNameresponse, #emailNameresponse, #phoneNumberresponse {
	margin-top: 3em;
}
}

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

.marginme {
 	margin-bottom: 25px;
}

h1 > .whitetext{
	font-size: 3.5em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 3.1em;
}

h1 > .littlewords {
	font-size: 1.8em;
}

#logo {
	width: 180px;
}

#MenuIcon {
	width: 26px;
}

.homeheaderimage > .offer, .headerimage > .offer {
	padding: 7.5% 25% 0 9%;
}

.hbutton {
	font-size: 1.5em;
}

.vbutton {
	left: -28px;
}

.descript {
	font-size: 1.5em;
}
}

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

#logo {
	width: 150px;
}

header {
	max-height: 280px;
	min-height: 280px;
}

.clientLogin {
	padding: 3px 6px 5px 6px;
  	margin-right: 10px;
}

#contactPanel {
	min-width: 274px;
}

#MenuIcon {
	margin-right: 16px;
}

h1 > .whitetext{
	font-size: 3.1em;
}

h1 > .bigtalk, h1 > .smalltalk {
 font-size: 2.8em;
}

h2 {
	font-size: 1.9em;
}

.homeheaderimage > .tagline,   .headerimage > .tagline   {
	font-size: 1.6em;
}

.subhead {
	font-size: 1.7em;
}

h3, .CIP {
	font-size: 1.5em;
}

#tag .tagline {
	font-size: 1.4em;
}

.sidenav a, .sidenav p {
	font-size: 1.6em;
	padding-left: 10px;
}

.modalSpace {
	margin-top: 0;
}

.descript {
	font-size: 1.2em;
}

.personaTextBox {
	padding-top: 21%;
}

.hearButton {
	margin: 0 105px 10px 0;
	height: 75px;
	max-width: 100px;
}

.readButton {
	margin: 0 0 10px 105px;
	height: 75px;
	max-width: 100px;
}

.hearButton img {
 	width: 22px;
 	padding-bottom: 2px;
}

.readButton img {
 	width: 28px;
 	padding-bottom: 2px;
}

.hideme {
 	font-size: 1.4em;
}

.bigD {
	width: 40px;
}
}







