/*********************************************************
************ ARGOSURVEY *******************************
*********************************************************/
.textcenter {
	text-align: center;	
}

.textleft {
	text-align: left;	
}

.textright {
	text-align: right;	
}

.inner-survey {
    background: #1d1d1d\9;
    color: #434343;
    display: none;
}

.inner-survey.no-survey-set-cookie {
	display: block;
	margin: 1em 0;
}

.inner-survey:not(.no-survey-set-cookie):before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}

.inner-survey:not(.no-survey-set-cookie) .panel-body {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 900px;
    top: 10%;
    left: 50%;
    margin-left: -450px;
    height: auto;
	min-height: 80%;
    text-align: left;
    background-color: #f0f0f0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.inner-survey.no-survey-set-cookie .panel-body {
	position: relative;
	padding: 0;
	width: 100%;
    background-color: #FFF;
	text-align: left;
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.inner-survey.fixed {
	position: fixed;
}

.inner-survey .panel-body a {
	color: #26c5f5;
}

.inner-survey .panel-body .panel-form .inner {
	padding: 20px 40px;
}

.inner-survey.no-survey-set-cookie .panel-body .panel-form .inner {
	padding: 0;
}

.close-argosurvey-panel,
.inner-survey .panel-body .close-argosurvey-panel {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #fff !important;
    background: #124B81;
    display: block;
    z-index: 9;
}

.inner-survey .panel-body .panel-form {
	position: relative;
	overflow: hidden;
}

.inner-survey .panel-body .panel-form form.survey-body,
.inner-survey .panel-body .panel-form div.survey-body {
	position: relative;
	z-index: 3;
	padding: 20px;
}

.inner-survey .panel-body .panel-form form.survey-body[data-pageId="0"] {
	position: initial;
	z-index: 1;
	padding: 0;
}

.inner-survey .panel-body .panel-form > .survey-wave-animation {
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 2;
	width: 100%;
	display: flex;
}

.inner-survey .panel-body .panel-form .form-control {
	border: 0;
	box-shadow: none;
	height: auto;
}

.inner-survey .panel-body .panel-form .form-control.inline-form-radio {
	display: inline-block;
	width: auto;
	margin-right: 20px;
}

.inner-survey .panel-body .panel-form .form-control.inline-form-radio:last-child {
	margin-right: 0;
}

.inner-survey .panel-body .panel-form .row {
	margin-bottom: 0 !important;
}

.inner-survey .panel-body .panel-form .mb-1 {
	margin-bottom: 1em !important;
}
.inner-survey .panel-body .panel-form .mb-2 {
	margin-bottom: 2em !important;
}
.inner-survey .panel-body .panel-form .mb-3 {
	margin-bottom: 3em !important;
}
.inner-survey .panel-body .panel-form .mb-4 {
	margin-bottom: 4em !important;
}

.inner-survey .panel-body .panel-form .mt-1 {
	margin-top: 1em !important;
}
.inner-survey .panel-body .panel-form .mt-2 {
	margin-top: 2em !important;
}
.inner-survey .panel-body .panel-form .mt-3 {
	margin-top: 3em !important;
}
.inner-survey .panel-body .panel-form .mt-4 {
	margin-top: 4em !important;
}

.inner-survey .panel-body .panel-form .pb-1 {
	padding-bottom: 1em !important;
}
.inner-survey .panel-body .panel-form .pb-2 {
	padding-bottom: 2em !important;
}
.inner-survey .panel-body .panel-form .pb-3 {
	padding-bottom: 3em !important;
}
.inner-survey .panel-body .panel-form .pb-4 {
	padding-bottom: 4em !important;
}

.inner-survey .panel-body .panel-form .pt-1 {
	padding-top: 1em !important;
}
.inner-survey .panel-body .panel-form .pt-2 {
	padding-top: 2em !important;
}
.inner-survey .panel-body .panel-form .pt-3 {
	padding-top: 3em !important;
}
.inner-survey .panel-body .panel-form .pt-4 {
	padding-top: 4em !important;
}

.inner-survey .panel-body .panel-form .survey-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background:#f9f9f9;
}

