/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #00F;
	font-family: inherit;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	/*table {
		border-collapse: collapse;
		border-spacing: 0; }*/

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#FBC807;
}

/* #Basic Styles
================================================== */
body {
	background: #fff;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

.float-left {
    float: left;
}

.float-right {
    float: right;
    margin-right: 40px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 98%;
}

.AssessmentSelector {
	width:50%;
    margin-left: 24%;
}
    .AssessmentSelector table {
        width:50%;
	    height:100%;
        padding:0px;
    }
    .AssessmentSelector tr {
        text-align: center;
    }
    .AssessmentSelector th {
        border-bottom: solid;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        background-color: #FBC807;
    }
    .AssessmentSelector td {
        border-bottom: dashed;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .AssessmentSelector a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }
    .AssessmentSelector label {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }

/*Admin Pages Styles*/
.display-label {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
.display-field {
    font-family: Arial;
    font-size: 15px;
    color: #000000;
}


/* Holistic page styles*/

.holistic_page_top {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.holistic_page {
    width: 800px;
    height: 820px;
    /*background-image: url(../../Images/holistic_outer_2.png);*/
    background-image: url(../../Images/holistic.png);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

/*.holistic_page_links {
    font-family: "Oxygen";

}
    .holistic_page_links a, a:link, a:visited, a:hover {
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/


.holistic_page_inner {
    width: 260px;
    height: 264px;
    /*background-image: url(../../Images/eic_flower_separate_pieces-02_3.png);*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
    .holistic_page_inner p {
        text-align: center;
        margin-top: 43%;
        font-size: 18px;
        
    }
    .holistic_page_inner label {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        font-family: "Oxygen";
    }

.holistic_page_inner_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}
.holistic_page_petal_12 {
    position: absolute;
    width: auto;
    height:auto;
    top: -85px;
    left: 50px;
    -webkit-transform: rotate(-90deg);	
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
    /*.holistic_page_petal_12 a:link, a:visited, a:hover, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_1 {
    position: absolute;
    width: auto;
    height:auto;
    top: -70px;
    left: 200px;
    -webkit-transform: rotate(-60deg);	
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
    /*.holistic_page_petal_1 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_2 {
    position: absolute;
    width: auto;
    height:auto;
    top: 0px;
    left: 280px;
    -webkit-transform: rotate(-30deg);	
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
    /*.holistic_page_petal_2 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_3 {
    position: absolute;
    width: auto;
    height:auto;
    top: 105px;
    left: 300px;
}
    /*.holistic_page_petal_3 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_4 {
    position: absolute;
    width: auto;
    height:auto;
    top: 210px;
    left: 270px;
    -webkit-transform: rotate(30deg);	
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
    /*.holistic_page_petal_4 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_5 {
    position: absolute;
    width: auto;
    height:auto;
    top: 280px;
    left: 170px;
    -webkit-transform: rotate(60deg);	
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
    /*.holistic_page_petal_5 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_6 {
    position: absolute;
    width: auto;
    height:auto;
    top: 300px;
    left: 70px;
    -webkit-transform: rotate(-90deg);	
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
    /*.holistic_page_petal_6 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_7 {
    position: absolute;
    width: auto;
    height:auto;
    top: 280px;
    left: -50px;
    -webkit-transform: rotate(-60deg);	
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
    /*.holistic_page_petal_7 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_8 {
    position: absolute;
    width: 125px;
    height:98px;
    top: 190px;
    left: -90px;
    -webkit-transform: rotate(-30deg);	
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    word-break: break-all;
}
    /*.holistic_page_petal_8 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_9 {
    position: absolute;
    width: auto;
    height: auto;
    top: 100px;
    left: -120px;
}
    /*.holistic_page_petal_9 a, a:link, a:visited, a:hover, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_10 {
    position: absolute;
    width: 130px;
    height:auto;
    top: 0px;
    left: -100px;
    -webkit-transform: rotate(30deg);	
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
    /*.holistic_page_petal_10 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

.holistic_page_petal_11 {
    position: absolute;
    width: auto;
    height:auto;
    top: -50px;
    left: -10px;
    -webkit-transform: rotate(60deg);	
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
    /*.holistic_page_petal_11 a:link, a:visited, a:hover, a:focus, a:active {
        font-family: "Oxygen";
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }*/

/* Holisti cpage styles end*/


.Assessment {
	width:100%;
    /*margin-left: 2%;
    margin-right: 2%;*/
}
    .Assessment table {
        width:100%;
	    height:100%;
        padding:0px;
    }
    .Assessment tr {
        text-align: center;
        vertical-align: middle;
    }
    .Assessment th {
        border-bottom: none;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #FBC807;
    }
    .Assessment td {
        border-bottom: dashed;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        vertical-align: middle;
    }
    .Assessment a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }
    .Assessment label {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }

.AssessmentResult {
	width:100%;
}
    .AssessmentResult table {
        width:100%;
	    height:100%;
        padding:0px;
    }
    .AssessmentResult tr {
        text-align: center;
    }
    .AssessmentResult th {
        border-bottom: none;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #FBC807;
    }
    .AssessmentResult td {
        border-bottom: dashed;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .AssessmentResult a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }
    .AssessmentResult label {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }
    .AssessmentResult label.heading {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }
    .AssessmentResult label.subheading {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 16px;
    }

.AssessmentResultDetail {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
    .AssessmentResultDetail div {
        text-align: center;
    }
    .AssessmentResultDetail table {
        width:100%;
	    height:100%;
        padding:0px;
    }
    .AssessmentResultDetail tr {
        text-align: center;
    }
    .AssessmentResultDetail th {
        border-bottom: none;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #aaa;
    }
    .AssessmentResultDetail td {
        border-top:dashed;
        border-bottom-width:thin;
        border-bottom: dashed;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .AssessmentResultDetail a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 18px;
        text-align: left;
        margin-left: 0;
    }
    .AssessmentResultDetail label {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }
    .AssessmentResultDetail label.heading {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }
    .AssessmentResultDetail label.subheading {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 16px;
    }

.Questions {
	width:60%;
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Oxygen', sans-serif;
}
    .Questions table {
        width:60%;
	    height:100%;
        padding:0px;
    }
    .Questions tr {
        text-align: center;
    }
    .Questions tr.even {
        text-align: center;
        background-color: #FBC807;
        color: #E72531;
        
    }
    .Questions tr.odd {
        text-align: center;
        background-color: #E72531;
        color: #FBC807;
        
    }
    .Questions th {
        border-bottom: solid;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
        padding-top: 0;
        padding-bottom: 5px;
        text-align: left;
        color: #E72531;
        font-size: 20px;
        vertical-align: middle;
    }
    .Questions td {
        border-bottom: dashed;
        border-bottom-width: thin;
        border-bottom-color: #cccccc;
    }
    .Questions td.question {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        border-right: dashed;
        border-right-width: thin;
        border-right-color: #cccccc;
        width: 80%;
    }
    .Questions td.option {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .Questions a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }
    .Questions label {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 16px;
    }
    .Questions label.question {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 16px;
    }
    .Questions label.tip {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 12px;
        font-style: italic;
    }
    .Questions label.option {
        color: #777;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
    }
    .Questions input[type="radio"] {
        height: 1.5em;
        width: 1.5em;
    }

/*FancyRadioBtns*/
/*input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:55px;
	height:50px; 
	display:inline-block;
	line-height:50px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:50px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -50px;
}

label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b7cbb496d72400d4fe9b79cc10fca3f1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/


.AdminFilter {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-top: solid;
    border-top-width: thin;
    border-top-color: #777;
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: #777;
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:98%;
	height:100%;
	margin:10px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#e5e5e5;
}
.CSSTableGenerator td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) ); 
	background:-moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");	background: -o-linear-gradient(top,#ffffff,e5e5e5);

	background-color:#ffffff;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:"Oxygen";
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CSSTableGenerator a, a:visited {
        color: #E72531;
        font-family: 'Oxygen', sans-serif;
        font-size: 16px;
        text-align: left;
        margin-left: 0;
    }

/*Fancy Radio Buttons*/
/*==========================================*/
/*body {
	font-family: sans-serif;
	font-weight: normal;
	margin: 10px;
	color: #999;
	background-color: #eee;
}

form {
	margin: 40px 0;
}

div {
	clear: both;
	margin: 0 50px;
}*/

/*label.radio {
  width: 200px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}*/

/* hide input */
input.radio:empty {
	margin-left: 0;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #FBC807;
	background-color: #E72531;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #E72531;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 {
    font-family: 'Over the Rainbow', cursive;
	font-size: 65px;
	line-height: 0px;
	margin-bottom: 25px;
	text-align: left;
	vertical-align: middle;
}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
	color: #E72531;
}
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p {
	margin: 0 0 20px 0;
	text-align: left;
	font-family: 'Oxygen', sans-serif;
	color: #333;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong {
	color: #E72531;
	font-family: 'Oxygen', sans-serif; font-weight: 700;
}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* Image Links*/
a.startbtn {
     background: url(../images/eic_website_artwork_home_10.jpg) no-repeat top left;
     display: block;
     width: 348px;
     height: 348px;
     text-indent: -9999px; /* hides the link text */
}

a.whattoexpectbtn {
     background: url(../images/eic_website_icons-01.png) no-repeat top left;
     display: block;
     width: 220px;
     height: 220px;
     text-indent: -9999px; /* hides the link text */
}

a.teambtn {
     background: url(../images/eic_website_icons-02.png) no-repeat top left;
     display: block;
     width: 220px;
     height: 220px;
     text-indent: -9999px; /* hides the link text */
}

a.resourcebtn {
     background: url(../images/eic_website_icons-03.png) no-repeat top left;
     display: block;
     width: 220px;
     height: 220px;
     text-indent: -9999px; /* hides the link text */
}

a.aboutbtn {
     background: url(../images/eic_website_icons-04.png) no-repeat top left;
     display: block;
     width: 220px;
     height: 220px;
     text-indent: -9999px; /* hides the link text */
}

a.deletebtn
{
    background: url(../Images/cross.png) no-repeat top left;
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9999px; /* hides the link text */
}

a.logobutton {
    background: url(../images/eic_logo_final_2020_rgb-01.jpg) no-repeat top left;
    display: block;
    width: 467px;
    height: 187px;
    text-indent: -9999px; /* hides the link text */
}

a.historybtn{
    background: url(../Images/eye.png) no-repeat top center;
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9999px; /* hides the link text */
}

a.expresscheckout {
    background: url(https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif) no-repeat top left;
    display: block;
    width: 150px;
    height: 50px;
    text-indent: -9999px; /* hides the link text */

}

/* #Links
================================================== */
a {
	color: #000000;
	text-decoration: none;
	outline: 0;
	font-family: 'Oxygen', sans-serif;
    font-weight: bold;
}
    a:link {
        color: #000000;
	    font-family: 'Oxygen', sans-serif;
    }
    a:visited {
        color: #000000;
	    font-family: 'Oxygen', sans-serif;
    }
    a:hover{
	    color: #000000;
	    font-family: 'Oxygen', sans-serif;
    }
	p a, p a:visited { 
        color: #000000;
        line-height: inherit;
	    font-family: 'Oxygen', sans-serif; 
        
	}

    
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    margin-left: 30px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1.15em;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #fff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* questionnaire page */
#assessmentForm {
    border-right: none;
    width: 55%;
    margin-left: 100px;
}

    #assessmentForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #assessmentForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #assessmentForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #assessmentForm input {
        width: 250px;
    }

    #assessmentForm input[type="checkbox"],
    #assessmentForm input[type="submit"],
    #assessmentForm input[type="button"],
    #assessmentForm button {
        width: auto;
        margin-left: 30px;
    }

