@viewport {
	width: device-width;
}

header, #header {
    /*reinstate this to return to a non-reactive style re mobile usage 
	min-width: 600px; -
    max-width: 1200px;*/
	min-height: 40px;
	display: block;
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 200;
}

#footer {
	font-size: 1em;
	color: #999999;
	margin: 4% 0 3% 0;
	padding: 1% 0;
}

.ileft {
    height: 50px;
    margin-right: 30px;
    margin-top: 30px;
}

#ProgressBarOuterContainor {
    width: 150px;
    padding-bottom: 10px;
    padding-top: 1%;
}

.lineTwo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.iright {
    height: 50px;
    margin-right: 30px;
    margin-top: 30px;
}


.page {
    margin-left: auto;
    margin-right: auto;
	width: 90%;
    max-width: 1200px;
	font-size: 0.925em;
	font-family: "Arial",Helvetica,calibri !important
}

body{
    font-family: "Arial",Helvetica, calibri ;
	color: #000;
}

.marginTop10 {
	margin: auto;
	/*padding-top: 160px;*/
	/*padding-top: 100px;*/
	padding-top: 90px;
}

.marginTop0 {
	padding-top: 0;
	margin: auto;
}

#preview {
	display: none;
}

.blue {
	color: #0092CA;
	font-family: Arial;
	font-size: 0.9em;
	font-style: italic;
}

.redBox {
	margin: 5px;
}

.FontButtonsWrapper {
    display: inline-flex;
    float: right;
    text-align: right;
    position: relative !important;
    left: auto !important;
    width: auto !important;
    padding-top: 8%;
    margin-bottom: 15px;
}

#FontButtons {
    left: auto !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#ColourButtons {
    left: auto !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.colourButton {
    height: 35px;
    width: 35px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
}

.fontButton {
    -webkit-border-radius: 0;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #adadad;
    background-color: #fff;
    color: #333;
}

/*------------------ Class Resets for Mobile Question Pages ------------------*/

.headerM {
    display: inline !important;
}

.progressBarOuterContainorM {
    background-color: #edf0f0;
    font-weight: bold;
    color: #000;
    margin: 0;
    display: inline-block;
    width: 100% !important;
    padding-right: 8px;
    padding-bottom: 1%;
    padding-top: 2%;
    margin-left: -4px;
}

.lineTwoM {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}

.FontButtonsWrapperM {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    text-align: right;
    position: relative !important;
    left: auto !important;
    width: auto !important;
    padding-top: 8%;
    margin-bottom: 2px;
    padding-right: 2px;
}

/*------------------ Footer Content ------------------*/

footer, #footer {
    font-size: 0.85em;
    margin: 1% 0 3% 0;
    padding: 1% 0;
    /*background-color: #edf0f0 !important;*/
    text-align: left !important;
}

.footerEl {
    margin: 1%;
    display: inline-block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #434343;
    cursor: default;
}

/*-- Header --*/
h1 {
    /*font-size: 3.5em;*/
    font-size: 2em;
	color:#000;
	margin-top: 10px;
}

/*-- Section Headers --*/
h2 {
    padding: 5px 5px 5px 5px;
	color: #000;
	margin-bottom: 0;
}
h2a { 
	padding: 5px 5px 5px 5px;
	color: #000;
	font-size: 2em;
	margin-bottom: 0;
}




/*-- Thank You Blurb --*/
h3 { 
	font-size: 1.25em; 
	text-align: center;
}


/*-- Intro sub Headers --*/
h3a { 
	font-size: 1.25em; 
	text-align: left;
	font-weight: bold;
}

h3b { 
	font-size: 1.75em; 
	text-align: left;
	}


.qnTYMSG .questionText {
	display: none;
}

/*-- Sub-Headers --*/
h4 { 
	font-size: 0.95em; 
	margin: 15px 5px 5px 5px;
}

/*-- Sub-Headers --*/
h5, h6 { 
	font-size: 0.95em; 
	margin: 15px 5px 5px 10px;
}

p {
	padding:6px 0 6px 0;
	margin:0;
}

/*Main Styles 
-------------------------------------------------------*/