.inner-survey .panel-body .panel-form .flowers.header-flowers {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}

.inner-survey .panel-body .panel-form .flowers.header-flowers > .flower {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.inner-survey .panel-body .panel-form .flowers.header-flowers > .flower4 {
	position: inherit;
}

.inner-survey .panel-body .panel-form .flowers.header-flowers > .flower5 {
	position: relative;
	left: -40px;
	bottom: 5px;
}

@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}

.close-argosurvey-panel .fa {
	font-size: 20px;
    line-height: 40px;
}

.close-argosurvey-panel:hover {
	color: #fff;
}

.inner-survey fieldset {
	border: 0;
    margin: 0;
    padding: 0;
}

.inner-survey fieldset .row {
	position: relative;
    margin-bottom: .5em;
}

.inner-survey label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	max-width: calc( 100% - 60px );
}

.inner-survey input[type=text], .inner-survey input[type=number] {
	border-color: #707070;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	padding: 10px 20px;
}

.inner-survey input[type=text].alignright {
	width: 60%;
	position: relative;
	top: -10px;
}

.inner-survey input[type=radio] {
	color: #015F6B;
	font-size: 20px;
	border: 1px solid rgb(1 95 107 / 0.7);
	background-color: #fff;
	transition: all .15s ease-in-out;
	box-sizing: border-box;
	-webkit-appearance: none;
	clear: none;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	min-width: 20px;
	appearance: none;
	border-radius: 50%;
	line-height: 10px;
	float: left;
}

.inner-survey input[type="radio"]:hover {
	border-color: rgb(1 95 107 / 0.7);
}

.inner-survey input[type="radio"]:focus {
	border-color: #015F6B;
	outline: none;
	box-shadow: 0 0 0 2px #015F6B;
}

.inner-survey input[type="radio"]:focus::-ms-clear {
	display: none;
}

.inner-survey input[type="radio"]:checked:before {
	float: left;
	display: inline-block;
	content: '\2022';
	margin: 5px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: #015F6B;
	vertical-align: middle;
	border-radius: 50%;
	animation: grow .2s ease-in-out;
}

.inner-survey input[type="radio"]:disabled {
	background: #dedede;
	border-color: #dedede;
	color: #afafaf;
	opacity: 1;
	-webkit-text-fill-color: #afafaf;
}

.inner-survey input[type="radio"]:disabled:hover {
	cursor: default;
}

.inner-survey input[type="radio"]:disabled::placeholder {
	color: #afafaf;
}

.inner-survey input[type="radio"]:disabled:checked:before {
	background: #f8f8f8;
}

.inner-survey h2 {
	margin: .7em 0 .3em;
	font-size: 1.8em;
	line-height: 1.1em;
    padding: 0;
	color: #434343;
}

.inner-survey h4 {
    font-size: 22px;
}

.inner-survey .survey-tile-buttons {
	width: auto;
	display: inline-block;
	margin-right: 20px;
	float: none;
}

.inner-survey .survey-tile-buttons:last-child {
	margin-right: 0;
}

.inner-survey .button, 
.inner-survey .button:hover,
.inner-survey .panel-body .button,
.inner-survey .panel-body .button:hover {
	margin-top: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px 22px;
	background: #154E83;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #154E83;
}

.inner-survey .button.loader:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: url('images/loader.gif') no-repeat;
}

.inner-survey .survey-title {
	display: flex;
	align-items: center;
	background-color: #015F6B;
	color: #FFF;
	min-height: 120px;
	padding: 15px 40px;
	margin: -20px -20px 0;
}

.inner-survey .survey-title .survey-page-number,
.inner-survey .survey-title h2 {
	font-size: 27px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 0 1em;
    color: #022E5D;
}

.inner-survey .survey-title .survey-page-number {
	margin-right: 20px;
}

.inner-survey .survey-title p {
	font-size: 1.3em;
}

.inner-survey .panel-form .survey-header {
	margin-top: -20px;
}

.inner-survey .panel-form .survey-header img {
	display: block;
}

.thankyouBg {
	background-color: #022E5D;
	color: #fff;
}

.thankyouBg h2 {
	color: #fff;
}

