
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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%;	font: inherit;	vertical-align: baseline;} /* HTML5 display-role reset for older browsers */ 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;}


@font-face {
	font-family: 'HelveticaCB';
	src: url('/media/fonts/Helvetica-Condensed-Black.eot'); src: url('/media/fonts/Helvetica-Condensed-Black.eot?#iefix') format('embedded-opentype'), url('/media/fonts/Helvetica-Condensed-Black.woff') format('woff'), url('/media/fonts/Helvetica-Condensed-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


@font-face {
  font-family: "Helvetica W02 Roman";
  src: url("/media/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
  src: url("/media/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"), url("/media/fonts/e7752667-9e25-430d-bba5-da23d55d5d08.woff2") format("woff2"), url("/media/fonts/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("/media/fonts/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("/media/fonts/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
}


@font-face {
  font-family: "Helvetica W02 Blk Cn";
  src: url("/media/fonts/b5341fad-b3e0-4fc0-ad6a-37e8064e149d.eot?#iefix");
  src: url("/media/fonts/b5341fad-b3e0-4fc0-ad6a-37e8064e149d.eot?#iefix") format("eot"), url("/media/fonts/ab097670-02a8-48dc-bd91-5f7fda7e2f6e.woff2") format("woff2"), url("/media/fonts/b1dc6af4-e159-4de5-9a56-fba1e2f6316d.woff") format("woff"), url("/media/fonts/354b2be7-3f8d-4222-b185-8445e0104200.ttf") format("truetype"), url("/media/fonts/daea9df1-f3c1-4cbe-9302-636114bf4f38.svg#daea9df1-f3c1-4cbe-9302-636114bf4f38") format("svg");
}

@font-face {
  font-family: "Helvetica W02 Light";
  src: url("/media/fonts/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix");
  src: url("/media/fonts/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix") format("eot"), url("/media/fonts/80c34ad2-27c2-4d99-90fa-985fd64ab81a.woff") format("woff"), url("/media/fonts/b8cb02c2-5b58-48d8-9501-8d02869154c2.ttf") format("truetype"), url("/media/fonts/92c941ea-2b06-4b72-9165-17476d424d6c.svg#92c941ea-2b06-4b72-9165-17476d424d6c") format("svg");
}


body {
	background-color: #f7f7f7;
	font-family: "Helvetica W02 Light";
	color: #222;
	font-size: 15px;	
	margin: 0;
}

.site_content {
	width: 95%;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 300;
}

#header {
	width: 100%;
	height: 120px;
	position: relative;
}

#mobile_menu_icon {
	display: none;
}

#logo {
	position: absolute;
	left: 0;
	top: 20px;
	width: 180px;
}

#header_title {
	font-family: "HelveticaCB";
	color: #707070;
	text-transform: uppercase;
	font-size: 43px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 61px;
}

#header_title2 {
	font-family: "HelveticaCB";
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	display: none;
}

#user_info {
	position: absolute;
	top: 7px;
	right: 95px;
	color: #888;
	font-size: 14px;
}

#language {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #72bf44;
	text-align: center;
	padding: 7px 10px 7px 10px;
}

#language a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#language a.selected {
	font-weight: bold;
}



#menu {
	background-color: #72bf44;
	width: 100%;
	height: 60px;
}

#menu ul.left {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#menu ul.left li {
	display: block;
	float: left;
	height: 60px;
	padding: 0;
	margin: 0;
}

#menu ul.left li a {
	display: block;
	height: 41px;
	padding: 0;
	margin: 0;	
	font-family: "HelveticaCB";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 19px 20px 0 20px;
	border-right: solid 2px #fff;
	transition: background 0.1s;
	letter-spacing: 0.5px;
}

#menu ul.left li a:hover {
	background-color: #6ab53d;
}

#menu ul.left li:first-child a {
	border-left: solid 2px #fff;
}

#menu ul.left li a.selected {
	background-color: #015940;
}



#menu ul.right {
	padding: 0;
	margin: 0;
	float: right;
}

#menu ul.right li {
	display: block;
	float: left;
	height: 60px;
	padding: 0;
	margin: 0;
}

#menu ul.right li a {
	display: block;
	height: 41px;
	padding: 0;
	margin: 0;	
	font-family: "HelveticaCB";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 19px 20px 0 20px;
	border-right: solid 2px #fff;
	transition: background 0.1s;
	letter-spacing: 0.5px;	
}

#menu ul.right li a:hover {
	background-color: #6ab53d;
}

