#contest-description {
    padding: 10px;
}

.photopoll-edit-image {
    margin: 1px;
    overflow: hidden;
    height: 70px;
    max-width: 90px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    cursor: pointer;
}

div.divider {
    width: 100%;
    margin: 30px 0;
    height: 1px;
    background-color: #484848;
}

.help-block {
    color: #777777 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding-top: 0;
}

p.small, a.small {
    text-transform: uppercase;
    color: #999;
    line-height: 10px;
    font-size: 10px;
}

/* Action required alert */
.tbits-alert-red {
    display: inline;
    color: #eb624e !important;
}

.tbits-alert-blue {
    display: inline;
    color: #0DADDE !important;
}

/* Div Styling */

.div-very-light-gray {
    background: #f6f6f6;
}

.div-white-no-border {
    background: #FFF;
    color: #393939;
}

/* stream page css */

.align-table {
    display: table;
}

.align-middle {
    display: table-cell;
    vertical-align: middle;
    float: inherit;
}

.platform-wrapper {
    background-color: #efefef;
}

.platform-wrapper .platform-title-bar {
    background-color: #4d6272;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', helvetica, sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.platform-wrapper .platform-title-bar h1 {
    font-size: 41px;
    margin: 10px 0;
    font-weight: 300;
}

.platform-wrapper .platform-title-bar h2 {
    font-size: 21px;
    margin-top: 10px;
    font-weight: 500;
}

.platform-wrapper .platform-menu-bar {
    background: #05334b;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.platform-wrapper .platform-menu-bar .platform-menu-item {
    padding: 15px 0;
    text-transform: uppercase;
}

.platform-wrapper .platform-section h1 {
    font-size: 60px;
    color: #354C56;
    font-weight: 400;
    margin-top: 0;
}

.platform-wrapper .platform-section h2 {
    color: #354C56;
    font-size: 36px;
    font-weight: 400;
}

.platform-wrapper .platform-section h3 {
    color: #354C56;
    font-size: 24px;
    font-weight: 400;
}

.platform-wrapper .platform-section p {
    color: #6d6e70;
    font-size: 17px;
    font-weight: 400;
}

.platform-wrapper .platform-section:first-of-type {
    padding-top: 2%;
}

.platform-wrapper .platform-section blockquote {
    border-left: none;
    color: #636463;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    margin: 35px 0 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.platform-wrapper .platform-section blockquote:before {
    content: open-quote;
    font-family: "Times New Roman";
    font-size: 3em;
    font-style: normal;
    line-height: 0.1em;
    margin-right: 5px;
    vertical-align: -0.3em;
}

.platform-wrapper .platform-section blockquote:after {
    content: close-quote;
    font-family: "Times New Roman";
    font-size: 1.5em;
    font-style: normal;
    line-height: 0.1em;
    margin-left: 5px;
    vertical-align: -0.1em;
}

.platform-wrapper .content blockquote {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .platform-wrapper .platform-section-img-wrap {
        text-align: center;
    }
}

.platform-wrapper .platform-section-img-wrap img {
    visibility: hidden;
}

.platform-wrapper .image-visible {
    visibility: visible !important;
}

.platform-wrapper .platform-features-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.platform-wrapper .platform-features-list li {
    color: #636463;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.platform-wrapper .section-separator {
    width: 70%;
    color: #d1d2d4;
    margin: 0 auto;
}

.platform-wrapper .title-spacing h1 {
    font-size: 34px;
    font-weight: 400;
    color: #365464;
    margin-bottom: 5px;
}

.platform-wrapper .title-spacing h2 {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    margin-top: 0;
}

.platform-wrapper .tour-bar {
    color: white;
    font-weight: 500;
    font-family: 'Montserrat', helvetica, sans-serif;
    background-image: url('/static/icons/facepile-bg.jpg');
    background-attachment: fixed;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-top: 5px solid #05334b;
    padding: 50px 0;
    background-color: #365464;
}

.platform-wrapper .tour-bar h1 {
    font-size: 28px;
    margin: 10px 0;
    font-weight: 600;
}

.platform-wrapper .tour-bar .button-wrapper {
    margin: 20px 0;
    text-align: center;
}

.platform-wrapper .tour-bar p {
    font-weight: 500;
}

.platform-wrapper .tour-bar .tour-next-step {
    top: 0;
}

