/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0pt none;
    font-size: 100%;
    margin: 0pt;
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
    padding: 0pt;
}
*img {
    max-width: 100%;
}
/*body*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    letter-spacing: 1px;
    background: #fff;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #29323d;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}
header h1 {
    color: #fff;
    padding: 15px 0;
}
h2 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}
#form-banner p {
    margin: 20px 0 40px;
}
h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0;
}
h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
p .imp-h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #29323d
}
.areas h4 {
    margin: 15px 0 7px;
}
p {
    font-family: 'Roboto', sans-serif;
    color: #29323d;
    font-weight: 400;
}

header {
    background: #00a3ab; 
}
/*section vertical height*/
.vertical-height {
	height: calc(100vh - 70px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.header-bg-color, .footer-bg-color {
    background: rgb(79,200,180);
    background: -moz-linear-gradient(90deg, rgba(79,200,180,1) 15%, rgba(0,147,171,1) 75%);
    background: -webkit-linear-gradient(90deg, rgba(79,200,180,1) 15%, rgba(0,147,171,1) 75%);
    background: linear-gradient(90deg, rgba(79,200,180,1) 15%, rgba(0,147,171,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fc8b4",endColorstr="#0093ab",GradientType=1);
}
#banner {
    background: url(../images/personality_profiling_banner.jpg) no-repeat left bottom;
    padding: 40px 0;
    background-size:cover;
}
#form-banner {
    /**width: 80%;
    float: right;*/
}
#form-banner label {
    float: left;
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px;
}
#form-banner h2 {
    margin-bottom: 20px;
    padding-top: 15px;
}
.banner-register {
    margin-bottom: 50px;
}
.home-banner-list {  
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.home-contact-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;    
}
.home-contact-form p {
    color: #000;
    padding: 0 15px;
}
/**.banner-register, .banner-register div, .banner-register input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
/* input[type="text"],input[type="email"]{
  float: left;
  width: 87%;
} */
.banner-wrap {
    padding: 0px 50px;
    text-align: center;
}
.banner-list {
    text-align: left;
    margin: 30px 0; 
    font-size: 18px;
    font-weight: bold;  
}
.banner-list li {
    display: inline-block;      
}
.checklist li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;   
}
.checklist li:before {
    position: absolute;
    content: '\f058';
    left: 0;
    font-family: FontAwesome;
    color: #00a3ab;
}
input.btn-custom {
    background: #ff1d15;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;    
    text-align: center;
    width: 100%;
}
input.btn-custom:hover {
    color: #fff; 
}
.warning {
    color: #f00;
    text-align: right;
    clear: both;
}
#content {
    padding: 50px 0 120px;
}
#content .heading {
    margin: 0 0 50px 0;
}
.areas {
    padding: 0 25px 40px;
}
#bot-content {
    padding: 40px 0;
}

#bot-content h3{
    color: #29323d;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 30px;
}
#bot-content p{
    margin: 0 0 15px;
}