#menu ul.right li:first-child a {
	border-left: solid 2px #fff;
}

#menu ul.right li:last-child {
	display: none;
}

#menu ul.right li a.selected {
	background-color: #015940;
}

h1 {
	font-family: "HelveticaCB";
	color: #666;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	outline: none;
	letter-spacing: 0.4px;
}

#consultation_share_tool {
	margin-left: -8px;
}

h2 {
	font-family: "HelveticaCB";
	color: #666;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	outline: none;
}

#consultation-take h2 {
	color: #72bf44;
	margin-bottom: 15px;
}

h3 {
	font-family: "HelveticaCB";
	color: #666;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

h3.green {
	color: #72bf44;
}

p {
	color: #444;
	font-size: 18px;
	line-height: 24px;
	max-width: 1000px;
	width: 100%;
	font-weight: normal;
	font-family: "Helvetica W02 Light";
	margin: 10px 0 10px 0;
}

.error {
	color: #d44;
}

.display_none {
	display: none;
}

a {
	color: #62af34;
}

a:hover {
	color: #428f14;
}

.top_filters {
	float: left;
	margin-top: 20px;
}

a.filter_link {
	font-family: "HelveticaCB";
	font-size: 22px;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

a.filter_link:hover, a.filter_link.selected {
	color: #666;
}

strong, b {
	font-weight: bold;
}

label.form {
	display: block;
	margin: 19px 0 8px 0;
}

label.formvalues {
	color: #333;
	font-size: 14px;	
}

input[type='text'].form, input[type='password'].form {
	max-width: calc(100% - 22px);
	width: 500px;
	height: 40px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 0 10px 0 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

input[type='text'].form:active, input[type='text'].form:focus, 
input[type='password'].form:active, input[type='password'].form:focus
 {
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);	
	border: 1px solid #eee;
	background-color: #fff;
}

textarea.form {
	max-width: calc(100% - 12px);
	width: 500px;
	height: 240px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 10px 10px 0 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

textarea.form:active, textarea.form:focus {
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);	
	border: 1px solid #eee;
	background-color: #fff;
}

select.form {
	max-width: calc(100% - 7px);
	width: 515px;
	height: 40px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 0 0 0 5px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

select.form option {
	height: 26px;
	padding: 8px 0 0 8px;
	border-bottom: solid 1px #eee;
}

.forgotten_password {
	display: block;
	font-size: 14px;
	padding-top: 5px;
}

.hint {
	display: block;
	font-size: 13px;
	color: #777;
	margin-top: 4px;
}

#consultation-translate input.form, #consultation-translate textarea.form {
	width: calc(97.8% - 20px);
	margin: 0 15px 15px 0;
}

#consultation-translate .mce-panel {
	margin-bottom: 15px!important;
}

.translation_progress {
	color: #b66;
}








#consultation_name {
	font-family: "HelveticaCB";
	color: #666;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	border-bottom: solid 2px #f7f7f7;
	outline: none;
	letter-spacing: 0.4px;	
}

#consultation_name:active, #consultation_name:focus {
	border-bottom: solid 2px #72bf44;
}







.consultation_description {
	border-bottom: solid 2px #f7f7f7;
	color: #444;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";	
	padding: 5px 3px 5px 0;
	margin: 0 0 15px 0;
	display: block;
	outline: none;
}
.consultation_description:active, .consultation_description:focus {
	border-bottom: solid 2px #72bf44;
}

.consultation_date, .consultation_video_link {
	border: none;
	background-color: #f7f7f7;
	color: #444;
	font-size: 18px;
	font-family: "Helvetica W02 Light";	
	font-weight: normal;
}

#consultation_go_live_disclaimer {
	display: none;
	width: 700px;
	max-width: 90%;
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing:border-box;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);		
	z-index: 500;
}

#consultation_go_draft_disclaimer {
	display: none;
	width: 700px;
	max-width: 90%;
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing:border-box;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);		
	z-index: 500;
}

.consultation_questions_container {
	width: 49.6%;
	float: right;
}

.consultation_section_container {
	width: 49.5%;
	float: left;
	z-index: 300;
	position: relative;
}

.consultation_question {
	background-color: #fff;
	width: calc(100% - 30px - 4px);
	min-height: 90px;
	position: relative;
	margin: 0 0 25px 0;
	padding: 7px 20px 1px 10px;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	border-top: solid 4px #ddd;
	border-radius: 3px;
}

.consultation_question:last-child {
	margin: 0 0 0 0;
}

