@charset "UTF-8";
/* CSS Document */

.wrapper {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	position: relative;
}

.showonmobile {
	display: none;
}
.hideonmobile {
	display: block;
}

.hideit {
	display:  none;
}


/* HOOTVOX STYLE */

img.login {
	text-align: center;
}

ul.sortable {
	list-style: none;
	padding:0px;
	margin:0px;
}
ul.sortable li {
	list-style: none;
	padding: 6px;
	border: 1px dashed #CCC;
	border-radius: 8px;
	margin:0px 0 8px 0;
}
ul.sortable li:hover {
	cursor: move;
}
ul.sortable.no1 li {
	font-size: 12px;
	padding: 3px 5px;
	margin-bottom: 5px;
	opacity: 0.8;	
}
ul.sortable.no2 li {
	border: 1px dashed #0C3;	
}
ul.sortable.no2 {
	min-height: 82px;
}
.templateAdmin .categories input {
	margin-right: 12px;
}
.templateAdmin .categories label {
	float: none;
	width: auto;
	display: inline-block;
	margin-bottom: 6px;
}
.templateAdmin .categories .selected label {
	margin-bottom: 0px;
}
.templateAdmin .categories .selected {
	border: 1px dashed #0C3;
	padding: 4px;
	margin-bottom: 6px;
}

.break {
	clear: both;
	border-bottom: 1px dashed #999;
	height: 1px;
	margin: 10px 0px;
}

/*YOU TUBE VIDEOS */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 28px; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*MESSI POP UP STYLES */
.messi-title {
	color: #FFF;
	font-size: 20px;
}
.messi-closebtn {
	font-size: 20px;
}

/*bPopUp Styles */
#popup .button {
    background-color: #2b91af;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none
}
#popup .button:hover {
    background-color: #1e1e1e
}
#popup .button>span {
    font-size: 84%;
	color: #FFF;
}
#popup .button.b-close, #popup .button.bClose {
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font: bold 180% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px
}
#popup {
    background-color: #fff;
    border-radius: 10px;
    color: #111;
    display: none;
    min-width: 840px;
    padding: 20px;
    overflow: auto;
}

/* NOTES */
.note {
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
	border-radius: 0 4px 4px 0;
}
.note.note-success {
	background-color: #eef7ea;
	border-color: #bbdba1;
	color: #3c763d, 80%;
}
.note.note-info {
	background-color: #eef7fb;
	border-color: #91d9e8;
	color: #31708f, 80%;	
}
.note.note-warning {
	background-color: #fcf8e3;
	border-color: #f2cf87;
	color: #8a6d3b, 80%;
}
.note.note-error {
	background-color: #f9f0f0;
	border-color: #dca7b0;
	color: #a94442, 80%;	
}

/* STRIPES */
.stripe {
	border-left: 3px solid #CCC;
}

/* RATING BARS STYLES
/******* EXAMPLE C *******/

.rating-question {
	min-height: 40px;
	padding: 0px 10px
}
/*.rating-question:nth-last-of-type(1) {
	margin-bottom: 12px;
}*/
.rating-question .br-widget {
    height: 40px;
	padding: 4px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.rating-question label {
	padding: 10px 0 10px 0px;
}
.rating-question:nth-of-type(even) {
	background-color: #efefef;
}
.rating-question .br-widget a {
    display: block;
    width: 35px;
    height: 28px;
    float: left;
    background-color: #e3e3e3;
    margin: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    color: #b6b6b6;
}

.rating-question .br-widget a.br-active,
.rating-question .br-widget a.br-selected {
    background-color: #59a6d6;
    color: #FFF;
}
.rating-question .br-widget a.br-active span,
.rating-question .br-widget a.br-selected span {
	color: #FFF;
}
.rating-question .br-widget a:nth-of-type(1).br-active,
.rating-question .br-widget a:nth-of-type(1).br-selected {
	background-color:#e0202c;
}
.rating-question .br-widget a:nth-of-type(2).br-active,
.rating-question .br-widget a:nth-of-type(2).br-selected {
	background-color:#ed433c;
}
.rating-question .br-widget a:nth-of-type(3).br-active,
.rating-question .br-widget a:nth-of-type(3).br-selected {
	background-color:#f0663b;
}
.rating-question .br-widget a:nth-of-type(4).br-active,
.rating-question .br-widget a:nth-of-type(4).br-selected {
	background-color: #f2783f;
}
.rating-question .br-widget a:nth-of-type(5).br-active,
.rating-question .br-widget a:nth-of-type(5).br-selected {
	background-color: #f58e31;
}
.rating-question .br-widget a:nth-of-type(6).br-active,
.rating-question .br-widget a:nth-of-type(6).br-selected {
	background-color: #bfac22;
}
.rating-question .br-widget a:nth-of-type(7).br-active,
.rating-question .br-widget a:nth-of-type(7).br-selected {
	background-color: #c1d641;
}
.rating-question .br-widget a:nth-of-type(8).br-active,
.rating-question .br-widget a:nth-of-type(8).br-selected {
	background-color: #8ec549;
}
.rating-question .br-widget a:nth-of-type(9).br-active,
.rating-question .br-widget a:nth-of-type(9).br-selected {
	background-color: #00a836;
}
.rating-question .br-widget a:nth-of-type(10).br-active,
.rating-question .br-widget a:nth-of-type(10).br-selected {
	background-color: #1e9a46;
}

.rating-question .br-widget .br-current-rating {
    font-size: 18px;
	line-height: auto;
	float: left;
	padding: 4px;
	color: #646464;
	-webkit-box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.4);
	border-radius: 10px;
	width: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align:  center;
	margin:  2px 0 0 10px;
	height: 28px
}

/* FLIP COLOURS FOR PAIN CHOICE */

.pain .rating-question .br-widget a:nth-of-type(1).br-active,
.pain .rating-question .br-widget a:nth-of-type(1).br-selected {
	background-color: #1e9a46;
}
.pain .rating-question .br-widget a:nth-of-type(2).br-active,
.pain .rating-question .br-widget a:nth-of-type(2).br-selected {
	background-color: #00a836;
}
.pain .rating-question .br-widget a:nth-of-type(3).br-active,
.pain .rating-question .br-widget a:nth-of-type(3).br-selected {
	background-color: #8ec549;
}
.pain .rating-question .br-widget a:nth-of-type(4).br-active,
.pain .rating-question .br-widget a:nth-of-type(4).br-selected {
	background-color: #c1d641;
}
.pain .rating-question .br-widget a:nth-of-type(5).br-active,
.pain .rating-question .br-widget a:nth-of-type(5).br-selected {
	background-color: #bfac22;
}
.pain .rating-question .br-widget a:nth-of-type(6).br-active,
.pain .rating-question .br-widget a:nth-of-type(6).br-selected {
	background-color: #f58e31;
}
.pain .rating-question .br-widget a:nth-of-type(7).br-active,
.pain .rating-question .br-widget a:nth-of-type(7).br-selected {
	background-color: #f2783f;
}
.pain .rating-question .br-widget a:nth-of-type(8).br-active,
.pain .rating-question .br-widget a:nth-of-type(8).br-selected {
	background-color:#f0663b;
}
.pain .rating-question .br-widget a:nth-of-type(9).br-active,
.pain .rating-question .br-widget a:nth-of-type(9).br-selected {
	background-color:#ed433c;
}
.pain .rating-question .br-widget a:nth-of-type(10).br-active,
.pain .rating-question .br-widget a:nth-of-type(10).br-selected {
	background-color:#e0202c;
}