label.inline200 {
    display: block;
    width: 140px;
    margin-bottom: 1%;
}

.inlineInputs {
    margin-top: 2%;
}

.sectionHeader {
    text-align: center;
    color: white;
    font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
	border-radius: 2px;
	/*background: rgb(0,145,201); /* Old browsers */
	/*background: rgb(0,166,229); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(0,166,229,1) 0%, rgba(0,154,214,1) 60%, rgba(0,145,201,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,166,229,1)), color-stop(60%,rgba(0,154,214,1)), color-stop(100%,rgba(0,145,201,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,166,229,1) 0%,rgba(0,154,214,1) 60%,rgba(0,145,201,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,166,229,1) 0%,rgba(0,154,214,1) 60%,rgba(0,145,201,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,166,229,1) 0%,rgba(0,154,214,1) 60%,rgba(0,145,201,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,166,229,1) 0%,rgba(0,154,214,1) 60%,rgba(0,145,201,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6e5', endColorstr='#0091c9',GradientType=0 ); /* IE6-9 */
}

.questionRow {
	border: 1px solid #787878;
	margin-bottom: 40px;
	padding: 0px;
	border-radius: 2px;
	overflow:hidden;
}

.questionNumber {
	margin-right: 10px;
}

.subHeading {
	padding: 5px 5px 5px 10px;
}

.questionText {
    /*background-color: #C4D8E2;*/
    color: #151314;
    padding: 10px 5px 10px 5px;
	font-weight: bold;
	display: inline-flex;
	width: 100%;
	box-sizing: border-box;
}

.innerQuestionArea{
	overflow: auto;
	margin:8px 0 0 0;
}

input[type=checkbox]{
    display: inline-block;
   /* width: 95%;*/
	min-width: 19px;
    height: 19px;
    /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0.1);
	13d 14d 16c 24d 27 33*/
	margin: 8px 0px;
	text-align:center;
}
/*
.qn13d input[type=checkbox], .qn14d input[type=checkbox], .qn16c input[type=checkbox], .qn26d input[type=checkbox], .qn28 input[type=checkbox], .qn35 input[type=checkbox] {
	width: 19px;
	margin: 8px;
}
/* SDB Tests 
.qn26d .choiceRow span {
	display: inline-flex;
}
*/

.ChoiceSubhead {
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	display: block;
	padding-bottom: 2px;
	padding-top: 7px;
}

.choiceRow span {
	position: relative;
	/*display: inline-block;*/
	margin-left: 0.5%;
	bottom: 4px;
	}

.qn28 .choiceRow span, .qn35 .choiceRow span {
	display: inline-block;
}

.choiceRow {
	padding-left: 20px;
	/*display: flex; */
}

.choiceVerticalInputCell {
	padding: 5px 12px;
	text-align: center;
}

/*-- Bespoke Styling for Background Information --*/
.bgi {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	padding-top: 10px;
}

.bgi2 {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	}


/* Matrix Tables 
-------------------------------------------------------*/
/*-- Answer Option Spacing --*/
.matrixHeaderCell {
	padding: 10px;
}

/*-- Row Height --*/
.matrixTable tr {
	min-height: 45px;
	width: auto;
}

/*-- Table Width --*/
.matrixTable, .verticalChoiceTable {
	width: 100%;
}

.qn6 .matrixTable, .qn24 .matrixTable {
	width: 200%;
}

/*-- Background Colours --*/
/*.matrixQuestionRow:nth-child(even) {
	background-color: #f3f7f9
} 

.matrixTable tr:nth-child(even) {
	background-color: #f3f7f9
} 

.matrixTable tc:nth-child(even) {
	background-color: #f3f7f9
}*/

/*-- Tick All That Apply Style --*/
.matrixTextLabel {
    display: inline-block;
    height: 100%;
    font-weight: bold;
    color: #000;
	bottom: 4px;
	position: relative;
}

.matrixQuestionTextCell {
	padding: 5px 5px 5px 5px;
	min-width: 120px;
}

.matrixQuestionTextCell .cRadio {
    position: absolute;
}