.question_field {
	border-bottom: solid 2px #fff;
	color: #222;
	font-size: 15px;
	width: 65%;
	font-weight: normal;
	font-family: "Helvetica W02 Light";	
	padding: 5px 3px 5px 3px;
	margin: 0 0 10px 0;
	display: block;
	outline: none;
}

.question_field:active, .question_field:focus {
	border-bottom: solid 2px #72bf44;
}

.question_delete {
	position: absolute;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 50;
	opacity: 0;
	transition: opacity 0.3s;
}
.consultation_question:hover .question_delete {
	opacity: 1;
}

.question_drag_handle {
	position: absolute;
	left: calc(50% - 70px);
	bottom: 0;
	cursor: move;
	padding: 10px 60px 7px 60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.consultation_question:hover .question_drag_handle {
	opacity: 1;
}

.question_option {
	position: relative;
}

.question_option_text {
	border-bottom: solid 2px #fff;	
	color: #222;
	font-size: 13px;
	width: calc(100% - 60px);
	font-weight: normal;
	font-family: "Helvetica W02 Light";	
	padding: 4px 3px 4px 25px;
	margin: 0 0 8px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	outline: none;
	z-index: 100;
}

.question_option_text:active, .question_option_text:focus {
	border-bottom: solid 2px #72bf44;
}

.question_option_remove {
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	display: none;
	opacity: 0.6;
}

.question_option_remove:hover {
	opacity: 1;
}

.question_option:hover .question_option_remove {
	display: block;
}

.add_option {
	border-bottom: solid 2px #fff;	
	color: #888;
	font-size: 12px;
	width: 70%;
	font-weight: normal;
	font-family: "Helvetica W02 Light";	
	padding: 4px 3px 4px 25px;
	margin: 0 0 15px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	cursor: pointer;
}

.multiple-choice .add_option, .multiple-choice .question_option_text {
	background-image: url(/media/images/option-radio.png);
}

.checkboxes .add_option, .checkboxes .question_option_text {
	background-image: url(/media/images/option-checkbox.png);
}

.drop-down .add_option, .drop-down .question_option_text {
	background-image: url(/media/images/option-option.png);
}

.question_current_type {
	position: absolute;
	top: 8px;
	right: 8px;
	background-color: #f7f7f7;
	z-index: 60;
	color: #444;
	padding: 8px 20px 8px 37px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s;
	font-size: 13px;
}

.question_current_type:hover {
	background-color: #eee;
}

.consultation_question:hover .question_current_type {
	opacity: 1;
}

.question_types {
	position: absolute;
	top: 9px;
	right: 9px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 15px 15px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 15px 15px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 15px 15px 20px -13px rgba(0,0,0,0.3);
	z-index: 100;
	display: none;
}

.question_types a {
	display: block;
	padding: 8px 20px 7px 37px;
	border-bottom: solid 1px #ddd;
	color: #444;
	text-decoration: none;
	font-size: 13px;
}

.question_types a:hover {
	background-color: #eee;
}

.question_types a:nth-child(4), .short-answer  .question_current_type  {
	background-image: url(/media/images/type_short-answer.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

.question_types a:nth-child(5), .long-answer  .question_current_type  {
	background-image: url(/media/images/type_long-answer.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

.question_types a:nth-child(1), .multiple-choice  .question_current_type {
	background-image: url(/media/images/type_multiple-choice.png);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

.question_types a:nth-child(2), .checkboxes  .question_current_type {
	background-image: url(/media/images/type_checkboxes.png);
	background-repeat: no-repeat;
	background-position: 9px 4px;
}

.question_types a:nth-child(3), .drop-down  .question_current_type  {
	background-image: url(/media/images/type_drop-down.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

.add-question {
	display: inline-block;
	padding: 15px 20px 15px 40px;
	margin-top: 5px;
	color: #444;
	font-size: 13px;
	text-decoration: none;
	border: none;
	background-image: url(/media/images/plus-icon.png);
	background-size: 17%;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	border-radius: 5px;
}

.add-question:hover {
	background-color: #eee;
	color: #444;
}

.text-answer {
	color: #888;
	font-size: 13px;
}




.button {
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	background-color: #72bf44;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	padding: 11px 25px;
	display: inline-block;
	font-family: 'HelveticaCB';
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);	
	text-transform: uppercase;
	margin: 15px 0 0 0;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.float_right {
	float: right;
	margin-right: 15px;
}

.float_left {
	float: left;
}

.button:hover {
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	background-color: #6ab53d;
	color: #fff;
}

.button:active {
	box-shadow: none;
	background-color: #4a951d;
}


.mce-tinymce {
	border: none!important;
	border-radius: 3px;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	border-top: solid 4px #ddd!important;	
}

.mce-statusbar {
	display: none!important;
}

#consultation-builder {
	z-index: 200;
}

.section_name {
	outline: none;
	width: 43%;
	margin: 0 0 15px 0;
	padding: 5px 3px 5px 0;
	border-bottom: solid 2px #f7f7f7;
	color: #444;
	font-size: 18px;
}

.section_name:active, .section_name:focus {
	border-bottom: solid 2px #72bf44;
}

#section_selector {
	position: absolute;
	z-index: 400;
	background-color: #fff;
	width: 48.83%;
	margin: 0;
	padding: 0;
	max-height: 450px;
	overflow: auto;
	overflow-x: hidden;
	border-radius: 3px;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.1);
	border-top: solid 4px #ddd!important;
	display: none;
}

#section_selector ul {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

#section_selector ul  li {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	transition: background-color 0.1s;
}

#section_selector ul  li  a {
	display: block;
	width: calc(100% - 10px);
	padding: 10px 0 2px 10px;
	height: 24px;
	border-bottom: solid 1px #eee;
	text-decoration: none;
	color: #333;
	position: relative;
	font-size: 16px;
}

#section_selector ul  li:hover {
	background-color: #fbfbfb;
}

#section_selector ul  li  a.selected {
	font-weight: bold;
}


.section_delete {
	position: absolute;
	top: 7px;
	right: 11px;
	cursor: pointer;
	opacity: 0.5;
	display: none;
}

.section_delete:hover {
	opacity: 1;
}

#section_selector ul  li:hover .section_delete {
	display: block;
}