/* BOOLEAN RATING QUESTIONS */
.boolean-question {
	min-height: 40px;
	padding: 0px 10px;
}
.boolean-question .br-widget {
    height: 40px;
	padding: 4px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.boolean-question label {
	padding: 10px 0 0 0px;
}
.boolean-question:nth-of-type(even) {
	background-color: #efefef;
}
.boolean-question select {
	margin-top: 8px;
}
.boolean-question .br-widget a {
    display: block;
    width: 48%;
	max-width: 191px;
    height: 28px;
    float: left;
    background-color: #e3e3e3;
    margin: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    color: #b6b6b6;
}

.boolean-question .br-widget a.br-active,
.boolean-question .br-widget a.br-selected {
    background-color: #59a6d6;
    color: #FFF;
}
.boolean-question .br-widget a.br-active span,
.boolean-question .br-widget a:hover span,
.boolean-question .br-widget a.br-selected span {
	color: #FFF;
}

.boolean-question .br-widget a:nth-of-type(1) {
	background-image:url(../images/elements/icons/thumb-down-grey.png);
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 28px auto;
}
.boolean-question .br-widget a:nth-of-type(2) {
	background-image:url(../images/elements/icons/thumb-up-grey.png);
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 28px auto;
}

.boolean-question .br-widget a:nth-of-type(1).br-active,
.boolean-question .br-widget a:hover:nth-of-type(1),
.boolean-question .br-widget a:nth-of-type(1).br-selected {
	background-color:#e0202c;
	background-image:url(../images/elements/icons/thumb-down-white.png);
}
.boolean-question .br-widget a:nth-of-type(2).br-active,
.boolean-question .br-widget a:hover:nth-of-type(2),
.boolean-question .br-widget a:nth-of-type(2).br-selected {
	background-color: #1e9a46;
	background-image:url(../images/elements/icons/thumb-up-white.png);
}
.boolean-question .br-widget a.br-selected:before {
	display: block;
	width: 28px;
	height: 28px;
	content: '';
	float: right;
	background-image:url(../images/elements/icons/tick-white.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;	
}
.boolean-question .br-widget .br-current-rating {
	display: none;
}

.neutral .boolean-question .br-widget a:nth-of-type(1), .neutral .boolean-question .br-widget a:nth-of-type(2),
.neutral .boolean-question .br-widget a:nth-of-type(1).br-active,
.neutral .boolean-question .br-widget a:hover:nth-of-type(1),
.neutral .boolean-question .br-widget a:nth-of-type(1).br-selected,
.neutral .boolean-question .br-widget a:nth-of-type(2).br-active,
.neutral .boolean-question .br-widget a:hover:nth-of-type(2),
.neutral .boolean-question .br-widget a:nth-of-type(2).br-selected {
	background-image: none;
}

.neutral .boolean-question .br-widget a:nth-of-type(1).br-active,
.neutral .boolean-question .br-widget a:hover:nth-of-type(1),
.neutral .boolean-question .br-widget a:nth-of-type(1).br-selected {
	background-color:#ADD8E6;
}
.neutral .boolean-question .br-widget a:nth-of-type(2).br-active,
.neutral .boolean-question .br-widget a:hover:nth-of-type(2),
.neutral .boolean-question .br-widget a:nth-of-type(2).br-selected {
	background-color: #588BAE;
}

a.booleanResponse {
    display: block;
    width: 100%;
    height: 28px;
	display: inline-block;
    background-color: #e3e3e3;
    margin: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    color: #FFF;
	background-position: 6px;
	background-repeat: no-repeat;
	background-size: 28px auto;
}
a.booleanResponse span {
	color: #FFF;
}
a.booleanResponse.yes {
	background-color: #1e9a46;
	background-image:url(../images/elements/icons/thumb-up-white.png);
}
a.booleanResponse.no {
	background-color:#e0202c;
	background-image:url(../images/elements/icons/thumb-down-white.png);
}
.neutral a.booleanResponse.yes {
	background-color: #588BAE;
	background-image: none;
}
.neutral a.booleanResponse.no {
	background-color:#ADD8E6;
	background-image: none;
}

.explain {
	width: 100%;
	height: 36px;
	max-width: 386px;
	display: block;
	padding: 8px 0px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	margin-left: 30.5%;
	position: relative;
	margin-bottom: 6px;
}
.explain:before, .explain:after {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	left:0px;
	top:0px;
	background-image:url(../images/elements/icons/smiley-sad.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center;
}
.explain:after {
	background-image:url(../images/elements/icons/smiley-happy.png);
	left: auto;
	right: 0px;
}

.pain .explain:before {
	background-image:url(../images/elements/icons/smiley-happy.png);
}
.pain .explain:after {
	background-image:url(../images/elements/icons/smiley-sad.png);
}

.surveyHeader {
	-webkit-box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);
	box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 85px;
}
.surveyHeader p {
	margin-bottom: 0px;
}
.surveyHeader p.hideonmobile {
	display: inline;
	position: relative;
	top: -80px;
	padding-left: 20px;
}
.surveyHeader .surveylogo {
	display: inline-block;
	width: auto;
	height: 120px;
	max-width: 190px;
	max-height: 120px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	position: relative;
	top: -25px;
	-webkit-box-shadow: 0 0 6px 0 rgba(50,50,50,0.3);
	box-shadow: 0 0 6px 0 rgba(50,50,50,0.3);
}
.surveyHeader .surveylogo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.surveyPic {
	display: block;
	width: 100%;
}
.surveyPic img {
	display: block;
	width: 100%;
	height: auto;
}
h3.surveyTitle {
	margin-top: 40px;
}


.languageMenu {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: none;
	border: 1px solid #CCC;
	width: 25%;
	max-width: 140px;
	height: 28px;
	float: right;
	border-radius: 0px;
	background-color: #FFF;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	padding-left: 8px;
	background-image:url(/images/elements/dropdown.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
	margin: 0 10px 20px 0px;
}

/* SURVEY MOBILE SETTINGS */
@media (max-width: 648px) {
	.boolean-question {
		padding: 8px 6px 4px;
	}
	.boolean-question label {
		padding: 0px 0 0 0px;
	}
	.boolean-question .br-widget a {
		max-width: 500px
	}
	.boolean-question .br-widget a:nth-of-type(2) {
		float: right;
	}
	.boolean-question .br-widget {
		width: 100%;
	}
	
	.rating-question {
		padding: 8px 6px 4px;
	}
	.rating-question label {
		padding: 0px;
	}
	.rating-question .br-widget .br-current-rating {
		display: none;
	}
	.rating-question .br-widget {
		width: 100%;
		display: block;
	}
	.rating-question .br-widget a {
		width: 10%;
		margin: 0;
		border-right: 1px solid #FFF;
		display: block
	}
	.rating-question .br-widget a:nth-last-of-type(1) {
		border-right: none;
	}
	
	.explain {
		margin-left: 0px;
		max-width: 100%;
	}
	h3.surveyTitle {
		margin-top: 20px;
	}
	.surveyHeader .surveylogo {
		height: 85px;
		max-width: 160px;
		max-height:85px;
		top: -10px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.surveyHeader p.hideonmobile {
		display: none;
	}
	.surveyHeader p strong {
		display: block;
	}
	.languageMenu {
		width: 100%;
		max-width: 100%;
		float: none;
		margin:0px;
	}
}
/* END MOBILE SURVEY SETTINGS */

/* SURVEY LAYOUT OPTIONS */

.blnHolder, .fftHolder {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
	margin-bottom: 15px;
}
.ratingHolder {
	margin-bottom: 20px;
}
.ratingHolder p {
	margin-bottom: 5px;
}
.ratingHolder p em {
	font-size: 14px;
	color: #999;
}
.extrafields {
	border-top: 1px solid #CCC;
	padding: 15px 0px 0 0;
	margin-bottom: 20px;
}
.extrafields .col-1-2 label {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.extrafields .col-1-2 textarea {
	width: 100%;
}

#surveyHolder {
	margin-bottom: 80px;
}

.pullOut {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px;
	margin-top:20px;
	margin-bottom: 20px;
	background-color: #efefef;
}
.pullOut h2 {
	font-size: 20px;
}
.pullOut .formholder label {
	width: auto;
	margin-right: 20px;
}

.fftbut a {
	display: block;
	margin-bottom: 16px;
	border: 1px solid #e3e3e3;
	color: #666;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px;
	position: relative;
	padding-left: 55px;
}
.fftbut a:before {
	display: block;
	position: absolute;
	content: '';
	background-color: #e3e3e3;
	width: 40px;
	height: 100%;
	left: 0px;
	top: 0px;
}
@media (min-width: 900px) {
	.fftbut a:hover {
		border: 1px solid #00a836;
		background-color: rgba(0, 168, 54, 0.2);
		text-decoration:  none;
	}
}
.fftbut a.selected:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #00a836;
	text-align: center;
	padding-top: 8px;
}

/* END SURVEY LAYOUT */



section.icons .col-1-3 img {
	margin-bottom: 18px;
}
section.icons .col-1-3 h4 {
	color: #14afbe;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
}
section.icons .col-1-3 h4 p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
}
section.trial {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f89b1c;
	text-align: center;
	margin:  30px 0px;
	width: 100%;
}
section.trial p {
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	margin:0px;
}
section.mainContent section.trial p strong {
	color: #FFF;
	font-weight: 600;
}
section.mainContent section.trial p a {
	color: #FFF;
	display: block;
	padding: 28px 30px;
	font-size: 24px;
	line-height: 28px;
}
section.login {
	margin-top: 86px;
	height: 40px;
}

section.login .linkHolder {
	position: absolute;
	top: 10px;
}
section.login .linkHolder:nth-of-type(1) {
	left: 15px;	
}
section.login .linkHolder:nth-of-type(2) {
	right: 15px;	
}
section.login .linkHolder .link {
	display: inline-block;
}
section.login .linkHolder .link a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 34px;
	margin-top: 3px;
	border-radius: 5px;
	padding: 5px 20px;
	background-color: #CCC;
	color: #FFF;
	text-transform: uppercase;
}
section.login .linkHolder .link.trial a {
	background-color: #87e882;
}
section.login .linkHolder .link.signin a {
	background-color: #fdc00f;
}
section.login .linkHolder .link.register a {
	background-color: #a6dae9;
}


/* LOGIN PAGE STYLES */
.loginHolder {
	width: 90%;
	margin: 0px auto;
}
.loginHolder .col-1-2 {
	width: 48%;
	margin-bottom: 24px;
}
.loginHolder h2 {
	font-size: 20px;
	background-color:  #eaeaea;
	padding: 8px 0 8px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 12px;
	margin-bottom: 8px;
}
.loginHolder p {
	margin: 4px 0px;
}
.loginHolder .col-1-2:nth-of-type(2) {
	float: right;
}
.loginHolder label {
	display: none;
}
.loginHolder input.text {
	width: 100%;
	border: 1px solid #FFF;
	background-color: #eaeaea;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
}
.socialLogin {
	width: 50%;
	float: left;
	text-align: left;
}
.socialLogin:hover {
	cursor: pointer;
}
.socialLogin img {
	width: 96%;
	height: auto;
}
.socialLogin:nth-of-type(even) {
	text-align: right;
}

/* DASHBOARD AND QUICK LINKS */
ul.boxnav {
	list-style: none;
	padding:0px;
	margin:0px 0px 20px 0;
	text-align: center;
}
ul.boxnav li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	padding:0px;
	margin: 0px;
	display: inline-block;
	width: 90%;
	max-width: 300px;
	margin: 10px;
	border: 1px solid #CCC;
}
ul.boxnav li a {
	display: block;
	padding: 40px 0px;
}

