/* Custom easing */
/* Media Query Mixins */
body {
  font-size: 16px;
}

b, strong {
  font-weight: 600 !important;
}

.primary {
  color: #f04e50 !important;
}

.secondary {
  color: #07074e;
}

button[disabled], html input[disabled] {
  cursor: default;
  background-color: #eee;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.light-text {
  font-weight: 400 !important;
}

h3 {
  margin-bottom: 14px !important;
}

h3.step-title {
  font-size: 2.5rem !important;
  margin: 1rem 0 0;
  color: black !important;
  text-transform: none !important;
}

h3.step-title small {
  font-size: 2rem !important;
  color: #f04e50 !important;
  display: block;
  margin: 15px 0 0;
}

footer {
  padding: 1rem 0 !important;
}

#site_footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 0 !important;
}

#copyright_footer {
  width: 100%;
  background-color: #f2b849;
  padding: 1.5rem 0 !important;
  margin: 3rem 0 0;
}

.footer-copyright {
  color: white;
  padding: 0;
  margin: 0;
}

.left-col-border {
  border-left: 1px solid #e2e2e2;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

@media only screen and (max-width: 767px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

blockquote:not(.blockquote-link):not(.twitter-tweet) {
  background-color: #07074e !important;
}

@media print {
  #main_header {
    visibility: hidden;
    display: none;
  }
  #print_btn {
    visibility: hidden;
    display: none;
  }
  footer {
    visibility: hidden;
    display: none;
  }
  .elementor-location-header, .elementor-location-footer, .user-login-info-container, .print-hide {
    visibility: hidden;
    display: none;
  }
}

.mig-dashboard-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mig-dashboard-nav > li {
  margin: 0 0 10px;
}

.mig-dashboard-nav > li > a {
  width: 100%;
  text-align: left;
}

.mig-dashboard-nav.disabled > li > a {
  opacity: .5;
}

.mig-dashboard-nav.disabled > li > a:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}

.mig-dashboard-nav.disabled > li:last-child > a {
  opacity: 1;
}

.mig-dashboard-nav.disabled > li:last-child > a:hover {
  cursor: pointer;
  background-color: #666;
  color: white;
}

.mig-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2rem 0 0;
}

.page-title-large-center, .page-title-large {
  height: 200px !important;
}

.heading-title {
  margin: 0 !important;
}

p.lead {
  display: none !important;
}

select {
  width: 100%;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}

.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #f04e50;
}

.field-item input[type="checkbox"],
.field-item input[type="radio"] {
  margin: 7px 7px 0 0;
  float: left;
}

.field-item input[type="checkbox"]:hover,
.field-item input[type="radio"]:hover {
  cursor: pointer;
}

input[type="range"]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

.add-certification-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 2rem;
  margin: 0 0 .6rem;
}

.add-certification-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-certification-container > a {
  color: #242424;
  font-size: 1.4rem;
}

.add-certification-container > a:hover {
  color: #f04e50;
}

.add-certification-container > a:hover > span {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.add-certification-container > a:hover > span::before {
  background-color: white;
}

.add-certification-container > a:hover > span::after {
  background-color: white;
}

.add-certification-container > a > span {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.add-certification-container > a > span::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.add-certification-container > a > span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.inputfile + label > strong {
  background-color: #07074E;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #3f3f3f;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  /* width:100%; */
  position: relative;
  margin: 10px 10px 10px 50px;
}

.certification-field.bottom-border {
  border-bottom: 1px solid #ccc;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-certification-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-certification-btn:hover::after {
  background-color: white;
}

.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.error-message {
  color: #f04e50;
  font-size: 1.5rem;
  border: 1px solid #ba2c51;
  padding: 1rem 1.5rem;
  background-color: #e86084;
  color: white;
  margin: 5px 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type="text"]:focus {
  border: 1px solid #f04e50;
  background-color: #f04e50;
  color: white;
}

.form-message {
  font-size: 1.4rem;
  color: #f04e50;
}

select {
  margin-bottom: 8px !important;
}

/* Datepicker overrides */
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 2em !important;
}

.datepick-nav, .datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .registration-summary-fields {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .registration-summary-fields {
    width: 100%;
  }
}

.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}

.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-certifications ul, .registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-sports ul, .registration-summary-sports ol {
  margin: 0 0 0 3rem;
  list-style-image: url("img/list-icon.png");
}

.submit-registration-status {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10% 0;
}

.submit-registration-status.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #f04e50;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

#registration_team_selection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registration-selected-team {
  display: none;
  padding-left: 50px;
  position: relative;
}

.delete-registration-team-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-registration-team-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-registration-team-btn:hover::after {
  background-color: white;
}

.delete-registration-team-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#jersey_color_container {
  display: none;
}

.team-invite-field {
  /* width:100%; */
  position: relative;
  margin: 10px 10px 10px 50px;
}

