
@import url('https://fonts.googleapis.com/css?family=Oxygen');

.tpn-zone {
    overflow: auto;
    font-family: Oxygen-Sans, arial, serif;
    color: rgb(102, 102, 102);
}

.tpn-zone-disabled {
    font-family: Arial, Verdana, Tahoma, 'san serif';
    font-size:12px;
    position:absolute;
    display: table-cell;
    width:100%;
    height:100%;
    background-color: lightgray;
    color:#595959;
    text-align: center;
    opacity: 0.1;
}

.tpn-banner {
    padding: 10px 0;
}

.tpn-banner-nospacing {
    padding: 0;
}

.tpn-banner-answered {
    opacity:0.3;
    background-color: #f6f6f6;
}

.tpn-banner-answered *, .tpn-banner-answered *:focus {
    cursor: default!important;
    outline: none;
}

.tpn-banner-answer-pending {
    opacity: 0.3;
    background-color: #f6f6f6;
}

.tpn-banner-answer-pending *, .tpn-banner-answer-pending, *:focus {
    cursor: default!important;
    outline: none;
}

.tpn-zone img.img-responsive,
.tpn-banner-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tpn-video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    margin-bottom: 40px;
    height:0;
    overflow:hidden;
}

.tpn-video-container iframe, .tpn-video-container object, .tpn-video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.tpn-banner-image-wide {
    padding-left: 6px;
}

.tpn-question-area {
    display: block;
}

.tpn-question-text {
    font-size: 16px;
    color:#595959;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.tpn-question-text-indentleft {
    margin: 6px 0 6px 34px;
}

.tpn-question-text-nospacing {
    margin: 0;
}

.tpn-question-headline {
    font-size: 18px;
    color: #f00;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.tpn-question-smallprint {
    font-size: 12px;
    color: #9d9d9d;
    margin: 0 6px 6px 0;
}

.tpn-question-smallprint a {
    text-decoration: underline;
    color: #888;
}

.tpn-question-smallprint a:hover {
    text-decoration: underline;
}

.tpn-question-smallprint-indentleft {
    margin: 0 6px 6px 34px;
}

.tpn-buttons {
    margin-top: 10px;
    text-align: center;
}

.tpn-answer-buttons {
    margin: 8px 0 0 0;
}

.tpn-answer-buttons-indentleft {
    margin: 8px 0 0 34px;
}

.tpn-answers-multi {
    display: table;
}

.tpn-answers-multi label > span:first-child {
    float: left;
    position: relative;
    top: -7px;
}

.tpn-answers > span {
    display: inline-block;
}

.tpn-answers a.tpn-text-answer {
    color: #888;
    text-decoration: none;
    font-size: 90%;
}

.tpn-answers a.tpn-text-answer:hover {
    text-decoration: underline;
}

.tpn-answers-indentleft {
    margin: 0 0 0 34px;
}

.tpn-answer-list-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.tpn-answer-cols-1 {
    width: 100%;
}

.tpn-answer-cols-2 {
    width: 50%;
}

.tpn-answer-cols-3 {
    width: 33.33%;
}

.tpn-answer-cols-4 {
    width: 25%;
}

@media screen and (max-width: 960px) {
    .tpn-answer-cols-3, .tpn-answer-cols-4 {
        width: 50%;
    }
}

@media screen and (max-width: 780px) {
    [class*="tpn-answer-cols"] {
        width: 100%;
    }
}

.tpn-answer-label {
    font-size: 14px;
    color:#595959;
    padding: 2px 0 0 0;
    display: inline-block;
}

.tpn-answer-label.tpn-answer-large {
    font-size: 16px;
    color:#595959;
    padding: 2px 0 0 0;
    display: inline-block;
    font-weight: bold;
}

.tpn-answer-label > input {
    margin-left: -20px;
    margin-right: 6px;
}

.tpn-question-required {
    color: #b94a48;
    background-color: #f2dede;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.tpn-additional-variables-tbl {
    width: 100%;
    margin: 0 0 10px 0;
}

.tpn-additional-fields input {
    font-family: inherit;
    margin: 0 0 4px 0;
}

.tpn-additional-fields table tr td label {
    margin: 10px 0 2px 2px;
    display: block;
}

.tpn-additional-fields-title {
    color: #595959;
    font-weight: bold;
}

.tpn-additional-field-label {
    font-size: 14px;
    color:#595959;
}

.tpn-additional-field {
    font-size: 14px;
    padding: 6px 12px;
    border: 2px #ccc solid;
    border-radius: 4px;
    color:#595959;
}

@media screen and (max-width: 780px) {
    .tpn-additional-field {
        width: 100%;
    }
}

