 /* Layout */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Poppins', sans-serif;
    background: #dedede;
}

/*@media only screen and (min-width: 600px) {
    body {
        padding-bottom: 50px;
    }
}*/

.center {
    display: block;
    margin: 0 auto;
}

.center-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.sub-header {
    font-size: 30px;
    text-align: center;
}

.cta-btn {
    width: 190px;
    height: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.cta-btn span,
.cta-link span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}

.alert {
    text-align: center;
    font-size: 15px;
}

.no-select {
    opacity: 0.6;
}

.active {
    display: block;
    opacity: 1;
}

.inactive {
    display: none;
}

.tac {
    text-align: center;
}

/* landing page */
.video-blk video {
    width: 100%;
}

.content-div h2 {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 40px;
}

.content-div p {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
}

#index-btn {
    background: #f29b18;
    border: none;
    border-radius: 8px;
    margin-top: 40px;
    padding: 15px;
    width: 160px;
    height: 35px;
    cursor: pointer;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#index-btn span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}
/* index - landing page end */


/* Thank You Page */


/* Parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    font-style: italic;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* Form */
.form-header {
    text-align: center;
    margin: 20px 0 20px;
    font-size: 30px;
}

.submit-div {
    text-align: center;
}

.submit {
    cursor: pointer;
    height: 40px;
    width: 95px;
    border: none;
    background: #f29b18;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}

.msg-box {
    color: #fff;
    /*margin: 40px 0 30px;*/
}

.photo__div {
    margin: 0 auto;
    color: #fff;
    width: 100%;
}

/*@media only screen and (min-width: 550px) and (max-width: 768px) {
    .photo__div {
        width: 65%;
    }
}

@media only screen and (min-width: 769px) {
    .photo__div {
        width: 85%;
    }
}
*/
.photo__div p {
    color: #000;
    margin: 0 auto;
    /*width: 85%;*/
}

#photo {
    width: 100%;
    margin: 20px auto 0;
}

#photo .form-control, #photo .form-control:active, #photo .form-control:focus {
    color: #000;
}

#photo_caption {
    width: 90%;
    padding: 10px;
}

#error1, #error2{
    display:none;
    color: #000;
    margin: 0;
    font-style: italic;
    line-height: 0.9em;
    font-size: 0.9em;
}

.caption-blk textarea {
    width: 100%;
}

.charNum {
    color: #000;
    margin: 10px 0 0;
}
/* Form End*/

/* google recaptcha */
.g-recaptcha {
    margin: 30px auto 0;
    width: auto;
    height: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

#recaptch-alert {
    border: none;
    border-radius: 0;
    line-height: normal;
    font-style: italic;
    text-align: center;
    padding: 0;
    margin: 7px 0 0;
    font-size: 12px;
}

#recaptcha-alert {
    color: #000;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    margin: 2px 0 0;
}

.parsley-required, .parsley-custom-error-message, .parsley-errors-list {
    color: #000;
}

/* Terms & Conditions */
#tnc__page .bgimg-div {
    background-image: url("../images/background/bg-1.jpg");
}

.tnc__blk {
    background-color: rgba(29,72,134,0.75);
    margin: 25px 0 25px;
    padding: 50px 40px 60px;
}

.tnc__blk h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 0 15px;
}

.tnc__blk ol {
    color: #fff;
    padding: 0;
    margin: 0 0 0 6px;
}

@media only screen and (min-width: 550px) {
    .tnc__blk ol {
        margin: 0 0 0 18px;
    }
}

.tnc__blk ol li {
    font-size: 13px;
}

@media only screen and (min-width: 550px) {
    .tnc__blk ol li {
        font-size: 15px;
    }
}

.tnc__blk a, .tnc__blk a:hover {
    color: #f29b18;
    text-decoration: underline;
}

.photo-error, .sub-error {
    margin: 15px 0 0;
    font-size: 16px;
    text-align: center;
    color: #ff0000;
}

.sub-success {
    margin: 15px 0 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.loading {
    margin: 5px 0 0;
    text-align: center;
    display: none;
    opacity: 0;
}

.loading.active {
    display: block;
    opacity: 1;
}

.loading i {
    color: #fff;
    font-size: 45px;
}

.loading h3 {
    margin: 7px 0 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.landing-logos-row {
    margin-bottom: 20px;
}

@media only screen and (min-width: 550px) {
    .landing-logos-row {
        margin-bottom: 30px;
    }
}

.how-div {
    display: none;
}

.how-div.active {
    display: block;
}

#how-btn {
    margin: 15px auto 0;
    cursor: pointer;
}

#how-btn span {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    font-size: 13px;
}

.points-div {
    margin: 20px auto 0;
    width: 90%;
}

@media only screen and (min-width: 550px) {
    .points-div {
        width: 65%;
    }
}

.points-div p {
    text-align: center;
    color: #fff;
    font-size: 13px;
}


/* Media Queries Reference */
/*@media only screen and (min-width: 768px) {

    .platform-filter,
    .segment-filter {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .platform-filter,
    .segment-filter {
        float: left;
        width: 50%;
    }
}