/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #e6e6e6; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: text-bottom;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}

/* ============================== */
/* CSS Vars   */
/* ============================== */
@font-face {
  font-family: 'PTSansNarrowBold';
  src: url('/static/css/fonts/pt_sans-narrow-web-bold-webfont.eot?119d7db8ff60');
  src: url('/static/css/fonts/pt_sans-narrow-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/fonts/pt_sans-narrow-web-bold-webfont.woff?119d7db8ff60') format('woff'), url('/static/css/fonts/pt_sans-narrow-web-bold-webfont.ttf?119d7db8ff60') format('truetype'), url('/static/css/fonts/pt_sans-narrow-web-bold-webfont.svg#PTSansNarrowBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansNarrowRegular';
  src: url('/static/css/fonts/pt_sans-narrow-web-regular-webfont.eot?119d7db8ff60');
  src: url('/static/css/fonts/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/css/fonts/pt_sans-narrow-web-regular-webfont.woff?119d7db8ff60') format('woff'), url('/static/css/fonts/pt_sans-narrow-web-regular-webfont.ttf?119d7db8ff60') format('truetype'), url('/static/css/fonts/pt_sans-narrow-web-regular-webfont.svg#PTSansNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.button {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  padding: 2px;
  background: #000;
  border: 0;
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
}
.button span {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 4px 12px;
  line-height: 1em;
  border: 1px solid #fff;
}
input,
textarea {
  border: 1px solid #ccc;
  font: italic 12px 'Droid Serif', "Times New Roman", Times, serif;
  box-sizing: border-box;
  /* css3 rec */
  -moz-box-sizing: border-box;
  /* ff2 */
  -ms-box-sizing: border-box;
  /* ie8 */
  -webkit-box-sizing: border-box;
  /* safari3 */
  -khtml-box-sizing: border-box;
  /* konqueror */
}
input:hover,
textarea:hover,
input:active,
textarea:active,
input:focus,
textarea:focus {
  outline: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
.yellow {
  background: #FF9F17;
}
.green {
  background: #1b9927;
}
.hide {
  display: none;
}
/* questionnaire */
html,
body,
#wrap {
  height: 100%;
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
form hr,
hr.dashed {
  clear: both;
  margin: 0;
  border-top: 1px dashed #d8d8d8;
}
hr.solid {
  clear: both;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}
.page-appreciations .test-pbt {
  text-align: center;
}
.page-appreciations .test-pbt .test-button a {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  background: #B80000;
}
.page-appreciations .test-pbt .test-button a span {
  padding: 8px 28px 6px;
  font-size: 18px;
}
.page-appreciations .test-pbt p {
  font: italic 17px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
  margin-bottom: 0px;
}
.page-appreciations .testimonial-content em {
  padding-top: 5px;
  display: block;
}
.page-appreciations .testimonials .wrapper {
  padding: 11px 15px 4px 15px;
}
.page-appreciations p .gray {
  color: #666;
}
.page-appreciations p em:last-child {
  font: italic 13px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  color: black;
}
.page-appreciations #testimonials ul {
  margin-bottom: 30px;
}
.page-appreciations .age-group {
  width: 330px;
  font: italic 17px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
}
.page-appreciations .age-group span {
  background-color: white;
  padding: 0px 11px;
}
.page-appreciations .age-group hr {
  border-top: 2px solid #E6E6E6;
  height: 0px;
  margin: -12px 0 0;
}
.short-term-error .errorlist {
  margin: 0px!important;
  padding-bottom: 5px!important;
  font-weight: normal;
  color: #B10000;
  list-style-type: none;
}
#questionnaire {
  background: url('/static/img/footer_bg.png?119d7db8ff60');
  border-top: 12px solid #000;
  min-width: 1020px;
}
#questionnaire .row {
  max-width: 1020px;
}
#questionnaire .goal_setting #short-term-action {
  width: 100%;
}
#questionnaire .goal_setting h3 {
  padding-top: 15px;
}
#questionnaire .goal_setting ul {
  margin: 0 0 0px;
}
#questionnaire .goal_setting p {
  margin: 0 0 5px;
}
#questionnaire .goal_setting h3:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
#questionnaire .goal_setting .invisible {
  display: none;
}
#questionnaire .goal_setting tr:first-child {
  font-weight: bold;
}
#questionnaire #title {
  margin: 13px 0 7px;
}
#questionnaire .submit-button span {
  padding: 8px 28px 6px;
  font-size: 18px;
}
#questionnaire #top-line {
  margin: 0 0 20px;
}
#questionnaire #bottom-line {
  margin: 20px 0 0 0;
}
#questionnaire #wrap .container {
  padding-bottom: 90px;
}
#questionnaire .container {
  padding-bottom: 20px;
  padding-top: 20px;
}
#questionnaire .tencol {
  background: #FFF;
}
#questionnaire #content {
  padding: 20px;
}
#questionnaire .subsection {
  padding: 35px 0 7px;
}
#questionnaire .subsection-title {
  font-size: 21px;
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  color: #B10000;
  text-align: right;
  margin-top: 5px;
}
#questionnaire .input-block input {
  display: block;
}
#questionnaire .submit-button {
  text-align: center;
  margin: 45px 0 30px;
}
#questionnaire p {
  margin: 0 0 12px;
}
#questionnaire ul {
  margin: 0 0 30px;
  padding: 0;
  padding-left: 1px;
}
#questionnaire ul.list {
  padding-left: 18px;
}
#questionnaire #header-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
#questionnaire #header-title h2 {
  color: #000;
  text-shadow: 2px 2px 1px #fff;
  margin: 37px 0 -1px 0;
}
#questionnaire #header-title h2 span {
  color: #B80000;
}
#questionnaire #header-title h4 {
  margin-bottom: 17px;
}
#questionnaire #header-title p {
  margin-bottom: 4px;
}
#questionnaire #title h1 {
  font-size: 44px;
  line-height: 50px;
}
#questionnaire #footer {
  background: #000;
  color: #FFF;
  position: relative;
  margin-top: -30px;
  /* negative value of footer height */
  height: 20px;
  clear: both;
  padding: 5px 8px;
}
#questionnaire #footer .tencol {
  background: inherit;
}
#questionnaire textarea {
  width: 70%;
  height: 70px;
  resize: none;
}
#questionnaire label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
#questionnaire input[type="text"],
#questionnaire textarea,
#questionnaire select {
  font-size: 13px;
  margin-bottom: 30px;
}
#questionnaire input[type="text"] {
  width: 70%;
  padding: 4px 6px;
}
#questionnaire fieldset.strength {
  margin-bottom: 30px;
}
#questionnaire fieldset.strength input {
  margin: 0;
}
#questionnaire fieldset.strength input + input {
  margin: 15px 0 0 0;
}
#questionnaire fieldset.strength input + label {
  margin: 30px 0 0 0;
}
#questionnaire #priority ul {
  overflow: hidden;
  list-style: none;
}
#questionnaire #priority li {
  float: left;
  margin-right: 25px;
}
#questionnaire #priority li label {
  font-weight: normal;
}
#questionnaire ol {
  padding-left: 18px;
  margin: 0 0 22px;
}
#questionnaire .dream ol {
  font-weight: bold;
}
#questionnaire table td {
  padding: 2px 3px;
}
#questionnaire table td.number {
  text-align: right;
}
#questionnaire table td.option {
  text-align: center;
}
#questionnaire .story p {
  margin-bottom: 30px;
}
#questionnaire .instruction {
  font-size: 14px;
  margin-bottom: 12px;
}
#questionnaire .instruction span {
  font-size: 13px;
  color: #B10000;
}
#questionnaire .instruction strong {
  color: #000;
}
#questionnaire ul.guide {
  font-weight: bold;
  padding-left: 18px;
}
#questionnaire #psp-chart {
  overflow: hidden;
}
#questionnaire #psp-chart #pilar {
  float: left;
  position: relative;
  height: 450px;
  width: 288px;
}
#questionnaire #psp-chart #pilar .chart {
  position: absolute;
  bottom: 0px;
  width: 191px;
}
#questionnaire #psp-chart #pilar #bar-0 {
  z-index: 3;
}
#questionnaire #psp-chart #pilar #bar-1 {
  z-index: 4;
}
#questionnaire #psp-chart #pilar #bar-2 {
  z-index: 2;
}
#questionnaire #psp-chart #pilar #bar-3 {
  z-index: 1;
}
#questionnaire #psp-chart #pilar .score-1 {
  height: 150px !important;
}
#questionnaire #psp-chart #pilar .score-2 {
  height: 182px !important;
}
#questionnaire #psp-chart #pilar .score-3 {
  height: 215px !important;
}
#questionnaire #psp-chart #pilar .score-4 {
  height: 247px !important;
}
#questionnaire #psp-chart #pilar .score-5 {
  height: 280px !important;
}
#questionnaire #psp-chart #pilar .score-6 {
  height: 312px !important;
}
#questionnaire #psp-chart #pilar .score-7 {
  height: 343px !important;
}
#questionnaire #psp-chart #pilar .score-8 {
  height: 375px !important;
}
#questionnaire #psp-chart #pilar .score-9 {
  height: 410px !important;
}
#questionnaire #psp-chart #pilar .score-10 {
  height: 440px !important;
}
#questionnaire #psp-chart #pilar .intellectual-0 {
  background: url('/static/img/intellectual-0.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .intellectual-1 {
  background: url('/static/img/intellectual-1.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .intellectual-2 {
  background: url('/static/img/intellectual-2.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .intellectual-3 {
  background: url('/static/img/intellectual-3.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .spiritual-0 {
  background: url('/static/img/spiritual-0.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .spiritual-1 {
  background: url('/static/img/spiritual-1.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .spiritual-2 {
  background: url('/static/img/spiritual-2.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .spiritual-3 {
  background: url('/static/img/spiritual-3.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .physical-0 {
  background: url('/static/img/physical-0.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .physical-1 {
  background: url('/static/img/physical-1.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .physical-2 {
  background: url('/static/img/physical-2.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .physical-3 {
  background: url('/static/img/physical-3.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .social-0 {
  background: url('/static/img/social-0.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .social-1 {
  background: url('/static/img/social-1.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .social-2 {
  background: url('/static/img/social-2.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar .social-3 {
  background: url('/static/img/social-3.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar #bar-bottom {
  z-index: 9;
  width: 191px;
  position: absolute;
  height: 72px;
  bottom: 0px;
  background: url('/static/img/bar-bottom.png?119d7db8ff60');
}
#questionnaire #psp-chart #pilar #bar {
  position: absolute;
  bottom: 70px;
  left: 220px;
  width: 35px;
  height: 333px;
  background: url('/static/img/bar.png?119d7db8ff60');
}
#questionnaire #psp-chart #legend {
  margin-top: 70px;
  float: left;
  width: 300px;
}
#questionnaire #psp-chart #legend ul {
  padding: 0px;
  margin-bottom: 100px;
  list-style: none;
}
#questionnaire #psp-chart #legend ul li {
  font-size: 20px;
  margin-bottom: 8px;
}
#questionnaire #psp-chart #legend li div {
  margin-right: 10px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
#questionnaire #psp-chart #legend .social {
  background: #fcd806;
}
#questionnaire #psp-chart #legend .spiritual {
  background: #21c1f1;
}
#questionnaire #psp-chart #legend .intellectual {
  background: #c1e306;
}
#questionnaire #psp-chart #legend .physical {
  background: #fc7032;
}
#questionnaire #psp-chart #legend .high {
  background: #b2b2b2;
}
#questionnaire #psp-chart #legend .medium {
  background: #cccccc;
}
#questionnaire #psp-chart #legend .low {
  background: #e6e6e6;
}
#questionnaire #hasil-psp h3,
#questionnaire #explanation h4 {
  color: #B10000;
  font-weight: normal;
  font-style: italic;
  font: italic 14px 'Droid Serif', serif;
  margin-bottom: 8px;
}
#questionnaire #short-term td {
  padding: 0 35px 0 0;
}
#questionnaire .action {
  width: 250px;
}
#questionnaire .action input[type="text"] {
  width: 100%;
}
#questionnaire .time {
  width: 152px;
}
.payconfirm .confirm {
  margin-top: 58px;
}
.payconfirm #breadcrumb {
  display: none;
}
.payconfirm label {
  font-size: 14px;
  font-weight: normal!important;
  cursor: default;
  width: 200px;
  float: left;
  text-align: right;
  margin-right: 20px;
}
.payconfirm .clear {
  clear: both;
}
.payconfirm .help_text {
  color: #CCC;
  font-size: 14px;
}
.payconfirm .error {
  clear: both;
}
.payconfirm input,
.payconfirm textarea {
  border: 1px solid #E6E6E6;
  width: 255px!important;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px!important;
}
.payconfirm .input {
  width: 255px!important;
  float: left;
  margin-right: 10px;
}
.payconfirm .submit-button {
  margin: 25px 0px 30px 220px!important;
  text-align: left!important;
}
.feedback .confirm {
  margin: 58px 100px 0 0;
}
.feedback ul {
  padding-top: 10px!important;
}
.feedback .center {
  margin: 0 0 0 240px!important;
}
.feedback .errorlist {
  color: #B10000;
  list-style-type: none;
  margin: 0px!important;
}
.feedback .clear:last-child {
  clear: none;
}
.feedback .notice {
  color: #9D99A0;
  font-style: italic;
  position: relative;
  top: -40px;
  margin-left: 10px;
  left: 20px;
}
.feedback .right {
  float: right;
  width: 74%;
}
.feedback textarea:-moz-placeholder {
  color: #CCC !important;
  font-style: normal;
}
.feedback textarea::-webkit-input-placeholder {
  color: #CCC;
  font-style: normal;
}
.feedback #breadcrumb {
  display: none;
}
.feedback label {
  font-size: 14px;
  font-weight: normal!important;
  cursor: default;
  width: 22.05%;
  float: left;
  text-align: right;
  margin-right: 20px;
}
.feedback .clear {
  clear: both;
}
.feedback .help_text {
  color: #9D99A0;
  font-size: 12px;
  margin-top: 20px;
  clear: both;
  margin-bottom: 20px;
}
.feedback .error {
  font-size: 12px;
  padding-bottom: 5px;
  display: block;
}
.feedback textarea {
  height: 100px!important;
}
.feedback input,
.feedback textarea {
  font-family: 'Droid Sans', Arial, sans-serif;
  border: 1px solid #E6E6E6;
  float: left;
  margin-right: 10px;
  padding: 5px;
  margin-bottom: 10px!important;
  font-style: normal;
}
.feedback .submit-button {
  margin: 25px 0px 30px 182px!important;
  text-align: left!important;
}
.summary .ninecol h2 {
  margin-top: 0px!important;
}
.clear {
  clear: both;
}
.line {
  border-right: 1px dashed #999;
  width: 1px;
  height: 100%;
  position: absolute;
  margin-left: 50%;
}
.option .button-left,
.option .button-right {
  display: table;
  width: 50%;
}
.option .button-left {
  float: left;
}
.option .payment-button {
  float: right;
}
.option .left .free {
  margin-top: 10px!important;
}
.option .left p {
  padding-top: 0px!important;
}
.option .free-button {
  float: none;
}
.option .free-button span {
  padding: 8px 28px 6px;
  font-size: 18px;
}
.option .option-payment {
  text-align: left;
}
.option .option-payment .payment-button {
  text-align: center;
  margin-top: 30px;
  padding-top: 0px;
}
.option .payment-button .button {
  background: #FF9817;
}
.option .payment-button span {
  padding: 8px 28px 6px;
  font-size: 18px;
  background: #FF9817;
}
.thank-you #breadcrumb {
  display: none;
}
.thank-you .feedback p {
  margin-top: 50px!important;
}
.thank-you .atm {
  margin-top: 50px;
}
.thank-you .paypal {
  text-align: center;
  font-weight: normal;
  width: 400px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.thank-you .paypal-button {
  margin: 20px 0 70px 0!important;
}
.sub-disclaimer h3:first-child {
  margin-top: 0;
}
.disclaimer_page img {
  padding-bottom: 20px;
}
.disclaimer {
  text-align: center;
  padding: 5px;
  font-size: 15px;
  background: #EBEBEB;
}
.disclaimer span {
  display: block;
  padding: 8px 28px 6px;
  border: 1px solid white;
}
.print {
  background: white!important;
  min-width: 1140px!important;
}
.print #wrap .row {
  max-width: 1140px;
}
.print .subsection-title {
  text-align: left!important;
  margin-bottom: 10px!important;
}
.print .label {
  margin-left: 45px;
  position: relative;
  top: -35px;
}
.print .label span {
  margin-right: 50px!important;
}
.print .legend {
  float: right;
  font-size: 13px;
  width: 210px;
}
.print .diagram {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-right: 5px;
  top: 5px;
  position: relative;
}
.print .yellow-chart {
  background: #FAD82D;
}
.print .orange-chart {
  background: #FA6D35;
}
.print #hasil-psp div.ninecol h2 {
  margin-top: 0px!important;
}
.print .skor {
  padding-top: 30px!important;
}
.print #footer {
  display: none;
}
.print #title h1 {
  letter-spacing: 0px!important;
  font-size: 36px!important;
  margin: 20px;
}
.payment #breadcrumb {
  display: none;
}
.payment .text-paypal {
  min-height: 210px;
}
.payment .sub-payment-english .text-paypal {
  min-height: 0px;
}
.payment .sub-payment-english .left {
  width: 100%;
  text-align: left;
}
.payment .sub-payment-english .left p {
  padding-top: 0px;
}
.payment .sub-payment {
  text-align: center;
  margin: 48px 30px 30px 30px;
  overflow: hidden;
  position: relative;
}
.payment .left h2,
.payment .right h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
.payment .paypal {
  font-size: 20px;
  color: #57B94C;
  line-height: 25px;
}
.payment .left p {
  padding-top: 16px;
}
.payment p {
  font-size: 14px;
  line-height: 22px;
  margin-left: auto!important;
  margin-right: auto!important;
}
.payment b {
  font-size: 14px;
}
.payment .left {
  float: left;
  width: 48%;
  padding-right: 9px;
}
.payment .left .orange {
  background-color: #FF9817 !important;
}
.payment .paypal-logo {
  margin-left: 10px;
}
.payment .right {
  float: right;
  width: 48%;
  padding-left: 9px;
}
.page-camp .orange {
  background-color: #FF9817 !important;
}
.page-camp .orange span {
  padding: 10px 8px 7px 8px;
}
.page-camp .testimonial-content img {
  max-width: none!important;
}
.page-camp .testimonials {
  padding: 0px 10px;
}
.page-camp .main-content {
  text-align: left;
}
.page-camp .main-content ul {
  font-size: 17px;
  line-height: 24pt;
  padding: 0px 18px;
  margin: 0px;
  text-align: justify;
}
.camp_thank_you .paypal {
  text-align: center;
  font-weight: normal;
  width: 400px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.payment-summary .ninecol {
  width: 100%;
  text-align: center;
}
.payment-summary p {
  margin-top: 10px!important;
}
.payment-summary .payment-button .orange {
  background: #FF9817;
}
.payment-summary .payment-button span {
  font-size: 20px;
  padding: 10px 28px 8px 28px;
}
input[type="radio"] {
  border: none;
}
span.error {
  font-weight: normal;
  color: #B10000;
}
#questionnaire.questionnaire_detail {
  font-size: 14px;
}
#questionnaire.questionnaire_detail .explanation {
  font-size: 12px;
}
#questionnaire.questionnaire_detail .top {
  margin-top: 10px;
}
#questionnaire.questionnaire_detail #title {
  margin-bottom: 33px;
}
#questionnaire.questionnaire_detail .subsection-title {
  margin-top: 2px;
}
#questionnaire.questionnaire_detail .subsection {
  padding: 30px 0;
}
#questionnaire.questionnaire_detail h2 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-top: 0px;
}
#questionnaire.questionnaire_detail table {
  width: 50%;
}
#questionnaire.questionnaire_detail table th {
  text-align: left;
}
#pilar,
#comparison_psp {
  margin: 0 0 35px;
}
#comparison_psp {
  height: 320px;
}
.questionnaire_detail .ninecol hr:last-child {
  border-top: none;
}
.questionnaire_detail .disclaimer-form {
  display: inline;
}
.questionnaire_detail .disclaimer-form .disclaimer-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #B80000;
}
.questionnaire_detail .label {
  margin-left: 45px;
  position: relative;
  top: -35px;
}
.questionnaire_detail .label span {
  margin-right: 58px;
}
.uppercase {
  text-transform: uppercase;
}
.red {
  color: #B80000;
}
.red span {
  color: #B80000 !important;
}
#hasil-psp div.ninecol h2 {
  margin-top: 30px;
}
#hasil-psp em {
  color: #B80000;
  font-style: normal;
}
#hasil-psp .submit-button {
  float: right;
  margin: 0 0 0 35px;
}
#hasil-psp .subresult ul {
  margin: 0;
}
#hasil-psp li {
  margin-left: 20px;
  margin-bottom: 10px;
}
#explanation li {
  margin-left: 15px;
}
#explanation h3 {
  font-size: 14px;
  margin-bottom: 4px;
}
#explanation .subsection {
  padding: 0px;
  margin-bottom: 30px;
}
#explanation hr {
  margin: 32px 0;
}
.subresult {
  margin-bottom: 23px;
}
.subresult h4 {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}
fieldset {
  margin-top: 20px;
}
fieldset label {
  font-weight: bold;
}
table.zebra {
  margin-bottom: 30px;
}
table.zebra tr th {
  background: #cccccc;
  color: #FFF;
  padding: 10px 5px;
}
table.zebra td {
  background: #ebebeb;
  padding: 20px;
}
table.zebra tr.odd td {
  background: #f7f7f7;
}
table.zebra th.option {
  font-weight: bold;
}
table.zebra td.option,
table.zebra th.option {
  border-left: 1px solid #fbfbfb;
  vertical-align: middle;
}
table.zebra .colspan {
  border-bottom: 1px solid #FBFBFB;
}
#questionnaire table.zebra td {
  padding: 8px 18px 8px 18px;
}
#questionnaire table.zebra td li label {
  font-weight: normal;
}
#questionnaire table.zebra td ul {
  margin: 0;
}
.section_1_b img {
  margin: 0 0 30px;
}
.section_1_d form table {
  width: 100%;
  margin-bottom: 30px;
}
.section_1_d th {
  text-align: right;
  width: 45%;
}
.section_1_d th,
.section_1_d td {
  padding: 5px 10px;
}
.section_1_d td input {
  width: 200px;
}
.section_1_d#questionnaire .instruction {
  margin-bottom: 48px;
}
.section_1_d#questionnaire input[type="text"],
.section_1_d#questionnaire label {
  margin-bottom: 20px;
}
.section_1_d#questionnaire input[type="text"] {
  margin: 0;
}
.section_1_d#questionnaire label {
  font-weight: normal;
}
.section-2 .errorlist {
  display: inline-block;
  margin-bottom: 0px!important;
}
.section-2 ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.section-2#questionnaire ul label {
  font-weight: normal;
}
.section-1-e td.option {
  width: 240px;
}
.section-1-e td.option .scale {
  display: table-row;
}
.section-1-e td.option .left-option,
.section-1-e td.option .right-option {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
#questionnaire .scale-option {
  display: table-cell;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  width: 65%;
}
#questionnaire .scale-option input {
  margin-right: 5%;
}
#questionnaire .scale-option label {
  display: inline-block !important;
  margin: 0 5px 0 0;
}
#questionnaire.identity #id_find_us {
  margin-bottom: 10px;
}
#questionnaire.identity .height {
  padding-bottom: 20px;
  display: table;
}
#questionnaire.identity .help_text {
  color: #CCC;
  position: relative;
  top: -20px;
  font-size: 13px;
}
#questionnaire.identity ul {
  list-style: none;
  overflow: hidden;
}
#questionnaire.identity form ul li {
  float: left;
  width: 200px;
}
#questionnaire.identity form ul li label {
  font-weight: normal;
}
#activity tr td {
  padding: 0;
}
#breadcrumb {
  background: #e6e6e6;
  padding: 2px;
}
#breadcrumb ul {
  margin: 0px;
  padding: 0px;
  border: 1px solid #FFF;
  white-space: nowrap;
}
#breadcrumb li {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  list-style: none;
  color: #666;
  width: 16.5%;
  text-align: center;
  background: #ffe1e6 url('/static/img/breadcrumb.png?119d7db8ff60') no-repeat right;
  padding-top: 10px;
  height: 27px;
  text-indent: -10px;
  display: inline-block;
}
#breadcrumb li#goal {
  width: 18%;
}
#breadcrumb li.last {
  background-image: none !important;
}
#breadcrumb li.done {
  color: #FFF;
  background: #BBE768 url('/static/img/breadcrumb-done.png?119d7db8ff60') no-repeat right;
}
#breadcrumb li.done-active {
  color: #FFF;
  background: #BBE768 url('/static/img/breadcrumb-done-active.png?119d7db8ff60') no-repeat right;
}
#breadcrumb li.active {
  color: #FFF;
  background: #FF9815 url('/static/img/breadcrumb-active.png?119d7db8ff60') no-repeat right;
}
.gecko #breadcrumb ul li#goal,
.ie #breadcrumb ul li#goal {
  width: 17.5%;
}
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
body {
  font-family: 'Droid Sans', Arial, sans-serif;
  color: #333;
  line-height: 1.5em;
  min-width: 1140px;
}
a,
a:visited {
  text-decoration: none;
  color: #B80000;
}
p a {
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
p a:hover {
  color: #000;
}
#top,
#copy {
  background: #000;
}
#top {
  height: 18px;
}
#nav {
  list-style-type: none;
  margin: 22px 0 9px 0;
  padding: 0;
}
#nav li {
  float: left;
  width: 14.28%;
  text-align: center;
  line-height: 1em;
}
#nav li h2 {
  font: 17px 'PTSansNarrowRegular', Arial, sans-serif;
  margin: 0;
}
#nav li h5 {
  font: italic 12px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
}
#nav li a,
#nav li a:visited {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#nav li a:hover,
#nav li a.selected {
  color: #B30000;
}
#header-title {
  text-align: center;
}
#header-title h2 {
  font: 40px 'PTSansNarrowBold', Arial, sans-serif;
  color: #B80000;
  line-height: 1em;
  margin: 40px 0 4px 0;
}
#header-title p {
  font: 16px 'Droid Serif', serif;
}
#header-title em {
  font-style: normal;
  color: #000;
}
#header-title h4 {
  color: #999;
  font: italic 14px 'Droid Serif', serif;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.office_hour {
  margin-bottom: 10px;
}
.sibalpil .main-content img {
  margin: 0 auto;
  display: table;
}
.sibalpil .float_right {
  float: right;
}
.sibalpil .duta img {
  display: inline-block;
}
.sibalpil h2.first {
  margin-top: 5px;
}
.sibalpil .about-content .note {
  text-align: center;
}
.sibalpil .about-content .note p {
  font-size: 13px;
  line-height: 15pt;
}
.sibalpil .about-content .note strong {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.sibalpil .motto {
  font-size: 28px;
}
.sibalpil .second-subtitle {
  text-align: center;
  margin: 75px 0 50px 0;
  color: #000;
}
.sibalpil .second-subtitle h1 {
  font: normal 40px/1.2em 'Droid Serif', "Times New Roman", Times, serif;
  letter-spacing: -2px;
  margin: 0 0 30px 0;
}
.sibalpil .second-subtitle p {
  font: italic 17.5px 'Droid Serif', serif;
  color: #666;
  line-height: 28px;
}
.sibalpil .second-subtitle.last {
  margin-top: 0px;
}
.subtitle {
  text-align: center;
}
.gray-background {
  height: 2px;
  display: block;
  background-color: #ccc;
  margin-top: 50px;
}
.white-border {
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0;
}
#footer {
  padding: 55px 0 59px 0;
  background: url('/static/img/footer_bg.png?119d7db8ff60');
  margin: 0px 0 0 0;
}
#footer h4 {
  font: 23px 'PTSansNarrowRegular', Arial, sans-serif;
  text-shadow: 2px 2px 1px #fff;
}
#footer input,
#footer textarea {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 4px;
}
#footer textarea {
  height: 72px;
}
#footer p {
  margin: 0 0 10px;
}
#footer button span {
  padding: 5px 29px 3px;
}
#footer .company-name {
  margin-bottom: 10px;
  font-weight: bold;
}
#copy {
  color: #808080;
  font-size: 10px;
  padding: 12px 0;
}
/* Styling for Home section */
#title {
  text-align: center;
  margin: 17px 0 36px 0;
  color: #000;
}
#title h1 {
  font: normal 53px/1em 'Droid Serif', "Times New Roman", Times, serif;
  letter-spacing: -2px;
  margin: 0;
}
#title h1 em {
  font-size: 25px;
  position: relative;
  top: -22px;
}
#title p {
  font: italic 17px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  margin: 11px 0 0 0;
}
#title .verification {
  font-style: normal;
  text-align: left;
}
#title span {
  color: #999;
}
#title .subtitle span {
  color: #333;
}
#title.subtitle h1 {
  font: normal 43px/1em 'Droid Serif', "Times New Roman", Times, serif;
}
.verification-failed {
  min-width: 1020px;
}
.verification-failed .row {
  max-width: 1020px;
}
#bottom-title {
  text-align: center;
  margin: 25px 0 36px 0;
}
#bottom-title h1 {
  font: normal 20px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  color: #333;
  margin: 0 0 0 0;
}
#bottom-title p {
  font: italic 18px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  margin: 0 0 0 0;
}
#bottom-title span {
  color: #999;
}
#bottom-title hr {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.home #footer {
  margin-top: 0;
}
#top-line,
#bottom-line,
hr.bottom-separator,
hr.contact-separator {
  height: 12px;
  border: 0;
}
hr.bottom-separator {
  background: url('/static/img/line-2.png?119d7db8ff60') no-repeat center center;
  margin: 45px 0 30px 0;
}
#top-line {
  background: url('/static/img/line-1.png?119d7db8ff60') no-repeat center center;
  margin: 0 0 27px;
}
#bottom-line {
  background: url('/static/img/line-2.png?119d7db8ff60') no-repeat center center;
  margin: 31px 0 0 0;
}
#press {
  padding: 0 0 0px;
}
.new_media {
  /* modify this if you want to set margin for iPad display */
  margin: 41px 0 10px 0px;
  text-align: center;
}
.new_media h6 {
  font: italic 15px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
}
.new_media h4 {
  font: 21px 'PTSansNarrowRegular', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: -1px 0 8px;
  color: #B80000;
}
.new_media a img {
  margin: 5px auto 0 auto;
  display: block;
  padding-bottom: 15px;
}
.new_media p {
  display: table;
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}
.center {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.justify {
  text-align: justify;
}
.media {
  /* modify this if you want to set margin for iPad display */
  margin: 0 0 41px ;
}
.media h6 {
  font: italic 15px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
}
.media h4 {
  font: 21px 'PTSansNarrowRegular', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: -1px 0 8px;
  color: #B80000;
}
.media a img {
  float: left;
  margin: 5px 28px 0 0;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.media p {
  display: table;
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
}
.contact-us input,
.contact-us textarea {
  box-shadow: 1px 1px 0px white;
  -webkit-box-shadow: 1px 1px 0px white;
  -moz-box-shadow: 1px 1px 0px white;
}
#email {
  -moz-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
  font: 16px 'Droid Serif', "Times New Roman", Times, serif;
  letter-spacing: -1px;
  background: #ccc;
  color: #4D4D4D;
  padding: 2px 0;
  margin: 62px 0 0 0;
  text-align: center;
}
#email p {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 19px;
}
#email input {
  font-size: 16px;
  color: #999;
  padding: 6px 13px;
  width: 290px;
  margin: 0 15px 0 0;
}
#email button {
  font: 19px 'PTSansNarrowRegular', Arial, sans-serif;
}
#email button span {
  padding: 5px 30px 3px;
}
#email .wrapper {
  padding: 19px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.messages {
  font: 13px 'Droid Sans', Arial, sans-serif;
  color: #333;
  margin: 17px 0 0 0;
  padding: 2px 0;
  text-align: center;
}
.messages.success {
  background: #CDF2A2;
}
.messages.error {
  background: #FFDED7;
}
.messages .wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
}
#psp-book,
.pillar-book {
  text-align: center;
  padding: 4px 0 0 0;
}
#psp-book a,
.pillar-book a {
  margin: 40px 0 0 0;
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  background: #B80000;
}
#psp-book a span,
.pillar-book a span {
  padding: 8px 28px 6px;
  font-size: 18px;
}
#psp-book em,
.pillar-book em {
  color: #999;
  font: italic 12px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  margin: 9px 0 0 0;
  display: block;
}
#psp-book .clear-background img,
.pillar-book .clear-background img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#psp-book .clear-background a,
.pillar-book .clear-background a {
  background: #fff;
}
#psp-book .media,
.pillar-book .media {
  text-align: left;
}
#psp-book .media img,
.pillar-book .media img {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-right: 15px;
}
.pillar-book a {
  margin: 0;
}
.pillar-book a span {
  padding: 7px 15px 5px;
}
.pillar-book .download-walpaper .title {
  font-family: 'PTSansNarrowRegular', Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
}
.pillar-book hr {
  margin: 32px 0 32px 0;
}
.pillar-book em {
  margin-bottom: 10px;
}
.pillar-book p {
  margin-top: 34px;
  font-size: 15px;
}
.pillar-book p a {
  font-family: 'Droid Sans', Arial, sans-serif;
  background: #fff;
}
.pillar-book img {
  margin-left: 1px;
  box-shadow: 0px 3px 15px #666;
  -webkit-box-shadow: 0px 3px 15px #666;
  -moz-box-shadow: 0px 3px 15px #666;
}
/* Styling for footer */
#twitter .button,
#facebook .button {
  background: #53C5FF;
  float: right;
  font-size: 13px;
}
#twitter .button span,
#facebook .button span {
  padding: 7px 15px 5px;
}
#twitter .facebook-content,
#facebook .facebook-content {
  width: 293px;
}
#twitter .facebook-content .fb-like-box,
#facebook .facebook-content .fb-like-box {
  margin-top: 18px;
}
#twitter .facebook-content .button span,
#facebook .facebook-content .button span {
  padding: 7px 10px 5px;
}
#twitter hr,
#facebook hr {
  border: 0;
  width: 293px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #b2b2b2;
  height: 0;
  margin: 11px 0 0 0;
}
#twitter-header {
  width: 245px;
  background: url('/static/img/twitter.png?119d7db8ff60') no-repeat top left;
  padding: 0 0 0 48px;
}
.username,
.username:visited {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-shadow: 2px 2px 1px #fff;
  display: block;
}
#follower-count {
  display: block;
  color: #808080;
  font-size: 11px;
}
#timeline {
  width: 293px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  font: italic 14px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
}
#timeline h6 {
  font-style: normal;
  font-size: 11px;
  margin-top: 1px;
  color: #808080;
}
#timeline li {
  margin: 0 0 18px;
}
#timeline li:last-child {
  margin: 0;
}
.adsense {
  padding-top: 20px;
}
.online-support img {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
}
.online-support span {
  font: 23px 'PTSansNarrowRegular', Arial, sans-serif;
  text-shadow: 2px 2px 1px #fff;
  padding-right: 16px;
  border-right: 1px solid #B2B2B2;
}
.online-support a {
  font: 23px 'PTSansNarrowRegular', Arial, sans-serif;
}
/* Styling for testimonial */
.testimonials {
  border: 15px solid #e6e6e6;
  list-style: none;
  padding: 0;
  width: 300px;
  text-align: center;
  margin: 2px 0 0 0;
}
.testimonials li {
  padding: 9px;
  border-bottom: 1px solid #e6e6e6;
}
.testimonials li:hover {
  cursor: pointer;
}
.testimonials li,
.testimonials h5,
.testimonials h6,
.testimonials p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials .wrapper {
  padding: 11px 36px 4px 36px;
  border: 1px solid #fff;
}
.testimonials h5 {
  font: 22px/1em 'PTSansNarrowRegular', Arial, sans-serif;
  color: #B80000;
  margin: 0 0 6px;
}
.testimonials h6 {
  font: italic 11px/1.4em 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
}
.testimonials hr {
  height: 8px;
  background: url('/static/img/line-testimonial.png?119d7db8ff60') no-repeat center center;
  border: 0;
  margin: 7px 0 3px;
}
.testimonials p {
  display: none;
}
.testimonials li.active {
  background: #B80000;
}
.testimonials li.active h5,
.testimonials li.active h6,
.testimonials li.active p {
  color: #fff;
}
.testimonials li.active p {
  display: block;
}
.testimonials li.active hr {
  background: url('/static/img/line-testimonial-white.png?119d7db8ff60') no-repeat center center;
}
.partner img {
  margin: 0 auto;
  display: block;
  position: relative;
}
.partner .eclat {
  top: 85px;
}
.partner .sahabat {
  top: 12px;
}
.partner .main-content p {
  margin: 0 0 10px;
}
.partner h2 {
  font: normal 25px/1.15em 'PTSansNarrowRegular', Arial, sans-serif;
  margin-bottom: 10px;
}
.partner a {
  font-size: 15px;
}
.not_found h1 {
  margin: 58px 0 20px 0;
  font: normal 55px/1.15em 'Droid Serif', "Times New Roman", Times, serif;
}
.not_found .align-right img {
  float: right;
  margin: 16px 0 2px 0;
}
.not_found a img {
  padding-bottom: 2px;
}
.not_found p {
  margin: 0;
  font: normal 16px/1.15em 'Droid Serif', "Times New Roman", Times, serif;
}
.page-testimonials .main-content {
  /* The negative margin is to make the first heading align with testimonial box on the left */
  margin: -6px 0 0 0;
}
.page-test .center {
  text-align: center;
}
.page-test .test-takers {
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 15px;
}
.page-test .test-takers a {
  font-weight: bold;
}
.page-test .quiz-testimonial p {
  font-size: 15px;
  line-height: 25px;
  margin: 15px;
}
.page-test .quiz-testimonial h2 {
  color: #666;
  margin-top: 25px;
}
.page-test .quiz-testimonial hr {
  margin-top: 25px;
}
.page-test #author-bottom-title {
  margin-bottom: 0px;
}
.page-test #author-bottom-title p {
  font: 25px 'PTSansNarrowRegular', Arial, sans-serif;
  margin-bottom: 0px;
}
.page-test .sixcol:last-child .test-wrapper {
  margin-left: 22px;
}
.page-test .self-test {
  height: 100%;
}
.page-test .self-test .last {
  border-left: 1px dashed #CCC;
  margin-right: 0px!important;
}
.page-test .self-test .sixcol {
  height: 100%;
}
.page-test .self-test .test-wrapper .button-test {
  padding-top: 85px;
  margin-top: -115px;
  height: 115px;
  clear: both;
  float: none;
}
.page-test .sixcol {
  margin-right: 20px;
}
.page-test .left {
  float: left;
}
.page-test .clear {
  clear: both;
}
.page-test h6 {
  font: italic 17px 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
  display: inline-block;
  margin-left: 5px;
}
.page-test h4 {
  font: 35px 'PTSansNarrowRegular', Arial, sans-serif;
  letter-spacing: -1px;
  margin: -1px 0 8px;
  color: #B80000;
  display: inline-block;
}
.page-test .sixcol img {
  float: left;
}
.page-test .sixcol p {
  font-size: 14px;
  font-style: normal;
  text-align: left;
  margin: 0 0 0 145px;
  line-height: 25px;
}
.page-test .sixcol p .bold {
  font-weight: bold;
}
.page-test .sixcol p .notes {
  font-size: 12px;
  color: #999;
}
.page-test .sixcol .button-test {
  text-align: center;
}
.page-test .sixcol .button-test a.button {
  margin-top: 37px;
  margin-bottom: 32px;
  background: #1B9927;
}
.page-test .sixcol .button-test a.button span {
  font-size: 20px;
  padding: 2px 20px 0 20px;
  line-height: 2em;
}
.page-organization {
  margin-top: 75px;
}
.page-cartoon .main-content img {
  margin-top: 7px;
}
.page-cartoon #email {
  margin-top: 93px;
}
.main-content .testimonial-content h1 {
  margin: 5px 0 0;
}
.main-content h1 {
  font: normal 34px/1.15em 'PTSansNarrowRegular', Arial, sans-serif;
  color: #B80000;
  margin: 0;
}
.main-content h1 em {
  font-size: 25px;
  position: relative;
  top: -7px;
  font-style: normal;
}
.main-content h2 {
  font: normal 25px/1.15em 'PTSansNarrowRegular', Arial, sans-serif;
  margin-bottom: 5px;
}
.main-content h3 {
  font: italic 16px/1.15em 'Droid Serif', "Times New Roman", Times, serif;
  color: #999;
  margin: 6px 0 31px;
}
.main-content .organization-content h1 {
  font: normal 35px/1.15em 'PTSansNarrowRegular', Arial, sans-serif;
  color: #B80000;
  margin: 0 0 5px;
}
.main-content .organization-content p {
  font: normal 18px/1.15em 'Droid Serif', "Times New Roman", Times, serif;
  margin: 0;
}
.main-content .organization-content p span {
  color: #999;
  margin: 0 0 12px;
}
.main-content .organization-content ul {
  font: normal 40px/1.15em 'Droid Serif', "Times New Roman", Times, serif;
  margin: 5px 0 0 0;
}
.main-content .align-right img {
  float: right;
  margin: 0 0 10px 10px;
}
.main-content .align-left img {
  float: left;
  margin: 0 10px 10px 0;
}
.main-content .about-content p {
  font-size: 17px;
  line-height: 24pt;
}
.main-content p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 25px;
}
.main-content .center-aligned {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 3px;
}
/* Styles for About page */
#author-image-wrapper p {
  font-style: italic;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 17pt;
  text-align: center;
}
#testimonial-row {
  padding-bottom: 50px;
}
#testimonial-row img {
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}
#testimonial-row .media_wrapper {
  text-align: justify;
}
#testimonial-row .media_wrapper h4 {
  text-transform: none;
}
/* Styles for Original Quotes */
#author-bottom-title {
  text-align: center;
  margin: 17px 0 12px 0;
  color: #000;
}
#author-bottom-title h1 {
  font: normal 40px/1em 'Droid Serif', "Times New Roman", Times, serif;
  letter-spacing: -2px;
  margin: 0 0 30px 0;
  line-height: 50px;
}
#author-bottom-title h1 em {
  font-size: 25px;
  position: relative;
  top: -12px;
}
#author-bottom-title p {
  font: italic 17.5px 'Droid Serif', serif;
  color: #666;
}
/* Styles for Contact Page */
.contact-input input,
.contact-input textarea {
  width: 100%;
}
#err-message {
  color: #B10000;
  font: italic 12px 'Droid Serif', serif;
}
hr.contact-separator {
  background: url('/static/img/line-2.png?119d7db8ff60') no-repeat center center;
}
#contact-form {
  padding: 5px;
  width: 80%;
  margin: auto;
}
#contact-form td.left {
  text-align: right;
}
#contact-form td {
  padding: 3px;
}
#contact-div {
  border: 5px solid #E6E6E6;
  padding: 5px;
  width: 80%;
  margin: auto;
}
#contact-message {
  color: #4D4D4D;
  font: italic 17px/1.5em 'Droid Serif', "Times New Roman", Times, serif;
  border: 1px solid #E6E6E6;
  padding: 5px;
  text-align: center;
}
/* Styling for modal window */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -15px;
  top: -15px;
  cursor: pointer;
  background: url('/static/img/close_button.png?119d7db8ff60');
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover,
.modal .twipsy {
  z-index: 12000;
}
.page-free-pillar-cut-out .media_content {
  padding-bottom: 25px!important;
}
.page-free-pillar-cut-out .media_content hr {
  margin: 10px 0px 35px!important;
}
.page-free-pillar-cut-out .fourcol .media-center {
  text-align: left;
}
.page-free-pillar-cut-out .fourcol .media-center img {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-right: 15px;
}
.page-free-pillar-cut-out .download-walpaper .transparent {
  background: transparent;
}
.page-free-pillar-cut-out .download-walpaper img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.new_testimonial .list {
  width: 100%;
  display: table;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.6em;
}
.new_testimonial .list:last-child {
  border-bottom: none;
}
.new_testimonial .ninecol {
  margin-right: 0px;
}
.video .main-content p {
  font-size: 17px;
  line-height: 24pt;
}
.video .medsos img {
  max-width: 40px;
  margin: 0px!important;
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.video .medsos a {
  float: left;
  margin-right: 10px;
}
.video .medsos a:hover img {
  opacity: 1;
}