.platform-wrapper .tour-bar .tour-next-step:before {
    font-size: 70%;
}

.tour-link {
    font-style: italic;
    font-weight: 600;
}

/** end stream page css **/

/* Buttons */

.btn {
    font-weight: 700;
}

/*sometime rename the bright btn names */

.btn.tbits-btn-light-blue-primary {
    background-color: #20A0C7;
    color: white;
    transition: .1s ease all;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .15);
    outline: none !important;
}

.btn.tbits-btn-light-blue-primary:hover, .btn.tbits-btn-light-blue-primary.hovered {
    background-color: #1694BB;
    color: white;
    transform: scale(1.02);
}

.btn.tbits-btn-light-blue {
    background-color: #20A0C7;
    color: white;
    transition: .1s ease all;
    outline: none !important;
}

.btn.tbits-btn-light-blue:hover, .btn.tbits-btn-light-blue.hovered {
    background-color: #1694BB;
    color: white;
}


.btn.tbits-btn-light-blue:focus, .btn.tbits-btn-light-blue.focused {
    background-color: #1688AA;
    color: white;
    outline: none !important;
}

.btn.tbits-btn-light-blue[disabled], .btn.tbits-btn-light-blue.disabled {
    background-color: #9BCFDF;
    color: white;
}


.btn.tbits-btn-blue-outline {
    background-color: white;
    color: #20A0C7;
    border: 1px solid #20A0C7;
    transition: .1s ease all;
    outline: none !important;
}

.btn.tbits-btn-blue-outline:hover, .btn.tbits-btn-blue-outline.hovered {
    background-color: white;
    color: #1694BB;
    border: 1px solid #1694BB;
}


.btn.tbits-btn-blue-outline:focus, .btn.tbits-btn-blue-outline.focused {
    background-color: #f7f7f7;
    color: #1688AA;
    border: 1px solid #1688AA;
}

.btn.tbits-btn-blue-outline[disabled], .btn.tbits-btn-blue-outline.disabled {
    background-color: white;
    color: #9BCFDF;
    border: 1px solid #9BCFDF;
}

.btn.tbits-btn-red-outline {
    background-color: white;
    color: #E36F70;
    border: 1px solid #E36F70;
    transition: .1s ease all;
    outline: none !important;
}

.btn.tbits-btn-red-outline:hover, .btn.tbits-btn-red-outline.hovered {
    background-color: white;
    color: #EF4655;
    border: 1px solid #EF4655;
}

.btn.tbits-btn-red-outline[disabled], .btn.tbits-btn-red-outline.disabled {
    background-color: white;
    color: #FDA2AA;
    border: 1px solid #FDA2AA;
}

.btn.tbits-btn-red-outline:focus, .btn.tbits-btn-red-outline.focused {
    background-color: #F7F7F7;
    color: #EF4655;
    border: 1px solid #EF4655;
    outline: none !important;
}

.btn.tbits-btn-multi, input[type='checkbox']:checked + .tbits-btn-multi, input[type='radio']:checked + .tbits-btn-multi {
    background-color: #50bd91;
    color: white;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 2px 12px;
    outline: none !important;
    font-weight: 500;
}

.btn.tbits-btn-multi:hover, .btn.tbits-btn-multi.hovered, input[type='checkbox']:checked + .tbits-btn-multi:hover, input[type='radio']:checked + .tbits-btn-multi:hover {
    background-color: #2B9268;
    color: white;
    border: 1px solid transparent;
    font-weight: 500;
}

.btn.tbits-btn-multi[disabled], .btn.tbits-btn-multi.disabled, .btn.tbits-btn-multi.inactive,
input[type='checkbox']:not(checked) + .tbits-btn-multi, input[type='radio']:not(checked) + .tbits-btn-multi {
    background: white;
    color: #262626;
    border: 1px solid #9b9b9b;
    font-weight: 400;
}

.btn.tbits-btn-multi[disabled]:hover, .btn.tbits-btn-multi.disabled:hover, .btn.tbits-btn-multi.inactive:hover,
input[type='checkbox']:not(checked) + .tbits-btn-multi:hover, input[type='radio']:not(checked) + .tbits-btn-multi:hover {
    background: #f7f7f7;
    color: #262626;
    border: 1px solid #9b9b9b;
    font-weight: 400;
}