.questionRow.QQ26c0db3b.qn6 .matrixTable:nth-child(2) th:first-child, .questionRow.QQa5e5d9c8.qn24 .matrixTable:nth-child(1) th:first-child {

 width: auto;

}

.questionRow.qn6 .matrixTable:nth-child(2) th, .questionRow.qn24 .matrixTable:nth-child(1) th {

 width: 11.11%;

}

.questionRow.qn6 .matrixTable:nth-child(2) th:first-child, .questionRow.qn24 .matrixTable:nth-child(1) th:first-child {

 width: auto;

}

.questionRow.QQ26c0db3b.qn6 .matrixTable:nth-child(2) th, .questionRow.QQa5e5d9c8.qn24 .matrixTable:nth-child(1) th {

 width: 11.11%;

}

/*-- Cell Position --*/
.matrixInputCell {
	text-align: center;
}

/*-- Tick Box Position Q27 --*/
.qn30 .choiceVerticalInputCell {
	vertical-align: baseline;
}



/*-- Left Align TATA --*/
.matrixTableLeft .choiceVerticalInputCell {
	padding: 0px 0px 15px 15px;
	width: 40px;
}
/*
.matrixTableLeft .matrixQuestionTextCell {
	padding: 0px 0px 10px 0px;
	min-width: auto;	
}

.matrixTableLeft input[type=checkbox] {
	margin: 0px;
}
*/
/*-- Left Align TATA --*/
.matrixTableLeft .choiceVerticalInputCell {
	padding: 12px 0px 15px 15px;
	width: 40px;
}

.matrixTableLeft .matrixQuestionTextCell {
	padding: 10px 0px 15px 0px;
	min-width: auto;	
}


/*-- Tick Box Position Q27 --*/
.QQ790cc0c8 .choiceVerticalInputCell {
	vertical-align: baseline;
	padding-bottom: 25px;
}


.qn27a .matrixTable:first-child tr:nth-of-type(1) th:first-child, .qn27a .matrixTable:first-child tr:nth-of-type(2) td:first-child {
	display: none;
}

.qn27a .matrixTable:nth-of-type(2) {
	margin: 35px 0px;
}

/* Other Question Types
-------------------------------------------------------*/
.qn28 .choiceRow span, .qn35 .choiceRow span {
	max-width: 85%;
}

textarea {
	width: 95%;
	margin: 10px auto;
	display: block;
}

.qn30 textarea {
	width: 130px;
}

.qn27a input[type=text] {
	float: right;
	/*width: 11.7%;
	margin-right: 12.5%;
	width: 16%;
	margin-right: 14%;*/
	width: 23.5%;
	margin-right: 18.5%;
}

select, .stringAnswer {
	width: 95%;
	margin: 10px auto;
	display: block;
}

select, .stringAnswer.QQc765f691, select, .stringAnswer.QQ1834b295, select, .stringAnswer.QQd1522f18, select, .stringAnswer.QQ1df432c6  {
	width: 40%;
	margin: 15px auto;
	display: block;
	margin-left: 5px;
}

.integarAnswer {
	margin-left: 2%;
	width: 25%;
	text-align: center;
}

.dateSelector {
	margin-left: 2%;
}

/* Anonymous Users 
-------------------------------------------------------*/
.personFieldRow {
    margin: 5px;
}

.personFieldName {
    width: 20%;
    float: left;
}

.personFieldRow input {
    float: right;
    width: 70%;
}

/* Progress Bar
-------------------------------------------------------*/

/* Progress Bar
-------------------------------------------------------*/
#ProgressBarRow .progressBar {
    background-color: #374ea1;
    border-radius: 10px;
}

#ProgressBarRow {
    width: 99%;
}

.progressBarOuterContainor {
    /*background-color: #edf0f0;*/
    font-weight: bold;
    color: #000;
    margin: 0;
    display: inline-block;
    width: 150px;
    padding-right: 8px;
    padding-bottom: 1%;
    padding-top: 2%;
    margin-left: -4px;
}

.progressTitle {
    float: left;
    display: none;
}

.progressPercentage {
    display: none;
}