#sections-menu {
	position: absolute;
	right: 41px;
	top: -38px;
	cursor: pointer;
	padding: 6px;
	opacity: 0.6;
	transition: opacity 0.1s;
	display: none;
}

#sections-menu:hover {
	opacity: 1;
}

#sections-add-icon {
	position: absolute;
	right: 11px;
	top: -38px;
	cursor: pointer;
	padding: 6px;
	opacity: 0.6;
	transition: opacity 0.1s;
}

#sections-add-icon:hover {
	opacity: 1;
}

h1 img {
	display: none;
	transition: opacity 0.2s;
	cursor: pointer;
}

h1:hover img {
	display: inline;
	opacity: 0.6;
}

h1 img:hover {
	display: inline;
	opacity: 1;
}























.my_consultation_item {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	width: calc(50% - 60px);
	height: 210px;
	display: block;
	padding: 13px 15px 15px 15px;
	margin: 0 30px 30px 0;
	border-left: solid #aaa 15px;	
	font-family: "HelveticaCB";
	color: #777;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	position: relative;
	border-radius: 3px;	
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: box-shadow 0.3s;
}

.my_consultation_item:hover {
	background-color: #ffffee;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	border-color: #72bf44;
}

.my_consultation_item.even {
	margin: 0 0 30px 0;
}

.my_consultation_item span {
	font-family: "HelveticaCB";
	color: #777;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	width: calc(100% - 100px);
	display: block;
}

.my_consultation_actions {
	position: absolute;
	right: 0;
	bottom: 0;
}

.my_consultation_preview {
	float: right;
	margin: 4px 6px 0 0;
	opacity: 0.6;
	display: none;
	transition: opacity 0.1s;	
}

@media (pointer: coarse) {
	.my_consultation_preview {
		display: block;
	}
}

.my_consultation_item:hover .my_consultation_preview {
	display: block;
}

.my_consultation_preview:hover {
	opacity: 0.9;
}

.my_consultation_share {
	float: right;
	margin: 4px 6px 0 0;
	opacity: 0.6;
	display: none;
	transition: opacity 0.1s;	
}

.my_consultation_item:hover .my_consultation_share {
	display: block;
}

.my_consultation_share:hover {
	opacity: 0.9;
}