.team-invite-field.bottom-border {
  border-bottom: 0px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.delete-team-invite-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-team-invite-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-team-invite-btn:hover::after {
  background-color: white;
}

.delete-team-invite-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-team-invite-btn > span {
  position: relative;
  top: 20px;
  color: #07074E;
}

.sports-selection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sports-selection-container > div {
  width: 50%;
  position: relative;
}

.sports-selection-container > div.left-col {
  padding-right: 5%;
}

.selection-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.selection-loader-overlay.active {
  z-index: 100;
  opacity: .7;
}

.form-label-message {
  float: right;
  color: red;
  font-size: 12px;
}

.event-category-option.border {
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 1rem;
}

.event-category-option.border .registration_type_selection {
  padding: 0 1rem;
}

.event-category-option.border #event_standby_gender_list {
  padding: 0 1rem;
}

#event_categories > div.event-category-option:last-child {
  border: none;
}

.sport_category_selection {
  background-color: #eee;
  font-weight: 500;
}

.label-border {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.teams-list-container {
  width: 100%;
}

.teams-list-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.team-information {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.team-actions {
  width: 20%;
}

.team-actions > a {
  width: 100%;
}

.team-photo {
  margin-right: 20px;
}

.team-photo > img {
  border: 1px solid #aaa;
}

.team-details {
  line-height: 1.3;
}

.team-details > .title {
  font-size: 2rem;
  color: #f04e50;
  font-weight: bold;
  margin-bottom: 15px;
}

.team-member-profiles-container {
  width: 100%;
}

.team-member-profile-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.team-member-profile-information {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.team-member-profile-actions {
  width: 20%;
}

.team-member-profile-actions > a {
  width: 100%;
}

.team-member-profile-photo {
  margin-right: 20px;
  width: 15%;
}

.team-member-profile-photo > img {
  border: 1px solid #aaa;
  max-width: 100%;
}

.team-member-profile-details {
  line-height: 1.3;
}

.team-member-profile-details > .title {
  font-size: 2rem;
  color: #f04e50;
  font-weight: bold;
  margin-bottom: 15px;
}

.success-message.team-invite {
  width: 100%;
}

#send_invites_btn {
  display: none;
}

#send_invites_btn.active {
  display: inline-block;
}

.success-message {
  color: #f04e50;
  font-size: 1.5rem;
  border: 1px solid #0a66ad;
  padding: 1rem 1.5rem;
  background-color: #0090ff;
  color: white;
  margin: 5px 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.profile-certification-field {
  padding-left: 3.5rem;
  position: relative;
}

.delete-certification-profile-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-certification-profile-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-certification-profile-btn:hover::after {
  background-color: white;
}

.delete-certification-profile-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.certification-current-attachment {
  font-size: 14px;
  background-color: #eee;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.add-certifications-container {
  width: 100%;
  margin: 0 0 20px 0;
  display: none;
}

.mig-dashboard-container > .container {
  width: 100%;
}

header#main_header {
  padding: 2rem 0;
  margin: 0 0 3rem;
}

.user-login-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.6;
}

.user-login-info > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
}

.user-login-info > a > img {
  max-width: 100%;
  margin: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.hidden {
  display: none !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

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

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.notice {
  font-size: 12px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.align-center {
  text-align: center;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

.action-btn {
  padding: 1rem 2rem;
  text-align: center;
  color: white !important;
  background-color: #f04e50;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.action-btn.create-team {
  background-color: #07074e;
  padding: .7rem 2rem;
}

.action-btn.secondary {
  background-color: #07074e;
}

.action-btn.alternate {
  background-color: #f2b849;
  color: black !important;
}

.action-btn.alternate:hover {
  background-color: #666;
  color: white !important;
}

.action-btn.alternate.inactive:hover {
  background-color: #f2b849;
  color: black !important;
}

.action-btn.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}

.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.action-btn.step__btn {
  display: none;
}

.action-btn.step__btn.active {
  display: inline-block;
}

.action-btn.disabled {
  opacity: .3;
}

.action-btn.disabled:hover {
  cursor: default;
}

.textwidget a.action-btn {
  color: white !important;
}

.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, black 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
  background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
   background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #f04e50;
  padding: 1rem;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #666;
  cursor: pointer;
}

input[type="range"] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #f04e50;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#select-avatar:hover {
  color: black !important;
  background-color: #f2b849;
}

a#cancel-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.lds-dual-ring.centered {
  margin: 0;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}

.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* High resolution */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hidden-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}

/* Desktop - Laptop */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

/* Laptop - md-screen */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .hidden-mobile {
    display: none;
  }
  .col-100-mobile {
    width: 100%;
  }
}

/* Tablet - sm-screen */
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

/* Mobile */
/* Mobile small */
/*# sourceMappingURL=main.css.map */