.progressBarContainor {
    width: 15%;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    border: 1px solid #C8C7C7;
    padding-top: 2px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

/* Nav Row 
-------------------------------------------------------*/

.navigationRow {
	margin-top: 15px;
	font-size: 0.9em;
}	

nav {
	display: inline-grid;
	display: -ms-grid;
	-ms-grid-columns: 1fr 1vw 1fr;
	-ms-grid-rows: 1fr 1fr;
	-ms-grid-rows: 40px;
}
	
.buttonNext {
	margin-bottom: 5%;
	-ms-grid-column: 3;
}
	
.buttonPrevious {
	margin-bottom: 5%;
}

.saveButton {
	-ms-grid-row: 2;
	-ms-grid-column-span: 3;
}

.completionButton {
	-ms-grid-column: 3;
	margin-bottom: 5%;
}

/* Front Page 
-------------------------------------------------------*/

/*.questionnaireTitle{
	display: none;
}*/

/* Landing Page 
-------------------------------------------------------*/

#fpContent p {
	margin: 0 0 15px 0;
	line-height: 140%;
}

#fpWrapper {
	width: 900px;
	max-width: 95%;
	margin: 2% auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0);
	position: relative;
	padding-top: 20px;
	font-size: 1.15em;
}

#fpContent {
	padding: 5%;
}

.fpHeader1 {
	font-size: 3em;
	font-weight: bold;
	color: #000;
	margin-bottom: 16px;
}

#fpContent h2, .fpLeft h2, .fpRight h2 {
	font-weight: 600;
	color: #0091C9;
	padding: 0;
	margin: 0;
	font-size: 1.15em;
}

#fpContent img {
	float: right;
}

.fpBlue{
	color: #0091C9;
}

.fpBfooter{
	clear: both;
	position: relative;
	background-color: #0091C9;
	bottom:0;
	padding: 5%;
	color: #fff;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.fpBfooter a:link {
    color: #FFF;
    text-decoration: underline;
}

.fpBfooter a:visited {
     color: #FFF;
}

.fpBfooter a:hover {
     color: #FFF;
	 text-decoration:none;
}

.fpBfooter a:active {
     color: #FFF;
}

.allCaps {
	text-transform: uppercase;
}

/* -------------------------- CASCADE NO Q TEXT MATRIX QUESTIONS --------------------------*/

/*.questionRow.qn13d, .questionRow.qn14d, 
.questionRow.qn10bc, .questionRow.qn26d {
	margin-top: -50px;
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
*/
/* .questionRow.qn13, .questionRow.qn14
.questionRow.qn10a, .questionRow.qn26 {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
*/
/* -------------------------- REMOVE Q TEXT FOR SELECT MATRIX QUESTIONS --------------------------*/
/*
.qn10bc .questionText, .qn11e .questionText, .qn13d .questionText, .qn14d .questionText, .qn16c .questionText, .qn23bd .questionText, .qn26d .questionText, .qn31b .questionText, .qnVAL .questionText, .qnNoQText .questionText {
	padding: 0;
}
*/
/* -------------------------- FOR USE WITH CUSTOM TEMPLATE XX COLUMN MATRIX LAYOUT -------------------------- */
.qn13d .choiceVerticalInputCell, .qn14d .choiceVerticalInputCell,
/*.QQeee1fdb2 .choiceVerticalInputCell, .QQd551742c .choiceVerticalInputCell, .QQ6595a33e .choiceVerticalInputCell */
 {
	text-align: left;
	display: inline-flex;
	align-items: center;
	min-width: 180px;
	bottom: 4px;

}

.qn16c .choiceVerticalInputCell {
	text-align: left;
	vertical-align: initial;
	background-color: white;
	/*padding: 5px 30px 0px 10px;*/
	text-wrap: nowrap;
}

.matrixTextLabel {
	padding: 5px 30px 0px 10px;
}

/* -------------------------- RE-CONTACT -------------------------- */
.qnCONT1b .questionText, .qnCONT1c .questionText {
	background-color: white;
}

/* -------------------------- BESPOKES' LOCAL QUESTION STYLES -------------------------- */
/*-RVJ-*/
.qnLQHEADER .questionText, .qnL01 .questionText, .qnL02 .questionText, .qnL03 .questionText, .qnL04 .questionText, .qnL05 .questionText, .qnL06 .questionText, .qnCopyright .questionText, .qnRVJBLURB .questionText {
	background-color: white;
}