.bot-content-border {
    border-top: 3px solid #ccc;
}
footer {
    background: #00a3ab;
    font-family: helvetica, arial, sans-serif;
    padding: 25px 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.footer-details-parent {
    text-align: center;
}
.footer-details-child {
    display: inline;
    color: #fff;   
    float: none;    
}
.footer-details-child a {
    color: #fff;
}
footer .border {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer-details-center {
    border-right: 1px solid;
    border-left: 1px solid;
}
/** confirmation **/

ul.almost-finished {
    list-style: none;
}
ul.almost-finished li {
    display: block;
    margin: 20px 0;
}
ul.almost-finished li img {
    padding-right: 20px;
    float: left;
}
.almost-desc {
    float: left;
    display: inline-block;
    width: 85%;
    color: #29323d
}
.mint {
    color: #4fc8b4;
}
/** end of confirmation **/
/** Test **/

.question p {
    font-size: 20px;
}
.answer {
    margin-top: 40px;
    min-height: 90px;
}
a.choice-yes, a.choice-no, a.choice-unsure {   
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    min-width: 130px;
    text-align: center;
}
a.choice-yes {
    background: #113267;
}
a.choice-no {
    background: #4fc8b4;
    } 
a.choice-unsure {
    background: #ababab;
}
a.choice:hover {
    background: #013e7a;
}
a.back {
    background: #a7a7a7;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    width: 130px;
}
a.back:hover {
    background: #8b8b8b;
}
/** End of Test **/
/**Question**/

.progress-section #counter > canvas {
    background: url(../images/progress.png) no-repeat -4px -2px;
    position: relative;
    padding: 24px 21px 23px 24px;
    width: 240px !important;
    height: 240px !important;
}
.progress-section #counter.progress-default > canvas {
    background: url(../images/progress.png) no-repeat -4px -2px;
}
.progress-section #counter.progress-group0 > canvas {
    background: url(../images/progress.png) no-repeat -4px -248px;
}
.progress-section #counter.progress-group1 > canvas {
    background: url(../images/progress.png) no-repeat -4px -494px;
}
.progress-section #counter.progress-group2 > canvas {
    background: url(../images/progress.png) no-repeat -4px -740px;
}
.progress-section #counter.progress-group3 > canvas {
    background: url(../images/progress.png) no-repeat -4px -986px;
}
.progress-section #counter.progress-group4 > canvas {
    background: url(../images/progress.png) no-repeat -4px -1232px;
}
.progress-section #counter.progress-group5 > canvas {
    background: url(../images/progress.png) no-repeat -4px -1479px;
}
.progress-section #counter.progress-group6 > canvas {
    background: url(../images/progress.png) no-repeat -4px -1725px;
}
.progress-section #counter.progress-group7 > canvas {
    background: url(../images/progress.png) no-repeat -4px -1970px;
}
.progress-section #counter .progress-group8 > canvas {
    background: url(../images/progress.png) no-repeat -5px -1969px;
}
canvas#counter {
    transition: all 0s ease 0s;
}
.progress-section .progress2 {
    font-family: 'Roboto', sans-serif;
    color: #627688;
}
.progress2 {
    font-size: 40px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    font-weight: bold;
    left: 8px;
}
.completed {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-left: -11px;
}
.loading-section {
    position: absolute;
    width: 100%;
    display: none;
}
.taken-title {
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    margin: 0 40px 40px 40px;
}
.taken {
    background: #0093ab;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.taken:hover {
    background: #29b0bc;
    text-decoration: none;
    color: #fff;
}
.taken:visited {
    text-decoration: none;
}
.vertical-center-wrap {
    height: 450px;
    display: table;
}
.vertical-center {
    vertical-align: middle;
    display: table-cell;
}
/**End of Question**/
/** Result **/
.result-video {
    text-align: center;
    padding-bottom: 40px;
}
.result h1 {
    color: #0093ab;
    font-size: 31px;
}
ul.result-list {
    list-style: none;
    margin-top: 20px;
}
ul.result-list li {
    padding: 10px 0;
    display: inline-block;
}
ul.result-list img {
    float: left;
    padding: 0 20px 0 0;
}
.result-desc {
    float: left;
    width: 80%;
}
.gray {
    background: #f8f8f8;
}

.btn-result{
    border-radius: 0; padding: 10px 30px; 
    background-color: #004990; 
    border-color: #2e6da4;
    font-family: Roboboto-bold;
    font-size: 24px;
}

a.result-left-bot-btn {
    background: #1689ca;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    width: 250px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.result-left-bot-btn:hover {
    background: #0372b1;
}
input.bookfree-btn {
    background: #d1844b;
    padding: 15px 40px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
input.bookfree-btn:hover {
    background: #c87131;
}
.ajs-commands {
    margin: -14px 0 0 460px !important;
}
.ajs-dialog,
.alertify .ajs-header,
.alertify .ajs-footer .ajs-buttons.ajs-primary,
.ajs-content {
    text-align: center !important;
}
.ajs-content img {
    display: block;
    margin: 0 auto 10px;
}
/*start 04/20/20*/
body .ajs-content p {
    margin-bottom: 15px !important;
    display: block;
}
body .ajs-content p:last-of-type {
    margin-bottom: 0 !important;
}
/* end 04/20/20*/
.ajs-button.ajs-ok {
    border: 1px solid #3593D2 !important;
}
.ajs-header {
    border-radius: 0 !important;
    background: #fff !important;
    border-bottom: 0 !important;
    font-family: "Roboboto-black";
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 20px;
}
.ajs-footer {
    border-radius: 0 !important;
    background: #fff !important;
    border-top: 0 !important;
}
.result-video iframe {
    width: 100%; 
    max-width: 853px;
}
.result-bot-wrapper {
    padding-top: 10px;
}
#bot-content.bot-content-border.result-bot-content {
    padding-bottom: 0px;
}
.banner-list.checklist {
    padding-left: 30px;
}
.result-title-h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.result-where-to {
    margin: 25px 0;
}
/** End of Result **/