.btn-bright-green, .btn-bright-green:hover, .btn-bright-green:focus {
    background: #50BD91;
    color: white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 10px 15px;
}

.btn-bright-green:hover, .btn-bright-green:focus {
    background: #00A87D;
}

.red {
    color: #E84B3B;
    font-weight: 600;
}

.btn-fb-shadow {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: none;
    background: #1877f2;
    color: white;
    font-weight: 600;
}

.btn-fb-shadow:hover, .btn-fb-shadow:focus {
    position: relative;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #0F5DBF;
    transition: none;
    color: white;
}

.btn-span {
    font-size: 16px;
    font-weight: 600;
}

.btn-login-shadow {
    background: #0dadde;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border: 1px solid #0dadde;
    border-radius: 4px;
    transition: background 0.3s ease;
    border-bottom: 2px solid #0dadde;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-login-shadow:hover, .btn-login-shadow:focus {
    background: #fff;
    color: #0dadde;
    border: 1px solid #0dadde;
    transition: background 0.3s ease;
    margin-top: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
    text-shadow: none;
}

.tbits-login-label {
    color: #828282;
    font-size: 14px;
    font-weight: 600;
}

.btn-facebook {
    font-size: 12px;
    color: #ffffff;
    background-color: #49639E;
    border-color: #ccc;
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #ffffff;
    background-color: #384c7a;
    border-color: #8c8c8c
}

.btn-facebook:hover {
    color: #ffffff;
    background-color: #384c7a;
    border-color: #adadad;
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #ffffff;
    background-color: #384c7a;
    border-color: #adadad;
}

.open > .dropdown-toggle.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook:focus,
.open > .dropdown-toggle.btn-facebook.focus {
    color: #ffffff;
    background-color: #2d3d62;
    border-color: #8c8c8c;
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled.focus
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled].focus
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #49639E;
    border-color: #ccc;
}

.btn-facebook .badge {
    color: #49639E;
    background-color: #ffffff;
}

/* Text */

.text-light-blue {
    color: #0DADDE;
}

p[class*="-title"],
span[class*="-title"],
label[class*="-title"],
a[class*="-title"],
table [class*="-title"] {
    font-weight: 700;
}

p[class*="-font"],
span[class*="-font"],
label[class*="-font"],
a[class*="-font"],
table [class*="-font"] {
    font-weight: 600;
}

p[class*="-text"],
label[class*="-text"],
a[class*="-text"],
table [class*="-text"] {
    font-weight: 500;
}

p[class*="-green-"],
span[class*="-green-"],
label[class*="-green-"],
a[class*="-green-"],
table [class*="-green-"] {
    color: #1B9A91;
}

p[class*="-darkblue-"],
span[class*="-darkblue-"],
label[class*="-darkblue-"],
a[class*="-darkblue-"],
table [class*="-darkblue-"] {
    color: #365464;
}

p[class*="-blue-"],
span[class*="-blue-"],
label[class*="-blue-"],
a[class*="-blue-"],
table [class*="-blue-"] {
    color: #0DADDE;
}

p[class*="-grey-"],
span[class*="-grey-"],
label[class*="-grey-"],
a[class*="-grey-"],
table [class*="-grey-"] {
    color: #999;
}

p[class*="-darkgrey-"],
span[class*="-darkgrey-"],
label[class*="-darkgrey-"],
a[class*="-darkgrey-"],
table [class*="-darkgrey-"] {
    color: #666;
}

p[class*="-red-"],
span[class*="-red-"],
label[class*="-red-"],
a[class*="-red-"],
table [class*="-red-"] {
    color: #c23e31;
}

p[class*="small-"],
span[class*="small-"],
label[class*="small-"],
a[class*="small-"],
table [class*="small-"] {
    font-size: 12px;
}

p[class*="med-"],
span[class*="med-"],
label[class*="med-"],
a[class*="med-"],
table [class*="med-"] {
    font-size: 16px;
}

p[class*="big-"],
span[class*="big-"],
label[class*="big-"],
a[class*="big-"],
table [class*="big-"] {
    font-size: 20px;
}

p[class*="xbig-"],
span[class*="xbig-"],
label[class*="xbig-"],
a[class*="xbig-"],
table [class*="xbig-"] {
    font-size: 28px;
}