#vediTrovaEsperto .tableContent,
#Thankyou .tableContent {
	width: 100%;
	margin-left: 0;
    margin-right: 0
}

#vediTrovaEsperto .tableContent p,
#Thankyou .tableContent p {
	margin: 20px 0;
}

.inner-survey .bigicon {
	font-size: 5em;
    line-height: 1;
}

.inner-survey label.survey-lbl:after {
	content: "*";
	display: inline-block;
	margin-left: 5px;
	color: red;
	font-size: 1.2em;
}

.inner-survey label.error {
	font-size: 15px;
    margin: .5em 0;
    color: #C41832;
}

.inner-survey label.error {
    margin: .5em 0 0;
}

input.privacy-check {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}

label.privacy-label {
	display: inline-block;
	width: auto;
}

/** Black Template **/
.inner-survey.black .close-argosurvey-panel, 
.inner-survey.black .panel-body .close-argosurvey-panel,
.inner-survey.black .button, 
.inner-survey.black .button:hover, 
.inner-survey.black .panel-body .button, 
.inner-survey.black .panel-body .button:hover {
	background: #000;
}

.inner-survey.black .panel-body a, 
.inner-survey.black .bigicon,
.inner-survey.black .survey-title h2 {
	color: #000;
}

/** Blue Template **/
.inner-survey.blue .close-argosurvey-panel, 
.inner-survey.blue .panel-body .close-argosurvey-panel,
.inner-survey.blue .button, 
.inner-survey.blue .button:hover, 
.inner-survey.blue .panel-body .button, 
.inner-survey.blue .panel-body .button:hover {
	background: #3F51B5;
}

.inner-survey.blue .panel-body a, 
.inner-survey.blue .bigicon,
.inner-survey.blue .survey-title h2 {
	color: #3F51B5;
}

/** Dark Teal **/
.inner-survey.dark-teal .close-argosurvey-panel, 
.inner-survey.dark-teal .panel-body .close-argosurvey-panel,
.inner-survey.dark-teal .button, 
.inner-survey.dark-teal .button:hover, 
.inner-survey.dark-teal .panel-body .button, 
.inner-survey.dark-teal .panel-body .button:hover {
	background: #FF5A04;
	border-color: #FF5A04;
}

/** Orange **/
.inner-survey.orange .close-argosurvey-panel,
.inner-survey.orange .panel-body .close-argosurvey-panel,
.inner-survey.orange .button,
.inner-survey.orange .button:hover,
.inner-survey.orange .panel-body .button,
.inner-survey.orange .panel-body .button:hover {
	background: #FF5A04;
	border-color: #FF5A04;
}

.inner-survey.dark-teal .panel-body .button.survey-prevpage {
	background: transparent;
	color: #FF5A04 !important;
}
.inner-survey.dark-teal .panel-body .button:hover {
	background: #FF5A04;
	color: #FFF !important;
}

.inner-survey.dark-teal .bigicon,
.inner-survey.dark-teal .survey-title h2,
.inner-survey.dark-teal .survey-title .survey-page-number {
	color: #fff;
	margin-bottom: 0;
	font-size: 27px;
	line-height: 1.2em;
	font-weight: 400;
}

