@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{
	outline:none;
	padding:0px;
	margin:0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    color:#3b3c3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
    background: #ffffff;
} 

html {
  height: 100%;
}
body {
  min-height: 100%;
  /*display: flex;
  flex-direction: column;*/
}
  
.clear{ clear:both; }

.logo {
    text-align: left;
}

a {
    color: #E8171F;
    text-decoration: none;
}
p {
    color:#3b3c3d;
    font-size: 1rem;
    font-weight: 400;
    margin: 10px auto;
    line-height:1.5rem;
    font-family: 'Lato', sans-serif;
}
img{
	max-width:100%;
}
 
.topheader {
    background:#000000; 
    padding: 7px 0px;
    position: relative;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    z-index: 9;
}
.select-language {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float : right;
}
.select-language span {
    display: inline-block; 
    margin: 2px 2px;
    padding: 3px 3px;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.select-language span a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 12px;
    background: #ffff;
    border-radius: 50px;
    line-height: normal;
    text-align: center;
    color:#000000;
}
.select-language span a.active{
    background:#E8171F;
    color:#ffffff;
}
 
.wrapper{
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    position: relative;
    margin: auto;
    display: table;
    background:#F3F7FA;
    background-size: cover;
    padding: 10px 0;
}  

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

#forgotpassword {
    display: none;
}
#login_regMsgBox, #regMsgBox, #forgot_regMsgBox {
    margin-bottom: 0px;
    display: none;
    clear: both;
}
label {
    margin-bottom: 1px;
    font-size: 13px;
}
.form-group, .form-floating{
	margin-bottom:1rem;
	text-align: left;
}

.login-section {
    width: 100%;
    background: #ffffff;
    position: relative;
    margin: 2rem auto;
}
.login-left-panel {
    padding: 2rem;
    position: relative;
}
.formBox h4 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
}
.formBox h4 span {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}
.formBox h5 {
   color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}

.registrationForm {
    padding-top: 3rem;
    position: relative;
}

.registrationForm .nav-tabs {
    border: 0;
    margin-bottom: 2rem;
    position: relative;
}

.registrationForm .nav-link {
    background: #FCE5E2 !important;
    border: 0px !important;
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;
    min-width: 110px;
    position: relative;
}

.registrationForm .nav-link.active {
    background: #E8171F !important;
    color: #ffff !important;
}

.registrationForm ul li:first-child .nav-link {
    border-radius: 5px 0px 0px 5px;
}
.registrationForm ul li:last-child .nav-link {
    border-radius: 0px 5px 5px 0px;
}
 

.registrationForm .nav-link:focus, .nav-link:hover {
    color: #000;
}

.registrationForm .nav-link.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #E8171F;
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 0;
    transform: translateX(-12px);
    border-radius: 2px;
}

.formBox {
    background: #F6F8F9;
    padding: 1rem 1rem;
    position: relative;
}
.formBox label a {
    text-decoration: none;
    color:#337AB7;
    white-space: nowrap; 
}
.form-control {
    font-size: 13px;
    height: 40px;
    border: 1px #D4D4D4 solid;
    border-radius: 3px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #E8171F;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(208 134 48 / 25%);
}

.btn-primary {
    background: #E8171F;
    border-color: #E8171F;
    padding: 0.45rem 1.5rem;
    border-radius: 0px;
    font-size: 1.1rem;
    margin: 0px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; 
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ED4F36;
    border-color: #ED4F36;
}

.btn-primary.focus, .btn-primary:focus {
    color: #ffffff;
    background-color: #ED4F36;
    border-color: rgba(82 94 133 / 0.44);
    box-shadow: 0 0 0 0.2rem rgba(82 94 133 / 0.22);
}

.form-check-input {
    width: 1.2em;
    height: 1.2em; 
    border: 1px #A7B1B7 solid;
    cursor: pointer;
}

.form-check-input:checked {
    background-color:  #E8171F;
    border-color: #E8171F;
}

.forgotpwd {
    text-align: right;
}
.accounttext {
    text-align: right;
}

.login-right-panel{
	width:100%;
    height: 100%;  
	background:url('../img/hero-img.jpg') no-repeat center top;
    background-size: cover;
	position: relative; 
    padding: 2rem;
}

