html
{
  -webkit-tap-highlight-color:transparent;
}

.bcContainer {
    position: relative;
    text-align: center;
    color: white;
}
  
.bcNameMc {
    position: absolute;
    top: 48pt;
    left: 190pt;
    color: #000;
    font-size: 14pt;
    font-weight: 600;
}

.bcTitleMc {
    position: absolute;
    top: 68pt;
    left: 190pt;
    color: #000;
    font-size: 13pt;
}

.bcPhoneMc {
    position: absolute;
    top: 130pt;
    left: 190pt;
    color: #000;
    font-size: 13pt;
}

.bcEmailMc {
    position: absolute;
    top: 148pt;
    left: 190pt;
    color: #000;
    font-size: 13pt;
}

.bcNameNp {
    position: absolute;
    top: 188pt;
    color: #000;
    font-size: 14pt;
    font-weight: 600;
    text-align: center;
    width: 300px;
}

.bcTitleNp {
    position: absolute;
    top: -50pt;
    left: 0pt;
    color: #fff;
    font-size: 13pt;
}

.bcPhoneNp {
    position: absolute;
    top: 320pt;
    left: 0pt;
    color: #444;
    font-size: 11pt;
    text-align: center;
    width: 300px;    
}

.bcEmailNp {
    position: absolute;
    top: 338pt;
    left: 0pt;
    color: #444;
    font-size: 11pt;
    text-align: center;
    width: 300px;    
}

.ui.segment:first-child {
    margin-top: -14px !important;
}

.ui.toggle.checkbox .box:before, 
.ui.toggle.checkbox label:before {
    background: rgba(0,0,0,.15) !important;
}

.ui[class*="top attached"].menu {
    bottom: 0px !important;
    margin-bottom: 0px !important;
    top: 0px !important;
    margin-top: -1px !important;
    border-radius: 0 0 0 0 !important;
}

.ui.attached.menu:not(.tabular) {
    border: 0px solid #000 !important;
}


/**
 Blinking cursor
*/
.splashtext { 
    position: relative;
    display: inline-block;
    line-height: 48px;
    font-size: 48px;
  }
  
  @-webkit-keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @keyframes blink {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

.splashcontent {
    min-height: calc(100vh - 220px);
    padding-top: 220px;
}

.splashfooter {
    height: 50px;
}

.splashheader {
    height: 100px;
    padding-top: 50px;
    text-align: center;
}