/*
 Theme Name:   ICQ
 Description:  Intercultural DISC Profiling by CulturePro Consulting
 Author:       Tananes Niyamosoth
 Template:     icq
 Version:      3.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  icq.global
*/


@font-face {
    font-family: 'source_sans_pro_black';
    src: url('icq-fonts/source-sans-pro/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('icq-fonts/source-sans-pro/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_pro_light';
    src: url('icq-fonts/source-sans-pro/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('icq-fonts/source-sans-pro/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'gt_walsheim_pro_regular';
    src: url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-regular-webfont.woff2') format('woff2'),
         url('gt-walsheim-pro-trial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_pro_light';
    src: url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-light-webfont.woff2') format('woff2'),
         url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_walsheim_pro_black';
    src: url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-black-webfont.woff2') format('woff2'),
         url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_walsheim_pro_bold';
    src: url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-bold-webfont.woff2') format('woff2'),
         url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_walsheim_pro_ultra_bold';
    src: url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-ultra-bold-webfont.woff2') format('woff2'),
         url('icq-fonts/gt-walsheim-pro/gt-walsheim-pro-trial-ultra-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	background:#ebebeb;
	font-family:'source_sans_pro_light';
}

.site-main {
	width: 1070px;
  margin: 0 auto;
	height:100%;
	overflow:hidden;
}

.container {
	max-width:650px;
}

.logo img {
	max-width:170px;
}

/* Assessment login - Homepage */
.home {
	background:url(images/index-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.home .site-main {
	width: 878px;
}

.home .wrapper {
	display:table;
	width:100%;
}

.home .wrapper #contents {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.home .wrapper #contents .logo {
	vertical-align:middle;
	display:table-cell;
	padding-right:100px;
}

.home .wrapper #contents .logo img {
	max-width:170px;
}

.home .wrapper #contents .start_box {
	border:2px solid #66aad7;
	padding:30px 28px 30px 60px;
	color:#fff;
	display:table-cell;
	margin-left:103px;
}

.home .wrapper #contents .start_box .intro_text {
	margin-bottom:15px;
	text-align:left;
	font-family: 'gt_walsheim_pro_light';
	font-size:22px;
	line-height:28px;
}

.home .wrapper #contents .start_box .description {
	text-align:left;
	font-size:16px;
	margin-bottom:5px;
}

.home .wrapper #contents .start_box .input {
	width:387px;
	height:36px;
	border:1px solid #8190a3;
	background:#e6eaee;
	margin-top:17px;
	margin-left:2px;
	padding:0 10px;
	color:black;
}

.home .wrapper #contents .start_box .input.disabled {
	background:#ccc;
}

.home .wrapper #contents .start_box input.error {
	border:1px solid #ff3232 !important;
}

.home .wrapper #contents .start_box label.error {
	display:none !important;
}

.home .wrapper #contents .start_btn {
	margin-left:483px;
	margin-top:20px;
	cursor:pointer;
	background:url(images/start_btn.png);
	width:83px;
	height:18px;
	border:none;
}

.modal.fade.in {
	background: rgba(0, 0, 0, 0.75);
}

/* Questionnaire page */
.questions {
	background:url(images/questionaire-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.questions .logo {
	position:fixed;
	float:left;
	margin-top:50px;
}

.questions .logo img {
	max-width:170px;
}

.questions #contents {
	width:630px;
	margin:0 auto;
	color:#002147;
	padding-bottom:115px;
	position: relative;
}

.questions #contents .intro-text {
	padding:75px 0 30px 0;
	text-align:center;
	font-weight:normal;
}

.questions #contents .intro-text .subject {
	font-size:1.6em;
	text-transform:uppercase;
	line-height:1.2em;
	font-family: 'gt_walsheim_pro_regular';
	margin-bottom:30px;
}

.questions #contents .intro-text .detail {
	font-size:1.05em;
	padding:0 50px;
	max-width: 600px;
	text-align: center;
	margin: 60px auto 20px;
}

.questions #contents .intro-text .describes {
	margin-top:5px;
}