.my_consultation_edit {
	float:right;
	background-color: #72bf44;
	padding: 9px 40px 7px 9px;
	font-family: "HelveticaCB";
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;	
	background-image: url('/media/images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: right 7px center;
	transition: background-color 0.1s;
	border-top-left-radius: 3px;
}

.my_consultation_edit:hover {
	background-color: #6ab53d;
	color: #fff;
}

.my_consultation_results {
	float:right;
	background-color: #aaa;
	padding: 9px 40px 7px 9px;
	font-family: "HelveticaCB";
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;	
	background-image: url('/media/images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: right 7px center;
	transition: background-color 0.1s;
	margin: 0 10px 0 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.my_consultation_results:hover {
	background-color: #999;
	color: #fff;
}

.my_consultation_submitted {
	position: absolute;
	top: 13px;
	right: 15px;
	font-family: "HelveticaCB";
	color: #72bf44;
	text-transform: uppercase;	
	font-size: 18px;
}

.my_consultation_date {
	position: absolute;
	left: 15px;
	bottom: 8px;
	text-transform: none;
	color: #72bf44;
	font-size: 16px;
}

.my_consultation_date_closed {
	position: absolute;
	left: 15px;
	bottom: 8px;
	text-transform: none;
	color: #888;
	font-size: 16px;
}

.my_consultation_item p {
	text-transform: none;
	width: 99%;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	white-space: normal;
}

.my_consultation_remove {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	display: none;
	opacity: 0.6;
	transition: opacity 0.1s;
}

.my_consultation_remove:hover {
	opacity: 1;
}

.my_consultation_item:hover .my_consultation_remove {
	display: block;
}

.float_left_ {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0
}

.float_right_ {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}


















table.list {
	width: 99.5%;
	max-width: 1200px;
	min-width: 700px;
}

table.list th {
	text-align: center;
	padding: 10px;
	border: 2px solid #f7f7f7;
	font-family: "HelveticaCB";
	font-size: 22px;
	font-weight: bold;
	color: #888;
}

table.list td.manage
{
	text-align: center;
	width: 90px;
}

table.list td {
	padding: 12px 10px 12px 10px;
	border-bottom: solid 8px #f7f7f7;
	color: #333;
	font-size: 15px;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	*/
	transition: background 0.1s;
}



table.list tr.odd {
	background-color: #ededed;
}

table.list tr.even {
	background-color: #fdfdfd;
}

table.list tr.odd:hover td, 
table.list tr.even:hover td {
	background-color: #fffff6;
	color: #111;
}

a.delete:hover {
	color: red;
}

table.list td a {
	padding: 0 1px 0 1px;
}

table.list td.center {
	text-align: center
}

.inactive {
	color: #aaa!important;
}

table.list td.w100 { width: 100px; }
table.list td.w120 { width: 120px; }
table.list td.w140 { width: 140px; }
table.list td.w160 { width: 160px; }
table.list td.w180 { width: 180px; }
table.list td.w200 { width: 200px; }
table.list td.w220 { width: 220px; }
table.list td.w240 { width: 240px; }
table.list td.w260 { width: 260px; }
table.list td.w280 { width: 280px; }
table.list td.w300 { width: 300px; }
table.list td.w500 { width: 500px; }

td.paging {
	text-align: right;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 2px!important;
}

td.paging a , td.paging span {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 5px;
}

td.paging img {
	margin-bottom: -3px;
}

td.paging a.previous, td.paging a.next {
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	background-color: #72bf44;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	padding: 12px 25px;
	display: inline-block;
	font-family: 'HelveticaCB';
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);	
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

td.paging a.previous:hover, td.paging a.next:hover {
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.4);
	background-color: #6ab53d;
}































/* Taking the survey */

#consultation-take {
	overflow: hidden;
	padding-bottom: 100px;
}

#consultation-take .float_right_ {
	width: 50%;
}

.take_section_content {
	background-color: #ffffee;
	padding: 20px!important;
	width: calc(47% - 40px)!important;
	color: #555;
	overflow: auto;
}

.take_section_content, .take_section_content p, .take_section_content a, .take_section_content li {
	font-size: 15px;
	line-height: 17px;
	color: #555;
}

.take_section_content sup {
	vertical-align: super;
	font-size: 85%;
}