/* ACCOUNT PAGE STYES */
section.account {
	margin-bottom:20px;
	border-bottom: 1px solid #CCC;
}
section.account .logo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 4px 16px 0px 16px;
	width: 128px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.4);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #FFF;
}
section.account .logo img {
	width: 100%;
	height: auto;	
}


/* SURVEY OVERVIEW STYLES */
.overview {
	text-align: center;
}
.overview .percentage span {
	font-size: 42px;
	line-height: 32px;
	font-weight: 600;
	padding:12px 0px 18px;
	display: block;
}
.overview .summary  {
	border:1px solid #CCC;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 12px;	
}
.overview .summary.date {
	font-size: 12px;
}
	
.surveyQuestions {
	background-color: #ececec;
	padding: 12px 8px 4px 8px;
	margin-bottom: 20px;
}

.surveyQuestions .questionHolder {
	margin-bottom: 10px;
}
.questionHolder .question {
	width: 27%;
	margin-right: 3%;
	float: left;
}
.questionHolder .answer {
	width: 70%;
	float: left;
	background-color: #CCC;
	height:12px;
	position: relative;
	margin-top: 4px;
}
.questionHolder .answer .bar {
	position: absolute;
	height:12px;
	left:0px;
	top:0px;
	background-color:#00CC33;
}
.questionHolder .answer .bar.red {
	background-color: #e0202c;
}
.questionHolder .answer .bar.orange {
	background-color: #f58e31;
}
.questionHolder .answer .bar.green {
	background-color: #1e9a46;
}