.hero-txt {
    margin: 1rem auto;
    background: #ffffff;
    padding: 1rem 1rem;
    position: relative;
}
.hero-txt h1 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    position: relative;
    border-left: 8px #E8171F solid;
    padding-left: 15px;
} 

.hero-txt h4 {
    color: #3b3c3d;
    font-size: 1.1rem;
    margin: 1rem 0;
    line-height: 1.2;
    font-weight: 600;
} 
 

.overview-content {
    margin: 1rem auto;
    background: #ffffff;
    padding: 1rem 1rem;
    position: relative;
}

h2.heading {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
    border-left: 8px #E8171F solid;
    padding-left: 15px;
   margin-bottom: 1rem;
    text-transform: uppercase;
}
ul, ol {
    padding-left: 20px;
    margin: 10px 0;
}

ul li, ol li {
    padding:3px 0;
    line-height: 1.5rem;
    font-family: 'Lato', sans-serif;
    color: #3b3c3d;
    font-size: 1rem;
    font-weight: 400;
}

.trivia-content {
    padding: 10px 0;
    position: relative;
}

.trivia-content h3.quiz_ques {
    font-size: 1.0rem;
    font-weight: 600;
    color: #000;
}

.trivia-content ol li{
     font-size: 1.0rem;
    font-weight: 600;
    color: #000;
}
.trivia-content ol li ol li{
     font-weight:500;
}

.trivia-content ol li ol li.selected, 
.trivia-content ol li ol li:hover {
    background: #f5e1e1;
}

.top-menu.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}

.grid-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 15px 15px;
   grid-template-areas:
      'a'
      'b'
      'c';
   transition: all 0.2s ease;
   text-align: center;
}
/*.grid-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}*/

.tile-card {
	position: relative;
	margin: 0rem auto;
	text-align: center;
	background: #ffffff;
	border-radius: 0px;
	border: 1px solid #DDDDDD;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0px 2px 2px 2px rgb(111 111 111 / 10%);
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.act-icon {
    padding: 1rem 1rem;
}
.act-icon img {
    width: 70px;
}
.tile-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1rem 0.5rem;
    flex: 1;
    margin: 0;
}

.tile-card h5 {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-align: center;
	justify-content: center;
	/*display: flex;*/
}
.tile-card h3 p {
    font-size: 13px;
    line-height: 1.4;
}
 .tile-card h5 span {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    line-height: normal;
}

.tile-card h5 span img {
    width: 20px;
}
.grid-item-display {
    grid-column: 1 / 4;
    grid-row: 3 / auto;
    position: relative;
    overflow: hidden; 
}
.grid-item-display > div {
  display: none;
  background: #ffffff;
  border: 1px #DDDDDD solid;
  padding: 1.5rem 1.5rem;
  text-align: left;
}
.grid-item-display h4 {
	font-size: 1.4rem;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	border-left: 8px #E8171F solid;
	padding-left: 15px;
}
.tile-card.active {
    background: #f2f2f2;
}

.tile-bottom {
    background: #E8171F;
    padding: 9px 10px;
    color: #ffffff;
    position: relative;
	position: relative;
    text-align: center;
}

.tile-bottom a {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    display: block;
    position: relative;
	text-decoration: none;
}

.tile-bottom.completed {
    background: #2DD36F;
}

.tile-bottom a:after {
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: normal;
    padding-left: 7px;
}

.tile-card.active a.explore-link:after {
    content: '\f0ab';    
}
.tile-card.locked-tile:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 99;
}
.tile-card.locked-tile:after {
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    color: #fff;
}

.badges-info {
    padding: 10px 0px;
    position: relative;
}

.badges-info h5 {
    color: #000;
    margin:0;
    font-size: 1.2rem;
    font-weight: 600;
}

.top-menu .navbar-nav > li > a {
	color: #000 !important;
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	border: 0;
	background: transparent;
	border-bottom:2px transparent solid;
	border-radius: 2px;
	font-weight: 400;
	margin-right: 5px;
}
.top-menu .navbar-nav > li.active > a, 
.top-menu .navbar-nav > li > a:focus, 
.top-menu .navbar-nav > li > a:hover {
    background: transparent;
    color: #E8171F !important;
	border-bottom:2px #E8171F solid;
    outline: none;
} 