.modal-subtitle {
    padding-left: 15px;
    padding-bottom: 5px;
}

.modal-title-green {
    color: #1B9A91;
    font-weight: 600;
    font-size: 18px;
}

/* Font CSS Consistency */

.platform h1, h1.platform {
    color: #365464;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 5px;
}

.platform h2, h2.platform {
    color: #354C56;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
}

.platform h3, h3.platform {
    color: #354C56;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.platform h4, h4.platform {
    color: #354C56;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.platform p, p.platform {
    color: #636463;
    font-size: 17px;
    font-weight: 400;
}

h1.loggedin, .loggedin h1, .modal-header h1,
h2.loggedin, .loggedin h2, .modal-header h2,
h3.loggedin, .loggedin h3, .modal-header h3,
h4.loggedin, .loggedin h4, .modal-header h4,
h5.loggedin, .loggedin h5, .modal-header h5 {
    font-weight: 600;
    color: #365464;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1.loggedin, .loggedin h1, .modal-header h1 {
    font-size: 25px;
}

h2.loggedin, .loggedin h2, .modal-header h2 {
    font-size: 20px;
}

h3.loggedin, .loggedin h3, .modal-header h3 {
    font-size: 18px;
}

h4.loggedin, .loggedin h4, .modal-header h4 {
    font-size: 16px;
}

h5.loggedin, .loggedin h5, .modal-header h5 {
    font-size: 16px;
}

p.loggedin, .loggedin p {
    color: #636463;
    font-size: 15px;
    font-weight: 400;
}

.edit-section h4 {
    color: #354C56;
    font-size: 18px;
    font-weight: 600;
}

.edit-section .control-label, .edit-section label {
    color: #354C56;
    font-weight: 600;
}

/* End Text */

/* Font Weights */

strong {
    font-weight: 700;
}

/* End Font Weights */


@media (max-width: 767px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    p strong, b {
        font-weight: 700;
    }
}

/* End Font Formatting */

/* Facebook Apps Page */

.glyphicons-question-sign {
    color: #0dadde;
}

.media-upload-background {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url(/static/images/share-image-bg.png) no-repeat top center;
    background-size: 1005px 121px;
    border-radius: 5px;
    border: dashed 1px #bababa;
    background-color: #f7f7f7;
    overflow: hidden;
}

.media-upload-background.media-upload-background-dark {
    background: #f7f7f7;;
}

.media-upload-background-dark {
    border: solid #e5e5e5;
    border-width: 1px;
    background-color: #F7F7F7;
}

.media-upload-text {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

.media-upload-icon-flexbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    opacity: 0;
    transition-duration: 0.5s;
}

.media-upload-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.media-upload-icon-flexbox:hover,
.media-upload-icon-flexbox.media-manager-active {
    opacity: 1;
}

.media-upload-icon-flexbox.no-upload-txt:hover,
.media-upload-icon-flexbox.media-manager-active.no-upload-txt {
    background-color: rgba(0, 0, 0, 0.2);
}

.media-upload-icon-flexbox:not(.media-manager-active) > .media-upload-text {
    display: none;
}

.media-upload-icon-flexbox.no-upload-txt > .media-upload-text {
    display: none;
}