.inner-survey.dark-teal .survey-title h2 > .survey-title-label {
	background: #D9EEED;
	border-radius: 6px;
	color: #015F6B;
	font-size: 18px;
	padding: 2px 6px;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.inner-survey.dark-teal .survey-title h2 > .survey-title-label > .fa-star {
	font-size: 12px;
	line-height: 18px;
	position: relative;
	top: -1px;
}

/** Gold Template **/
.inner-survey.gold .close-argosurvey-panel, 
.inner-survey.gold .panel-body .close-argosurvey-panel,
.inner-survey.gold .button, 
.inner-survey.gold .button:hover, 
.inner-survey.gold .panel-body .button, 
.inner-survey.gold .panel-body .button:hover {
	background: #d4af37;
}

.inner-survey.gold .panel-body a, 
.inner-survey.gold .bigicon,
.inner-survey.gold .survey-title h2 {
	color: #d4af37;
}

/** Gray Template **/
.inner-survey.gray .close-argosurvey-panel, 
.inner-survey.gray .panel-body .close-argosurvey-panel,
.inner-survey.gray .button, 
.inner-survey.gray .button:hover, 
.inner-survey.gray .panel-body .button, 
.inner-survey.gray .panel-body .button:hover {
	background: #9E9E9E;
}

.inner-survey.gray .panel-body a, 
.inner-survey.gray .bigicon,
.inner-survey.gray .survey-title h2 {
	color: #9E9E9E;
}

/** Green Template **/
.inner-survey.green .close-argosurvey-panel, 
.inner-survey.green .panel-body .close-argosurvey-panel,
.inner-survey.green .button, 
.inner-survey.green .button:hover, 
.inner-survey.green .panel-body .button, 
.inner-survey.green .panel-body .button:hover {
	background: #2E7D32;
}

.inner-survey.green .panel-body a, 
.inner-survey.green .bigicon,
.inner-survey.green .survey-title h2 {
	color: #2E7D32;
}

/** Light blue Template **/
.inner-survey.light-blue .close-argosurvey-panel, 
.inner-survey.light-blue .panel-body .close-argosurvey-panel,
.inner-survey.light-blue .button, 
.inner-survey.light-blue .button:hover, 
.inner-survey.light-blue .panel-body .button, 
.inner-survey.light-blue .panel-body .button:hover {
	background: #03A9F4;
}

.inner-survey.light-blue .panel-body a, 
.inner-survey.light-blue .bigicon,
.inner-survey.light-blue .survey-title h2 {
	color: #03A9F4;
}

/** Light green Template **/
.inner-survey.light-green .close-argosurvey-panel, 
.inner-survey.light-green .panel-body .close-argosurvey-panel,
.inner-survey.light-green .button, 
.inner-survey.light-green .button:hover, 
.inner-survey.light-green .panel-body .button, 
.inner-survey.light-green .panel-body .button:hover {
	background: #9CCC65;
}

.inner-survey.light-green .panel-body a, 
.inner-survey.light-green .bigicon,
.inner-survey.light-green .survey-title h2 {
	color: #9CCC65;
}

/** Orange Template **/
.inner-survey.orange .close-argosurvey-panel, 
.inner-survey.orange .panel-body .close-argosurvey-panel,
.inner-survey.orange .button, 
.inner-survey.orange .button:hover, 
.inner-survey.orange .panel-body .button, 
.inner-survey.orange .panel-body .button:hover {
	background: #FF6F00;
}

.inner-survey.orange .panel-body a, 
.inner-survey.orange .bigicon,
.inner-survey.orange .survey-title h2 {
	color: #FF6F00;
}

/** Purple Template **/
.inner-survey.purple .close-argosurvey-panel, 
.inner-survey.purple .panel-body .close-argosurvey-panel,
.inner-survey.purple .button, 
.inner-survey.purple .button:hover, 
.inner-survey.purple .panel-body .button, 
.inner-survey.purple .panel-body .button:hover {
	background: #E040FB;
}

.inner-survey.purple .panel-body a, 
.inner-survey.purple .bigicon,
.inner-survey.purple .survey-title h2 {
	color: #E040FB;
}

/** Red Template **/
.inner-survey.red .close-argosurvey-panel, 
.inner-survey.red .panel-body .close-argosurvey-panel,
.inner-survey.red .button, 
.inner-survey.red .button:hover, 
.inner-survey.red .panel-body .button, 
.inner-survey.red .panel-body .button:hover {
	background: #C62828;
}

.inner-survey.red .panel-body a, 
.inner-survey.red .bigicon,
.inner-survey.red .survey-title h2 {
	color: #C62828;
}

/** Silver Template **/
.inner-survey.silver .close-argosurvey-panel, 
.inner-survey.silver .panel-body .close-argosurvey-panel,
.inner-survey.silver .button, 
.inner-survey.silver .button:hover, 
.inner-survey.silver .panel-body .button, 
.inner-survey.silver .panel-body .button:hover {
	background: #C0C0C0;
}

.inner-survey.silver .panel-body a, 
.inner-survey.silver .bigicon,
.inner-survey.silver .survey-title h2 {
	color: #C0C0C0;
}

/** Teal Template **/
.inner-survey.teal .close-argosurvey-panel, 
.inner-survey.teal .panel-body .close-argosurvey-panel,
.inner-survey.teal .button, 
.inner-survey.teal .button:hover, 
.inner-survey.teal .panel-body .button, 
.inner-survey.teal .panel-body .button:hover {
	background: #56b7b3;
}

.inner-survey.teal .panel-body a, 
.inner-survey.teal .bigicon,
.inner-survey.teal .survey-title h2 {
	color: #56b7b3;
}

/** Violet Template **/
.inner-survey.violet .close-argosurvey-panel, 
.inner-survey.violet .panel-body .close-argosurvey-panel,
.inner-survey.violet .button, 
.inner-survey.violet .button:hover, 
.inner-survey.violet .panel-body .button, 
.inner-survey.violet .panel-body .button:hover {
	background: #673AB7;
}

.inner-survey.violet .panel-body a, 
.inner-survey.violet .bigicon,
.inner-survey.violet .survey-title h2 {
	color: #673AB7;
}

/** Yellow Template **/
.inner-survey.yellow .close-argosurvey-panel, 
.inner-survey.yellow .panel-body .close-argosurvey-panel,
.inner-survey.yellow .button, 
.inner-survey.yellow .button:hover, 
.inner-survey.yellow .panel-body .button, 
.inner-survey.yellow .panel-body .button:hover {
	background: #FFD600;
}

.inner-survey.yellow .panel-body a, 
.inner-survey.yellow .bigicon, 
.inner-survey.yellow .survey-title h2 {
	color: #FFD600;
}

.errbox {
	margin: 1em 40px;
	padding: 15px;
	display: block;
	background: #FFCDD2;
	color: #B71C1C;
}

#generalErr {
	display: none;
}