li.nav-item.logout-btn a {
    width: auto;
    background:  #E8171F;
    border:1px #E8171F solid !important;
    border-radius: 5px;
    color: #ffffff !important;
    padding: 2px 0;
} 
.contentpanel {
    position: relative;
}

.user-stats-block {
    margin: 1rem auto;
    position: relative;
    margin-top: -40px;
}

.stats-left-block{
	background: #F5F8FA;
    margin: 1rem 0;
}
.stats-right-block{
	background: #E8171F;
}
.stats-wrap {
    padding: 1rem 1rem;
	width: 100%;
    background: #F5F8FA;
}

.stats-box {
    margin: 1rem auto;
    background: #ffffff;
    padding: 1rem 1rem;
    text-align: left;
}

.stats-box span {
    display: inline-block;
}

.stats-box span img {
    width: 70px;
}

.stats-box .points {
    padding-left: 1rem;
}

.stats-box .points h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #000000;
}

.points h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

.user-progress {
    background: #E8171F;
    padding: 1rem 1rem;
    position: relative;
}

h4.welcomeMsg {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 300;
}

h3.activelevel {
    padding: 1rem 0;
    color: #fff;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: 600;
}

h3.activelevel span {
    display: inline-block;
    background: #ffffff;
    color: #E8171F;
    padding: 1px 5px;
    line-height: 1;
    font-weight: 600;
    vertical-align: middle;
}

.tracker {
    /* margin-top: 2rem; */
    position: relative;
}
.progress {
    background: rgb(255 255 255 / 50%);
    height: 10px;
    border-radius: 50px;
    width: 95%;
    margin: 2rem auto;
}

.progress-bar {
    background: #ffffff;
}

.tracker-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    align-content: center;
}
.tracker-bottom .title, .tracker-top .title {
    /* padding: 1rem 0; */
    position: relative;
    text-align: center;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.tracker-bottom .title h4, .tracker-top .title h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

.tracker-bottom .title h4 span, .tracker-top .title h4 span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
}

.tracker-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.tier-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}
.tier-icon img {
    width:35px;
}
 
.mid-block {
    padding: 2rem 0;
}


.act-block {
   /*background: #F6F8F9;
    padding: 1.2rem 1.2rem;*/
     margin:1rem 0rem; 
    position: relative;
    height: 100%;
    display: block;
}
 
.feedback-ques {
    padding: 1rem 0;
}

.feedback-ques h5 {
    font-weight: 600;
    font-size: 1rem;
}

.grid-container sup {
    font-size: 10px;
    top: -.8em;
}
.shortlink {
    background: #F6F8F9;
    position: relative;
    margin: 0px;
    width:300px;
    border-radius: 50px;
    padding: 4px 2px;
}

.shortlink span {
    float: right;
    display: inline-block;
    padding: 8px 10px;
    font-size: 10px;
    color: #000;
    cursor: pointer;
}

.shortlink h5 {
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    color: #3b3c3d;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}


.social-media {
    position: relative;
    margin-left: 10px;
}

.social-media a {
    display: inline-block;
    text-align: center;
    color: #000;
}
.social-media {
    position: relative;
    margin-left: 10px;
}

.social-media a {
    display: inline-block;
    text-align: center;
    color: #000;
}
.social-media span {
	width: 48px;
	height: 48px;
	border: 1px #DEE5E9 solid;
	border-radius: 100%;
	margin: 6px 6px;
	background: #F6F8F9;
	display: block;
	text-decoration: none;
	color: #E8171F;
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 48px;
}
.social-media span:hover{
	background: #DEE5E9;
}

.note {
    font-size:13px;
    color:#3b3c3d; 
    font-weight: 500;
    margin: 10px auto;
    line-height:1.5rem;
    font-family: 'Lato', sans-serif;
    text-align:left;
}

footer#footer {
    width: 100%;
    background-color:#333333;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
}

.footerlinks {
    padding:5px 0;
    position: relative;
}

