.etc-login-form {
  color: #919191;
  padding: 10px 20px;
  text-align:center;
}
.etc-login-form p {
  margin-bottom: 5px;
}
.clhead {
  cursor:pointer;
}
.btncl{
  background-color:#9A0E1F;border-color:#9A0E1F;border-radius: 1rem;
}

input[type="email"], input[type="text"], input[type="password"], select{
  border-radius: 1rem;
  -moz-border-radius:1rem;
  -webkit-border-radius:1rem;
}
.navbar-default {
  background-color: #800023 !important;
  border-color: #800023 !important;
}
.form-top{
  padding: 0 !important;
  background: #800023;
}

.form-top p{
  color: #FFF;
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-link{
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-link:hover{
  text-decoration: underline !important;
  color: #fd9eb6 !important;
}
.box-1{
  background: #1e1e1e;
  padding: 20px 2em;
  border-bottom-right-radius:16px;
  border-bottom-left-radius:16px
}
.search-form{
  padding-top: 0px;
}
.custom-select{
  background: #424242 !important;
  color: #FFF !important;
  border: none;
  padding: 6px 10px !important;
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  width: 300px !important;
  max-width: 100%;
}
.search-form .btn-sm{
  margin-left: 20px;
  background: #800023;
  height: 40px;
  line-height: 0;
  padding: 0 40px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
.text-style-1{
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  color: #FFF;
}
.form-bottom {
  padding: 0 !important;
}
.result-table tr{
  background: #424242;
}

.result-table thead{
  background: #800023 !important;
}
.result-table thead th{
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
    background: #800023 !important;
  vertical-align: middle !important;
  padding: 5px 10px !important;
}

.result-table a{
  color: #c3c3c3 !important;
}
.result-table td{
  color: #c3c3c3;
  font-size: 12px;
  font-weight: 400;
  border-top: none !important;
  border-bottom: 1px solid #565656 !important;
  vertical-align: middle !important;
  padding: 14px 10px !important;
}
button.btn-custom{
  margin-top: 20px;
  background: #800023;
  height: 40px;
  line-height: 0;
  padding: 0 40px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
footer{
  background: #FFF;
}
.form-bottom {
    border: none;
}
.clnone{
  display: none;
}
.c-btn-1,
.c-btn-2{
  width: 45%;
}
.c-btn-1{
  margin-left: 0 !important;
}
.c-btn-2{
  background-color: #424242 !important;
}
.caret{
    color: #FFF;
}


@media screen and (max-width:768px){
  .custom-select {
    width: 100% !important;
  }
  .select-toggle{
     position: relative;
  }

  .select-toggle::after{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    content: "";
    pointer-events: none;
  }

  .select-toggle select{
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
  }
  .text-style-1{
    text-align: center;
    font-size: 14px;
  }
  .box-1 {
      padding: 20px 1em;
  }
  .result-table td {
    border-bottom: none !important;
  }
  .d-collapse td{
    display: none !important;
  }

  .result-table tbody tr::before{
    content: "-";
    color: #FFF;
    right: 50px;
    position: absolute;
  }
  .result-table tbody tr.d-collapse::before{
    content: "+" !important;
    color: #FFF;
    right: 50px;
    position: absolute;
  }

  .result-table td:nth-of-type(1),
  .result-table td:nth-of-type(2){
    display: inline-block  !important;
  }
  .result-table td:nth-of-type(3) {
    display: block  !important;
  }
}

	@media only screen and (max-width: 768px){

		table, thead, tbody, th, td, tr {
			display: block;
		}
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
    tr {
      margin: 0 0 10px;
      padding: 5px 0 15px;
    }
		.result-table td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
      padding: 3px 10px;
      padding: 4px 10px !important;
		}
		td:before {
			padding-right: 10px;
			white-space: nowrap;
		}

    .result-table td:nth-of-type(1) {
      padding-left: 10px !important;
      display: inline-block;
      width: 15%;
    }
		.result-table td:nth-of-type(2) {
      padding-left: 10px !important;
      display: inline-block;
      width: 80%;
    }

		.result-table td:nth-of-type(4) {
      padding-left: 10px !important;
      width: 50%;
      display: inline-block;
    }
		.result-table td:nth-of-type(5) {
      padding-left: 10px !important;
      display: inline-block;
    }

		.result-table td:nth-of-type(8) {
      margin-top: 30px;
      padding-left: 10px !important;
      width: 50%;
      display: inline-block;
    }
		.result-table td:nth-of-type(9) {
      margin-top: 30px;
      padding-left: 10px !important;
      display: inline-block;
    }

    .result-table td:nth-of-type(11) {
      padding-left: 10px !important;
        margin-top: 30px;
      width: 50%;
      display: inline-block;
    }
    .result-table td:nth-of-type(12) {
      padding-left: 10px !important;
        margin-top: 30px;
      display: inline-block;
    }

    .clnone{
      display: block;
    }

		td:nth-of-type(1):before { content: ""; }
		td:nth-of-type(2):before { content: ""; }
		td:nth-of-type(4):before { content: "% Correct: "; }
		td:nth-of-type(5):before { content: "% Correct: "; }
		td:nth-of-type(6):before { content: "Closest to Tie Breaker: "; }
		td:nth-of-type(7):before { content: "Submitted on"; }
    td:nth-of-type(7):after {
          content: "YTD";
          position: absolute;
          left: 10px;
          top: 30px;
          font-weight: 500;
          color: #FFF;
          width: calc(100% - 20px);
          border-top: 1px solid #FFF;
          padding-top: 5px;
    }
		td:nth-of-type(8):before { content: "% Correct: "; }
		td:nth-of-type(9):before { content: "# Correct: "; }
    td:nth-of-type(10):after {
          content: "Lifetime";
          position: absolute;
          left: 10px;
          top: 10px;
          font-weight: 500;
          color: #FFF;
          width: calc(100% - 20px);
          border-top: 1px solid #FFF;
          padding-top: 5px;
    }
		td:nth-of-type(11):before { content: "% Correct: "; }
		td:nth-of-type(12):before { content: "# Correct: "; }
	}

@media screen and (max-width: 767px){
	.tblthank.table.result-table tr, .tblthank.table.result-table td{ display:block !important; width:100%;white-space:normal !important}
}