.questionHolder .answer .bar span {
	padding: 3px 10px;
	border:1px solid #00CC33;
	text-align: center;
	position: absolute;
	right: 0px;
	top:-5px;
	border-radius: 6px;
	background-color: #FFF;
}
.questionHolder .answer .bar.red span {
	border-color: #e0202c;
}
.questionHolder .answer .bar.orange span {
	border-color: #f58e31;
}
.questionHolder .answer .bar.green span {
	border-color: #1e9a46;
}

.fftQuestionHolder {
	margin-bottom: 18px;
}
.fftQuestionHolder p {
	margin-bottom: 10px;
}
.fftBar {
	width: 100%;
	background-color: #CCC;
	height:12px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 10px;
}
.fftBar .bar {
	position: absolute;
	height:12px;
	left:0px;
	top:0px;
	background-color:#00CC33;
}
.fftBar .bar.red, .square.red {
	background-color: #e0202c;
}
.fftBar .bar.orange, .square.orange {
	background-color: #f58e31;
}
.fftBar .bar.green, .square.green {
	background-color: #1e9a46;
}
.fftBar .bar.green2, .square.green2 {
	background-color: #8ec549;
}
.fftBar .bar.neither, .square.neither {
	background-color: #bfac22;
}
.fftBar .bar.dontknow, .square.dontknow {
	background-color: #333;
}
.fftSummary .holder {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1;
}
.fftSummary .holder .square {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
	

/* END HOOTVOX */


/* STYLES TO SORT BELOW */

header {
	position: relative;
}

.navHolder {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #282625;
	border-bottom: 1px solid #FFF;
	/*height: 110px;*/
	height: 86px;
	width: 100%;
	position: fixed;
	z-index: 999;
	top:0px;
	left: 0px;
}
.navHolder .wrapper {
	max-width: 1080px;
}
.navHolder .mobileHead, .navHolder .shadow {
	display: none;
}
.sidr .mobileHead {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #7c6f4e;
	height: 78px;
	overflow: hidden;
	background-image:url(../images/layout/mobilenav-bck.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.navHolder nav ul {
	list-style: none;
	margin:0px auto;
	text-align: right;
	padding: 0px;
}
.navHolder nav li {
	list-style: none;
	margin:0px;
	padding: 0px;
	display: inline-block;
	position: relative;
}
.navHolder nav li a {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 18px;
	color: #666;
	height: 86px;
	padding: 36px 16px;
}

.navHolder.navSmall nav li a {
	height: 80px;
	padding-top: 30px;
}


.navHolder li:hover a, .navHolder li a:hover, .navHolder li.current a {
	color: #fcc031;
	text-decoration:  none;
}
.navHolder nav li.current span {
	position: absolute;
	width: 0; 
	height: 0;
	bottom: 0px;
	left: 40%;
	left: calc(50% - 10px);
	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
		
	border-bottom: 10px solid #FFF;
}


#mobile-header {
    display: none;
}
#mobile-header .menuLink {
	display: block;
	width: 32px;
	height: auto;
	padding: 30px 5px 24px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.navHolder.navSmall .menuLink {
	margin-top: 4px;
}
#mobile-header .menuLink span {
	display: block;
	background-color:#a7986e;
	height: 3px;
	margin-bottom: 6px;	
}


/* MAIN NAV DROP DOWN STYLES */

.navHolder ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px 0px 0px 0px;                              /* this is our box border width */
	height: auto;
}
.navHolder ul li ul li:nth-of-type(1) {
	margin-left: 0px;
}
.navHolder ul li ul li:nth-of-type(5) {
	margin-right:0px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.navHolder ul li:hover ul,
.navHolder ul li a:hover ul {                           /* 2nd level drop-down box */
	display: block;
	position: absolute;
	margin:0;
	top: 78px;         /* place us just up underneath the top-level images */
	left: 1px;       	/* left-align our drop-down to the previous button border */
	height: auto;      /* the drop-down height will be determiend by line count */
	background-color: #282625;
	border: 1px solid #7c6f4e;
	z-index: 1000;
}


.navHolder ul li:hover ul li a,
.navHolder ul li a:hover ul li a {                  /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0px;
	height:auto;
	background: none;
	width:160px;
	padding-left: 14px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: none;
	text-align:left;
	font-size: 16px;
	color: #666;
}

.navHolder li.current ul li a {
	color: #666;
}
.navHolder li:hover ul li a:hover, .navHolder li.current ul li a:hover {
	color: #fcc031;
}

.navHolder ul li:hover li:hover a, #nav .menu ul li a:hover li a:hover {
	background-color: #FFF;
	text-decoration:none;
}

 /* END MAIN NAV DROP DWON STYLES */
 
 /* SUB MENU STYLES */
 
.subNav {
	 background: rgba(0, 0, 0, 0.8);
	 border-bottom: solid 1px #FFF;
	 -webkit-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
 }
 
.subNav ul {
	list-style: none;
	margin:0px auto;
	text-align: center;
	padding: 0px;
}
.subNav li {
	list-style: none;
	margin:0px;
	padding: 0px;
	display: inline-block;
	position: relative;
}
.subNav li a {
	display: block;
	padding: 10px 12px;
	color: #a8a8a8;
	font-size: 16px;
}
.subNav li a:hover, .subNav li.current a {
	color: #666;
}
 
 /* END SUB MENU STYLES */

.navHolder .wrapper img.logo {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navHolder .wrapper img.logo {
	height: 86px;
	width: auto;
	position: absolute;
	left: 20px;
	top: 0px;
}
.navHolder.navSmall .wrapper img.logo {
	left: 46%;
	left: calc(50% - 40px);
}

.headerImages {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	max-height: 350px;
}

.headerImages img {
	margin: 0px auto;
	height: auto;
	max-width: 1420px;
	position: relative;
}

#slideshow {
    position:relative;
	height:auto;
}

#slideshow IMG {
    position:absolute;
    top:350px;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	position: relative;
	top: 0px;
}

#slideshow IMG.next {
	position:absolute;
    z-index:14;
	top:0px;
	opacity:0.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
@media (min-width: 1420px) {
	#slideshow {
		margin: 0px auto;
		max-width: 1420px;
	}
	#slideshow IMG.next {
		left: 0px;
	}
}

/* MAIN NAV MOBILE OPTIONS */
@media (max-width: 996px) {
	.navHolder ul {
		display: none;
	}
	.navHolder .subNav {
		 background: none;
		 border-bottom: none;
	 }
	#mobile-header {
        display: block;
    }
	.wrapper {
		padding: 0px 14px;
	}
	.navHolder .wrapper img.logo {
		height: 86px;
		width: auto;
		position: absolute;
		right: 20px;
		top: 0px;
		left:auto;
	}
}

.navHolder li.arrow-up {
	position: absolute;
	top: -10px;
	left: 20px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #98875c;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	
	border-top: 40px solid #10303d;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
		
	border-left: 60px solid green;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid blue; 
}