.qnL01, .qnL02, .qnL03, .qnL04, .qnL05, .qnL06, .qnCopyright, .qnRVJBLURB {
	border: none;
	margin-bottom: 40px;
	padding: 0px;
	border-radius: 2px;
	overflow:hidden;
}

.qnL03 .questionText {
	font-weight: normal;
}

.qnLQHEADER .subHeading {
	padding: 5px 5px 5px 5px;
}

.scaleLeft {
	margin: 0 !important;
	display: inline-block;
	float: none;
}

.scaleLeft .questionText {
	display: none;
}

.scoreFrame {
	min-width: 55px; 
		margin-top: 55px;
		width: 3.439em;*
		width: 55px; 
		margin-top: 55px;
	}

.ThermometerImage {
	padding-left: 55px;
	}

	svg image:nth-of-type(1) {
		position: relative;
		x: -10;
		/*-webkit-x: -17.5;*/
	}
	
	svg image:nth-of-type(2) {
		overflow: visible;
	}

	.QQ77403dc6best, .QQ77403dc6worst, .QQ3bf399f5best, .QQ3bf399f5worst {
		margin-left: 0px !important;
		width: 255px;
	}
	
	.ThermometerRight {
		float: none !important;
		margin-left: 75px;
	}
	

/*-QWU-*/
/*-L01, L02-*/
.QQfd9b4e17 .questionText {
	padding: 0;
}

/*RBN MAIN */
/*questionRow QQb7e8a9b8 qn1 
questionRow QQd551742c qn2
questionRow QQ3dfa708a qn3 */

.QQb7e8a9b8 .choiceVerticalInputCell, .QQd551742c .choiceVerticalInputCell, .QQ3dfa708a .choiceVerticalInputCell, .QQ3dfa708a .matrixInputCell {
	text-align: left;
	vertical-align: initial;
	background-color: white;
	/*padding: 5px 30px 0px 10px;*/
}	

.QQb7e8a9b8 input[type=text] {
	float: right;
	margin-right: 12%;
}	

/*-RJ1-*/
/*-L01b-e, L02b-c-*/
.QQc24a85df .questionText, .QQ6641bc44 .questionText {
	display: none;
}

/*-RWE-*/
/*-L01b-c-*/
.QQ8df188f8 .questionText {
	display: none;
}

