.box450 {
    margin-right: 20px;
}

.boxImage {
    text-align: center;
}

.boxImage img {
    display: block;
}

.boxImage .boxImageCaption {
    background-color: #e6e6e6;
    color: #333;
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
}

.boxBody {
    background-color: #e8e8e9;
    border-left: 1px solid #b71116;
    color: #234a71;
    padding: 20px;
    text-align: left;
    margin: 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 120%;
}

.boxBody p {
    padding: 0;
    font-size: 17px;
    color: #13BBBF;
    line-height: 150%;
}

.pollBox {
    background: #f8f8f8;
    padding: 20px 30px;
    text-align: left;
    margin: 0;
}

.pollBox .poll {
    margin-bottom: 10px;
}

.pollBox .poll .pollHolder {
    padding: 0 0 5px 0;
}

.pollBox .poll .chart {
    margin: 0 auto 20px;
    display: block;
}

.pollBox .poll h3 {
    font-size: 33px;
    color: #332C37;
    margin-bottom: 30px;
}

.pollBox .poll p {
    color: #332C37;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}

.pollBox .poll p input {
    background: #f8f8f8;
}

.pollBox .poll .buttonHolderFull {
    margin-top: 30px;
}

.pollBox .poll .buttonHolderFull button {
    text-transform: uppercase;
    color: #EE174C;
    font-size: 30px;
    line-height: 100%;
    background: none;
    font-weight: normal;
    font-family: open_sanslight, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.pollBox form {
    margin-top: 10px;
}

/*-- poll box --*/

.pollBox h3 {
    padding: 10px 20px 5px 20px;
    font-size: 24px;
    color: #332C37;
    border-top: 1px solid #e0e0e0;
}

.pollBox h3:first-child {
    border-top: 0;
}

.pollBox .answer {
    padding: 0 20px 10px 20px;
    display: table;
}

.pollBox .answer span {
    display: table-cell;
    line-height: 120%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #332C37;
}

.pollBox .answer .radio {
    width: 20px;
}

.pollBox button {
    background-color: transparent;
    color: #EE174C;
    font-family: open_sanslight;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 10px;
}

.pollBox .message {
    font-size: 18px;
    color: #ff0000;
    display: block;
    margin: 0 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}

.boxFiles {
    background: #e8e8e9;
    padding: 20px;
    text-align: left;
    margin: 0;
    color: #606060;
    font-size: 15px;
    line-height: 130%;
}

.boxLinks {
    background: #e8e8e9;
    padding: 20px;
    text-align: left;
    margin: 0;
    color: #606060;
    font-size: 15px;
    line-height: 130%;
}

.boxFiles p, .boxLinks p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}


.boxFiles p.lastFile, .boxLinks p.lastFile {
    padding: 0;
    margin: 0;
    border: none;
    word-wrap: break-word
}

.box-center {
    margin: 0 auto 20px;
    float: none;
    display: block;
    clear: both;
}

.box-right {
    margin: 0 0 20px 20px;
    float: right;
    padding: 0;
}

.box-left {
    margin: 0 20px 20px 0;
    float: left;
    padding: 0;
}

.box900 {
    margin-right: 0;
}

.boxCaption {
    text-align: left;
    display: block;
    font-size: 15px;
    color: #666;
    background-color: #e6e6e6;
    padding: 10px;
    line-height: 140%;
}
.videoBoxCaption {
    display: none;
}
.boxCaption span {
    font-family: open_sanssemibold;
}

/* @end */
@media screen and (max-width: 1037px) {
    .box320 {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    .box640 {
        margin: 0 0 20px 0 !important;
    }
}