section.greyBack {
	background-color: #10303d;
	background-image:url(../images/layout/flagback.gif);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
}
section.greyBackHistory {
	background-color: #282625;
	background-image:url(../images/layout/flagback.gif);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 70px;
	padding-bottom: 0px;
	position: relative;
}
section.greyBack .arrow-down, section.greyBack2 .arrow-down, section.whiteBack .arrow-down {
	position: absolute;
	left: 45%;
	left: calc(50% - 40px);
	bottom: -28px;			
}
section.greyBack2 {
	background-color: #282625;
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
}
section.greyBack .strikeThrough {
	margin-bottom: 34px;
	border-bottom: 1px solid #1e1c1b;
	height: 18px;
}
section.greyBack .strikeThrough .filterHolder {
	background-color: #282625;
	padding: 0px 20px;
	display: inline;
}

section.greyBack .strikeThrough .filterHolder form {
	display: inline;
}
section.greyBack .strikeThrough .filterHolder .filterMenu {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: none;
	border: 1px solid #98875c;
	width: 224px;
	height: 38px;
	border-radius: 0px;
	background-color: #282625;
	background: url(../images/elements/selectmenu.gif) top right no-repeat;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	padding-left: 15px;
	color: #fcc031;
}
select.filterMenu::-ms-expand {
    display: none;
}

section.greyBack .strikeThrough h2 {
	font-size: 22px;
	line-height: 36px;
	display: inline;
	background-color: #282625;
	padding: 0px 20px;
}
section.mainContent .strikeThrough {
	margin-bottom: 34px;
	border-bottom: 1px solid #54514f;
	height: 18px;
}
section.mainContent .strikeThrough h4 {
	font-size: 34px;
	line-height: 36px;
	display: inline;
	background-color: #1e1c1b;
	padding: 0px 20px;
	color: #666;
}
img.winners {
	margin-top: -30px;
}

.whitePullout {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 730px;
	background-color: #FFF;
	background-image:url(../images/elements/white-texture.jpg);
	background-position: center;
	border-top: 8px solid #98875c;
	padding: 15px 20px 10px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	z-index: 20;
}

section.greyBack .whitePullout {
	margin-top: -200px;
	margin-bottom: 40px;
}
@media (max-width: 980px) {
	section.greyBack .whitePullout {
		margin-top: -140px;
	}	
}
@media (max-width: 648px) {
	section.greyBack .whitePullout {
		margin-top: -40px;
	}
}

.whitePullout h1 {
	margin-bottom: 0.5em;	
}
.whitePullout h2 {
	color: #000;
}

section.whiteBack {
	background-color: #FFF;
	padding: 0px;
	position: relative;
}
section.whiteBack .arrow-down {
	border-top: 40px solid #FFF;
	z-index: 100;
}

.historyHolder {
	position: relative;
	min-height: 364px;
}
.historyHolder .content {
	text-align: right;
	float: right;
	width: 50%;
	padding-top: 50px;
	position: relative;
	z-index: 120;
}
.historyHolder .content img {
	margin-bottom: 12px;
}
.historyHolder .content h2 {
	color: #282625;
	font-size: 22px;
}
.historyHolder .imgHolder {
	position: absolute;
	left: -20%;
	z-index: 110;
}

.flexsliderHistory ul li a img.over {
	display: none;
}
.flexsliderHistory ul li a img.up {
	display: block;
}
.flexsliderHistory ul li.active a img.over {
	display: block;	
}
.flexsliderHistory ul li.active a img.up {
	display: none;	
}

.winner {
	background-color: #fcc031;
	position: relative;
	padding: 16px 20px;
}
.winner .imgHolder {
	position: absolute;
	top: -40px;
	right: 0px;
}
.winner .content {
	width: 70%;
}
.winner .content h3 {
	font-size: 40px;
	line-height: 42px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
	color: #666;
}
.winner .content h4 {
	color: #5b4721;
	font-size: 22px;
	margin-bottom: 10px;
}
.winner .content p {
	margin: 0px;
	line-height: 22px;
}

