/*Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

.pallet {
    color: #3c245e; /* PURPLE */
    color: #669b41; /* GREEN */
    color: #e0e0e0; /* GREY */
}

.browsehappy {
    margin: 0.2em 0;
    background: #fff;
    padding: 0.2em 0;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: #fff;
}

.header-text, h1, h2, h3, h4, h5, h6, .navbar-brand, .brand-name {
    font-family: 'Open Sans';
    font-weight: 400;
}

.full-width {
    width: 100%;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}
a {
    color: #669b41;
}
a:hover,
a:active {
    color: #476c2d;
}
a:focus {
    outline: none;
}

.title-text {
    text-align: center;
    line-height: 40px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 1.5em;
}

    .title-text:after {
        background-color: #669b41;
        bottom: 0px;
        content: "";
        display: block;
        display: none;
        height: 2px;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 40px;
    }

.copyrights-text {
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.definitions-help {
    margin-top: 1em;
    margin-bottom: 0;
}

/* Box colors */
/* Common button styles */
.button {
    min-width: 150px;
    max-width: 250px;
    padding: 15px 30px;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .button:focus {
        outline: none;
    }

    .button > span {
        vertical-align: middle;
    }

/* Antiman */
.button--antiman {
    background: none;
    border: none;
    height: 60px;
    color: #fff;
    font-size: 15px;
}

    .button--antiman.button--inverted,
    .button--antiman.button--inverted-alt {
        transition: color 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .button--antiman > span {
        padding-left: 0.35em;
    }

    .button--antiman::before,
    .button--antiman::after {
        content: '';
        z-index: -1;
        border-radius: inherit;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        transition: transform 0.3s, opacity 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .button--antiman::before {
        border: 2px solid #FF9800;
        opacity: 0;
        background: #FFCC80;
        transform: scale3d(1.2, 1.2, 1);
    }

    .button--antiman.button--border-thin::before {
        border-width: 1px;
    }

    .button--antiman.button--border-medium::before {
        border-width: 2px;
    }

    .button--antiman.button--border-thick::before {
        border-width: 3px;
    }

    .button--antiman.button--inverted::before {
        border-color: #7986cb;
    }

    .button--antiman.button--inverted-alt::before {
        border-color: #3f51b5;
    }

    .button--antiman::after {
        background: #FFA726;
    }

    .button--antiman.button--inverted::after {
        background: #7986cb;
    }

    .button--antiman.button--inverted-alt::after {
        background: #3f51b5;
    }

    .button--antiman.button--inverted:hover {
        color: #7986cb;
    }

    .button--antiman.button--inverted-alt:hover {
        color: #3f51b5;
    }

    .button--antiman:hover::before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

    .button--antiman:hover::after {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
    }

.button--round-l {
    border-radius: 40px;
}

.button--text-medium {
    font-weight: 700;
}

.btn-5 {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: 1px;
    outline: medium none;
    padding: 5px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    backface-visibility: hidden;
    background: #757575 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-width: 60px;
    overflow: hidden;
}

    .btn-5::after {
        content: "";
        position: absolute;
        transition: all 0.3s ease 0s;
        z-index: -1;
    }

    .btn-5::before, .icon-heart::after, .icon-star::after, .icon-plus::after, .icon-file::before {
        font-family: "Ionicons";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        text-transform: none;
    }

.icon-remove::before {
    content: "\f404";
}

.btn-5 span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-5::before {
    font-size: 180%;
    height: 100%;
    line-height: 1.5;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-5a::before {
    left: 0;
    top: -100%;
}

.btn-5a:hover::before {
    top: 0;
}

.btn-5a:hover span {
    transform: translateY(400%);
}

.btn-4 {
    background: #2ecc71;
    border: medium none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 30px;
    outline: medium none;
    padding: 25px 80px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
}

    .btn-4::after {
        content: "";
        position: absolute;
        transition: all 0.3s ease 0s;
        z-index: -1;
    }

    .btn-4::before, .icon-heart::after, .icon-star::after, .icon-plus::after, .icon-file::before {
        font-family: "Ionicons";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        text-transform: none;
    }

.icon-arrow-right::before {
    content: "\f3d6";
}

.icon-arrow-home::before {
    content: "\f448";
}

.btn-4::before {
    color: #fff;
    font-size: 125%;
    height: 100%;
    line-height: 3.5;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.btn-4c::before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4:hover {
    background: #24b662 none repeat scroll 0 0;
}

.btn-4c:hover::before {
    left: 80%;
    opacity: 1;
}

.btn-orange {
    background: #ff9800;
    padding: 8px 30px;
    height: 35px;
}

    .btn-orange::before {
        line-height: 1.7;
    }

.spinner-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

.spinner {
    margin: auto;
    width: 50px;
    height: 40px;
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .spinner > div {
        background-color: #FF9800;
        height: 100%;
        width: 6px;
        display: inline-block;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        animation-delay: -0.8s;
    }

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.btn-green {
    color: white;
    background-color: #669b41;
    font-size: 18px;
    border: none;
    padding: 10px 20px;
    transition: all 200ms ease-in-out;
    margin-bottom: 8px;
}
.btn-green:hover {
    color: white;
    background-color: #77b44b;
}
.btn-green-sm {
    color: white;
    background-color: #669b41;
    border: none;
    padding: 6px 12px;
    transition: all 200ms ease-in-out;
    margin-bottom: 8px;
}
.btn-green-sm:hover {
    color: white;
    background-color: #77b44b;
}

.btn-purple {
    color: white;
    background-color: #3c245e;
    font-size: 18px;
    border: none;
    padding: 10px 20px;
    transition: all 200ms ease-in-out;
    margin-bottom: 8px;
}
.btn-purple:hover {
    color: white;
    background-color: #5e3894;
}
.btn-purple-sm {
    color: white;
    background-color: #3c245e;
    padding: 6px 12px;
    transition: all 200ms ease-in-out;
    margin-bottom: 8px;
}
.btn-purple-sm:hover {
    color: white;
    background-color: #5e3894;
}

.header-image {
    background: transparent url(../images/bg-main.jpg) no-repeat scroll center center/cover;
    display: block;
    text-align: center;
    width: 100%;
    height: 500px;
    position: relative;
}

    .header-image .layer {
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .header-image .headline {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.headline-text-wrapper {
    margin: auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    width: 500px;
    border-radius: 4px;
    box-shadow: 5px 5px 3px -3px rgba(0, 0, 0, 0.44);
}

    .headline-text-wrapper h2 {
        margin-top: 0;
    }

    .headline-text-wrapper p {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.client-logo {
    text-align: center;
    padding: 20px 0;
}

.client-logo-img {
    margin-bottom: 10px;
}

.main-content {
}

.results-chart {
    width: 100% !important;
    height: 100% !important;
    min-height: 400px;
}

.navbar-nav.nav-justified {
    display:table;
    margin:0;
}

.navbar-nav.nav-justified > li{
    float:none;
    width:auto;
}


#pm_navbar.in {
    overflow-y: hidden;
}

.pm-navbar .menu-span {
    display: inline-block;
}
.pm-navbar .menu-span:first-child {
    padding-right: 8px;
}

.pm-navbar .navbar-header {
    background-color: #f1f1f1;
}

.pm-navbar .nav>li>a {
    color: black;
}
.pm-navbar .nav>li>a:hover,
.pm-navbar .nav>li>a:focus {
    background-color: initial;
}

.pm-navbar .nav>li {
    vertical-align: middle;
    border-bottom: solid 3px white;
    background-color: white;
    transition: all 100ms ease-in-out;
}
.pm-navbar .nav>li>.dropdown-menu {
    margin-top: 5px;
    width:100%;
}

.pm-navbar .nav>.active {
    border-bottom: solid 3px #669b41;
}
.pm-navbar .nav>li:hover,
.pm-navbar .nav>li:focus,
.pm-navbar .nav>.active:focus,
.pm-navbar .nav>.active:hover {
    text-decoration: none;
    border-bottom: solid 3px #669b41;
    background-color: #eee;
}

.pm-navbar .navbar-toggle {
    border-color: #ddd;
}
.pm-navbar .navbar-toggle .icon-bar {
    background-color: #888;
}

.card {
    transition: all 200ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: white;
    background-blend-mode: multiply;
    border: 1px #e0e0e0 solid;
    margin-bottom: 15px;
}
.card-title {
    background: rgba(255,255,255,0.7);
    display: block;
    width: 100%;
    position: absolute;
    padding: 10px;
    bottom: 0;
    color: #3c245e;
    font-size: 24px;
    font-weight: 600;
}
.card:hover {
    background-color: #bbb;
}

.question-header {
    text-align: center;
    position: relative;
}
.question-header .layer {
    background: #006636;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #006636), color-stop(100%, rgba(255, 255, 255, 0.9)));
    background: linear-gradient(to bottom, #006636 0%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006636', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.question-header h1 {
    color: #669b41;
    margin: 0.5em;
    font-weight: normal;
}
.question-header h5 {
    margin-top: 20px;
}

.question-main-wrapper {
    position: relative;
    margin-bottom: 52px;
}
    .question-main-wrapper .hero-img {
        display: none;
        height: 300px;
        background-image: url('../../content/images/bg-main.jpg');
        background-size: cover;
        background-position: 50% 45%;
    }

    .question-main-wrapper .question-body {
        padding: 20px;
    }

        .question-main-wrapper .question-body .question-set {
            padding: 15px;
        }

            .question-main-wrapper .question-body .question-set .img-wrapper {
                text-align: center;
                padding-bottom: 15px;
            }

            .question-main-wrapper .question-body .question-set .img-wrapper {
                display: inline-block;
                position: relative;
                border: 1px solid #e0e0e0;
                width: 100%;
            }

                .question-main-wrapper .question-body .question-set .img-wrapper img {
                    width: 100%;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper .checkbox-wrapper {
                    width: 100%;
                    display: table;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper .radio input[type="radio"] {
                    height: 24px;
                    margin-left: -20px;
                    margin-top: 2px;
                    position: absolute;
                    width: 24px;
                    cursor: pointer;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper .radio label {
                    min-height: 0;
                }

                    .question-main-wrapper .question-body .question-set .img-wrapper .radio label::before {
                        border: 2px solid #424039;
                        height: 24px;
                        width: 24px;
                        margin-top: -9px;
                    }

                    .question-main-wrapper .question-body .question-set .img-wrapper .radio label::after {
                        height: 16px;
                        left: 4px;
                        top: -5px;
                        width: 16px;
                    }

                .question-main-wrapper .question-body .question-set .img-wrapper .radio-success input[type="radio"]:checked + label::before {
                    border-color: #5cb85c;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper .radio-danger input[type="radio"]:checked + label::before {
                    border-color: #d9534f;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper .question-lbl {
                    font-size: 20px;
                    padding-bottom: 10px;
                }

                .question-main-wrapper .question-body .question-set .img-wrapper p {
                    margin-bottom: 30px;
                }

            .question-main-wrapper .question-body .question-set .other-question-radio {
                padding-bottom: 30px;
            }

                .question-main-wrapper .question-body .question-set .other-question-radio .radio input[type="radio"] {
                    height: 24px;
                    margin-left: -20px;
                    margin-top: 2px;
                    position: absolute;
                    width: 24px;
                    cursor: pointer;
                }

                .question-main-wrapper .question-body .question-set .other-question-radio .radio label {
                    min-height: 0;
                    margin-left: 5px;
                }

                    .question-main-wrapper .question-body .question-set .other-question-radio .radio label::before {
                        border: 2px solid #424039;
                        height: 24px;
                        width: 24px;
                        margin-left: -29px;
                        margin-top: -3px;
                    }

                    .question-main-wrapper .question-body .question-set .other-question-radio .radio label::after {
                        height: 16px;
                        left: -5px;
                        top: 1px;
                        width: 16px;
                    }

                .question-main-wrapper .question-body .question-set .other-question-radio .radio-success input[type="radio"]:checked + label::before {
                    border-color: #5cb85c;
                }

                .question-main-wrapper .question-body .question-set .other-question-radio .radio-danger input[type="radio"]:checked + label::before {
                    border-color: #d9534f;
                }

                .question-main-wrapper .question-body .question-set .other-question-radio .question-lbl {
                    font-size: 20px;
                    padding-bottom: 10px;
                }

            .question-main-wrapper .question-body .question-set p {
                margin-bottom: 0;
            }

                .question-main-wrapper .question-body .question-set p.top-text {
                    margin-bottom: 20px;
                }

            .question-main-wrapper .question-body .question-set .alert {
                border-radius: 0;
            }

        .question-main-wrapper .question-body .info-img-set .zoom {
            cursor: pointer;
        }

        .question-main-wrapper .question-body .zoom {
            display: inline-block;
            position: relative;
            border: 2px solid #424039;
            cursor: move;
        }

            .question-main-wrapper .question-body .zoom img {
                display: block;
            }

                .question-main-wrapper .question-body .zoom img::-moz-selection {
                    background-color: transparent;
                }

                .question-main-wrapper .question-body .zoom img::selection {
                    background-color: transparent;
                }

    .question-main-wrapper .question-footer {
        padding: 0 20px 10px 20px;
    }

ol.instructions {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}
ol.instructions > li {
    text-indent: 0;
    list-style-type: none;
    counter-increment: item;
    margin-bottom: 0.5em;
}
ol.instructions > li:before {
    display: inline-block;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: "Step " counter(item) ".";
}

.expand-wrapper {
    margin-bottom: 8px;
}
.expand-wrapper hr {
    border-top: 1px solid #ddd;
    margin: 10px 15px 20px;
}
.arrow_box:after, .arrow_box:before {
    left: 50%;
}

.body-img {
    border: 1px #e0e0e0 solid;
    margin-bottom: 8px;
}

.sm-modal .modal-body {
    padding-top: 30px;
}

.sm-modal .modal-content {
    border-radius: 0;
}

.sm-modal .modal-footer {
    text-align: center;
    margin: 0 auto;
    border: none;
}

    .sm-modal .modal-footer .btn {
        width: 70px;
        border-radius: 0;
        font-size: 12px;
        color: #fff;
        background: #757575;
        border-color: #757575;
    }

        .sm-modal .modal-footer .btn:hover {
            background: #424242;
        }

.success-answer .btn-5 {
    background: #5cb85c;
    border-color: #5cb85c;
}

.success-answer .zoom {
    border-color: #5cb85c !important;
}

.danger-answer .btn-5 {
    background: #d9534f;
    border-color: #d9534f;
}

.danger-answer .zoom {
    border-color: #d9534f !important;
}

.question-image-size-set1 {
    width: 265px;
    height: 450px;
}

.question-image-size-set2 {
    width: 265px;
    height: 375px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .headline-text-wrapper {
        width: 300px;
    }

    .header-image {
        height: 800px;
    }

    .question-container {
        width: 100%;
        padding: 0;
    }

    .question-image-size {
        width: 156px;
    }

    .other-right-btn {
        text-align: center;
        margin-bottom: 15px;
    }

    .other-left-btn {
        text-align: center;
        margin-bottom: 15px;
    }

    .headline-text-wrapper p.seer_forgotPwd {
        text-align: center;
        font-size: 13px;
        margin-bottom: 0;
    }

    .lbl-btn-user {
        border: none !important;
        background: none !important;
        color: #fff !important;
        box-shadow: none !important;
        margin-top: 10px;
    }

        .lbl-btn-user span.user-name {
            width: 80px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            padding-right: 5px;
        }

    .expand-wrapper {
        /*margin-top: 20px;*/
    }

    .btn-5 {
        font-size: 9px;
        line-height: 1.3;
    }

    .results-chart {
        min-height: 200px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .question-main-wrapper .question-body .question-set .img-col {
        width: 50%;
        float: left;
    }

    .question-main-wrapper .question-body .question-set .input-col {
        width: 50%;
        float: left;
    }
    .results-chart {
        min-height: 400px;
    }
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .question-main-wrapper .question-header h1 {
        margin: 30px 0;
    }

    .question-main-wrapper .hero-img {
        display: block;
    }

    .headline-text-wrapper {
        width: 600px;
    }

    .header-image {
        height: 650px;
    }

    .question-container {
        width: 100%;
    }

    .question-image-size {
        width: 156px;
    }

    .other-right-btn {
        margin-bottom: 0;
    }

    .other-left-btn {
        margin-bottom: 0;
    }

    .ass-v-center {
        margin-top: 50px;
    }

    .arrow_box:after, .arrow_box:before {
        left: 25%;
    }
    .title-text {
        font-size: 1em;
        text-align: left;
    }

    .results-chart {
        min-height: 400px;
    }

}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .header-image {
        height: 650px;
    }

    .headline-text-wrapper p.seer_forgotPwd {
        text-align: left;
        font-size: 13px;
        margin-bottom: 0;
    }

        .headline-text-wrapper p.seer_forgotPwd.text-center {
            text-align: center;
        }

        .headline-text-wrapper p.seer_forgotPwd.right-align {
            text-align: right;
            float: right;
        }

    .lbl-btn-user span.user-name {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

    .btn-5 {
        font-size: 12px;
        line-height: 1.5;
    }

    .ass-v-center {
        margin-top: 110px;
    }

    .results-chart {
        min-height: 350px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .question-image-size {
        width: 265px;
    }

    .ass-v-center {
        margin-top: 140px;
    }

    .ans-v-center {
        margin-top: 90px;
    }
    
    .results-chart {
        min-height: 400px;
    }
}

/*# sourceMappingURL=main.css.map */