.questions #contents .questionnaire {
	background:white;
	padding:40px 15px 200px;
	font-size:18px;
	position:relative;
}
.questions .navbar-wrapper {
	margin-top:0;
	height:0px;
}
.questions .navbar.navbar-inverse.navbar-static-top {
	background:none;
	border:none;
	display:none;
	width:22px;
	float:right;
}
.questions .navbar-collapse {
	padding-left:0;
	padding-right:0;
	display:none;
}
.questions .navbar-collapse.collapse {
	max-width:15px;
	float:right;
	position: fixed;
    right: 20%;
	bottom: 150px;
}
.questions .navbar-collapse.collapse #arrow-up {
	cursor:pointer;
}
.questions .navbar-collapse.collapse #arrow-down {
	cursor:pointer;
	margin-left: 1px;
}
.questions .navbar-collapse.psychological-safety {
	display: none;
}
.questions .navbar {
	min-height:0;
	margin-bottom:0;
}
.questions .navbar-nav {
	padding-left:3px;
	margin:2px 0;
}
.questions .nav.navbar-nav li.menuItem {
	margin:3px 0;
	height:12px;
}

.questions .nav.navbar-nav li.menuItem.skip {
	border:1px solid #f15a24;
	border-radius:10px;
	width:18px;
	height:18px;
	margin-top:-2px;
	margin-left:-5px;
	margin-bottom:2px;
	padding:3px 4px;
}

.questions .nav.navbar-nav li.menuItem.skip a {
	width:10px !important;
	height:10px !important;
}

.questions .nav.navbar-nav li.menuItem a {
	border-radius:10px;
	background:white;
	width:8px;
	height:8px;
	padding:0;
}

.questions .nav.navbar-nav li.menuItem.skip .skip_this {
	position:absolute;
	color:#f15a24;
	margin-left:25px;
	margin-left: 25px;
    width: 205px;
    margin-top: -5px;
	display:block;
	font-weight:normal;
	font-size: 16px;
}

.questions .nav.navbar-nav li.menuItem .skip_this {
	display:none;
}

.questions .nav.navbar-nav li.menuItem.active a {
	background:#002147 !important;
	width:12px;
	height:12px;
	margin-left:-2px;
}

.questions .nav.navbar-nav li.menuItem.past a {
	background:#0071bc;
}

.questions .nav.navbar-nav li.menuItem.past.active a {
	background:#002147 !important;
	margin-left:-2px;
}

.questions .nav.navbar-nav li.menuItem.no-selected-yet.past a {
	background:#f15a24;
	width:10px;
	height:10px;
}

.questions .row.featurette {
	margin: 20px 0;
	padding: 28px 40px 0 20px;
	opacity: 0.5;
	width: 100%;
}

.questions .row.featurette.focus {
	opacity:1;
}

.questions .row.featurette:nth-child(even) {
	background:none;
	padding-bottom:0px;
}

.questions #s1 {
	padding-top:0px;
}

.questions #s1 .question {
	padding-top:0px;
}

.questions .question {
	padding:75px 0 15px 0;
}

.questions .question .number {
	display:inline-table;
	width:20px;
	font-family:'gt_walsheim_pro_regular';
}

.questions .question .text {
	display:inline-table;
	margin-left:8px;
	font-family:'source_sans_pro_black';
}

.questions .row.featurette:first-child .question {
	padding-top:0px;
}

.questions .answer_choices .choice {
	cursor:pointer;
	margin:0 0 0 33px;
	padding-left:10px;
	line-height:35px;
}

.questions .answer_choices .choice.selected {
	background:#0071bc;
	color:#fff;
}

.questions .next {
	margin-top:30px;
	margin-left:23px;
	position:absolute;
	display:none;
	z-index:2;
}

.questions .next .next_button {
	width:auto;
	height:32px;
	border:1px solid #002147;
	background:white;
	text-transform:uppercase;
	color:#002147;
	font-family:'source_sans_pro_black';
	font-size:16px;
}

.questions .submit {
	text-align:center;
	display:none;
}

.questions .submit_button {
	width:200px;
	height:36px;
	background:#002147;
	text-transform:uppercase;
	color:#fff;
	font-family:'source_sans_pro_black';
	font-size:16px;
	border:none;
}

.questions .submit_button:hover {
	opacity:0.8;
}