.tpn-banner-separator {
    border-bottom: 1px solid #eeeeee;
    clear:both;
}

.tpn-confirmation {
    font-size: 14px;
    color:#595959;
    padding:10px 10px 20px 10px;
}

.tpn-button-small[disabled]:hover,
.tpn-button-small {
    display: inline-block;
    padding: 3px 20px;
    margin: 7px 8px 0 0;
    background-color: rgb(170, 170, 170);
    color: #fff;
    border: 1px solid rgba(153, 153, 153,1);
    font-weight: bold;
    border-radius: 3px;
    font-size: 1.1em;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    position: relative;
    bottom: 2px;
}
.tpn-button-small:hover {
    background-color: rgba(170, 170, 170,0.92);
}

.tpn-button-small.active[disabled]:hover,
.tpn-button-small.active {

}

.tpn-button-large[disabled]:hover,
.tpn-button-large {
    display: inline-block;
    padding: 4px 30px;
    margin: 0 8px 0 0;
    background-color: rgb(45, 204, 112);
    color: #fff;
    border: 1px solid rgba(35, 174, 90,0.7);
    font-weight: bold;
    border-radius: 3px;
    font-size: 1.3em;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.tpn-button-large:hover {
    background-color: rgba(45, 204, 112, 0.92);
}

.tpn-button-submit[disabled]:hover,
.tpn-button-submit {
    background-color: rgba(231,75,61,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    border-bottom: 3px #c03e31 solid;
    font-size: 40px;
    font-weight: 600;
    padding: 4px 35px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.tpn-button-submit:hover {
    background-color: rgba(231,75,61,0.8);
}

@media screen and (max-width: 640px) {
    .tpn-button-submit[disabled]:hover,
    .tpn-button-submit {
        width: 99%;
        padding: 6px 0;
    }
}

.tpn-answer-skip,
.tpn-answer-skip[disabled]:hover {
    display: block;
    font-size: 9pt;
    text-decoration: none;
    color: #999;
    vertical-align: middle;
    padding: 4px;
}

.tpn-answer-skip a {
    text-decoration: none;
    color: #888;
}

.tpn-answer-skip a:hover {
    color: #bbb;
    text-decoration: underline;
}

.tpn-answer-skip {
    clear: right;
    float: right;
    text-align: right;
}

.tpn-logo {
    margin-bottom: 14px;
}

.tpn-logo-right {
    /*clear: right;*/
    float: right;
    text-align: right;
    border: 2px #ccc solid;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    padding: 6px;
    margin: 4px 0 12px 20px;
}

.tpn-logo-left {
    clear: left;
    float: left;
    text-align: left;
    border: 2px #ccc solid;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    padding: 6px;
    margin: 4px 20px 34px 0;
}

.tpn-logo-left-checkbox-left {
    float: left;
    text-align: left;
    border: 2px #ccc solid;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    padding: 6px;
    margin: 4px 20px 34px 0;
}

.tpn-logo-left-none {
    clear: left;
    float: left;
    text-align: left;
    padding: 6px;
    margin: 4px 20px 34px 0;
}

.tpn-logo-right-none {
    clear: right;
    float: right;
    text-align: left;
    padding: 6px;
    margin: 4px 20px 12px 0;
}

.tpn-logo-left-no-checkbox-left {
    margin: 4px 20px 34px 34px;
}

.tpn-banner-container {
    clear: both;
    width: 100%;
}

.tpn-moreinfo-link-container {
    position: relative;
    margin: 6px 4px 0 10px;
    width: 15px;
    display: block;
    float: right;
    right: 4px;
}
.tpn-moreinfo-link {
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    position: relative;
    border: 2px solid #aaa;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    background-color: #eee;
    font-family: arial black;
}

.tpn-moreinfo-link:hover {
    color: #eee;
    background-color: #aaa;
}

.tpn-moreinfo {
    background-color: #eeeeee;
    color: #666;
    font-size: 13px;
    min-height: 50px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #888;
    box-shadow: 8px 8px 15px rgba(0,0,0,0.4);
}
.tpn-moreinfo-content {
    margin: 18px 10px 10px 10px;
}

.tpn-moreinfo-arrow {
    position: absolute;
    background-image: url('../images/moreinfo-arrow-right3.png');
    right: -11px;
    top: 7px;
    width: 12px;
    height: 26px;
    margin:0;
    padding:0;
}

.tpn-moreinfo-close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #777;
    border-radius: 10px;
    padding: 3px;
    line-height: 11px;
    font-size: 10px;
}

.tpn-moreinfo-close:hover {
    color: #eee;
    background-color: #888;
    border-color: #eee;
}

.tpn-moreinfo-panel
{
    display: none;
}
.tpn-moreinfo-panel {
    right: 35px;
    top: -8px;
    position: absolute;
    z-index: 1000;
    min-width: 200px;
}

.background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    background: rgba(0,0,0,0.2);
}

/*
* these styles are used for answer tooltips
*/
.tpn-answer-moreinfo {
    position: absolute;
    background-color: #eeeeee;
    max-width:90%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    bottom: 36px;
    left: 15px;
    padding: 2px 8px 8px 8px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border: 1px solid #bbb;
    color: #666;
    font-size: 13px;
}
.tpn-answer-moreinfo:after {
    content: '';
    position: relative;
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border: 6px solid transparent;
    margin-bottom: -18px;
    border-top-color: #eeeeee;
    z-index: 1000;
    pointer-events: none;
    left: 6px;
}

.tpn-answer-moreinfo-label {
    padding-right: 20px;
    background-image: url('../images/tpn-information.png');
    background-position: right 5px;
    background-repeat: no-repeat;
}

.tpn-answer-moreinfo-icon {
    padding-right: 20px;
    margin-left: 6px;
    background-image: url('../images/tpn-information.png');
    background-repeat: no-repeat;
}

.tpn-footer {
    color:#595959;
    font-size:10px;
    text-align:right;
    padding-top:4px;
    padding-right:15px;
}
.tpn-footer a {
    text-decoration: none;
    font-size:10px;
    color: #0e84b5;
}

.tpn-footer a:hover {
    text-decoration: underline;
}

/* Style answers HTML controls */
.tpn-zone select {
    border: 2px #ccc solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    background-color: #fff;
    color: #555;
    font-size: 14px;
    font-family: inherit;
}

@media screen and (max-width: 640px) {
    .tpn-zone select {
        width: 100%;
    }
    .tpn-answers-multi.tpn-answer-type-2 {
        display: block;
    }
}

.tpn-zone input[type=checkbox]:not(old),
.tpn-zone input[type=radio]:not(old) {
    width   : 0;
    margin  : 0;
    padding : 0;
    opacity : 0;
    display: none;
}

.tpn-zone input[type=checkbox]:not(old) + label,
.tpn-zone input[type=radio   ]:not(old) + label {
    display      : block;
    margin-right  : 10px;
}

.tpn-zone input[type=checkbox]:not(old) + label.checkbox-left {
    display      : inline-block;
    margin-right : 0;
}

.tpn-zone input[type=checkbox]:not(old) + label > span:first-child {
    display          : inline-block;
    width            : 18px;
    height           : 18px;
    margin           : 4px 6px 1px 0;
    border           : 2px solid rgba(192,192,192,0.8);
    border-radius    : 5px;
    vertical-align   : bottom;
    background-color : white;
}

.tpn-zone input[type=checkbox]:not(old) + label > span.checkbox-left:first-child {
    display          : inline-block;
    float            : left;
    width            : 18px;
    height           : 18px;
    margin           : 4px 12px 1px 0;
    border           : 2px solid rgba(192,192,192,0.8);
    border-radius    : 5px;
    vertical-align   : bottom;
    background-color : white;
}

.tpn-zone input[type=radio   ]:not(old) + label > span:first-child {
    display          : inline-block;
    width            : 20px;
    height           : 20px;
    margin           : 4px 6px 0 0;
    border           : 2px solid rgba(192,192,192,0.8);
    border-radius    : 12px;
    vertical-align   : bottom;
    background-color : white;
}

.tpn-zone input[type=checkbox]:not(old):checked + label > span:first-child,
.tpn-zone input[type=radio   ]:not(old):checked + label > span:first-child {
    background-color: white;
}

.tpn-zone input[type=checkbox]:not(old):checked + label > span > span:first-child {
    display          : block;
    width            : 14px;
    height           : 14px;
    margin           : 2px;
    /*border           : 1px solid #1e62d0;*/
    border-radius    : 3px;
    background-color: #2CCC6F;
}

.tpn-zone input[type=radio]:not(old):checked + label > span > span:first-child {
    display          : block;
    width            : 14px;
    height           : 14px;
    margin           : 3px;
    /*border           : 1px solid #1e62d0;*/
    border-radius    : 7px;
    background-color: #2CCC6F;
}

.tpn-sponsor-info {
    font-size: 12px;
    /*margin-left: 35px;*/
    /*margin-top: 5px;*/
    color: #aaa;
}

.tpn-sponsor-info .tpn-sponsor-info-item {
    display: inline-block;
    text-align: center;
    /*margin-right: 10px;*/
}

.tpn-sponsor-wrapper {
    margin-bottom: 10px;
}

.tpn-sponsor-name {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}