/******  START - General use and html overrides ******/
@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/simple_line_icons/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../fonts/simple_line_icons/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/simple_line_icons/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/simple_line_icons/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/simple_line_icons/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/simple_line_icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/SFProDisplay/SF-Pro-Display-Regular.otf');
}

@font-face {
  font-family: 'SFProDisplayThin';
  src: url('../fonts/SFProDisplay/SF-Pro-Display-Thin.otf');
}


.icon-close, .icon-organization {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e082";
}

.icon-organization:before {
  content: "\e616";
}

html {
    height: 100%;
}
body {
    font-family: "SFProDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    padding-top: 0px;
    background: #15222e;
}
.btn:hover {
    opacity: .9;
}
.vertical-align {
    display: flex;

    /*align-items: center;*/
    justify-content: center;
    /*height: 100vh;*/
}
.test-link {
    position: absolute;
    top: -5px;
    color: white;
    background-color: #996DD7;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    min-width: 25px;
    height: 25px;
    border-radius: 25px;
    padding: 5px;
}
.test-link.one {
    right: 100px;
}
.test-link.two {
    right: 65px;
}
.test-link.vote {
    right: 15px;
}
/******  END - General use and html overrides ******/

/****** START - custom css styling *****/

.padding-top {
  padding-top: 50px;
}

#Hives {
  width: 100%;
}

/******  START - rating - star rating system ******/
.rating {
    width: 100%;
    margin: 0 auto 15px auto;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float: right;
    width: 10%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ddd;
    /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
    margin: 0;
    text-align: center; 
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #888;
    /*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.rating label.star-on {
    color: #F16769 !important;
}
.rating label:nth-of-type(4).star-on,
.rating label:nth-of-type(3).star-on {
    color: #F2CE6E !important;
}
.rating label:nth-of-type(2).star-on,
.rating label:nth-of-type(1).star-on {
    color: #72DBA8 !important;
}
@media (max-width: 767px) {
    .rating:not(:checked) > label {
        font-size: 20px;
    }
}
/******  END - rating - star rating system ******/


/****** END - custom css styling *****/


/******  START - bootstrap modal overrides ******/
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-header {
    border: none;
    padding: 15px 15px 5px 15px;
}
.modal-header h3 {
    padding: 30px 0 10px 0;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-dialog button.close {
    color: #262626;
    font-size: 24px;
    font-weight: normal;
    opacity: 1;
}
.modal-title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}
h4.modal-title {
    font-size: 14px;
}
.modal-content {
    border-radius: 3px;
    background: linear-gradient(135deg, #FFFFFF 0%, #EBEEFF 100%);
}
.modal-body {
    padding: 30px 30px 0 30px;
}
.modal-body .input-group {
    width: 100%;
}
.modal-body input.form-control {
    color: #121A2F;
    font-size: 14px;
    font-weight: 300;
    height: 57px;
    padding: 15px;
    border: 1px solid #E3EDF8;
    border-radius: 2px;
    box-shadow: none;
}
.modal-body label.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 57px;
    width: 100%;
    line-height: 45px;
    border: none;
    border-radius: 2px;
    background: linear-gradient(315deg, #4623AE 0%, #5932B6 20%, #6A41BE 40%, #7A4FC7 60%, #8A5ECF 80%, #996DD7 100%);
    text-transform: uppercase;
    margin-top: 15px;
}
.modal-body .form-group {
    margin: 0;
}
.modal-footer {
    border: none;
    text-align: center;
    padding: 0 30px 30px 30px;
}
.modal-footer a {
    color: #0b4c8c;
    opacity: 0.6;
    cursor: copy;
}
.modal-footer .icon-link {
    display: block;
    color: #0b4c8c;
    opacity: 0.6;
    margin: 85px 0 15px 0;
}
@media (max-width: 600px) {
    .modal-dialog {
        width: 90%
    }
}
/******  END - bootstrap modal overrides ******/


/******  START - disconnect modal overrides ******/
.modal.disconnect #everyone,
.modal.disconnect #splitScreen {
    margin: 0 0 30px 0;
}
.modal.disconnect #everyone {
    background: linear-gradient(135deg, #FF846E 0%, #FB7961 20%, #F76D54 40%, #F36247 60%, #EE553A 80%, #E9482D 100%);
}
.modal.disconnect #everyone span.icon-close,
.modal.disconnect #splitScreen span.icon-organization {
    margin-right: 5px;
}
.modal.disconnect #splitScreen {
    background: linear-gradient(135deg, #0070ba 0%, #0b4c8c 70%);
}
.modal.disconnect .modal-footer {
    display: none;
}
/******  END - disconnect modal overrides ******/