.questions .more-space {
	max-width: 28%;
    margin: 0 auto;
    font-size: 16px;
	margin-bottom:325px;
	text-align:center;
}

.questions .more-space .hilight-text {
	font-weight:bold;
}

/* Psychological Safety questions */
.questions .questionnaireForm.psychological-safety #contents {
	width: 950px;
}

.questions .questionnaireForm.psychological-safety #contents .container {
	max-width: 950px;
}

.questions .questionnaireForm.psychological-safety #contents .questionnaire {
	padding-left: 35px;
	padding-right: 35px;
}

.questions .questionnaireForm.psychological-safety #contents .questionnaire .question {
	padding-bottom: 30px;
}

.questions .questionnaireForm.psychological-safety .question .topic {
	display:inline-table;
	margin-left:8px;
	font-family:'source_sans_pro_black';
	font-size: 20px;
}

.questions .questionnaireForm.psychological-safety .question .text {
	display: block;
	margin-left: 34px;
	font-family:'source_sans_pro_regular';
	margin-top:10px;
}

.questions .questionnaireForm.psychological-safety .answer_slider {
	margin: 3px 35px;
	background-image: url('images/report-line-chart.png');
	background-repeat: no-repeat;
	border: none;
}

.questions .questionnaireForm.psychological-safety .answer_slider .ui-slider-handle {
	cursor: pointer;
	background: rgba(255,255,255,0.9);
	border: 6px solid orange;
	border-radius: 50%;
}

.questions .questionnaireForm.psychological-safety .text-below {
	color:#5a5a5a;
	margin-top: 7px;
}

.questions .questionnaireForm.psychological-safety .text-below .right {
	float: right;
}

.questions .questionnaireForm.psychological-safety .text-below .left {
	float: left;
}

.questions .questionnaireForm.psychological-safety .percentage_answer {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #002147;
}

.questions .questionnaireForm.psychological-safety .percentage_answer .number-value {
	display: none;
}

.questions .questionnaireForm.psychological-safety .comment {
	display: block;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.questions .questionnaireForm.psychological-safety .comment label {
	margin: 0 0 10px;
	font-size: 14px;
}

.questions .questionnaireForm.psychological-safety .comment textarea {
	border-radius: 5px;
	border: 2px solid #EBEDF0;
	width: 100%;
	height: 100px;
	padding: 15px;
}

.questions .questionnaireForm.psychological-safety .comment textarea::placeholder {
	color: #ccc;
}

.questions .questionnaireForm.psychological-safety .comment textarea:focus {
	outline: none;
	border-color: #ccc;
}

.questions .questionnaireForm.psychological-safety .submit {
	display: block;
}

.questions .questionnaireForm.psychological-safety .row.featurette {
	opacity: 1;
}

.questions .questionnaireForm.vi div {
	font-family: "Roboto", sans-serif !important;
}

/* Language Switcher */
.language-switcher{
    position: absolute;
    top: 8%;
    right: 18%;
}

/* Thank You page */
.page-template-page-thank-you {
	background: #fff;
}

.thank-you {
	background:url(images/thank-you-bg.png);
	background-color:white;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

.thank-you .site-main {
	width: 332px;
	overflow:visible;
}

.thank-you .wrapper {
	width:100%;
}

.thank-you .wrapper #contents {
	text-align:left;
	vertical-align:middle;
	margin-top:150px;
}

.thank-you .wrapper #contents .subject {
	font-size:54px;
	color:#004982;
	font-weight:bold;
	font-family: 'gt_walsheim_pro_bold';
	line-height:48px;
}

.thank-you .wrapper #contents .subject .thank {
	margin-left:-105px;
}

.thank-you .wrapper #contents .subject .you {
	margin-left:35px;
}

.thank-you .wrapper #contents .description {
	color:#002147;
	padding:0 40px;
	margin-top:35px;

}

.thank-you .wrapper #contents .description .end_text {
	margin-top:10px;
	font-weight:normal;
}

.thank-you .wrapper #contents .description .go_to_website {
	width:100%;
	margin-top:35px;
	background:#004982;
	color:white;
	padding:8px 0;
	font-family:'source_sans_pro_black';
	font-size:16px;
	border:none;
}

