:root {
    --navy:        #1B3A6B;
    --gold:        #EFA100;
    --red:         #E01E37;
    --red-hover:   #C2182E;
    --page-bg:     #E8EAEE;
    --card-bg:     #FFFFFF;
    --card-border: #D6DAE1;
    --pill-border: #C9CFD8;
    --icon-bg:     #EEF1F6;
   
  }
* { box-sizing: border-box; }
  body {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
     
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }
  #main {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    min-height: 450px;
} 
#main .center {
    float: left;
    height: auto;
    width: 100%;
    max-width: 1150px;
}
#main .right {
    max-width: 280px;
    width: 24%;
    height: auto;
    float: right;
	display:none;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align:center;
  
  
}
#overlay img {
  vertical-align: middle;
  margin-top: 16%;
  width: 13%;
}
#register-modal-body #thankyou_message {
	display:none;
}
#recording-modal-body #thankyou_message {
	display:none;
}
.play-icon{
  display:inline-block;
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
 border-left: 10px solid #fff;
    vertical-align: middle;
}
 .doc-empty {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 48px 24px;
    text-align: center;
  }
  .doc-empty__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .doc-empty__icon svg {
    width: 30px;
    height: 30px;
    color: var(--navy);
  }
  .doc-empty__heading {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
  }
  .doc-empty__text {
    margin: 0 auto 26px;
    max-width: 390px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-body);
  }
  .doc-empty__cta {
    background: var(--red);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 14px 34px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  .doc-empty__cta:hover { background: var(--red-hover); }
  .doc-empty__cta:focus-visible {
    outline: 3px solid rgba(27, 58, 107, 0.45);
    outline-offset: 2px;
  }
 /* .container { max-width: 1100px; margin: 0 auto; background: #e8eaed; } */

  .hero { padding: 40px 36px 32px; }
  .hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: center; }
  .badge {
    display: inline-block;
    background: #f4b223;
    color: #5a4200;
    padding: 5px 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 2px;
    margin-bottom: 14px;
  }
  .hero h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #143a7a;
  }
  .hero p.lead {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 20px;
    max-width: 95%;
  }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
  .btn-primary, .btn-primary:hover, .btn-primary:active {
    background: #e31837 !important;
    color: white !important;
    padding: 13px 26px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
  }
  .thankyou-active {
	background: #143a7a;
  }
  .thankyou-active .free-reg-dp-form-wrapper {
  color:#fff;
  }
  .btn-link {
    color: #143a7a;
    padding: 13px 14px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
  }
  .reassurances { display: flex; gap: 22px; margin-top: 18px; font-size: 12px; color: #555; flex-wrap: wrap; }
  .reassurances .check { color: #2a8a3d; font-weight: 700; }
  .caricature-card { text-align: center; }
  .caricature-placeholder {
    width: 180px;
    height: 200px;
    margin: 0 auto;
    background: white;
    border: 2px dashed #c0c4cc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 11px;
    color: #888;
    text-align: center;
    line-height: 1.4;
  }
  .caricature-card p { font-size: 12px; color: #555; margin: 10px 0 0; }
  .caricature-card strong { color: #143a7a; }

  .league-bar {
    background: white;
    padding: 18px 36px;
    border-top: 0.5px solid #d4d7dc;
    border-bottom: 0.5px solid #d4d7dc;
  }
  .league-bar-label {
    font-size: 11px;
    color: #777;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 12px;
    font-weight: 700;
  }
  .league-logos { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
  .league-placeholder {
    border: 1px dashed #c0c4cc;
    padding: 7px 16px;
    font-weight: 700;
    color: #143a7a;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
  }
  .league-logos { gap: 36px; }
  .league-logo {
    max-height: 50px;
    max-width: 80px;
    width: auto;
    object-fit: contain;
  }
  .league-chip {
    background: #0e0e0e;
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .league-chip img { max-height: 40px; max-width: 70px; width: auto; display: block; }
  .caricature-img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .league-note { font-size: 11px; color: #aaa; text-align: center; margin: 10px 0 0; font-style: italic; }

  .what-is { padding: 28px 36px; }
  .what-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .what-tile {
    background: white;
    padding: 18px;
    border-radius: 4px;
  }
  .what-tile.t1 { border-top: 3px solid #143a7a; }
  .what-tile.t2 { border-top: 3px solid #f4b223; }
  .what-tile.t3 { border-top: 3px solid #e31837; }
  .what-tile .emoji { font-size: 24px; margin-bottom: 6px; }
  .what-tile .title { font-size: 14px; font-weight: 700; color: #143a7a; margin-bottom: 4px; }
  .what-tile .body { font-size: 13px; color: #555; line-height: 1.5; }
	.what-tile .row {
margin-right: 15px;
    margin-left: 15px;
	}
  .section-header { padding: 8px 36px 16px;padding-top:28px; }
  .section-title {
    font-size: 22px !important;
    font-weight: 700;
    color: #143a7a !important;
    margin: 0 0 6px;
    border-left: 5px solid #f4b223 !important;
    padding-left: 14px !important;
  }
  .section-sub { font-size: 13px; color: #666; margin: 0 0 14px 19px; }
  .filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-left: 19px; }
  .chip {
    background: white;
    color: #143a7a;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #c0c4cc;
    border-radius: 20px;
    cursor: pointer;
  }
  .chip.active { background: #143a7a; color: white; border-color: #143a7a; font-weight: 700; }

  /* DESKTOP 3-COLUMN TALK CARD */
  .talk-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #aab0b8;
    overflow: hidden;
    margin: 0 36px 14px;
    display: grid;
    grid-template-columns: 150px 1fr 260px;
  }
  .date-block {
    background: #143a7a;
    color: white;
    padding: 24px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .date-block .month {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #f4b223;
    font-weight: 700;
  }
  .date-block .day {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin: 4px 0;
  }
  .date-block .weekday {
    font-size: 15px;
    opacity: 0.9;
    letter-spacing: 1px;
  }
  .date-block .divider {
    width: 55%;
    height: 1px;
    background: #f4b223;
    opacity: 0.5;
    margin: 12px 0;
  }
  .date-block .time {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
  }
  .date-block.past .year {
    font-size: 16px;
    color: #f4b223;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 6px;
  }
  .card-middle { padding: 24px 26px; }
  .card-middle h3 {
    font-size: 22px !important;
    font-weight: 700;
    color: #143a7a !important;
    margin: 0 0 16px;
    line-height: 1.25;
  }
  .speaker-row {
    border-left: 4px solid #f4b223;
    padding: 2px 0 2px 12px;
    margin-bottom: 16px;
  }
  .speaker-item + .speaker-item { margin-top: 10px; }
  .speaker-line {
    font-size: 16px;
    line-height: 1.4;
  }
  .speaker-line .with { color: #888; font-weight: 400; }
  .speaker-line .name { color: #143a7a; font-weight: 700; }
  .speaker-line .dot {
    color: #f4b223;
    font-weight: 700;
    margin: 0 3px;
  }
  .speaker-line .role {
    color: #143a7a;
    font-weight: 700;
  }
  .description {
    font-size: 14px;
    color: #444;
    line-height: 1.65;
    margin: 0;
  }

  .card-right {
    border-left: 1px dashed #e0e3e8;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .speaker-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
  .speaker-photo-stack .photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
  .speaker-photo {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    background: #e8eaed;
    border: 1px solid #c0c4cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #888;
    text-align: center;
    line-height: 1.3;
    flex-shrink: 0;
  }
  .speaker-photo-stack {
    display: flex;
    gap: 8px;
  }
  .speaker-photo-stack .photo {
    width: 96px;
    height: 96px;
    border-radius: 6px;
    background: #e8eaed;
    border: 1px solid #c0c4cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #888;
    text-align: center;
    line-height: 1.2;
  }
  .card-cta {
    background: #e31837;
    color: white !important;
    padding: 13px 26px;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
  }

  .upsell-band {
    background: #143a7a;
    padding: 28px 36px;
    color: white;
    margin-top: 16px;
  }
  .upsell-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
  .upsell-band h3 { font-size: 19px; font-weight: 700; margin: 0 0 5px; color: white; }
  .upsell-band p { font-size: 14px; line-height: 1.55; margin: 0; opacity: 0.9; }
  .upsell-ctas { display: flex; gap: 10px; }
  .btn-gold {
    background: #f4b223;
    color: #5a4200 !important;
    padding: 11px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  .btn-ghost {
    background: transparent;
    color: white !important;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 11px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }
.faq h3 {
color:#143a7a;
}
  .year-tabs {
    display: flex;
    gap: 4px;
    margin-left: 19px;
    border-bottom: 1px solid #c0c4cc;
	overflow-x:auto;
	overflow-y: clip;
  }
  .year-tab {
    color: #666;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
  }
  .year-tab.active {
    background: white;
    color: #143a7a;
    font-weight: 700;
    border: 1px solid #c0c4cc;
    border-bottom: 1px solid white;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
  }

  .view-all {
    background: white;
    color: #143a7a;
    border: 1px solid #143a7a;
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: 14px 0 0;
    cursor: pointer;
  }
  .view-all-wrap { text-align: center; padding: 0 36px; }

  .faq {
    background: white;
    padding: 28px 36px;
    border-top: 0.5px solid #d4d7dc;
  }
  .faq h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: #143a7a !important;
    margin: 0 0 16px;
    text-align: center;
  }
  .faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .faq p.q { font-size: 13px; font-weight: 700; color: #143a7a; margin: 0 0 4px; }
  .faq p.a { font-size: 12px; color: #666; line-height: 1.55; margin: 0; }

  .mobile-view-save-btn .hero-ctas, .mobile-view-save-btn .reassurances {display: none;}
  
  .time-start {display: block;}
.card-middle {display: block;}
  .card-body,
  .description-block{
    display:none;
  }
.mobile-date-block {
display:none;
}
.mobile-card-middle {
display:none;
}
  @media (max-width: 768px) {
    .container { max-width: 100%; }
    .hero-grid, .what-grid, .faq-grid, .upsell-grid { grid-template-columns: 1fr; }
    .talk-card { grid-template-columns: 1fr; }
    .date-block { padding: 14px; flex-direction: row; gap: 12px; justify-content: flex-start; }
    .date-block .day { font-size: 36px; }
    .date-block .divider { display: none; }
    .card-right { border-left: none; border-top: 1px dashed #e0e3e8; }
  }
	@media (max-width:600px){
		.desktop-date-block {
		display:none !important;
		}
		.mobile-date-block {
		display:block;
		}
		.card-right {
		display:none;
		}
		
		.date-strip {
    background: #143a7a;
    color: white;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-strip .date-main {
    font-size: 19px;
    letter-spacing: 1px;
    color: #f4b223;
    font-weight: 700;
}
.date-strip .date-weekday {
    font-size: 19px;
    opacity: 0.9;
    font-weight: 500;
    margin-left: 8px;
}
.date-strip .date-time {
    font-size: 16px;
    opacity: 0.95;
}
.desktop-card-middle {
	display:none;
}
.mobile-card-middle {
display:block;
}
.card-body h3 {
    font-size: 19px !important;
    font-weight: 700;
    color: #143a7a !important;
    margin: 0 0 14px;
    line-height: 1.25;
}
.mobile-card-middle img {
width:21px;
}
.faq p.a {
    font-size: 16px;
}
.btn-gold {
font-size: 16px !important;
}
.upsell-band p {
font-size:16px;
}
.btn-ghost { 
font-size:16px !important;
}
	  .container{
		max-width: 600px !important;
		margin: 0 auto;
		
		min-height: 100vh;
	   }
	   .hero{
		padding: 22px 16px;
	   }
	   .hero-grid{
		gap:0;
		}
	   .badge{
	       display: inline-block;
    background: #f4b223;
    color: #5a4200;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 2px;
    margin-bottom: 12px;
	line-height: 1.4;
	}
	.what-tile .row {
    margin-right: -15px;
    margin-left: -15px;
}
		.hero h1 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0 0 10px;
		color: #143a7a;
		border-left: 0px !important;
		padding-left: 0px !important;
	}
	.hero p.lead {
		font-size: 16px;
		line-height: 1.55;
		color: #444;
		margin: 0 0 16px;
	}
	.caricature-card {
		background: white;
		border: 1px solid #e0e3e8;
		border-radius: 8px;
		padding: 14px;
		display: flex;
		align-items: center;
		gap: 0px;
		margin-bottom: 16px;
	}
	.faq {
    background: white;
    padding: 20px 16px;
    border-top: 0.5px solid #d4d7dc;
}
.faq h3 {
    font-size: 15px;
    font-weight: 700;
    color: #143a7a;
    margin: 0 0 14px;
}
.faq-item {
    margin-bottom: 14px;
}
.faq p.q {
    font-size: 16px;
    font-weight: 700;
    color: #143a7a;
    margin: 0 0 3px;
}
	.caricature-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
	margin:0;
}
.caricature-card .meta {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}
.caricature-card p {
   margin: 10px 10px 12px;
	        text-align: left;
			font-size:16px;
	}
.caricature-card .meta strong {
    color: #143a7a;
}
.mobile-view-save-btn .btn-primary {
    background: #e31837;
    color: white;
    padding: 15px 22px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.upcoming-desktop {
	display:none;
}
.mobile-view-save-btn .btn-link {
    display: block;
    text-align: center;
    color: #143a7a;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 12px;
	padding:0;
}

.mobile-view-save-btn .hero-ctas {display: block;}
.mobile-view-save-btn .reassurances {
	display: flex;
	flex-direction: column;
    gap: 7px;
    margin-top: 16px;
    font-size: 16px;
    color: #555;
}
.what-tile .title {
font-size: 16px;
}
.what-tile .body {
    font-size: 16px;
}
.hero-ctas, .reassurances {display: none;}
.league-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}
.league-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.league-cell.league-chip {
    background: #0e0e0e;
    border-radius: 8px;
}
.league-bar {
    padding: 16px;
}
.what-tile .row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.what-is {
    padding: 20px 16px;
}
.section-header {
    padding: 6px 16px 14px;
}
.filter-row {
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-left: 16px;
	/* flex-wrap: nowrap; */
}
.chip {
    white-space: nowrap;
    flex-shrink: 0;
}
.talk-card {
    margin: 0 16px 10px;
}
.date-block{
    /* padding: 16px 18px;
	justify-content: space-between; */
	padding: 14px;
        flex-direction: row;
        gap: 12px;
        justify-content: flex-start;
}
 #rc-imageselect, .g-recaptcha {
            transform:scale(0.73);
            -webkit-transform:scale(0.73);
            transform-origin:0 0;
            -webkit-transform-origin:0 0;
 }
.date-block .day, .date-block .month {
    font-size: 19px;
    letter-spacing: 1px;
    color: #f4b223;
    font-weight: 700;
	line-height: 1;
    margin: 4px 0;
}
.date-block .day {/* margin-left: -12px; */ }
.time-start {display: inline;}
.time-start:last-child::before {
  content: " / ";
}

.date-block .weekday {
    font-size: 19px;
    font-weight: 500;
}
.card-middle {
    padding: 18px 18px 6px;	
}
.card-middle h3{
	font-size: 19px;
    margin: 0 0 14px;
}
.speaker-line {
    font-size: 16px;
    line-height: 1.45;
}


    .card-middle,
  .card-right{
    /* display:block; */
  }

  .card-body,
  .description-block{
    display:block;
  }
  .card-body {
    padding: 18px 18px 6px;
}
.description-block {
    padding: 0 18px 18px;
}
.photo-cta-row {
    margin-bottom: 14px;
}
.photo-cta-row .speaker-photo, .photo-cta-row .speaker-photo-stack {
    float: right;
    margin: 4px 0 6px 14px;
}
.speaker-photo {
    width: 96px;
    height: 96px;
    font-size: 11px;
    line-height: 1.2;
}
.description{
    line-height: 1.6;
	font-size: 16px;
}
.photo-cta-row::after {
    content: "";
    display: table;
    clear: both;
}
.card-cta {
    padding: 14px 20px;
    font-size: 16px !important;
}
.card-body h3{
    font-size: 19px;
    font-weight: 700;
    color: #143a7a;
    margin: 0 0 14px;
    line-height: 1.25;
}
.upsell-band {
    padding: 22px 16px;
    margin-top: 16px;
}
.upsell-ctas {
    width: 100%;
    flex-direction: column;
    text-align: center;
}
 .section-header {
 padding-top:20px;}
	
	.section-title {
    font-size: 22px;
    padding-left: 11px;
}
.section-sub {
    margin: 0 0 12px 16px;
	font-size: 16px;
}
.year-tabs {
    margin-left: 16px;
	    white-space: nowrap;
    flex-shrink: 0;
}
.date-block.past .year {
    font-size: 18px;}
	.past-tm .day{
	margin-left:0;}

.date-block.past {
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6px;
	text-align: left;
	display:inline;
}

.date-block.past .month,
.date-block.past .day,
.date-block.past .year {
	margin: 0;
	font-size: 18px;
}

.date-block.past .day {
	margin-left: 0;
}
.date-block.past .day::after {
	content: ",";
}

.faq h3 {
text-align: left;
}

.speaker-photo-stack .photo {
    width: 96px;
    height: 96px;
}

}

/*modal*/
#open_recording_pre_app_modal .modal, #open_register_pre_app_modal .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#open_recording_pre_app_modal .modal-content, #open_register_pre_app_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 35%;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 2;
	padding: 2%;
	cursor: pointer;
}
.bg-new1 {
    background-image: url(https://www.sportsmanagementworldwide.com/images/quick_info/app-bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#st-contact {
    padding: 15px;
	margin-bottom: 0px;
}
#province, #fprovince_11 {
	display:none;
}
.iti {
width:100%;
}
.modal-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bg-sta {
    background-color: #fff;
    padding: 6px;
}

.shape {
    background: #8dc641;
    box-sizing: border-box;
    color: #636363;
    font-size: 1.125em;
    padding: 0;
    position: relative;
    /* width: 100px; */
    width: 90%;
    margin: 0 auto;
    top: -45px;
    transform: skew(-20deg);
}
.mentors_name_heading {
    text-align: center;
    font-size: 16px !important;
    padding: 10px;
    margin-top: 22px !important;
    padding-top: 2%;
    color: #fff !important;
    font-weight: bold !important;
    display: block;
	transform: skew(20deg);
	border: none;
	margin-bottom: 10px;
    padding-left: 0;
    border-left: 0;
}

.mentors_name_heading_mobile {
	display: none;
}

#st-contact fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#st-contact input[type="text"], #st-contact input[type="email"], #st-contact input[type="tel"], #st-contact input[type="url"], #st-contact textarea {
    width: 100%;
    border: 0;
	border-bottom: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 0;
    color: #000;
    font-weight: normal;
	outline: 0;
	font-size: 14px;
}

#st-contact select {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    color: #000;
    font-weight: normal;
	font-size: 14px;
}

.shape1 {
    background: #8dc641;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.125em;
    height: 36px;
    padding: 0;
    position: relative;
    width: 120px;
    margin: 0 auto;
    top: 10px;
}

.shape1:before {
    background: #8dc641;
    content: "";
    height: 36px;
    position: absolute;
    left: -13px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 23px;
}

.shape1:after {
    background: #8dc641;
    content: "";
    height: 36px;
    position: absolute;
    right: -13px;
    top: 0;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 23px;
}
.mobile-caricature {
	display:none;
	}
	.past-talk-card .sports-icon-img {
	width:21px !important;
	}
	.filter-row .chip .sports-icon-img {
		width:16px !important;
	}
	#upcoming .title_with_icon .sports-icon-img {
	width:21px;
	 vertical-align: middle;
    position: relative;
    top: -2px;
	} 
	
@media only screen and (max-width: 1250px) {
    #open_recording_pre_app_modal .modal-content,  #open_register_pre_app_modal .modal-content {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    #open_recording_pre_app_modal .modal-content, #open_register_pre_app_modal .modal-content {
        width: 95%;
    }
	.hero {
	padding: 0px;
	}
	.container {
	padding: 0px;
	}
	.desktop-caricature {
	display:none;
	} 
	.mobile-caricature {
	display:block;
	} 
	.what-is {
	padding:0px;
	}
	.talk-card {
	margin:0px;
	margin-bottom: 20px; 
	}
	.league-bar {
	margin-bottom:15px;
	margin-top: 15px;
	}
	#upcoming .section-header {
		padding: 0px;
		padding-bottom: 15px; 
	}
	#past .section-header {
		padding: 0px;
	}
}

@media only screen and (max-width: 600px) {
    .mentors_name_heading_mobile {
        text-align: center;
        padding: 10px;
        margin-top: 22px !important;
        color: #fff !important;
        font-weight: bold !important;
        font-size: 14px !important;
        padding-top: 3%;
        display: block;
    }
	
	.mentors_name_heading_mobile span {display: block;}
	
	.mentors_name_heading {display: none;}
	
}

@keyframes animatetop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