.take_section_content .infobox {display: block; background-color: #eee; color: #000;padding: 4px;}

.take_question_answers {
	position: relative;
	z-index: 50;
}

.take_question {
	padding-right: 30px;
	width: calc(100% - 30px);
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

.feedback_link {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.2s;
}

.take_question_answers:hover .feedback_link {
	opacity: 0.3;
}

.take_question_answers:hover  .feedback_link:hover {
	opacity: 0.9;
}

.feedback_popup {
	padding: 5px 20px 10px 20px;
	width: calc(100% - 40px);
	position: relative;
	background-color: #eee;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	z-index: 100;	
	margin: 0 0 15px 0;
	display: none;
}

.feedback_popup  p {
	font-size: 15px;
	line-height: 16px;
}

.feedback_popup textarea.form {
	width: calc(100% - 25px);
	height: 60px;
	display: block;
	font-size: 14px;
}

.take_answer {
	display: block;
	margin-bottom: 20px;
}

.take_select {
	width: calc(100% - 7px);
	height: 45px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 0 0 0 5px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

.take_select option {
	height: 26px;
	padding: 8px 0 0 8px;
	border-bottom: solid 1px #eee;
}

.take_short {
	width: calc(100% - 22px);
	height: 45px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 0 10px 0 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

.take_short:active, .take_short:focus
 {
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);	
	border: 1px solid #eee;
	background-color: #fff;
}

.take_long {
	width: calc(100% - 22px);
	height: 110px;
	border: none;
	background-color: #fefefe;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 10px 10px 0 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing:content-box;
	outline: none;
}

.take_long:active, .take_long:focus {
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.7);	
	border: 1px solid #eee;
	background-color: #fff;
}


.take_label {
	display: block;
    padding-left: 30px;
    text-indent: -35px;
}
.take_label input {
    width: 22px;
}

.take_section_content ul {
	list-style-type: square;
	padding-left: 30px;
	margin: 15px 0 15px 0;
}

.take_section_content ol {
	list-style-type: decimal;
	padding-left: 30px;
	margin: 15px 0 15px 0;
}

.take_section_content img {
	max-width: 100%;
}

.take_section_content table {
	max-width: 100%;
	width: 100%;
}

.take_section_content table th, .take_section_content table td {
   border: 1px solid #aaa;
}

.take_section_content th, .take_section_content td {
   padding: 4px;
}

.document_name {
	padding: 3px 0 5px 25px;
	background-image: url(/media/images/icon-download.png);
	background-repeat: no-repeat;
}

.document_remove {
	display: none;
}

.document_name:hover .document_remove {
	display: inline;
}

#take_navigation {
	position: relative;
}

#take_navigation .button {
	width: 11%;
	min-width: 150px;
	margin: 20px 0 0 0;
}

#take_navigation select {
	position: absolute;
	width: 60%;
	height: 42px;
	left: 50%;
	margin-left: -30.5%;
	top: 20px;
	border: none;
	background-color: #e9e9e9;
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.3);	
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica W02 Light";		
	padding: 0 0 0 1%;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-sizing:content-box;
	outline: none;	
}

#take_navigation select:hover {
	-webkit-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 20px -13px rgba(0,0,0,0.5);
	background-color: #e3e4e3;
}

#take_navigation select option {
	height: 30px;
	padding-top: 6px;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
}

#navigation_savings {
	text-align: right;
	margin-top: 15px;
	color: #888;
}

#navigation_savings a {
	padding: 9px;
	background-color: #72bf44;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	font-family: 'HelveticaCB';	
	text-decoration: none;
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.2);
	opacity: 0.9;
}

#navigation_savings a:hover {
	-webkit-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px -13px rgba(0,0,0,0.5);
	opacity: 1;
}

#take_progress {
	position: relative;
	margin-top: 20px;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #ffffee;
	border-radius: 3px;
}

#take_progress_bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	background-color: #bbb;
	text-align: right;
	padding: 13px 10px 0 10px;
	font-family: "HelveticaCB";
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	border-top-left-radius: 3px;	
	border-bottom-left-radius: 3px;	
}

.take_documents {
	margin-top: 10px;
	float: left;
	font-size: 13px;
}

.take_documents a {
	font-size: 13px;
	padding: 3px 0 2px 0;
	display: block;
}


.consultation_video {
	width: 40%;
	float: right;
	margin: 0 0 30px 30px;
}
.consultation_video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.consultation_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one_off_message {
	width: 100%;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	color: #555;
}


























/* share */

.share_link {
	display: inline-block;
	padding: 16px 30px 16px 42px;
	background-color: #fff;
	background-image: url('/media/images/icon_link.png');
	background-repeat: no-repeat;
	background-position: 12px 14px;
	
-webkit-box-shadow: 10px 10px 24px -20px rgba(0,0,0,0.52);
-moz-box-shadow: 10px 10px 24px -20px rgba(0,0,0,0.52);
box-shadow: 10px 10px 24px -20px rgba(0,0,0,0.52);
}




















/* results */

.results_question {
	margin-top: 40px;
}

.results_bar {
	width: calc(100% - 20px);
	height: 27px;
	background-color: #ddd;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	text-align: left;
	padding: 8px 10px 0 10px;
	font-family: "HelveticaCB";
	font-weight: bold;
	font-size: 20px;
	color: #fff;	
}