.thank-you .wrapper #contents .saved_error {
	text-align:center;
	font-size: 20px;
}

.thank-you .wrapper #contents .description .go_to_website:hover {
	opacity:0.8;
}

input#coupon_code { padding-left:15px !important; }

/* Get Your Report page */
.get-your-report {
	background:url(images/index-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.get-your-report .site-main {
	width: 878px;
}

.get-your-report .wrapper {
	display:table;
	width:100%;
}

.get-your-report .wrapper #contents {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.get-your-report .wrapper #contents .logo {
	vertical-align:middle;
	display:table-cell;
	padding-right:100px;
}

.get-your-report .wrapper #contents .logo img {
	max-width:170px;
}

.get-your-report .wrapper #contents .start_box {
	border:2px solid #66aad7;
	padding:30px 28px 30px 60px;
	color:#fff;
	display:table-cell;
	margin-left:103px;
}

.get-your-report .wrapper #contents .start_box .intro_text {
	margin-bottom:15px;
	text-align:left;
	font-family: 'gt_walsheim_pro_light';
	font-size:22px;
	line-height:28px;
}

.get-your-report .wrapper #contents .start_box .description {
	text-align:left;
	font-size:16px;
	margin-bottom:5px;
}

.get-your-report .wrapper #contents .start_box .input {
	width:387px;
	height:36px;
	border:1px solid #8190a3;
	background:#e6eaee;
	margin-top:17px;
	margin-left:2px;
	padding:0 10px;
	color:black;
}

.get-your-report .wrapper #contents .start_box .report-access-type {
	margin:15px 0;
	padding: 15px 3px;
}

.get-your-report .wrapper #contents .start_box .report-access-type .access-type-btn {
	padding:7px 25px;
	border:1px solid #fff;
	color: #fff;
	float:left;
	width:48%;
	font-weight: bold;
	border-radius: 25px;
	cursor:pointer;
}

.get-your-report .wrapper #contents .start_box .report-access-type .access-type-btn:first-child {
	margin-right:4%;
}

.get-your-report .wrapper #contents .start_box .report-access-type .access-type-btn.active {
	background: #fff;
	color: #0071BB;
}


.get-your-report .wrapper #contents .start_box .input.disabled {
	background:#ccc;
}

.get-your-report .wrapper #contents .start_box input.error {
	border:1px solid #ff3232 !important;
}

.get-your-report .wrapper #contents .start_box label.error {
	display:none !important;
}

.get-your-report .wrapper #contents .start_btn {
	margin-left:483px;
	margin-top:20px;
	cursor:pointer;
	background:url(images/start_btn.png);
	width:83px;
	height:18px;
	border:none;
}

.get-your-report #password_incorrected .modal-dialog {
	width: 300px;
}

.get-your-report #password_incorrected .modal-dialog .modal-header {
	height: 35px;
	padding: 0;
}

.get-your-report #password_incorrected .modal-dialog .modal-header button.close {
	position: relative;
	top: 5px;
	right: 15px;
    font-size: 38px;
}

.get-your-report #show_url_link .modal-dialog .intro-text {
	text-align: center;
	display: block;
	margin: 25px auto 0;
	opacity: 0.7;
	font-size: 14px;
}

.get-your-report #show_url_link .modal-dialog a {
	display: block;
	text-align: center;
	margin: 15px 0 25px;
}

/* Request Your Report page */
.request-your-report {
	background:url(images/index-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.request-your-report .site-main {
	width: 878px;
}

.request-your-report .wrapper {
	display:table;
	width:100%;
}

.request-your-report .wrapper #contents {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.request-your-report .wrapper #contents .logo {
	vertical-align:middle;
	display:table-cell;
	padding-right:100px;
}

.request-your-report .wrapper #contents .logo img {
	max-width:170px;
}

.request-your-report .wrapper #contents .start_box {
	border:2px solid #66aad7;
	padding:30px 28px 30px 60px;
	color:#fff;
	display:table-cell;
	margin-left:103px;
	text-align: left;
}

.request-your-report .wrapper #contents .start_box .intro_text {
	margin-bottom:15px;
	text-align:left;
	font-family: 'gt_walsheim_pro_light';
	font-size:22px;
	line-height:28px;
}