.footerlinks a {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.work-wrap {
    padding: 2rem 0;
    position: relative;
}

.work-box {
    position: relative;
    margin: 10px auto;
    text-align: center;
    background: #ffffff;
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: -2px 2px 0 0 rgb(111 111 111 / 10%); 
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%;
    /* height: 100%; */
}

h5.howswork-link {
    clear: both;
    margin: 1rem 0;
    font-weight: 600;
}

.work-wrap .row .col-md-4 {
    display: flex; 
}

.work-wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.points-sec {
    padding: 2rem 0;
    position: relative;
}
.points-table {
    margin: 1rem auto 0;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border: 1px #ddd solid;
}
.points-table table {
    background: #fff;
    position: relative;
    z-index: 99;
    margin: 0;
}


.points-table .table thead th {
    background: #3b3c3d;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: .75rem .75rem;
    text-align: center;
}

.points-table .table td {
    font-weight: 500;
    color: #3b3c3d;
    font-size: 14px;
    text-align:center;
} 
.table-striped tbody tr:nth-of-type(odd) {
    background: #F3F7FA;
}

.lb-table {
    border-radius: 4px;
    border: 1px #ddd solid;
    position: relative;
    margin-bottom: 1.5rem;
}

.lb-table .lb-head {
    background: #3b3c3d;
    color: #fff;
    font-weight: 600;  
    font-size: 1rem;
    text-align: left;  
    display: block; 
	padding: 0.5rem;
}

.lb-table .lb-head h4 {
    font-size: 1rem;
    margin: 0;
    text-align: left;
}

.lb-status {
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    color: #000000;
    border-bottom: 1px #D4D4D4 solid;
    display: block;
    padding: 0.5rem;
    margin: auto;
}
.lb-points span img {
    width: 15px;
    /* vertical-align: middle; */
}
.lb-table .lb-head span {
    padding-left: 1rem;
}
 

span.lb-name {
    padding-left: 1rem;
}

.lb-points span {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    line-height: 19px;
}

.lb-points {
    background: #DDDDDD;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    line-height: 1.4;
    margin: auto;
    width: 100px;
    text-align: center;
    max-width: 100%;
	font-size: 14px;
}

.lb-points span i {
    font-size: 11px;
    text-align: center;
}
.winner-box {
    position: relative;
    margin: 0.5rem;
    background: #ffffff;
    border: 1px solid #DDDDDD;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: 0px 2px 2px 2px rgb(111 111 111 / 10%);
    display: inline-block;
    padding: 1rem 1rem;
    border-radius: 10px;
}

.winner-box h5 {
    text-align: center;
    color: #E8171F;
    font-weight: 700;
    margin-bottom: 1rem;
}

.winner-box span {
    display: inline-block;
}

.winner-box span img {
    width: 60px;
}

.winner-info {
    padding-left: 1rem;
}

.winner-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.winner-info h4 {
    margin: 0;
    font-size: 1rem;
}
.useraccount .act-block {
   background: #F6F8F9;
    padding: 1.2rem 1.2rem 1rem;
    margin: 0rem;
    position: relative;
    height: 100%;
    display: block;
} 

.user-img img {
    border-radius: 100%;
    max-width: 100%;
    object-fit: fill;
    -o-object-fit: fill;
    position: relative;
    width: 112px;
    height: 112px;
    border: 3px #ffffff solid;
}

.user-img {
    display: inline-block;
    border: 4px #E8171F solid;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    /* max-width: 100%; */
    position: relative;
    margin: auto;
    text-align: center;
}

a.changephoto {
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #E8171F;
    border-radius: 100%;
    font-size: 14px;
    line-height: 30px;
    border: 3px #ffffff solid;
    display: inline-block;
}

#profileBtn {
	color: #fff !important;
    position: absolute;
    border: none;
    opacity: -0.3;
    font-size: 2px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.userinfo {
    color: #000;
    vertical-align: middle;
    padding-top: 1rem;
}
.userinfo h2 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    margin: auto;
}

.userinfo h5 {
    font-size: 0.9rem;
    font-weight: 400; 
    padding:6px 0px;
} 

.badges-block {
    padding: 2rem 0;
    position: relative;
}
ul.badges-list {
    list-style: none;
    margin: 0;
	padding: 0;
}

ul.badges-list li {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}

