@charset "utf-8";
/*  INDIVIDUAL & CLUB LINKS  ============================================================================= */

    h3 {
	font-family: "Open Sans Semibold";
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing: 3pt;
}
    h2 {
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d14949;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
    h4 {
	font-family: "Open Sans Semibold";
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #d14949;
}

    p {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #000;
}

#wrapper #topcontentcontainer .lightcontainer .maincontent.intro .updated {
	text-align: left;
}

#wrapper #maincontentcontainer .lightcontainer .maincontent.intro-atoz h3 {
  color: rgba(0,0,0,0.5);
}


/* CHOREOGRAPHERS SECTION */

.choreo-section {
	margin-bottom: 20px;
  }


.choreo-section h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1rem; }

.choreo-section h2::before {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }

.choreo-section h2::after {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }

/* Choreographers Grid */

.choreographers {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.choreographer {
	padding: 10px;
	border: 1px solid white;
	text-align: left;
	box-shadow: 0 0 4px  rgba(0,0,0,0.1);
	background-color: #FFF;
}

.choreographer .icon {
  font-size: 50px;
}
.choreographer p {
	color: #333;
}

.choreographers:nth-child(4) {
  flex-basis: 300px;
}

/* End of Choreographers Grid */



/* NEWS & MAGS Grid */

.newsmags {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.newsmag {
	padding: 10px;
	border: 1px solid white;
	text-align: left;
	box-shadow: 0 0 4px  rgba(0,0,0,0.1);
	background-color: #FFFFFF;
}

.newsmag .icon {
  font-size: 50px;
}
.newsmag p {
	color: #333;
}

.newsmag:nth-child(4) {
  flex-basis: 300px;
}

/* End of NEWS & MAGS Grid */


/* LINKS OTHERS SECTION */

.choreo-section {
	margin-bottom: 20px;
  }


.choreo-section h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 1rem; }

.choreo-section h2::before {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }

.choreo-section h2::after {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }


@media screen and (min-width: 640px) {

  .choreo-section h2 {
    grid-column: 1 / -1; }
 
    .choreo-section h2 {
	font-size: 16px;
}

}

/* Choreographers Grid */

.choreographers {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.choreographer {
	padding: 10px;
	border: 1px solid white;
	text-align: left;
	box-shadow: 0 0 4px  rgba(0,0,0,0.1);
	background-color: #FFF;
}

.choreographer .icon {
  font-size: 50px;
}
.choreographer p {
	color: #333;
}

.choreographers:nth-child(4) {
  flex-basis: 300px;
}

/* End of Choreographers Grid */





/*  MEDIA  ============================================================================= */
/* Portrait phones and smaller */
@media (max-width: 480px) {


}



	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