/******  START - vote modal overrides ******/
.modal.vote #confirmVote {
    margin: 25px 0 30px 0;
}
.modal.vote .input-group .row.scale > div span {
    color: #708EB7;
    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    opacity: 0.64;
    padding: 0;
    text-transform: uppercase;
}
/******  END - vote modal overrides ******/


/******  START - placeholder color overrides ******/
.form-control::-webkit-input-placeholder { opacity: 0.15; color: #0E1127; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { opacity: 0.15; color: #0E1127; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { opacity: 0.15; color: #0E1127; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { opacity: 0.15; color: #0E1127; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { opacity: 0.15; color: #0E1127; }  /* Microsoft Edge */

/******  END - placeholder color overrides ******/


/******  START - BBC  ******/
.ubiq-logo, .broadcom-logo .topgolf-logo {
    position: fixed;
    top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.broadcom-logo {
    top: 20px;
}

.topgolf-logo {
    padding-top: 50px;
}

.topgolf-logo img {
    width: 250px;

}

.ubiq-logo img {
    width: 40px;
    height: 40px;
}

.broadcom-logo img {
    width: 250px;
}

.ubiq-title {
  margin-left: 20px;
}

@media (max-width: 767px) {
    .ubiq-logo, .broadcom-logo {
        margin-top: 25px;
        margin-left: 5px;
    }

    .ubiq-logo img {
      width: 30px;
      height: 30px;
    }

    .broadcom-logo img {

    }

    .ubiq-title {
      margin-left: 10px;
    }
}
/******  END - BBC ******/


/******  START - hive ******/
.container.hive {
    max-width: 749px;
}
.container.hive .row > div {
    /*padding: 0;*/
}
.hive h1,
.hive h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
}
.hive h2 {
    font-family: 'SFProDisplayThin', "Helvetica Neue", Helvetica, Arial, sans-serif;;
    margin-bottom: 60px;
}
.hive .form-group p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    margin-top: 18px;
}
.hive input.form-control {
    font-size: 16px;
    height: 57px;
    padding-left: 20px;
    border-radius: 2px;
}
.hive .btn {
    font-family: 'SFProDisplay', "Helvetica Neue", Helvetica, Arial, sans-serif;;
    color: #FFF;
    font-size: 15px;
    height: 57px;
    width: 220px;
    line-height: 45px;
    border: none;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(135deg, #0070ba 0%, #0b4c8c 70%);
    text-transform: uppercase;
}
.btn:hover {
    opacity: .9;
}
@media (max-width: 767px) {
    .hive h1,
    .hive h2 {
        font-size: 20px;
    }
    .hive h2 {
        margin-bottom: 30px;
    }
    .hive .form-group p {
        font-size: 12px;
        margin-top: 10px;
    }
    .hive input.form-control {
        font-size: 11px;
        height: 38px;
    }
    .hive .btn {
        font-size: 12px;
        width: 130px;
        height: 38px;
        line-height: 2.2em;
    }
}
@media (min-width: 768px) {
}
/******  END - container ******/


/******  START - sharing ******/
.sharing.hive label.btn {
    background: linear-gradient(135deg, #FF846E 0%, #FB7961 20%, #F76D54 40%, #F36247 60%, #EE553A 80%, #E9482D 100%);
}
/******  END - sharing ******/


/******  START - ubiq-footer ******/
.ubiq-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    font-size: 14px;
    font-weight: 200;
    line-height: 90px;
    text-align: left;
    opacity: 0.9;
    background-color: #172344;
}
.ubiq-footer .container {
    max-width: 749px;
}
.ubiq-footer p {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
.ubiq-footer label.btn {
    font-size: 11px;
    height: 40px;
    width: 140px;
    line-height: 2.5em;
    border: none;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(135deg, #0070ba 0%, #0b4c8c 70%);
    text-transform: uppercase;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .ubiq-footer p {
        display: none;
    }
    .ubiq-footer label.btn {
        width: 100%;
    }
}
/******  END - ubiq-footer ******/


/******  START - rating - star rating system ******/
.rating {
    width: 100%;
    margin: 0 auto 15px auto;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float: right;
    width: 10%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ddd;
    /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
    margin: 0;
    text-align: center; 
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #888;
    /*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.rating label.star-on {
    color: #F16769 !important;
}
.rating label:nth-of-type(4).star-on,
.rating label:nth-of-type(3).star-on {
    color: #F2CE6E !important;
}
.rating label:nth-of-type(2).star-on,
.rating label:nth-of-type(1).star-on {
    color: #72DBA8 !important;
}
@media (max-width: 767px) {
    .rating:not(:checked) > label {
        font-size: 20px;
    }
}
/******  END - rating - star rating system ******/
