/* Business assessment tool */

.toolkitIntro h1 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
	text-align: center;
	color: #a38529;
}

.toolkitIntro h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #444;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

.toolkitIntro h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 38px;
	font-weight: 400;
	color: #444;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

.toolkitIntro p {
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #676767;
    line-height: 26px;
    font-weight: 400;
}

.toolkitQuestions h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #444;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

.toolkitQuestions td {
	font-family: 'Michroma', sans-serif;
    font-size: 16px;
	color: #676767;
    line-height: 32px;
    font-weight: normal;
}

select.questionAnswer {
    /*font-size: 1.2em;*/
}

#toolkitForm h1 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
	text-align: center;
	color: #444;;
}

#toolkitForm p {
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #676767;
    line-height: 26px;
    font-weight: 400;
}

#toolkitForm label {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #676767;
    line-height: 32px;
    font-weight: normal;
}
.toolkit-shortcode section
{
	margin: aut;
    width: 100%;
}

label
{
	float: left;
	clear: both;
    width: 100%;
}

input, select
{
	float: left;
	clear: both;
}

button
{
	line-height: 28px;
}

table
{
	width: 100%;
}
td 
{
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.row
{
	float: left;
	width: 100%;
}

.row .column
{
	float: left;
	/*padding-left: 50px;*/ /*TFW padding-right: 5px;*/
    width: calc(10% - 5px);
}

.row .hidden
{
	display: none;
}

.halfRow
{
	margin: 5px;
	width: calc(50% - 30px);
}

.flexBox
{
	float: left;
	width: 100%;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.greyBackground
{
    background: #ffffff; /*TFW #f6f6f6*/
    padding: 10px;
    border-radius: 5px;
}

.error
{
    float: left;
    padding: 10px;
    width: 100%;
    background: #ccc;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.answerTable td:first-of-type
{
    width: calc(100% - 120px);
    line-height: 20px;
   /*font-size: 1.3em;*/
    padding: 20px;
    padding-left: 0px;
    position: relative;
    float: left;
    font-weight: 400; /*TFW 600*/
}
.answerTable td:nth-of-type(2)
{
	position: relative;
}
.answerTable td select
{
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 100px;
}

.toolkitQuestions
{
	display: none;
}
.toolkitIntro
{
	display: block;
}

.questionSet
{
	display: none;
}
.button
{
    text-align: center;
}
.backButton
{
    color: #FFFFFF;
    font-size: 12px;
    /*margin: 20px auto;*/
    margin-right: 20px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 2px;
    line-height: 24px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 21px;
    background-color: #A38529!important;
    visibility: visible !important;
    width: 100px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    /* position: relative; */
    /* top: -76px; */
    /* right: 160px; */
}
.progressBarValue {
    color: #a38529;
}

span.valuepercent {
    font-size: 30px;
    color: #a38529;
}
.progress
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}
.progressBar
{
	position: absolute;
	max-width:99%;
	height: 10px;
	width: 0px;
	border-radius: 6px;
	background: #A38529;
	z-index: 1;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.progressIndicator
{
    float: left;
    width: 100%;
    flex: 1;
    text-align: center;
    top: -30px;
    position: relative;
    margin: 15px 0px;
}
.progressIndicator span
{
	color: #fff;
    font-size: 14px; /*TFW 18px*/
	font-family: 'Michroma', sans-serif; /*TFW*/
    font-weight: 400; /*TFW 900*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #a2842d;
    border-radius: 50%;
    margin-left: calc(50% - 15px);
    float: left;
	z-index: 1;
	border: 4px solid #fff;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.progressIndicator span i
{
    line-height: 30px;
}
.progressIndicator .active
{
    background: #A38529;
}

.startButton
{
    color: #FFFFFF;
    font-size: 12px;
    margin: 20px auto;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 2px;
    line-height: 24px;
    display: flex;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 21px;
    background-color: #A38529!important;
    visibility: visible !important;
    width: 100px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}
.nextButton
{
    color: #FFFFFF;
    font-size: 12px;
    /*margin: 20px auto;*/
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 2px;
    line-height: 24px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 21px;
    background-color: #A38529!important;
    visibility: visible !important;
    width: 100px;
    text-align: center;
    cursor: pointer;
/* justify-content: center; */
}
/*.nextButton{*/
/*margin-top: 30px !important;*/
/*}*/




.progressIndicator{
        display: none;
    }
    .progressBarMain {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.progressBarValue {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.toolkit-shortcode section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25rem;
}

.sba_main {
    display: flex;
    flex-wrap: wrap;
}
.sba_mian_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px;
}
.sba_mian_inner .right {
    width: 30%;
    /* text-align: center !important; */
}
.sba_mian_inner .left {
    width: 70%;
}
.progress{
	flex-wrap: wrap !important;
	/*padding: 0 10px;*/
	background: #e2d9d9;
    height: 10px;
}
.column input[type="text"] {
    padding: 7px !important;
}
.right select.questionAnswer {
    padding: 3px;
}
@media(max-width: 480px){
    .row.greyBackground.questionSet .column {
    width: 100% !important;
}
    .sba_mian_inner .left {
    width: 100%;
    margin-bottom:7px;
}
.sba_mian_inner .right {
    width: 100%;
    /* text-align: center !important; */
    justify-content: center;
    display: flex;
}
}
@media(max-width: 1000px){
    .progressIndicator{
        display: none;
    }
    /*.progressBarValue{*/
    /*   display: flex; */
    /*}*/
}