.results_bar span {
	position: absolute;
	z-index: 100;
}

.results_bar_value {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	background-color: #72bf44;
	border-top-left-radius: 3px;	
	border-bottom-left-radius: 3px;	
	overflow: hidden;
	z-index: 50;
	background: linear-gradient(to right, #529f24 0%, #72bf44 100%);
}

.results_text_answers p {
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
	margin: 0 0 0 0;
}

.results_text_answers p:nth-child(odd) {
	background-color: #e9e9e9;
}

.results_text_answers {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}

.results_text_answers:hover {
	overflow: auto;	
}

.results_feedback_link {
	font-size: 15px;
}

.results_feedback_content {
	display: none;
	font-size: 13px;
	color: #933;
}

.results_feedback_content i {
	font-style: italic;
}




















































/* filemanager */

.file_manager_popup {
	max-width: 600px;
	min-width: 300px;
	width: 30%;
	background-color: #f7f8f7;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -530px;
	overflow: hidden;
	-webkit-box-shadow: -10px 0 20px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: -10px 0 20px -13px rgba(0,0,0,0.2);
	box-shadow: -10px 0 20px -13px rgba(0,0,0,0.2);	
	z-index: 300;
}

.file_manager_popup_header {
	font-family: "Helvetica W02 Light";
	background-color: #4d9a0f;
	color: #fff;
	font-size: 18px;
	width: calc(100% - 20px);
	padding: 10px;
}

/* content*/
#filemanager {

}

.filemanager_file {
	height: 80px; 
	width: calc(25% - 2px); 
	margin: 0; 
	border: solid #fff 1px;
	opacity: 0.8; 
	padding: 0; 
	display: inline; 
	float: left;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s;
	color: #fff;
}

.filemanager_file:hover {
	opacity: 1;
}

.filemanager_file .filemanager_image {
	width: 100%;
	min-height: 80px;
	cursor: pointer;
}

@media screen and (min-width: 400px) {
	.filemanager_file {
		height: 80px; 
		width: calc(20% - 2px);
	}	
	.filemanager_file .filemanager_image {
		min-height: 100px;
	}	
}

@media screen and (min-width: 800px) {
	.filemanager_file {
		height: 100px; 
		width: calc(20% - 2px);
	}	
	.filemanager_file .filemanager_image {
		min-height: 100px;
	}	
}

@media screen and (min-width: 1100px) {
	.filemanager_file {
		height: 130px; 
		width: calc(16.65% - 2px);
	}	
	.filemanager_file .filemanager_image {
		min-height: 140px;
	}		
}

@media screen and (min-width: 1400px) {
	.filemanager_file {
		height: 150px; 
		width: calc(12.5% - 2px);
	}	
	.filemanager_file .filemanager_image {
		min-height: 140px;
	}		
}

@media screen and (min-width: 1700px) {
	.filemanager_file {
		height: 150px; 
		width: calc(10% - 2px);
	}	
	.filemanager_file .filemanager_image {
		min-height: 140px;
	}		
}

.filemanager_delete {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: none;
	cursor: pointer;
	border-radius: 2px;
}

.filemanager_file:hover .filemanager_delete {
	display: block;
}

.filemanager_delete_confirm {
	background-color: #f11;
	opacity: 0;
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 110px;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	cursor: pointer;
}

#upload_button {
	background-color: #6dba2f;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	height: 24px;
	padding-top: 12px;
	width: 90px;
	display: block;
	text-align: center;
	border-radius: 3px;
	border: none;
	margin: 10px 0 10px 10px;
	cursor: pointer;
}

#upload_button:hover {
	background-color: #7dca3f;
	-webkit-box-shadow: 3px 3px 23px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 23px -13px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 23px -13px rgba(0,0,0,0.75);	
}

.uploading_file {
	display: block;
	width: calc(100% - 20px);
	margin: 4px 0 0 10px;
	position: relative;
	font-size: 13px;
	color: #666;
}

.uploading_progress {
	display: block;
	width: 100%;
	margin: 4px 0 8px 0;
	height: 16px;
	background-color: #fff;
	position: relative;
	padding: 0;
	color: #266726;
}

.uploading_progress_number {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 10;
	color: #fff;
	font-size: 11px;
}

.uploading_progress_bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 16px;	
	background-color: #72bf44;
	z-index: 5;
}

#uploader_info {
	margin-left: 10px;
	color: #f99;
	font-size: 12px;
}