ul.badges-list li figcaption {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
 
  .faqcontent { 
    width: 100%;
    margin:2rem auto;
}
 
.faqcontent .accordion>.card {
    margin: 10px auto;
    border: 1px #dddddd solid;
    border-radius: 0;
}

.faqcontent .accordion>.card>.card-header {
    background: rgb(243 247 250 / 64%) !important;
    padding: 10px 16px;
    cursor: pointer;
}

.faqcontent .accordion>.card>.card-header h4 {
    font-size: 1.1rem; 
    font-weight: 500;
    color: #000000;
    width: 92%;
    margin: 0;
    text-align: left;
    line-height: 1.6rem;
}


.faqcontent .accordion>.card>.card-header:before, 
.faqcontent .accordion>.card>.card-header.collapsed:before {
    content: "";
    position: absolute;
    top: 10px;
    right:15px;
    font-size: 14px;
    color: #E8171F;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    display: inline-block;
}
.faqcontent .accordion>.card>.card-header:before{
    content: "\f078";
}
.faqcontent .accordion>.card>.card-header.collapsed:before{
    content:'\f054';
}
.faqcontent .card-body {
    border: 0px;
    text-align: left;
    padding: 10px 16px;
} 

.reward-card {
    position: relative;
    margin: 1rem auto;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: 0px 2px 2px 2px rgb(111 111 111 / 10%);
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out; 
    padding: 1rem 1rem;
    text-align: center;
}

.reward-card h3 {
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    padding-top: 10px;
    margin: 0;
    padding-left: 25px;
    vertical-align: middle;
    line-height: normal;
} 

.custom-control-label::before {
    top: auto;
    bottom: 0;
    left: 0;
    border: 1px #686666 solid;
}

.custom-control {
    padding: 0;
}

.custom-control-label::after {
    top: auto;
    left: 0;
    bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #E8171F;
    background: #E8171F;
}
 
.terms{
	color: #3b3c3d;
	font-size: 15px;
	margin: 2em 0;
	text-align: left;
	font-weight: 400;
}
.terms h4 {
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}  
.terms h5 {
    font-size: 1.0rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: left;
    color: #000;
}
 

.head-banner {
	width:100%;
	background:#00182E
	url('../img/banner-hero.jpg') no-repeat right center;
	border-left: 8px #E8171F solid;
	background-size: cover;
	text-align: center;
	padding: 3rem 0 5rem;
	position: relative;
	color: #fff;
}
.banner-caption h1 {
    font-size: 2.1rem;
    font-weight: 700;
}

.banner-caption h4 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 1rem auto;
    font-weight: 400;
}
.loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background:#e8e8e8;
    z-index: 999;
    text-align: center;
}

.loading-ui {
    margin-top: 10%;
}

.loading-ui p {
    font-size: 25px;
    margin: 40px 0px;
    color: #000;
}

.modal-content {
    background: #F5F8FA;
    border: 4px solid #1a237e;
}
.modal-title {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    border-left: 8px #E8171F solid;
    padding-left: 15px;
}

button.close {
    border: 0;
    background: none;
    font-size: 2rem;
}
.game-block, .profile-form{
	background:#ffffff;
}

.trivia-content {
    margin: 1rem 0rem 0;
    position: relative;
    height: 100%;
    display: block;
} 

.survey-ques_Feedback h5 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.survey-tile {
    position: relative;
    margin: 1rem auto;
    text-align: center;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: 0px 2px 2px 2px rgb(111 111 111 / 10%);
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width: 100%;
    cursor: pointer;
    padding: 1em 1rem;
}

.survey-tile h3 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
}

.survey-block ol {
    padding-left: 20px;
	margin: auto;
}

.survey-block ol li {
    padding: 10px 0;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: auto;
}

.survey-block ol li h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.survey-block ol li h4 span {
    display: inline-block;
    position: relative;
}

.survey-block ol li .checkbox label,
.survey-block ol li .radio label {
    font-size: 15px;
    color: #000;
    vertical-align: middle;
}
 

.scale-wrap {
    padding: 1rem 0;
    position: relative;
}

 .scale-rating {
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    display: table;
} 

.scale-rating ul li {
    border-left: 1px #e0e0e0 solid;
    transition: .3s;
    background: #f4f5f5;
    color: #000 !important;
    width: 55px;
    height: 45px;
    display: inline-block;
    text-align: center;
    margin: 0;
}
.scale-rating ul {
    list-style: none;
    margin: 0;
    width: auto;
    padding: 0;
    border: 1px #e0e0e0 solid;
    background: #f4f5f5;
}

.scale-rating li.active-scale,
.scale-rating li:hover {
     background: #e8171f !important;
    color: #fff !important;
}
.scale-rating li.active-scale label{
	 color: #fff !important;
}