.request-your-report .wrapper #contents .start_box .url-link {
	text-align:left;
	font-size:16px;
	margin-bottom:50px;
}

.request-your-report .wrapper #contents .start_box .url-link .url-root-path-text {
	font-size: 14px;
	margin-bottom: -35px;
	display: block;
}

.request-your-report .wrapper #contents .start_box .description {
	text-align:left;
	font-size:16px;
	margin-top:20px;
	margin-bottom:5px;
}

.request-your-report .wrapper #contents .start_box .input {
	width:387px;
	height:36px;
	border:1px solid #8190a3;
	background:#e6eaee;
	margin-top:17px;
	margin-left:2px;
	padding:0 10px;
	color:black;
}

.request-your-report .wrapper #contents .start_box .input.id-number {
	width: 75px;
	text-align: center;
}

.request-your-report .wrapper #contents .start_box .input::placeholder {
	color: #a1a1a1;
}

.request-your-report .wrapper #contents .start_box .input.disabled {
	background:#ccc;
}

.request-your-report .wrapper #contents .start_box input.error {
	border:1px solid #ff3232 !important;
}

.request-your-report .wrapper #contents .start_box label.error {
	display:none !important;
}

.request-your-report .wrapper #contents .request-btn {
	margin-top: 20px;
	cursor: pointer;
	width: 145px;
	height: 45px;
	border: none;
	background: linear-gradient(to bottom, #0071BB, #00467C);
	border-radius: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-right: 125px;
	float: right;
}

.request-your-report .wrapper #contents .request-btn:hover {
	opacity: 0.8;
}

.request-your-report .modal-dialog {
	width: 400px;
}

.request-your-report .modal-dialog .modal-header {
	height: 35px;
	padding: 0;
}

.request-your-report .modal-dialog .modal-body {
	padding: 15px 40px;
}

.request-your-report .modal-dialog .modal-header button.close {
	position: relative;
	top: 5px;
	right: 15px;
    font-size: 38px;
}

.request-your-report .modal-dialog .modal-body .subject {
	font-size: 24px;
	font-weight: 600;
}

/* Change User Password page */
.change-user-password {
	background:url(images/index-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.change-user-password .site-main {
	width: 878px;
}

.change-user-password .wrapper {
	display:table;
	width:100%;
}

.change-user-password .wrapper #contents {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.change-user-password .wrapper #contents .logo {
	vertical-align:middle;
	display:table-cell;
	padding-right:100px;
}

.change-user-password .wrapper #contents .logo img {
	max-width:170px;
}

.change-user-password .wrapper #contents .start_box {
	border:2px solid #66aad7;
	padding:30px 28px 30px 60px;
	color:#fff;
	display:table-cell;
	margin-left:103px;
	text-align: left;
}

.change-user-password .wrapper #contents .start_box .intro_text {
	margin-bottom:15px;
	text-align:left;
	font-family: 'gt_walsheim_pro_light';
	font-size:22px;
	line-height:28px;
}

.change-user-password .wrapper #contents .start_box .url-link {
	text-align:left;
	font-size:16px;
	margin-bottom:50px;
}

.change-user-password .wrapper #contents .start_box .url-link .url-root-path-text {
	font-size: 14px;
	margin-bottom: -35px;
	display: block;
}

.change-user-password .wrapper #contents .start_box .description {
	text-align:left;
	font-size:16px;
	margin-top:20px;
	margin-bottom:5px;
}

.change-user-password .wrapper #contents .start_box .input {
	width:387px;
	height:36px;
	border:1px solid #8190a3;
	background:#e6eaee;
	margin-top:17px;
	margin-left:2px;
	padding:0 10px;
	color:black;
}

.change-user-password .wrapper #contents .start_box .input.id-number {
	width: 75px;
	text-align: center;
}

.change-user-password .wrapper #contents .start_box .input::placeholder {
	color: #a1a1a1;
}

.change-user-password .wrapper #contents .start_box .input.disabled {
	background:#ccc;
}

.change-user-password .wrapper #contents .start_box input.error {
	border:1px solid #ff3232 !important;
}