/*-RTD-*/
/*-LQ1a, LQ2a-*/
.questionRow.QQ33751283, .questionRow.QQe3ded81e {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*-LQ1b, LQ2b -*/
.questionRow.QQ7b22f51f, .questionRow.QQ84bdd8cc {
	margin-top: -50px;
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.QQ7b22f51f .questionText, .QQ84bdd8cc .questionText {
	padding: 0;
}

/*-RX1-*/
/*-LQ1b, LQ3b -*/
.QQ49df2642 .questionText, .QQcd79bd10 .questionText {
	padding: 0;
}
/*-RX1BLURB-*/
.questionRow.qnRX1BLURB {
	border: none;
}
.qnRX1BLURB .questionText {
	background-color: transparent;
}
/*-L05 Border Reset-*/
.questionRow.QQb0219602 {
	border: 1px solid #787878 !important;
}

/*-RXA-*/
/*-LQ4_OTHER, LQ5_OTHER-*/
.QQed992e15 .questionText, .QQ307e3a29 .questionText {
	padding: 0;
}

.QQ174e3a9f .choiceVerticalInputCell {
    text-align: left;
	vertical-align: initial;
	background-color: white;
	/*padding: 5px 30px 0px 10px;*/
}

/*-R1H-*/
.QQ093bf87c input[type=text], .QQd412ef2c input[type=text] {
	margin: 0px 0px 10px 20px;
}

/*-RYR-*/
.QQ42b64757 input[type=text] {
	margin: 0px 0px 10px 20px;
}

/*-RXQ-*/
.qnRXQBLURB .questionText {
	background-color: white;
}

/*-RXT-*/
/*-L02b-c-*/
.QQc3b36a66 .questionText {
	display: none;
}

.QQ408e93e5 {
	margin-bottom: 0;
	border-bottom: none;
}

.QQc3b36a66 {
	border-top: none;
}

/*-RPG-*/
.qnRPGBLURB .questionText {
	background-color: white;
}

.QQ73e9fdb4 input[type=text] {
	margin: 0px 0px 10px 20px;
}

.QQ7aaa6e77 textarea {
	width: 45%;
	margin: 10px 0px 0px 0px;
	display: block;
}

/*-RY3BLURB-*/
.questionRow.qnRY3BLURB {
	border: none;
}
.qnRY3BLURB .questionText {
	background-color: transparent;
}

/* Media Resets
-------------------------------------------------------*/
/*--------------------------- Small Mobiles uo -------------------------------*/
@media only screen and (min-width: 330px) {

	/*--- Header Reset ---*/
	.marginTop10 {
		padding-top: 240px;
	}	

	.fpHeader1 {
		font-size: 3em;
	}

    select, .stringAnswer.QQc765f691, select, .stringAnswer.QQ1834b295, select, .stringAnswer.QQd1522f18, select, .stringAnswer.QQ1df432c6  {
		width: 95%;
		margin: 15px auto;
		display: block;
		margin-left: 5px;
	}

}

/*--------------------------- Medium Mobiles up -------------------------------*/
@media only screen and (min-width: 480px) {

	/*--- Header Reset ---*/
	.marginTop10 {
		padding-top: 210px;
	}	

	.qn6 .matrixTable, .qn24 .matrixTable {
		width: 155%;
	}

}

/*--------------------------- Tablets up -------------------------------*/
@media only screen and (min-width: 768px)  {

	/*--- Header Reset ---*/
	.marginTop10 {
		padding-top: 180px;
	}	

	h1 {
    	font-size: 3.5em;;
	}

	.progressBarOuterContainor{
		top: 150px;
	}
	
	/*--- Nav Bar Reset ---*/
	nav {
		display: inline-block;
	}

	/*--- Q8 Reset ---*/
	.qn6 .matrixTable, .qn24 .matrixTable {
		width: 100%;
	}


	/*--- Other Text Box Reset ---*/
	.qn27a input[type=text] {
		float: right;
		/*width: 11.7%;
		margin-right: 12.5%;*/
		width: 20%;
		margin-right: 21.25%;
	}	

	/*--- Landing Page Reset ---*/

	#fpContent {
		padding: 40px 85px 10px 85px;
	}

	.fpLeft{
		position: relative;
		width: 47%;
		float: left;
		padding-right: 2%;
	}

	.fpRight{
		position: relative;
		width: 47%;
		float: right;
	}

	.fpBfooter {
		padding: 10px 85px 10px 85px;
	}

    select, .stringAnswer.QQc765f691, select, .stringAnswer.QQ1834b295, select, .stringAnswer.QQd1522f18, select, .stringAnswer.QQ1df432c6  {
		width: 40%;
		margin: 15px auto;
		display: block;
		margin-left: 5px;
	}

}

/*--------------------------- Small desktops up -------------------------------*/
@media only screen and (min-width: 992px)  {


	/*--- Header Reset ---*/
	.marginTop10 {
		padding-top: 150px;
	}	

	/*--- Q13 / Q14 Reset ---*/
	.qn13d .choiceVerticalInputCell, .qn14d .choiceVerticalInputCell {
		min-width: 0;
	}


	/*--- Vertical Layout with Choice Subheads Reset ---*/
	.qn28 .choiceRow span, .qn35 .choiceRow span {
		max-width: 100%;
	}

	/*--- Footer Reset ---*/
	#footer {
		margin: 0;
		padding: 0;
	}
	
	.navigationRow {
		font-size: 1em;
	}	
}

/*--------------------------- Widescreens up -------------------------------*/
@media only screen and (min-width: 1200px)  {


	/*--- Header Reset ---*/
	.marginTop10 {
		padding-top: 120px;
	}	

	/*--- Content Width Reset ---*/
	.page {
		width: 80%;
	}
}
