#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;
}

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-bright-blue, .btn-bright-blue:hover, .btn-bright-blue:focus {
  background: #0DADDE;
  color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 10px 15px;
}

.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;
}

.btn-bright-blue:hover, .btn-bright-blue:focus {
  background: #0E8DB5;
}

.btn-bright-white, .btn-bright-white:hover, .btn-bright-white:focus {
  background: #FFFFFF;
  color: black;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 10px 15px;
  border: solid 1px #CBCBCB;
}

.btn-bright-white:hover, .btn-bright-white:focus {
  background: #E7E7E7;
}
.red {
  color: #E84B3B;
  font-weight: 600;
}

.btn-fb-shadow {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: none;
  background: #3b5998;
  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: #3b61a0;
  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-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: 0;
  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;
  align-items: center;
  justify-content: center;
  background-color: #686868;
}

.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;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition-duration: 0.5s;
}

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

.media-manager-btn {
  width: 80px;
  height: 80px;
  margin: 5px;
  background-color: #eeeeee;
  border-radius: 10px;
  text-align: center;
  transition-duration: 0.5s;
}

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

.media-manager-btn span {
  margin-top: 15px;
  color: #6C6E70;
  font-size: 30px;
}

.media-manager-btn.small {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.media-manager-btn.small span {
  margin-top: 10px;
  font-size: 20px;
}

.media-upload-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  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;
}