.change-user-password .wrapper #contents .start_box label.error {
	display:none !important;
}

.change-user-password .wrapper #contents .btn {
	margin-top: 20px;
	cursor: pointer;
	/* width: 145px; */
	height: 45px;
	border: none;
	background: linear-gradient(to bottom, #0071BB, #00467C);
	border-radius: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-right: 125px;
	float: right;
	padding: 0 20px;
}

.change-user-password .wrapper #contents .btn:hover {
	opacity: 0.8;
}

.change-user-password .wrapper #contents .small-text {
	font-size: 14px;
	margin-top: 10px;
	display:block;
}

.change-user-password .wrapper #contents .small-text.yellow {
	color: yellow;
}

.change-user-password .modal-dialog {
	width: 400px;
}

.change-user-password .modal-dialog .modal-header {
	height: 35px;
	padding: 0;
}

.change-user-password .modal-dialog .modal-body {
	padding: 15px 40px;
}

.change-user-password .modal-dialog .modal-header button.close {
	position: relative;
	top: 5px;
	right: 15px;
    font-size: 38px;
}

.change-user-password .modal-dialog .modal-body .subject {
	font-size: 24px;
	font-weight: 600;
}

/* Find Sender page */
.find-sender {
	background:url(images/index-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.find-sender .site-main {
	width: 878px;
}

.find-sender .wrapper {
	display:table;
	width:100%;
}

.find-sender .wrapper #contents {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.find-sender .wrapper #contents .logo {
	vertical-align:middle;
	display:table-cell;
	padding-right:100px;
}

.find-sender .wrapper #contents .logo img {
	max-width:170px;
}

.find-sender .wrapper #contents .start_box {
	border:2px solid #ffa98e;
	padding:30px 28px 30px 60px;
	color:#fff;
	display:table-cell;
	margin-left:103px;
}

.find-sender .wrapper #contents .start_box .intro_text {
	margin-bottom:15px;
	text-align:left;
	font-family: 'gt_walsheim_pro_light';
	font-size:22px;
	line-height:28px;
}

.find-sender .wrapper #contents .start_box .intro_text .highlight {
	color:#f04c19;
	font-weight:bold;
}

.find-sender .wrapper #contents .start_box .description {
	text-align:left;
	font-size:16px;
	margin-bottom:5px;
}

.find-sender .wrapper #contents .start_box .input {
	width:387px;
	height:36px;
	border:1px solid #8190a3;
	background:#e6eaee;
	margin-top:17px;
	margin-left:2px;
	padding:0 10px;
	color:black;
}

.find-sender .wrapper #contents .start_box .input.disabled {
	background:#ccc;
}

.find-sender .wrapper #contents .start_box input.error {
	border:1px solid #ff3232 !important;
}

.find-sender .wrapper #contents .start_box label.error {
	display:none !important;
}

.find-sender .wrapper #contents .find_btn {
	margin-left:483px;
	margin-top:20px;
	cursor:pointer;
	width:140px;
	height:42px;
	border:none;
	color: #fff;
	font-size:24px;
	background: none;
}

.find-sender .wrapper #contents .result {
	float:right;
	width: 65%;
	text-align: left;
	color: #fff;
	margin-bottom: 75px;
}

.find-sender .wrapper #contents .result .sender-data {
	margin-top: 15px;
}

.find-sender .wrapper #contents .result .sender-data b {
	margin-right: 10px;
}

.find-sender .wrapper #contents .result .sender-data p {
	line-height: 20px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@media(min-width:1400px) {
	body { font-size:18px; }

}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Responsive design for iPhone */
/*--------------------------------------------------------------------------------------------------------------------*/

