#formcontent button, #formcontent input, #formcontent select, #formcontent textarea, #formcontent option {
  font-family : inherit;
  font-size   : 100%;
  color: inherit;
  -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;
}

#superpanelheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}
#superpanel {
/*
position: absolute;
top:400px;
right:0;
*/
display:none;
color: white;
background-color: #474C55;
width: 400px;
height: 300px;
border: 2px solid #fff;
/*transform: translateX(-50%);*/
padding: 3.5% 5% 10% 5%;
margin: 2.5% auto;
overflow-x: hidden;
overflow-y: auto;
z-index: 96;
    }
#superpanel p, #superpanel label {
line-height:150%;
font-size: 2em;
display: inline;
}

.HLbox {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	height: auto;
	padding: 3.5em 2em 2em 2em;
	/*margin-bottom: 10em;*/
	background-color: #DAF1CC;
	border: 1px solid #BCDAB0;
}
#formcontent {
	/*max-width: 1280px;*/ 
	/*background-color: #EAFFDC;*/
	max-width: 100%; 
	background-color: #FFF;
 	margin: 0 auto;
 	padding: 6.6% 4.5% 8.125% 4.5%;
}

.surroundDiv {
	width: 100%;
	max-width: 1280px;
	padding-bottom: 115px;
}

.surroundButton {
	width: 100%;
	max-width: 1280px;
	position: relative;
	box-sizing: border-box;
	left: 0px;
	margin: 0 auto;
}

.surroundDiv:last-child {
	padding-bottom: 0;
}
.sidebar {
	width: 31.25%;
	float: left;
	padding-right: 3.59375%;
	box-sizing: border-box;
}
.sidebarPic {
	display: inline-block;
	width: 54%;
	max-width: 180px;
	height: auto;
	padding-bottom: 24px;
}

.sidebarCaption {
	word-wrap: break-word;
	padding-bottom: 65px;
}

.sidebarCaption a {
	color: #115E67;
	text-decoration: none;
}

.sidebarCaption a:hover {
	color: #830065;
}

.formItself {
	width: 68.75%;
	float: left;
	padding: 0;
}

.leftColumn {
	width: 50%;
	padding: 0 3.1% 0 0;
	float: left;
	box-sizing: border-box;
}

.rightColumn {
	width: 50%;
	padding: 0 0 0 3.1%;
	float: right;
	box-sizing: border-box;
}

.formHead {
	padding-bottom: 10px;
}

.formSubHead {
	padding-bottom: 40px;
}
.formlogo {
	width: 18%;
	margin-right: 4em;
	float: left;
}

.surveyinstr {
	color: #42959E;
	font-family: "myriad-pro", arial, sans-serif;
	font-style: italic;
	font-size: 2.4em;
	font-weight: 300; /*light*/
}

#formcontent a {
	text-decoration: none;
}

#formcontent ul li a {
/*	color: #115E67;*/
	color: #2D3135;
}

#formcontent ul li a:hover {
	text-decoration: none;
/*	color: #830065;*/
	color: #0097A0;
}

#formcontent label {
	color: #115E67;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	line-height: 122%;
	font-weight: 300; /*light*/
	padding: 10px 0 0 0;
}

#formcontent i.cip.eyeball {
	color: #115E67;
	font-size: 2.4em;
	line-height: 122%;
	font-weight: 300; /*light*/
	padding: 10px 0 0 0;
}

#formcontent label.selectlabel {
	display: block;
	padding: 0 0 10px 0;
}
    
#formcontent input[type=text], #formcontent input[type=password], #formcontent input[type=select] {
	color: #2D3135;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 400; /*regular*/
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #115E67;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	width: 100%;
	padding: 20px 0 12px 0;
}

.whitebutton {
	display: block;
	width: 150px;
	height: 20px;
	background: #FFFFFF;
	-webkit-border-radius: 15% / 50%;
	-khtml-border-radius: 15% / 50%;
	-moz-border-radius: 15% / 50%;
	border-radius: 15% / 50%;
	color: #115E67;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	margin-top: 20px;
	padding: 6px 0 12px 0;
	letter-spacing: 1px;
	outline: 0; 
	float: right;
}

a.whitebutton {
	text-decoration: none;
	outline: 0;
}

a.whitebutton:hover {
	color: #cc6699;
}

/* Change the autofill yellow to any color ;) */
#formcontent input:-webkit-autofill, #formcontent input:-webkit-autofill:hover, #formcontent input:-webkit-autofill:active, #formcontent input:-webkit-autofill:focus {
	/*background-color: #DAF1CC !important;*/
	/*-webkit-box-shadow: 0 0 0 1000px #DAF1CC inset !important;*/
	-webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
	-webkit-text-fill-color: #2D3135 !important;
	transition: background-color 3000s ease-in-out 0s;
}

#formcontent input:focus, #formcontent textarea:focus {
  /*background: rgba(218,241,204,.5);*/
  background: rgba(255,255,255,1.0);
  outline: none;
  /*-webkit-box-shadow: 0 0 0px 1000px #DAF1CC inset;*/
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  }
  