.inner-survey .button.back-to-first,
.inner-survey.dark-teal .button.back-to-first,
.inner-survey.dark-teal .panel-body .button.back-to-first,
.inner-survey .button.back-to-first:hover,
.inner-survey.dark-teal .button.back-to-first:hover,
.inner-survey.dark-teal .panel-body .button.back-to-first:hover {
	background-color: transparent;
	border: 0;
	color: #FF5A04 !important;
	text-decoration: underline;
}

.inner-survey.dark-teal .button:disabled,
.inner-survey.dark-teal .button:disabled:hover,
.inner-survey.dark-teal .panel-body .button:disabled,
.inner-survey.dark-teal .panel-body .button:disabled:hover {
	background: #7085a5;
	border-color: #7085a5;
	cursor: not-allowed;
}

/* CIO FORM */
#cio-quizForm {
	height: 700px;
	display: flex;
	align-items: center;
	border: 2px solid #66a5bc;
	background-color: #FFF;
	position: relative;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0 50px;
}

#cio-quizForm .start-page-content {
	text-align: left;
}

#cio-quizForm .panel-body, #cio-quizForm .panel-form, #cio-quizForm .survey-body {
	position: unset;
	border-radius: 0;
	overflow: visible;
}

#cio-quizForm .panel-body .panel-form form.survey-body {
	padding: 0;
}

#cio-quizForm .survey-wave-animation {
	display: none !important;
}

#cio-quizForm .survey-title {
	background-color: transparent;
	color: #000;
	border-radius: 0;
	padding: 0;
	margin: 0 !important;
}

#cio-quizForm .survey-page-number {
	position: absolute;
	top: 0;
	left: 0;
	background: #66a5bc;
	border-radius: 0;
	padding: 20px;
}

#cio-quizForm .survey-title h2 {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	margin-bottom: 1em;
}

#cio-quizForm .survey-body input[type=radio] {
	margin: 0 5px 0 0;
}

#cio-quizForm .button:not(.survey-prevpage), #cio-quizForm .panel-body .button:not(.survey-prevpage) {
	background-color: #66a5bc;
	border-color: #66a5bc;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFF !important;
	text-decoration: none;
}

#cio-quizForm .button:not(.survey-prevpage):hover, #cio-quizForm .panel-body .button:not(.survey-prevpage):hover {
	background-color: rgb(255 167 0);
	border-color: rgb(255 167 0);
	color: #FFF !important;
}