.file_manager_close {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 5px;
	cursor: pointer;
}




























































#footer {
	width: 100%;
	min-height: 100px;
	margin-top: 400px;
	border-top: solid 20px #015940;
	background-color: #72bf44
}

#footer_content {
	width: 95%;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 300;
	padding: 10px 0 0 0;
	color: #fff;
	font-size: 13px;
}

#footer_content a {
	color: #fff;
}




































@media screen and (max-width: 1601px) {

	h1, #consultation_name {
		font-size: 33px;
		line-height: 37px;
	}

	h2 {
		font-size: 28px;
	}

	p, .consultation_description, .section_name, .consultation_date {
		font-size: 16px;
	}
	
	#header {
		height: 80px;
	}
	
	#logo {
		left: 0;
		top: 11px;
		width: 130px;
	}

	#header_title {
		font-size: 34px;
		right: 0;
		top: 41px;
	}

	#menu {
		height: 45px;
	}

	#menu ul.left li {
		height: 45px;
	}

	#menu ul.left li a {
		height: 32px;
		font-size: 20px;
		padding: 13px 20px 0 20px;
	}

	#menu ul.right li {
		height: 45px;
	}

	#menu ul.right li a {
		height: 32px;
		font-size: 20px;
		padding: 13px 20px 0 20px;
	}	
	
}




@media screen and (max-width: 1450px) {

	.my_consultation_item {
		width: calc(100% - 45px);
	}
	
	.my_consultation_item.even, .my_consultation_item.odd {
		margin: 0 0 20px 0;
	}	
	
	#take_navigation .button {
		width: auto;
		min-width: auto;
		margin: 20px 0 0 0;
	}

	#take_navigation select {
		position: relative;
		width: calc(100% - 13px);
		height: 42px;
		left: 0;
		margin-left: 0;
		margin-top: 20px;
		top: auto;
	}	

}







@media screen and (max-width: 850px) {

	.site_content {
		width: 94%;
	}

	#header_title {
		display: none;
	}
	
	#header_title2 {
		display: block;
	}

	#user_info {
		top: 12px;
		right: 2px;
		font-size: 12px;
	}

	#language {
		display: none;
	}
	
	#mobile_menu_icon {
		display: block;
		position: absolute;
		top: 37px;
		right: -2px;
		cursor: pointer;
	}	
	
	#consultation-take .float_right_ {
		width: 100%;
		display: block;
	}

	.take_section_content {
		width: calc(100% - 40px)!important;
		display: block;
	}
	
	#take_navigation .button {
		margin-right: 20px;
	}
	
	.take_answer {
		padding-left: 10px;
		width: calc(100% - 10px);
	}	
	
	#menu {
		background-color: #72bf44;
		width: 100%;
		min-height: 45px;
		height: auto;
		z-index: 500;
	}
	
	#menu .site_content {
		width: 100%;
		max-width: 1700px;
		margin: 0 auto;
		position: relative;
		z-index: 500;
	}
	
	#menu ul.right , #menu ul.left{
		padding: 0;
		margin: 0;
		float: none;
		display: none;
	}

	#menu ul.right li, #menu ul.left li {
		display: block;
		float: none;
		height: 55px;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#menu ul.right li a, #menu ul.left li a {
		display: block;
		width: 97%;
		height: 39px;
		padding: 0;
		margin: 0;	
		font-size: 25px;
		padding: 15px 0 0 3%;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px #fff;
	}
	
	#menu ul.left li:first-child a, #menu ul.right li:first-child a {
		border-left: none;
	}	

	#menu ul.right li:last-child a{
		border-bottom: none;
	}
	
	#menu ul.right li:last-child {
		display: block;
	}
	
	
	.my_consultation_item {
		height: auto;
		float: none;
		overflow: visible;
		padding-bottom: 60px;
		white-space: normal;
	}
	
	.my_consultation_submitted {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin-top: 10px;
	}
	
	.my_consultation_date {
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 15px;
	}

	.my_consultation_date_closed {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.float_left_, .float_right_ {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.float_right {
		margin: 0 0 0 0;
		float: none;
	}
	
	.document_header {
		display: none;
	}	
	
	a.filter_link {
		display: block;
	}	
	
	.top_filters {
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
		display: block;
	}	
	
	.forgotten_password {
		font-size: 16px;
		padding: 30px 0 0 0;
	}
	
	.consultation_video {
		width: 100%;
		float: none;
		margin: 0 0 0 0;
	}		
 
}