#formcontent input {
  vertical-align: middle;
  }
  
#formcontent textarea {
  overflow: auto;
  }

.spaceafter {
	margin-bottom: 2em;
}

.spacebefore {
	padding-top: 2em;
}

.insertspace {
	padding-top: 4em;
}

.halfcolumnleft {
	width: 48%;
	float: left;
	box-sizing: border-box;
	clear: left;
}

.halfcolumnright {
	width: 48%;
	float: right;
	box-sizing: border-box;
	clear: right;
}

.thirdcolumnleft {
	width: 31%;
	float: left;
}

.thirdcolumnright {
	width: 31%;
	float: right;
}

.twothirdscolumnright {
	width: 65%;
	float: right;
}

.twothirdscolumnleft {
	width: 65%;
	float: left;
}

.quartercolumnleft {
	width: 20%;
	float: left;
	margin: 0 0 0 10px;
}

fieldset {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

#formcontent select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
	
legend {
	padding: 0;
}

#formcontent label.nopadding {
	padding-top: 5px;
}

#formcontent input[type=radio] {
	display: none;
	}
	
#formcontent input[type=password] {
	font-size: 2.4em;
	}

#formcontent .radiolabel {
 	vertical-align: middle;
 	line-height: inherit;
	display: inline;
}
	
#formcontent input[type=radio] + label {
	display: inline-block;
	padding: 10px 0 10px 35px;
	cursor: pointer;
	background: url("images/RadioButton.png") no-repeat;
}

#formcontent input[type=radio]:checked + label {
	display: inline-block;
	background: url("images/RadioButtonchkd.png") no-repeat;
}
	
#formcontent .quartercolumnright {
	width: 25%;
	padding-left: 10px;
	display: inline-block;
	float: right;
	box-sizing: border-box;
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */  
  padding-bottom: 10px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border.*/
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #115E67;
  height: 28px;
  width: 28px;
  border-radius: 24px;
  background: #DAF1CC;
  cursor: pointer;
  color: #115E67;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #115E67;
  height: 28px;
  width: 28px;
  border-radius: 24px;
  background: #DAF1CC;
  color: #115E67;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #115E67;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #DAF1CC;
  color: #115E67;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #115E67;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #115E67;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* input[type=range]::--ms-track { changed per deprecation notice 11/24 */
input[type=range]::state(ms-track) {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #115E67;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=range]::-ms-fill-lower {
	background: none;
	height: 1px;
  	border: 1px solid #115E67;
  	width: inherit;
  	/*was border: none;*/
}

input[type=range]::-ms-fill-upper {
  background: none;
  height: 1px;
  border: 1px solid #115E67;
  width: inherit;
  /*was border: none;*/
}

#formcontent .slidertext {
	color: #115E67;
	font-family: "myriad-pro", arial, sans-serif;
	/*font-size: 2.4em;*/
	font-size: 1.8em;
	line-height: 100%;	
	padding: 2px 0 1px 0;
	font-weight: 300;
	opacity: 1;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.instructions {
	color: #42959E;
	font-family: "myriad-pro", arial, sans-serif;
	font-style: italic;
	font-size: 2.4em;
	font-weight: 300; /*light*/
}

.instructions p {
	width: 100%;
	padding: 20px 0 10px 0;
}

.newsection {
	padding-top: 70px;
	clear: both;
}

.wholecolumn {
	display: block;
	width: 100%;
}

.formsubhead {
	color: #42959E;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	line-height: 120%;
	font-weight: 400; /*regular*/
	padding: 0 0 12px 0;
}

.formbuttonright {
	display: inline-block;
	width: 10em;
	height: 36px;
	background: #83BD00;
	-webkit-border-radius: 11% / 50%;
	-khtml-border-radius: 11% / 50%;
	-moz-border-radius: 11% / 50%;
	border-radius: 11% / 50%;
	color: #FFF;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	padding: 4px 0 15px 0; 
	margin-top: 12px;
	box-sizing: border-box;
	letter-spacing: normal;
	float: right;
	clear: both;
}

a.formbuttonright {
	text-decoration: none;
	outline: 0;
}

a.formbuttonright:hover {
color: #830065;
}

.formbuttonleft {
	display: inline-block;
	width: 10em;
	height: 36px;
	background: #83BD00;
	-webkit-border-radius: 11% / 50%;
	-khtml-border-radius: 11% / 50%;
	-moz-border-radius: 11% / 50%;
	border-radius: 11% / 50%;
	color: #FFF;
	text-align: center;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	padding: 4px 0 15px 0; 
	margin-top: 40px;
	box-sizing: border-box;
	letter-spacing: normal;
	float: left;
	clear: left;
}

a.formbuttonleft {
	text-decoration: none;
	outline: 0;
}

a.formbuttonleft:hover {
	color: #830065;
}

/*.forceButt {
	display: block;
	position: absolute;
	right: 4.5%;
}*/

.removetext {
	display: block;
	color: #115E67;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-style: italic;
	line-height: 120%;
	font-weight: 400; /*regular*/
	text-decoration: underline !important;
	padding: 0 0 1em 0;
}

