@import url('22caf3915c65453793439dd22dab4ea5.css');
@import url('45b1bfe6574047f8b0f7894ad7fd68a5.css');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 26px;
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.home {
    background-image: url("../image/usa_flag.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    color: #336699;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    outline: none;
    border: none;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.alignnone {
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    margin-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

h6 {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}

.btn {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.primary-btn {
    background-color: #ee6164;
    color: #FFF;
    border-color: #ee6164;
}

.primary-btn:hover {
    background-color: #cf4649;
    color: #FFF;
    border-color: #cf4649;
}

.mobile-view {
    opacity: 0;
}

.colorW {
    color: #FFF;
}

.colorB {
    color: #333333;
}

.bgcolorB {
    background-color: #3e3e43;
}

.container {
    width: 1260px;
    margin: 0 auto;
}

.home .container {
    width: 960px;
    margin: 0 auto;
}











.header {
    background-color: #ffffff;
    overflow: hidden;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.header-logos>div {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.header-logos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-logos .left-cont {
    width: 41.6667%;
}

.header-logos .right-cont {
    width: 58.3333%;
}

.poll-content {
    background-color: #FFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.poll-content h1 {
    font-weight: 600;
}

.top-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-wrap p {
    font-size: 18px;
}

.poll-wrap h1 {
    background-color: #FFF;
}

.poll-choice>div {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.poll-choice span.wpcf7-list-item {
    margin: 0;
    width: 100%;
    text-align: center;
}

.custom-radio {
    background: rgba(0, 0, 0, 0) url("../image/radio-off.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 43px;
    left: 15px;
    position: absolute;
    top: 30px;
    width: 43px;
    z-index: 1;
}

.custom-radio.selected {
    background: rgba(0, 0, 0, 0) url("../image/radio-on.png") no-repeat scroll 0 0;
}

.custom-radio input[type="radio"] {
    cursor: pointer;
    margin: 1px;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 2;
}

.poll-choice .wpcf7-list-item-label {
    color: #ffffff;
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.poll-choice .poll-answer-sub {
    color: #fff;
    padding: 0 35px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 25px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.poll-choice .wpcf7-form-control-wrap {
    position: initial;
}

.answer-left {
    background-color: #5b5;
}

.dark-green {
    background-color: #191;
    opacity: 0.5;
}

.answer-right {
    background-color: #ee2222;
}

.dark-red {
    background-color: rgb(187, 17, 17, 0.5);
    opacity: 0.5;
}

.answer-left:hover {
    background-color: #6d6;
}

.answer-right:hover {
    background-color: #f22;
}

.poll-shadow {
    padding: 30px 0;
    background-color: #FFF;
}

.poll-shadow #openOptin {
    position: relative;
}

.poll-shadow p {
    margin-bottom: 0;
    text-align: center;
}

.poll-shadow p a {
    font-size: 13px;
}

.poll-shadow p a:hover {
    text-decoration: underline;
}

.poll-shadow label {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

.poll-shadow label>span {
    float: right;
    font-size: 11px;
}

.emailInput .form-group {
    max-width: 300px;
    margin: 0 auto;
}

.poll-shadow .form-control {
    padding: 11px 15px;
    background-color: #FFF;
    width: 100%;
    -moz-box-shadow: inset 0 0 7px #cccccc;
    box-shadow: inset 0 0 7px #cccccc;
    border: 1px solid #cccccc;
}

.btn-vote {
    background-color: #ff6f05;
    border: 1px solid #c85500;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 14px 12px;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    width: 320px;
    cursor: pointer;
    display: block;
    text-shadow: 0 1px 0 rgba(25, 25, 25, 0.5);
    white-space: normal;
}

.poll-shadow span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.poll-shadow div.wpcf7-response-output {
    font-size: 14px;
    margin: 1em 0.5em;
    text-align: center;
}

.right-arrow {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    right: -24px;
    top: -3px;
}

.left-arrow {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    left: -24px;
    top: -3px;
}

#openOptin {
    display: none;
}


.section,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

.inner-row {
    margin-left: -15px;
    margin-right: -15px;
}

.poll-wrap h2 {
    margin-bottom: 0;
}

.poll-wrap .poll-choice>div a {
    display: block;
    height: 100%;
}

.poll-wrap .poll-choice>div {
    width: 50%;
    float: left;
    cursor: pointer;
}

.modal ul,
.section ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.section li,
.modal ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    list-style: outside disc;
}

.bottom-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.bottom-wrap p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

.result-page {
    padding: 40px 0;
    min-height: 600px;
}

.progress-bar {
    margin: 40px auto 0 auto;
    position: relative;
    text-align: center;
    max-width: 1000px;
    padding: 0 50px;
}

.barfiller {
    width: 90%;
    height: 24px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 50px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #333;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.barfiller .poll-option,
.barfiller .total-poll {
    position: absolute;
    top: -3px;
    font-size: 14px;
}

.barfiller .poll-option {
    left: -40px;
    font-weight: 700;
}

.barfiller .total-poll {
    right: 0;
    top: -30px;
}

#myModal .content {
    box-sizing: border-box;
    height: 400px;
    margin: 10px;
    max-width: 97%;
    overflow: auto;
    padding: 5px;
    position: relative;
    width: 740px;
}

#myModal .modal-title {
    color: #4e7dd9;
    font-size: 24px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(39, 68, 114, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(39, 68, 114, 0.85);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(39, 68, 114, 0.9);
}

.footer {
    background-color: #FFF;
    
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.footer a,
.footer p {
    font-size: 14px;
}

.footer p {
    margin-bottom: 0;
}

.poll-social>div {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-bottom: 25px;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}
.progress {
  border-color: #337ab7;
  border-radius: 0.35rem;
  border-width: 0.05rem;
  height: 3rem;
}

.progress__bar {
  background-color: #337ab7;
  border-radius: 0.35rem;
  border-width: 0;
  height: 3rem;
  -webkit-transition: 0.1s width ease;
  -o-transition: 0.1s width ease;
  transition: 0.1s width ease;
}
#errormsg {
  font-weight: bold;
  color: #4caf50;
  text-align: center;
}

#errormsg.error {
  color: #f44336;
}
div.disclaimer-box {
    border: 1px solid black;
    background-color: #cccccc;
    text-align: center;
    width: 320px;
    margin: 0 auto;
}
div.disclaimer-box * {
    padding: 10px;
}
@media screen and (min-width: 700px) {
    .coin-bonus img {
        width: 50%;
    }
}
@media screen and (max-width: 1260px) {
    .container {
        width: 90%;
    }
    .progress-bar {
        padding: 0 50px;
    }
    .barfiller {
        width: 97%;
    }
    .barfiller .poll-option {
        left: -40px;
    }
    .barfiller .total-poll {
        right: 0;
        top: -30px;
    }
}

@media screen and (max-width: 767px) {
    .left-arrow,
    .right-arrow {
        width: 27%;
        top: 2%;
    }
    .poll-shadow {
        overflow: hidden;
    }
}

@media screen and (max-width: 700px) {
    .home .container {
        width: 100%;
    }
    .inner-row {
        margin-left: 0;
        margin-right: 0;
    }
    .poll-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .emailInput .form-group {
        max-width: 53%;
    }
}

@media screen and (max-width: 580px) {
    .btn-vote {
        width: 80%;
    }
    .left-arrow,
    .right-arrow {
        top: 8%;
    }
}

@media screen and (max-width: 480px) {
    .poll-wrap .poll-choice>div {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .emailInput .form-group {
        max-width: 70%;
    }
    .left-arrow,
    .right-arrow {
        top: 15%;
        width: 22%;
    }
    .btn-vote {
        width: 84%;
        font-size: 16px;
    }
}