.media-manager-btn {
    width: 80px;
    height: 80px;
    margin: 5px;
    background-color: white;
    border-radius: 4px;
    border: solid 1px #20a0c7;
    text-align: center;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.media-manager-btn.small {
    width: 60px;
    height: 60px;
}

.media-manager-btn.small span {
    margin-top: 10px;
    font-size: 20px;
}

.media-manager-btn:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.media-manager-btn span {
    margin-top: 15px;
    color: #20a0c7;
    font-size: 18px;
    padding-bottom: 5px;
}

.media-manager-btn p {
    color: #20a0c7;
    font-size: 13px;
}

.media-upload-img {
    object-fit: cover;
    background-color: white;
}

.media-selector-scrollable-selection-window {
    height: 600px;
    max-height: 80vh;
    width: 100%;
    overflow-y: scroll;
}

.selector-img-detail {
    display: none;
    position: absolute;
    bottom: 0px;
    padding: 0px 8px;
    font-size: 12px;
    background: rgba(51, 51, 51, 0.8);
    color: #FFF;
}

.selector-img-group:hover .selector-img-detail {
    display: block;
}

.selector-img {
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #979797;
}

.selector-img:hover {
    cursor: pointer;
}

.selector-sizer,
.selector-img {
    width: 22%;
}

@media (max-width: 1199px) {
    .selector-sizer,
    .selector-img {
        width: 30.66%;
    }
}

@media (max-width: 767px) {
    .selector-sizer,
    .selector-img {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .selector-sizer,
    .selector-img {
        width: 100%;
    }
}

.selector-spacer {
    width: 4%;
}

.media-manager-selector-image-masonry {
    /* Trust me, you want to use !important here or masonry.js will be annoying with inline CSS */
    width: 100% !important;
}

.media-manager-non-image-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D8D8D8;
    color: #6C6E70;
    font-size: 2em;
}

.media-manager-non-image-file .glyphicons {
    font-size: 2.5em;
}

.media-manager-non-image-file p {
    font-size: 0.65em;
}

.ui-datepicker.ui-widget {
    box-shadow: 2px 2px 4px #00000033;
}

.tbits-table-well {
    overflow: hidden;
}

.tbits-table {
    width: 100%;
    color: #262626;
}

.tbits-table > thead {
    border-bottom: 1px solid #E5E5E5;
}

.tbits-table > tbody > tr, .tbits-table > thead > tr {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.white-well > .tbits-table:first-child > tbody > tr:first-child,
.white-well > .tbits-table:first-child > thead > tr:first-child,
.well > .tbits-table:first-child > tbody > tr:first-child,
.well > .tbits-table:first-child > thead > tr:first-child {
    border-top: none;
}

.white-well > .tbits-table:last-child > tbody > tr:last-child,
.white-well > .tbits-table:last-child > thead > tr:last-child,
.well > .tbits-table:last-child > tbody > tr:last-child,
.well > .tbits-table:last-child > thead > tr:last-child {
    border-bottom: none;
}

/*.tbits-table > tbody > tr:first-child, .tbits-table > thead > tr:first-child {*/
/*border-top: none;*/
/*}*/

/*.tbits-table > tbody > tr:last-child, .tbits-table > thead > tr:last-child {*/
/*border-bottom: none;*/
/*}*/

.tbits-table > tbody > tr > th, .tbits-table > thead > tr > th {
    font-weight: 600;
}

.tbits-table > tbody > tr > td, .tbits-table > thead > tr > td {
    font-weight: 400;
}

.tbits-table > tbody > tr > th, .tbits-table > thead > tr > th {
    padding: 10px 20px;
}

.tbits-table > tbody > tr > td, .tbits-table > thead > tr > td {
    padding: 7px 20px;
}

.tbits-table > tbody > tr:nth-child(2n) > td, .tbits-table > tbody > tr:nth-child(2n) > th,
.tbits-table > thead + tbody > tr:nth-child(2n+1) > td, .tbits-table > thead + tbody > tr:nth-child(2n+1) > th,
.tbits-table > thead > tr:nth-child(2n) > td, .tbits-table > thead > tr:nth-child(2n) > th {
    background-color: #FAF8F8;
    vertical-align: middle;
}

.tbits-table > thead + tbody > tr:nth-child(2n) > td, .tbits-table > thead + tbody > tr:nth-child(2n) > th,
.tbits-table > tbody > tr:nth-child(2n+1) > td, .tbits-table > tbody > tr:nth-child(2n+1) > th,
.tbits-table > thead > tr:nth-child(2n+1) > td, .tbits-table > thead > tr:nth-child(2n+1) > th {
    background-color: #FFF;
    vertical-align: middle;
}

.form-control {
    border: 1px solid #c7c7c7
}

.date-between-dash {
    color: #c7c7c7;
    padding: 6px 10px;
    font-size: 1em;
}

.form-control-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    left: 0;
    width: 34px;
    font-size: 14px;
    color: #6D6E70;
    align-items: center;
    justify-content: center;
    pointer-events: none;

}

.input-group .form-control-icon {
    z-index: 3;
}

.form-control.has-icon {
    padding-left: 30px
}

.tbits-icon-input span {
    position: absolute;
    top: auto;
    padding-left: 10px;
    padding-top: 9px;
    font-size: 16px;
    color: #a0a0a0;
}

.tbits-icon-input input {
    padding-left:35px;
}