/* login page */
#loginForm {
    border-right: none;
    width: 55%;
    margin-left: 100px;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
        margin-left: 30px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* editform */
#editForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 75%;
}

    #editForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #editForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #editForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #editForm input {
        width: 250px;
    }

    #editForm ol li {
        display: block;
        line-height: 22px;
    }

    #editForm input[type="checkbox"],
    #editForm input[type="submit"],
    #editForm input[type="button"],
    #editForm button {
        width: auto;
    }

#editMenuForm {
    margin-left: 40px;
    float: left;
    width: 20%;
}

    #editMenuForm h2 {
        margin-bottom:  5px;
    }

    #editMenuForm ol li {
        display: block;
        line-height: 22px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 10px;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 0;
            list-style: none;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #333
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="image"] {
        background: transparent;
        border: inherit;
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right:10px;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 140px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

    /* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }

ul#formmenu {
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

    ul#formmenu li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        ul#formmenu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#formmenu li a:hover {
            color: #333;
            text-decoration: none;
        }

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul {
	list-style: none inside;
	font-family: inherit;
}
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square {
	list-style-type: disc;
}
	ul.circle {
	list-style: circle inside;
	font-family: 'Oxygen', sans-serif;
	color: #000;
}
	ul.disc { 
	list-style: disc inside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {
	line-height: 18px;
	margin-bottom: 12px;
	font-family: 'Oxygen', sans-serif;
	color: #000;
	list-style-type: circle;
	list-style-image: none;
}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}



/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