.removetext:hover {
	color: #830065;
}

#logout {
	letter-spacing: 1px;
	padding: 5px 0 14px 0; 
}

#print {
	letter-spacing: 1px;
	padding: 5px 0 14px 0; 
}
/* text styles to satisfy the CIP formcontent inhabitants */
h3 {
	color: #0097A0;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.8em;
	font-weight: 400;
	line-height: 133%;
	padding-bottom: .8em;
	text-transform: none;
}
	
h2 {
	color: #0097A0;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 3.6em;
	font-weight: 400;
	line-height: 133%;
	padding-bottom: 1.25em;
}

h2 p {
	padding-bottom: .5em;
}

.captioncopy {
	color: #115E67;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 142%;
	padding-bottom: 1.25em;
}

.captioncopy a {
	color: #830065;
	text-decoration: none;
}

.captioncopy a:hover {
	cursor: pointer;
	color: #CC6699;
}

.sidebarCaption {
	word-wrap: break-word;
	padding-bottom: 65px;
}

.sidebarCaption a {
	color: #115E67;
	text-decoration: none;
}

.sidebarCaption a:hover {
	color: #830065;
}

.HLbox, #personal, #optional, #family, #employer, #goals, #income, #investments, #trusts, #assets, #professional_relationships, .instructions {
	overflow: auto;
	margin: 0 auto;
}

.HLbox {
	margin-bottom: 10em;	
}

.variableSize {
	display: inline-block;
	max-width: 70px;
	height: auto;
	float: right;
}

/* Media Queries */

@media only screen and (max-width:1024px) {
#formcontent {
 	padding: 6.6% 10% 8.125% 10%;
}
.sidebar {
	width: 100%;
	padding-right: 0;
}
#personalSidebar {
	padding: 0 0 85px 0;
}
.surroundPic {
	width: 50%;
	float: left;
	display: table;
}
.sidebar {
	width: 100%;
	padding-right: 0;
}
.surroundPic img {
	float: left;
}
.sidebarPic {
	width: 160px;
	height: auto;
}
.sidebarCaption {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 20px 0 15px;
}
.captioncopy {
	font-size: 1.6em;
}
.formItself {
	width: 100%;
}
.formlogo {
	width: 20%;
	margin-right: 4em;
}
#formcontent label, #formcontent i.cip.eyeball, #formcontent input[type=password] {
	font-size: 2em;
}
#formcontent input {
	font-size: 2em;
}
#formcontent input[type=text] {
	font-size: 2em;
}

#formcontent input[type=text], #formcontent input[type=password], #formcontent input[type=select] {
	padding-bottom: 10px;
}

.instructions, .surveyinstr {
	font-size: 2em;
}
.removetext {
	font-size: 2em;
}
.formsubhead {
	font-size: 2.2em;
}
.formbuttonright {
	height: 32px;
	font-size: 1.8em;
	padding: 3px 0 10px 0; 
	/*margin-top: 30px;*/
}
.formbuttonleft {
	height: 32px;
	font-size: 1.8em;
	padding: 3px 0 10px 0;
	margin-top: 30px; 
}
#logout {
	padding: 4px 0 9px 0;
	float: right; 
}
.variableSize {
	max-width: 60px;
	height: auto;
	float: left;
	padding-bottom: 36px;
}
#print {
	padding: 4px 0 9px 0;
	float: right; 
	clear: right;
}
}

@media only screen and (max-width:945px) {
#formcontent label, #formcontent i.cip.eyeball, #formcontent input[type=password] {
	font-size: 1.8em;
}
#formcontent input {
	font-size: 1.8em;
}
#formcontent input[type=text] {
	font-size: 1.8em;
}
#formcontent select {
	font-size: 1.8em;
}
.instructions, .surveyinstr {
	font-size: 1.8em;
}
.removetext {
	font-size: 1.8em;
}
.formsubhead {
	font-size: 2em;
}
.sidebarPic {
	width: 130px;
	height: auto;
}
.surroundPic {
	width: 100%;
}
}

@media only screen and (max-width:768px) {
.formsubhead {
	font-size: 1.8em;
}
.sidebarPic {
	width: 120px;
	height: auto;
}
}

@media only screen and (max-width:640px) {
input[type=range]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  border-radius: 26px;
}
.formbuttonright {
	float: left;
	clear: left;
}
#logout {
	float: left; 
}
#print {
	float: left;
	clear: left; 
}
.surveyinstr {
	font-size: 1.6em;
}
.leftColumn {
	width: 100%;
	max-width: 100%;
	padding: 0 0 10px 0;
	float: none;
}
.rightColumn {
	width: 100%;
	max-width: 100%;
	padding: 0 0 10px 0;
	float: none;
}
.formSubHead {
	padding-bottom: 25px;
}
#personalSidebar {
	padding: 0 0 85px 0;
}
}

@media only screen and (max-width:580px) {
.formlogo {
	width: 22%;
	margin-right: 3em;
}
.sidebarPic {
	width: 100px;
	height: auto;
}
}