.scale-rating label {
    display: flex !important;
    width: 100%;
    font-size: 18px !important;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    cursor: pointer;
    padding: 0 !important;
    font-weight: 500 !important;
    line-height: 30px;
	margin-left: -8px;
}
/*.scale-rating input[type='radio']:hover~label,
input[type='radio']:checked~label{
    background: #e8171f;
    color: #fff;
}*/

.scale-rating input[type='radio']:hover~label.active-scale, 
 input[type='radio']:checked~label.active-scale{
      background: #e8171f;
    color: #fff;
 }

.scale-wrap span {
    display: inline;
    font-size: 14px;
    color: #e8171f;
    font-weight: 500;
}

.scale-wrap span:nth-child(2) {
    float: right;
}

.input-hidden {
    visibility: hidden;
}
 
button.btn-close {
    color: #000;
    font-size: 2rem;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.contact-detail h5 {
    font-size: 1rem;
    padding-top: 1rem;
}


.training-sec{
    padding: 2rem 0;
    margin: 1rem 0;
    position: relative;	
}
.media-gallery {
    position: relative;
    padding-bottom: 2rem;
}

.media-player {
    border: 10px #d0d0d0 solid;
    border-radius: 10px;
}

.media-desc h3 {
    color: #3b3c3d;
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0px auto;
    font-family: 'Lato', sans-serif;
}
.video-thumb h4 {
    font-size: 14px;
    color: #000;
    margin: 5px auto;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background: transparent;
    padding: 0;
    font-size: 24px;
    color: #929292;
}
.owl-prev {
    left: -25px;
}
.owl-next {
    right: -25px;
}

.owl-theme .owl-nav a{
     color: #929292;
}
.training-pdf {
    padding: 2rem 0;
    margin: 1rem 0;
    position: relative;
}

.pdf-box {
    position: relative;
    margin: 10px auto;
    text-align: center;
    background: #ffffff;
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: -2px 2px 0 0 rgb(111 111 111 / 10%);
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* height: 100%; */
}

.pdf-box a {
     display: block; 
     color: #3b3c3d;
}

.pdf-box img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.pdf-box h4 {
    color: #3b3c3d;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 10px auto;
    font-family: 'Lato', sans-serif;
    flex: 1;
}

.training-pdf .col-md-3 {
    display: flex;
}


@media (max-width: 991px) {
	.grid-container {
      grid-template-columns: repeat(2, 1fr);
    }
    .grid-item-display {
      grid-column: 1/3;  
    }
	
    .scale-wrap span {
        font-size: 13px;
    }
    
    .scale-rating ul li {
        width: 35px;
        height: 30px;
        line-height: 12px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {	
	.grid-container {
      grid-template-columns: repeat(2, 1fr);
    }
    .grid-item-display {
      grid-column: 1/3;
    }
	
	.stats-box .points h3 {
		font-size: 1.5rem;
	}

	.points h4 {
		font-size: 1rem;
	}

	.stats-box span img {
		width: 50px;
	}

	.stats-box {
		margin: 0.5rem auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}
}


@media (max-width: 576px) {
	.grid-container {
      grid-template-columns: repeat(1, 1fr);
    }
    .grid-item-display {
      grid-column: 1/2;
    }
	
	.lb-rank {
		font-size: 14px;
	}

	.lb-university, .lb-name {
		font-size: 13px;
		line-height:normal;
	}

	.lb-table .lb-head h4 {
		font-size: 14px;
	}
	
	.lb-table .lb-head span {
		padding-left: 8px;
	}

	span.lb-name {
		padding-left: 8px;
	}
	.survey-block ol {
		padding-left: 15px;
	}
    .scale-wrap span {
        font-size: 12px;
    }
    
    .scale-rating ul li {
        width: 30px;
        height:28px;
        line-height: 10px;
        font-size: 13px;
    }
	
	.registrationForm .nav-link {
		font-size: 1rem;
		padding: .5rem .5rem;
	}
	
	.stats-box {
		display: block;
		height: auto;
	}
}


@media screen and (max-width:480px){
     .scale-wrap span {
        font-size: 11px;
    }    
    .scale-rating ul li {
        width:22px;
        height:25px;
        line-height:10px;
        font-size:11px;
    }
}
