@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Apex Medium';
  src: local('Apex Medium'), url(../fonts/Apex/apexnew-medium.woff) format('woff');
}
body {
  background-color: #ccc;
}
html, body, a {
  color: #333;
  font-family: 'Apex Medium', sans-serif;
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
h1, .h1 {
  font-size: 1.1em !important;
  text-transform: uppercase !important;
}
:root {
  --cc: #203a71;
  --bicton: #602a4c;
  --duchy: #037745;
  --falmouth: #00a0b3;
  --ccb: #d40036;
}
.container, .container-sm, .container-md {
  max-width: 720px;
}
.mainheader {
  padding: 15px 12px 10px;
}
.mainheader h1 {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 9px 22px 7px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #00000045;
  margin-bottom: 0;	
}
.mainoptions {
  padding: 30px;
}
.mainoptions a {
  border: 2px solid #fff;
  padding: 25px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.mainoptions a i {
  font-size: 30px;
}
.gradient, .btn-primary {
  background: linear-gradient(89deg, #bc007c, #0099df);
  background-size: 400% 400%;
  -webkit-animation: ccgradient 30s ease infinite;
  -moz-animation: ccgradient 30s ease infinite;
  animation: ccgradient 30s ease infinite;
}
a.btn-primary {color:#fff!important;}
@-webkit-keyframes ccgradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 51%
  }
  100% {
    background-position: 0% 50%
  }
}
@-moz-keyframes ccgradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 51%
  }
  100% {
    background-position: 0% 50%
  }
}
@keyframes ccgradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 51%
  }
  100% {
    background-position: 0% 50%
  }
}
.btn-primary {
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 15px;
}
.btn-primary:hover {
  border: 2px solid #fff;
}
@media (max-width: 576px) {
  .highlights {
    margin-bottom: 20px !important;
  }
}
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 0px;
  /* Place the button at the bottom of the page */
  right: 10px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background: linear-gradient(180deg, #bc007c, #0099df);
  background-size: 120% 120%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 3px 8px;
  /* Some padding */
  border-radius: 4px 4px 0px 0px;
  /* Rounded corners */
  font-size: 20px;
  /* Increase font size */
  font-weight: 500;
}
#myBtn:hover {
  background: linear-gradient(0deg, #bc007c, #0099df);
  background-size: 120% 120%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
  /* Set a background color */
}
#form-event-highlights {
  text-align: center;
  position: relative;
  margin-top: 10px
}
#form-event-highlights fieldset:not(:first-of-type) {
  display: none
}
#form-event-highlights fieldset .form-card {
  text-align: left;
  color: #333;
}
#form-event-highlights .action-button {
  width: 100px;
  background: darkgrey;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}
#form-event-highlights .action-button-previous {
  width: 100px;
  background: #333;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}
.card {
  z-index: 0;
  border: none;
  border-radius: 5px;
  position: relative;
  color: #333;
}
.card .fs-title {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left
}
.card p {
  text-align: left;
}
#progressbar {
  margin-bottom: 15px;
  overflow: hidden;
  color: lightgrey;
}
#progressbar .active {
  color: #333333;
}
#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 33.3%;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f46d"
}
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f689"
}
#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f059"
}
#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\e1a8"
}
#progressbar li:before {
  width: 60px;
  height: 60px;
  line-height: 56px;
  display: block;
  font-size: 28px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}
#progressbar li.active:before, #progressbar li.active:after {
  background: darkgrey;
}

.badge-info {background-color:#93073E;}

#welldone {position: relative!important;
    margin-top: -25px!important;}
.well-done {font-size:1.8em!important;}



@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #348c04;
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}
/*  QUIZ
      ################################ */

.quiz {
  padding: 0 0px 20px 0px;
  max-width: 960px;
  margin: 0 auto;
}
.quiz ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quiz-question {
    font-size:16px;
  display: block;
  padding: 30px 0 10px 0;
  margin: 0;
}
.quiz-answer {
  margin: 0;
  padding: 10px;
  background: #f7f7f7;
  margin-bottom: 5px;
  cursor: pointer;
}
.quiz-answer:hover {
  background: #eee;
}
.quiz-answer:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.quiz-answer.active:before {
  background-color: #333;
  border-color: #333;
}
.quiz-answer.correct:before {
  background-color: green;
  border-color: green;
}
.quiz-answer.incorrect:before {
  background-color: #C90035;
  border-color: #C90035;
}
.quiz-answer.active.correct:before {
  outline: 2px solid green;
  outline-offset: 2px;
}
.quiz-result {
  max-width: 960px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
    font-size:1.1em;
  padding: 15px;
    border-radius:4px;
}
.quiz-result.good {
  background: green;
}
.quiz-result.mid {
  background: #FF5627;
}
.quiz-result.bad {
  background: #C90035;
}





#form-event-highlights .custom-control {
    position: relative;
    display: block;
    margin-bottom:7px;
}


#form-event-highlights .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:var(--bicton);
}



/*  FAQ STYLING
        ############################### */

.faq-section {
    background: #fdfdfd;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #FF5627;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(255,86,39,0.2);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #FF5627;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 20px;
    margin-top: 10px;
  }
}




/*  VIDEO PLAYER CONTAINER
 		############################### */
.vid-container {
  width: 100%;
}
.vid-container iframe, .vid-container object, .vid-container embed {
  top: 0;
  left: 0;
}
/*  VIDEOS PLAYLIST 
 		############################### */
.vid-list-container {
  width: 100%;
  height: 252px;
  overflow-y: auto;
}
.vid-list-container:hover, .vid-list-container:focus {
  overflow-y: auto;
}
ol#vid-list {
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255, 0.2);
  overflow: hidden;
}
ol#vid-list li {
  list-style: none;
}
ol#vid-list li a {
  text-decoration: none;
  display: flex;
  padding: 10px 15px 15px 15px;		
}
ol#vid-list li a:hover {
  background-color: rgba(255,255,255, 0.1);
}
.vid-thumb {
  float: left;
  margin-right: 12px;
}
.vid-thumb img {
  width: 60px;
}
.active-vid {
  background: #3A3A3A;
}
#vid-list .desc {
  color: #ffffff;
  font-size: 13px;
  margin-top: 2px;
}
@media (max-width: 576px) {
  .mainoptions {
    padding: 20px;
  }
  .vid-container {
    margin-bottom: 10px;
  }
  ol#vid-list li a {
    height: 110px
  }
  .vid-thumb img {
    width: 120px;
  }
  #vid-list .desc {
    margin-top: 10px;
  }
  .vid-list-container, ol#vid-list {
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
  }