.flexsliderWinners ul li .content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #FFF;
	padding: 12px 10px;
	max-width: 232px;
}
.flexsliderWinners ul li h5 {
	font-size: 22px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #282625;
}
.flexsliderWinners ul li h6 {
	font-size: 18px;
	margin:0px;
	color: #282625;
}
.centered {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.nomargin {
	margin:0px;
}

.button a:after,
.button a::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.button a {
	margin: 0px auto 10px;
	text-align: center;
	border: 1px solid #a7986e;
	font-size: 22px;
	line-height: 22px;
	position: relative;
	display: inline-block;
}
/* Effect 10: reveal, push out */
.button a {
	overflow: hidden;
}

.button a span {
	display: block;
	background: #FFF;
	color: #a7986e;
	padding: 12px 68px;
	font-size: 22px;
	line-height: 22px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}


section.mainContent {
	padding-top: 40px;
	padding-bottom: 20px;
	/*border-top: 2px dashed #282625;*/
}
section.mainContent img {
	max-width: 100%;
	height: auto;
}
section.mainContent .button {
	width: 48%;
	float: left;
}
section.mainContent .button:nth-of-type(even) {
	float: right;
}
section.mainContent .button a {
	width: 100%;
}
section.mainContent .button a span {
	background: #1e1c1b;
	padding: 12px 0px;
	width: 100%;
}
section.mainContent p strong {
	font-weight: normal;
	color: #fcc031;	
}

.fullImage, .fullImage img {
	width: 100%;
	height: auto;
}

.auctionHolder {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #363332;
}
.auctionHolder .content {
	float: left;	
}
.auctionHolder .content h3 {
	color: #666;
	margin-bottom: 0px;
}
.auctionHolder .content h3 strong {
	color: #fcc031;
}
.auctionHolder .content p {
	color: #767676;
	margin-bottom: 0px;
}
section.mainContent .auctionHolder .button {
	width: 30%;
}
.auctionHolder .button a {
	margin: 0px auto 0px;
	font-size: 18px;
	line-height: 18px;
}
.auctionHolder .button a span {
	display: block;
	padding: 10px 24px;
	font-size: 18px;
	line-height: 18px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

section.subContent {
	background-color: #282625;
	padding-top: 50px;
	padding-bottom: 20px;	
}

.promoBox {
	width: 100%;
	background-color: #000;
	background-image: url(../images/elements/corner-plus.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 20px;
}

.listingBox {
	width: 100%;
	background-color: #282625;
	margin-bottom: 20px;
}

@media (min-width: 900px) {
	.promoBox, .listingBox {
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.promoBox:hover, .listingBox:hover {
		opacity: 0.6;
	}
	
	.button a::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		padding: 12px 68px; 
		width: 100%;
		height: 100%;
		background: #a7986e;
		color: #FFF;
		content: attr(data-hover);
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		-o-transition: transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform: translateX(-25%);
	}
	
	.button a:hover span,
	.button a:focus span {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		    transform: translateX(100%);
	}
	
	.button a:hover::before,
	.button a:focus::before {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		    transform: translateX(0%);
	}
	section.mainContent .button a::before {
		padding: 12px 40px;
	}
}
.promoBox a:hover, .promoBox a:hover h3, .promoBox a:hover p, .listingBox a:hover h3, .listingBox a:hover h4, .listingBox a:hover p {
	text-decoration: none;
}
.promoBox .imgHolder, .listingBox .imgHolder {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 48%;
	overflow: hidden;
	/*max-height: 280px;*/
}
.promoBox .imgHolder img, .listingBox .imgHolder img {
	width: 100%;
	height: auto;	
}
.promoBox .content, .listingBox .content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 0 0;
	float: right;
	width: 48%;
}
.promoBox .content h3 {
	font-size: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.promoBox .content p {
	font-size: 18px;
	line-height: 22px;
}

.listingBox .content h3 {
	font-size: 28px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1e1c1b;
}
.listingBox .content h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.listingBox .content p {
	font-size: 14px;
	line-height: 18px;
}


section.sponsors {
	background-color: #98875c;
	padding-top: 20px;
	background-image: url(../images/layout/goldflag.gif);
	background-position: center 26px;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
section.sponsors p {
	margin:0px;
}

section.sponsors h4 {
	font-size: 30px;
	line-height: 30px;
	color: #5b4721;
	background-color: #98875c;
	padding: 0px 10px;
	max-width: 192px;
	margin: 0px auto 20px auto;
}

ul.subnav {
	list-style: none;
	padding:0px;
	margin: 0px;
}
ul.subnav li {
	list-style: none;
	padding:0px;
	margin: 0px;
	margin-bottom: 20px;
}
ul.subnav li:last-of-type {
	margin-bottom: 0px;
}
ul.subnav li a {
	display: block;
	font-size: 16px;
	color: #999;
}
a.link {
	display: block;
	font-size: 18px;
	color: #fcc031;
}

footer .strikethrough {
	margin-bottom: 20px;
	border-bottom: 1px solid #646260;
	height: 16px;
	text-align: center;
	margin:  20px;
}
footer .strikethrough p {
	text-align: center;
	display: inline-block;
	background-color: #282625;
	font-size: 12px;
	padding: 5px 20px;
}

footer {
	background-color: #282625;
	padding-top: 36px;
	padding-bottom: 30px;
	clear: both;
}
footer h4 {
	font-size: 20px;
	color: #999;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: solid 1px #646260;
	width: auto;
}
footer ul.subnav li a {
	text-align: right;
}

ul.social, ul.contact {
	list-style: none;
	padding:0px;
	margin: 0px;
}
ul.social li, ul.contact li {
	list-style: none;
	padding:0px;
	margin: 0px;
	margin-bottom: 8px;
}
ul.social li a, ul.contact li a {
	display: block;
	height: 36px;
	padding-top: 10px;
	font-size: 16px;
	padding-left: 54px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #999;
}
ul.contact li a {
	padding-left: 0px;
}
ul.social li.facebook a {
	background-image:url(../images/elements/social/facebook.png);
	background-size: 30px;
	background-position: 0px 6px;
}
ul.social li.twitter a {
	background-image:url(../images/elements/social/twitter.png);
	background-size: 32px;
	background-position: 0px 6px;
}
ul.social li.youtube a {
	background-image:url(../images/elements/social/youtube.png);
}
ul.social li.newsletter a {
	background-image:url(../images/elements/social/newsletter.png);
	background-size: 34px;
	background-position: 0px 8px;
}
ul.social li a:hover, ul.contact li a:hover {
	color: #FFF;
}

.socialMedia {
	float: right;
}
.socialMedia em {
	float: left;
	font-size: 22px;
	line-height: 24px;
	padding: 14px 26px 0 0;
	font-style: normal;
}
.socialMedia .icons {
	background-color: #282625;
	padding: 8px 8px 5px;
	position: relative;
	display: inline-block;
}
.socialMedia .icons .arrow-left {
	position:absolute;
	left: -14px;
	top: 10px;
	width: 0; 
	height: 0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	
	border-right:14px solid #282625; 
}
.socialMedia span:hover {
	cursor: pointer;	
}
.socialMedia .st_twitter_custom {
	background: url("/images/elements/social-twitter.gif") no-repeat scroll left top transparent;
	padding:0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.socialMedia .st_facebook_custom {
	background: url("/images/elements/social-facebook.gif") no-repeat scroll left top transparent;
	padding:0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.socialMedia .st_googleplus_custom {
	background: url("/images/elements/social-google.gif") no-repeat scroll left top transparent;
	padding:0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.socialMedia .st_email_custom {
	background: url("/images/elements/social-email.gif") no-repeat scroll left top transparent;
	padding:0px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.socialMedia .st_sharethis_custom {
	background: url("/images/elements/social-more.gif") no-repeat scroll left top transparent;
	padding:0px;
	display: inline-block;
	width: 32px;
	height: 32px;
}


.back-to-top {
    position: fixed;
    bottom: 1.2em;
    right: 0px;
    text-decoration: none;
    color: #fcc031;
    font-size: 12px;
    padding: 1em;
    display: none;
	background-image: url(../images/elements/to-top.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 42px;
	padding-top: 14px;
}

.back-to-top:hover {
	color: #666;
}

/* COLUMN LAYOUT STYLES */

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

[class*='col-'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	padding-left: 10px;
	padding-right: 14px;
}
[class*='col-']:first-of-type {
  padding-left: 0;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}

.col-1-3:first-of-type {
  padding-left: 10px;
}
.col-1-3:last-of-type {
  padding-right: 10px;
}
.col-1-3:nth-of-type(4n+0) {
	clear: left;
}
.col-1 {
	width: 100%;
	float: none;
}

.col-1-2 {
	width: 50%;
}
.col-1-2:nth-of-type(odd) {
	clear: left;
	padding-left: 0px;
	padding-right: 10px;
}
.col-1-2:nth-of-type(even) {
	padding-left: 10px;
	padding-right: 0px;
}

.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}

.borderleftgrey {
	border-left: 1px solid #646260;
}

.listContentHolder {
	background-color: #282625;
	margin-bottom: 20px;	
}
.listContentHolder img {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	/*border: solid 2px #98875c;*/
}
.listContentHolder .content {
	padding: 10px;
}
.listContentHolder .content h3 {
	color: #666;
	font-size: 28px;
	line-height: 28px;
	margin: 0px;
	border-bottom: 1px solid #1d1c1b;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.listContentHolder.gallery h3 {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.listContentHolder .content h4 {
	font-size: 20px;
	line-height: 20px;
	margin:0px;
	margin-bottom: 10px;
}
.listContentHolder .content p {
	margin: 0px;
}
.listContentHolder a:hover, .listContentHolder a:hover h3, .listContentHolder a:hover h4, .listContentHolder a:hover p {
	text-decoration: none;
}

/* END COLUMN LAYOUT STYLES */

/* STANDARD TABLE STYLES */

table, tr, td, th {
	border: none;
	text-align: left;
}
table {
	table-layout: inherit;
	width: 100% !important;
}
th, td {
	padding: 6px;
}
thead th {
	/*background-color: #98875c;*/
}
td  {
	border-bottom: 1px solid #666;
}

table.column2 tr td:nth-of-type(1), table.column2 tr th:nth-of-type(1) {
	width: 25%;
}

/* END TABLE STYLES */

/* DIV BASED TABLE LAYOUT */

.Table
    {
        display: table;
		width: 100%;
    }
.Table .Cell p {
	margin:0px;
}
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: normal;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        text-align: left;
        font-weight: normal;
		font-style: italic
    }
    .Row
    {
        display: table-row;
		font-weight: bold;
    }
	 .Row a {
		 font-weight: bold;
	 }
    .Cell
    {
        display: table-cell;
		vertical-align: middle;
        border-bottom: 1px dashed #CCC;
		padding: 8px 4px;
		font-size: 12px;
	}
	.Row .Cell:nth-of-type(1) {
		width: 10%;
	}
	.Row .Cell:nth-of-type(2) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(3) {
		width: 18%;
	}
	
	.Row .Cell:nth-of-type(4) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(5) {
		width: 12%;
	}
	.Row .Cell:nth-of-type(6) {
		width: 10%;
	}
	

.Row:nth-of-type(odd) .Cell {
	background:#f3f3f3;
}

.Row:hover .Cell {
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8E8E8));
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	
}

.Row .Cell:nth-of-type(1) {
		width: 10%;
	}
	
	.Row .Cell:nth-of-type(2) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(3) {
		width: 18%;
	}
	
	.Row .Cell:nth-of-type(4) {
		width: 25%;
	}
	.Row .Cell:nth-of-type(5) {
		width: 12%;
		padding-top: 12px;
	}
	.Row .Cell:nth-of-type(6) {
		width: 10%;
	}
	

.Table[data-columns='surveys'] .Row .Cell:nth-of-type(1) {
	width: 40%;	
}
.Table[data-columns='surveys'] .Row .Cell:nth-of-type(2) {
	width: 24%;	
}
.Table[data-columns='surveys'] .Row .Cell:nth-of-type(3), .Table[data-columns='surveys'] .Row .Cell:nth-of-type(4), .Table[data-columns='surveys'] .Row .Cell:nth-of-type(5) {
	width: 12%;	
}

.Table[data-columns='customers'] .Row .Cell {
	font-size: 12px;
}

.Table[data-columns='customers'] .Row .Cell:nth-of-type(1), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(1) {
	width: 16%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(2), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(2) {
	width: 18%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(3), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(3) {
	width: 23%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(4), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(4) {
	width: 21%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(5), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(5) {
	width: 10%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(6), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(6) {
	width: 6%;	
}
.Table[data-columns='customers'] .Row .Cell:nth-of-type(7), .Table[data-columns='customers'] .Heading .Cell:nth-of-type(7) {
	width: 6%;	
}


/* END DIV TABLES */


/* *********** */
/* FORM STYLES */
/* *********** */

label {
	color: #666;
	font-size: 16px;
	width: 26%;
    float: left;
    text-align: left;
    display: block;
	padding-top: 3px;
}
.formholder {
	margin-bottom:10px;
	clear: left;
}
.formholder p {
	margin-bottom: 10px;
	margin-top: 8px;
}
.formsubmit {
	margin-bottom: 5px;
	margin-top: 15px;
	text-align:right;
	width: 100%;
}
input.text, textarea, input.textLarge {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #999999;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #CCC;
	padding: 1px 2px 2px 6px;
	font-size: 1em;
	width: 74%;
}
input.text.small {
	width: 20%;
	display: inline;
	float: none;
}

input.text, input.text2, input.text3 {
	height: 36px;
}

.formholder.fullwidth label {
	width:100%;
	float: none;
	margin-bottom:8px;
}
.formholder.fullwidth input.text, .formholder.fullwidth textarea {
	width: 100%;
}

input.text:focus, input.text2:focus, textarea:focus, input.text3:focus
{
	border-color: #CCCCCC;
	color:#333333;
}
.frmbut, a.frmbut {
	text-align:center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	display: block;
	padding: 6px 22px;
	background-color: #fcc031;
	border:1px solid #fcc031;
}
a.frmbutgrey {
	text-align:center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	display: block;
	padding: 4px 16px 4px 16px;
	background-color: #CCC;
	border:1px solid #CCC;
}
a.frmbutgrey:hover {
	background-color: #a09063;
	border:1px solid #a09063;
}
.frmbut2 {
	text-align:center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 4px 16px 4px 16px;
	background-color: #98875c;
	border:1px solid #98875c;
	margin-bottom: 12px;
	border-radius: 0px;
}
.frmbut:hover, .frmbut2:hover {
	color: #FFF;
	cursor: pointer;
}
.frmbut.fullwidth {
	width: 100%;
}

a.frmbut.inline {
	display: inline-block;
	border-radius: 8px;
	margin: 0px 10px;
}
h2 a.frmbut.inline {
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	top: -3px;
}

.formholder .checkholder label, .formholder .checkholder2 label, label.long {
	float: left;
	width: auto;
}
.formholder .checkholder input, .formholder .checkholder2 input {
	float: left;
	margin-top:4px;
	margin-right:10px;
}
.formholder .checkholder {
	width: 180px;
	float: left;
	margin-bottom: 8px;
	margin-right:8px;
}
.formholder .checkholder2 {
	width: auto;
	float: none;
	clear: both;
	margin-bottom: 8px;
}
.success {
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid;
	background-color: #eef7ea;
	border-color: #bbdba1;
	color: #3c763d, 80%;
}
.error {
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid;
	background-color: #f9f0f0;
	border-color: #e63c58;
	color: #a94442, 80%;
}
.formholder .error {
	border: 1px dashed #FF0033;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	display: block;
	clear: left;
}
@media (max-width: 648px) {
	label {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		text-align: left;
		display: block;
		padding-top: 0px;
	}
	input.text, textarea, input.textLarge {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
	input.text.small {
		width: 27%;
		display: inline;
		float: none;
	}	
}

/* END FORM STYLES */


@media (max-width: 1420px) {
	.headerImages img {
		left: -20%;
		left: calc(50% - 710px);
	}
}

@media (max-width: 980px) {
	.headerImages img {
		width: 140%;
		left: -20%;
	}
	section.greyBack {
		background-size: 24px;
		padding-top: 20px;
	}
	section.greyBackHistory {
		background-size: 24px;
		padding-top: 36px;
	}
	.promoBox {
		background-size: 54px;	
	}
	.historyHolder .imgHolder {
		left: -50%;
	}
	.historyHolder .content {
		width: 60%;
		padding-top: 35px;
	}
}
@media (max-width: 860px) {
	.winner .content {
		width: 60%;
	}
}

@media (max-width: 648px) {
	[class*='col-'] {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.fft-question .col-1-2 {
		padding-bottom: 0px;
	}
	.col-1-2, .col-1-4, .col-3-4, .col-1-8, .col-2-3, .col-1-3, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {
	  width: 100%;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.col-1-2:nth-of-type(odd) {
		clear: left;
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-1-2:nth-of-type(even) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-1-3:first-of-type {
	  padding-left: 0px;
	}
	.col-1-3:last-of-type {
	  padding-right: 0px;
	}
	
	.borderleftgrey {
		border: none;
	}
	footer h4 {
		text-align: center;
	}
	ul.social {
		text-align: left;
	}
	ul.social li a {
		max-width: 100%;
		margin: 0px;
	}
	[class*='col-'] .alignRight {
		text-align: center;
	}
	
	.showonmobile {
		display: block;
	}
	.hideonmobile {
		display: none;
	}
	
	footer ul.subnav li a {
		text-align: left;
	}
	.promoBox .imgHolder, .listingBox .imgHolder {
		float: none;
		width: 100%;
	}
	.promoBox .imgHolder img, .listingBox .imgHolder img {
		width: 100%;
		height: auto;	
	}
	.promoBox .content, .listingBox .content {
		padding: 20px;
		float: none;
		width: 100%;
	}
	
	.socialMedia em {
		font-size: 16px;
	}
	.socialMedia .st_twitter_custom, .socialMedia .st_facebook_custom, .socialMedia .st_googleplus_custom, .socialMedia .st_email_custom {
		margin-right: 2px;
	}
	
	section.login {
		text-align: center;
	}
	
	section.login .linkHolder {
		position: relative;
		top: 10px;
	}
	section.login .linkHolder:nth-of-type(1) {
		display: none;
	}
	section.login .linkHolder:nth-of-type(2) {
		right: auto;	
	}
	section.login .linkHolder .link {
		display: inline-block;
	}
	
	/* LOGIN PAGE STYLES */
	.loginHolder {
		width: 100%;
	}
	.loginHolder .col-1-2 {
		width: 100%;
	}
	.loginHolder .col-1-2:nth-of-type(2) {
		float: none;
	}
	
	

}

/* FEED iFRAME STYLES */

.feedheader {
	position: relative;
	margin-bottom: 16px;
	width: 100%;
	top:0px;
	left:0px;
}
.feedsummary {
	margin: 10px 0px 20px;
	
}
.feedheader .scorebanner {
	background-color: #485156;
	border-radius: 8px;
	position: relative;
	padding: 0px 10px 0px 20px;
}

.feedheader .scoreholder {
	background-color: #fcaf17;
	width: 36%;
	max-width: 120px;
	height: 100px;
	float: left;
	position: relative;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #485156;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top:16px;
}
.feedheader .scoreholder span {
	display: block;
	font-size: 50px;
	line-height: 40px;
	margin-bottom: 5px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
}

.feedheader .scoreholder em {
	font-style: normal;
}
.feedheader .starsholder {
	padding: 10px 0px 10px 20px;
	display: inline-block;
}


.feedheader .hootvoxbadge {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	ottom: -32px;
	right: 20px;
	padding: 3px 10px 0px 10px;
	width: 92px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.4);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #FFF;
	z-index: 100;
}
.feedheader .hootvoxbadge img {
	width: 100%;
	height: auto;	
}

.star {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size:contain;
}
.star.full {
	background-image: url(../images/star-1.png);
}
.star.half {
	background-image: url(../images/star-half.png);
}
.star.none {
	background-image: url(../images/star-0.png);
}


.starrating {
   margin: 50px 0;
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid red;
   border-left:   100px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
.starrating:before {
   border-bottom: 80px solid red;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -45px;
   left: -65px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
.starrating:after {
   position: absolute;
   display: block;
   color: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid red;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

.feedbar {
	background-color: #485156;
	border-radius: 8px;
	position: relative;
	padding: 6px 10px;
}
.feedbar span {
	color: #FFF;
}
.feedbar span:nth-of-type(1) {
	float: left;
}
.feedbar span:nth-of-type(2) {
	float: right;
}

.review {
	border-top: dashed 1px #CCC;
	padding: 16px 0px 0px;
}
.review .scorebanner {
	background-color: #485156;
	border-radius: 8px;
	position: relative;
	padding: 0px 10px 0px 20px;
}
.review .scoreholder {
	background-color: #fcaf17;
	width: 80%;
	max-width: 120px;
	height: 80px;
	float: none;
	position: relative;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #485156;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top:10px;
	margin: -16px auto 10px;
}
.review .scoreholder span {
	display: block;
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 5px;
	font-family:  'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -2px;
}
.review .summary {
	margin-top: 10px;
}
.review .scoreholder em {
	font-style: normal;
}

.feedfooter {
	background-color: #CCC;
	padding: 10px;
	text-align: center;
}
.feedfooter p {
	margin-bottom: 0px;
}

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
  position:relative;
  padding:12px 15px 15px;
  margin:1em 0 3em;
  border:5px solid #1e9a46;
  color:#333;
  background:#e2f3e7;
  /* css3 */
  border-radius:10px;
  clear: both;
}
.triangle-border p {
	margin: 0px;
}


/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#1e9a46 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#e2f3e7 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
  top:-20px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:40px;
  right:auto; /* controls horizontal position */
  border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
  top:-13px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:47px;
  right:auto; /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width:0 13px 13px;
}


@media (max-width: 648px) {
	.feedheader .scorebanner {
		padding: 0px 5px 0px 18px;
	}
	.feedheader .scoreholder {
		height: 80px;
		padding-top:8px;
	}
	.feedheader .starsholder {
		padding: 10px 0px 10px 15px;
		display: inline-block;
	}
	.star {
		width: 24px;
		height: 24px;
		margin-right: 4px;
	}
	.feedheader .hootvoxbadge {
		right: 12px;
	}
	.feedbar span {
		display: block;
		text-align: center;
	}
	.feedbar span:nth-of-type(1) {
		float: none;
		margin-bottom: 6px;
	}
	.feedbar span:nth-of-type(2) {
		float: none;
	}
	
	.questionHolder .question {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 5px;
	}
	.questionHolder .answer {
		width: 100%;
		float: none;
	}
	
}

/* STYLES FOR UPLOADED LOGOS AND IMAGES ON SURVEYS */
img.profileLogo {
	height: auto;
	width: auto;
	max-width: 250px;
	max-height: 250px;
}

/* 2021 STYLE UPDATES FOR SURVEY */

.fft-question {
	margin-bottom: 20px;
}
.fft-question p {
	margin-bottom: 20px;
}
.neutral .fftHolder {
	border-bottom: none;
}

#surveyHolder label {
	width: 30%;
	padding: 8px 10px 8px 0px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
}

.addcustomerholder {
	min-width: 600px;
}

@media (max-width: 648px) {
	#surveyHolder label {
		width: 100%;
	}
}