@media only screen and (max-width: 1199px) {
    .almostdone-img {
        text-align: center;
    }
    .result-desc {
        float: left;
        width: 75%;
    }
    .banner-wrap {
        padding: 0 0;
    }
}
@media only screen and (max-width: 1024px) {
    #graph-container-parent {
        margin-left: -40px;
    }
}
@media only screen and (max-width: 991px) {
    .almostdone-img {
        text-align: center;
    }
	.circlular-diagram {
		text-align: center;
		margin-bottom: 25px;
	}
	#graph-container-parent {
        margin:0 auto;
    } 
    .banner-register {
        margin-bottom: 0;
    } 
}
@media only screen and (max-width: 767px) {
   /** #banner {
        background: #fff;
    }**/
    #form-banner {
        width: 100%;
        float: none;
    }
    .vertical-center-wrap {
        height: auto;
        width: 100%;
    }
    .taken-title {
        margin: 40px;
    }
      #bot-content.bot-content-border {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    #form-banner {
        width: 100%;
    }
    #banner {
        padding: 0;
    }
    .banner-transparent {
        background: rgba(255, 255, 255, 0.5);
        padding: 40px 0;
    }
    .footer-details-child {
        width: 100%;
        padding: 5px;
    }
    footer .border {
        border: none;
    }
    /** Result **/
    
    ul.result-list {
        padding: 0;
        text-align: center;
    }
    ul.result-list li img {
        float: none;
        margin: 10px 0 20px;
        text-align: center;
    }
    .result-desc {
        width: 100%;
    }
    #content .heading {
        margin: 0 0 20px;
    }
    input.btn-custom {
        max-width: 100%;

    }
    /** End of Result **/
    .footer-details-child {
        display: flex;        
    }
    .footer-details-child img {
        margin-right: 5px;                
    }
    .footer-details-center {
        border: none;        
    }  
    .home-before-footer {
        padding-bottom: 40px;
    }
    #bot-content.bot-content-border .text-center {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 560px) {
	.graph-container-parent .graph-container {
		display: none;
	}
	#graph-container-parent{
		width:320px !important;
	}
	.graph-container2{
		display: block !important;
	}
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    #form-banner p {
        margin: 10px 0 20px;
    }
    /*input[type="text"],
    input[type="email"] {
        width: 100%;
    }*/
    input.btn-custom {
        margin: 10px 0 0 0;       
    }
    #content {
        padding: 20px 10px;
    }
    .areas {
        padding: 0 0 30px;
    }
    .areas h4 {
        margin: 20px 0;
    }
    #bot-content {
        padding: 20px 0;
    }
    /** Confirmation email **/
    
    ul.almost-finished li img {
        text-align: center;
        float: none;
        margin: 10px 0;
    }
    ul.almost-finished {
        text-align: center;
        padding: 0;
    }
    .almost-desc {
        width: 100%;
    }
    /** End of Confirmation email **/
    /** Test **/
    
    a.choice,
    a.back {
        width: 100%;
        margin: 5px 0;
    }
    .taken {
        width: 100%;
    }
    .answer > a {
        display: block;
        margin-bottom: 2px;
    }
    /** End of Test **/
    /** Result **/
    
    #content .heading {
        margin: 0 0 20px;
    }
    #bookfree {
        margin: 0 0 20px 0;
    }
    #bookfree input {
        margin: 5px 0;
    }
    input.bookfree-btn {
        width: 100%;
        padding: 15px 0;
    }
    footer {
        position: relative;
    }
    /** End of Result **/ 
}
@media only screen and (max-width: 375px) {
    /** Start of Result **/
    
    h1 {
        font-size: 21px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
        line-height: 1.5;
    }
    p .imp-h4 {
        font-size: 14px;
    }
    .taken {
        font-size: 15px;
    }
    .gray img {
        width: 100%;
        margin-top: 30px;
    }
    .banner-list {
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px) {
	p {
		text-align: justify;
	}
   /** Start of Result **/
	#graph-container-parent{
		margin-left: -25px;
	}
	.scoring-legend-wrap {
        padding: 10px;
    }
    input.bookfree-btn {
        font-size: 12px;
        font-weight: bold;
    }
    .gray img {
        width: 100%;
    }   
}
/** Start of Result **/
.result-desc h3 {
    margin: 0;
}
.progress-section {
    min-height: 275px;
}
.question.ng-binding {
    min-height: 75px;
}