#cio-quizForm .button.gpp_printtopdf, #cio-quizForm .panel-body .button.gpp_printtopdf,
#cio-quizForm .button.gpp_printtopdf:hover, #cio-quizForm .panel-body .button.gpp_printtopdf:hover {
	background-color: transparent;
	border: 0;
	color: #FF5A04 !important;
	text-decoration: underline;
	padding: 0;
}

#cio-quizForm label {
	font-size: 18px;
	font-weight: 400;
}

#cio-quizForm label.error {
	font-size: 16px;
	margin: 0;
	display: block;
	max-width: 100%;
}

.quiz-question-container .form-control {
	padding-left: 0;
	padding-right: 0;
}

.inner-survey .quiz-question-container label {
	margin-left: 0;
	max-width: 100%;
	padding: 0;
}

.inner-survey .quiz-question-container label:first-child {
	margin-right: 20px;
}

.quiz-question-container .survey-yesornot-question {
	padding: 0;
	margin-top: 5px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	.inner-survey:not(.no-survey-set-cookie) .panel-body {
		width: 900px;
	    max-width: 90%;
	    left: 5%;
	    margin-left: 0;
	}
	
	.inner-survey .survey-section img, 
	.inner-survey .panel-form .survey-header img {
		width: 100%;
	}
}

@media only screen and (max-width: 979px) {
	.inner-survey:not(.no-survey-set-cookie) .panel-body {
		width: 90%;
	}

	#cio-quizForm {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 860px) {
	.inner-survey label {
		font-size: 16px;
	}
	
	.inner-survey .survey-title h2 {
	    font-size: 1.6em;
	}
	
	.inner-survey .survey-title p {
	    font-size: 1em;
	}
}

@media only screen and (max-width: 769px) {
	.inner-survey .button, .inner-survey .button:hover, .inner-survey .panel-body .button,
	.inner-survey .panel-body .button:hover {
		margin-bottom: 0;
	}

	.inner-survey .survey-title {
		min-height: 100px;
		padding: 15px 20px;
	}

	.inner-survey.dark-teal .bigicon, .inner-survey.dark-teal .survey-title h2,
	.inner-survey.dark-teal .survey-title .survey-page-number {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.inner-survey.dark-teal .survey-title h2 > .survey-title-label {
		font-size: 16px;
		margin-bottom: 0.5em;
	}

	#cio-quizForm {
		padding: 0 15px;
	}

	#cio-quizForm section:not(#Thankyou_CIOQuizTest) .survey-title h2 {
		font-size: 22px;
	}

	#cio-quizForm .start-page-content {
		text-align: center;
	}
}

@media only screen and (max-width: 679px) {
	.inner-survey .panel-body .panel-form .inner {
	    padding: 20px 15px;
	}
	
	.inner-survey h4 {
	    font-size: 14px;
	}
	
	.inner-survey .survey-title h2 {
	    font-size: 1.3em;
	}
	
	.inner-survey input[type=radio] {
		margin-top: 0;
	}
	
	.close-argosurvey-panel, .inner-survey .panel-body .close-argosurvey-panel {
	    top: -40px;
	}

	.inner-survey input[type=text].alignright {
		display: block;
		width: 100%;
		top: 0;
		float: none;
		margin-top: 10px;
	}

	#cio-quizForm section:not(#Thankyou_CIOQuizTest) .survey-title h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 599px) {
	.inner-survey .panel-body .panel-form > .survey-wave-animation {
		bottom: 0;
	}

	.inner-survey .survey-title h2 {
	    font-size: 1.1em;
	}
	
	.inner-survey .button, 
	.inner-survey .button:hover, 
	.inner-survey .panel-body .button, 
	.inner-survey .panel-body .button:hover {
		font-size: 16px;
		padding: 8px 16px;
	}
	
	.errbox {
	    margin: 1em 15px 0;
	    padding: 15px;
	    font-size: .9em;
	    line-height: 1.4em;
	}
}

/*FIX*/

.survey-section > .col-sm-8 {
	align-self: end;
	margin-bottom: 15px;
}