/* iPhone 6 (Portrait) and Responsive default */
@media(max-device-width: 768px) and (orientation:portrait) {
	body { font-size:15px; }
	.home {	background-size:auto 100%; }
	.home { background-position:100% 121px; }
	.home .wrapper { margin-top:10px !important; }
	.home .site-main { width:100%; }
	.home .wrapper { max-width:100%; display:block; }
	.home .wrapper #contents { display:block; }
	.home .wrapper #contents .logo { display:block; text-align: left; padding-left: 15px; }
	.home .wrapper #contents .start_box { padding:25px; display:block; width:100%; margin:50px 0; }
	.home .wrapper #contents .start_box .input { width:100%; }
	.home .wrapper #contents .start_btn { margin-left:0; float:right; margin-right:20px; }
	.home #registerForm { padding-left: 15px; padding-right: 15px; }

	.questions { background-size:auto 100%; }
	.questions .navbar.navbar-inverse.navbar-static-top { top:275px !important; }
	.questions .blank_space_for_mobile { height:30px; }
	.questions .site-main { width:100%; }
	.questions .logo  { margin-top: 10px; position:relative; display:block; width:100%; text-align: left; padding-left: 15px; }
	.questions #contents { max-width: 100%; }
	.questions #questionnaireForm { margin-top: 40px; }
	.questions #contents .intro-text .detail { margin-top:30px; }
	.questions #contents { width:100%; padding-bottom:70px; }
	.questions #contents .intro-text .subject { margin-top:15px; margin-bottom:15px; padding:0 60px; }
	.questions #contents .intro-text { padding:115px 20px 30px; }
	.questions .row.featurette { padding-left:20px; padding-right:20px; padding-top:70px; }
	.questions .question { padding-top:50px; padding-bottom: 60px; }
	.questions .question .number { float:left; width:10%; margin-left:0; }
	.questions .question .text { float:left; width:90%; margin-top:-2px; margin-left:0; line-height: 24px; }
	.questions .question .text::after { clear:both; }
	.questions .answer_choices .choice  { margin-left: 0; padding:5px 8px; line-height: 24px; }
	.questions .answer_choices .choice:first-child  { padding-top:5px; }
	.questions .next { margin-top:25px; margin-left: 0; }
	.questions #contents .questionnaire { padding-bottom:125px; }
	.questions .more-space { max-width: 75%; }

	.language-switcher { top:15px; right:15px; width:130px; }

	.questions .questionnaireForm.psychological-safety #contents .questionnaire { padding-left: 25px; padding-right: 25px; }
	.questions .questionnaireForm.psychological-safety #contents .questionnaire .row.featurette { padding-left: 0; padding-right: 0; }
	.questions .questionnaireForm.psychological-safety #contents .questionnaire .question::after { clear: both; }
	.questions .questionnaireForm.psychological-safety #contents .questionnaire .question .number { float: none; width: auto; }
	.questions .questionnaireForm.psychological-safety .question .text { margin-left: 0; }
	.questions .questionnaireForm.psychological-safety .answer_slider { margin:0; }
	.questions .questionnaireForm.psychological-safety .answer_slider .ui-slider-handle { top:-8px; }
	.questions .questionnaireForm.psychological-safety .text-below { font-size: 14px; margin-top:0 }
	.questions .questionnaireForm.psychological-safety .text-below .left { margin-left: -10px; }
	.questions .questionnaireForm.psychological-safety .text-below .right { margin-right: -10px; }

	.thank-you .wrapper #contents .subject .thank { margin-left: 15px; }
	.thank-you .wrapper #contents .subject .you { margin-left: 100px; }
}

/* iPhone 6 Landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:landscape) {
	body { font-size:16px; }
	.home { background-size:100% auto; }
	.home .wrapper #contents .start_box { margin-left:125px; }
	.questions { background-size:100% auto; }
}
/* iPhone 6 Plus (Landscape) */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio : 3) {
	body { font-size:16px; }
	.home .wrapper #contents .start_box { margin-left:125px; }
}


/* iPhone 5 (Portrait) */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) and (orientation: portrait) {

}
/* iPhone 5 (Landscape) */
@media screen and (device-aspect-ratio: 40/71) and (orientation: landscape) {
	.home .wrapper #contents .start_box { margin-left:125px; }
}

/* iPad 3 & 4 (Landscape ) */
@media(min-width:1000px) and (max-width: 1069px) {
	body { font-size:18px; }
}

/* iPad 1 & 2 (Portrait) */
@media only screen and (min-device-width: 668px) and (max-device-width: 768px) and (orientation: portrait) {

}

/* iPad 3 & 4 (Portrait) */
@media only screen and (min-device-width: 768px) and (orientation : portrait) {

}
