@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,900");

body {
	color: #808080;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 400;
	line-height: 1.65em;
  overflow-x: hidden;
}
h2 {
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 0 1em 0;
    text-indent: -0.05em;
    text-transform: uppercase;
}

.wrap {
	padding-top: 1.5em;
    width: 96%;
    display: inline-block;
    padding: 3em 1em 3em 2em;
  }

  .row_platinum, .row_golden, .row_crystal, .row_sterling, .row_calBears  {
    width: 100%;
    margin-bottom: 2px;
    display: flex;
  }

  .wrap div {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 900;
  }

  .majdonor_title {
    flex-grow: 1;
    margin-right: 2px;
    color: #1552ab !important;

  }
  .platinum_LG, .golden_LG, .crystal_LG, .sterling_LG, .calBears_LG {
	  width: 150px;
  }
  .platinum_header_LG {
    /*padding: 10px 0 10px 0;*/
	text-align: center;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/siteassets/images/mi-platinum.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position-x: center;
    background-position-y: 15px;
  }
  .platinum_donors_LG {
    padding: 25px 15px 50px 15px;
    flex-grow: 1;
	  height: auto;
  }
  .golden_header_LG {
    /*padding: 10px 0 10px 0;*/
	text-align: center;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/siteassets/images/mi-golden.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position-x: center;
    background-position-y: 15px;
  } 
  .golden_donors_LG {
    padding: 25px 15px 25px 15px;
    flex-grow: 1;
	  height: auto;
  }
  .crystal_header_LG {
    /*padding: 10px 0 10px 0;*/
	text-align: center;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/siteassets/images/mi-crystal.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position-x: center;
    background-position-y: 15px;
  }
  .crystal_donors_LG {
    padding: 25px 15px 25px 15px;
    flex-grow: 1;
	  height: auto;
  }
  .sterling_header_LG {
    /*padding: 10px 0 10px 0;*/
    text-align: center;
	height: 100% !important;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/siteassets/images/mi-sterling.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position-x: center;
    background-position-y: 15px;
  }
  .sterling_donors_LG {
    padding: 25px 15px 25px 15px;
    flex-grow: 1;
	  height:auto;
  }
  .calBears_header_LG {
    /*padding: 10px 0 10px 0;*/
    background-color: #999999;
    text-align: center;
	  height: 100%;
	  display: flex;
    align-items: center;
    padding: 25px 0 10px 0 !important;
    flex-direction: column;
    justify-content: unset !important;
  }
  .calBears_donors_LG {
    padding: 25px 15px 25px 15px;
    background-color: #ececec;
    flex-grow: 1;
	height: 90%;
  }
  .calBears_SM img {
    margin-bottom: -4px;
  }
  i.fas.fa-trophy {
    display: none;
  }
  i.fas.fa-trophy + p {
    padding-top: 75px;
    color: #797575;
  }
  p.donors_list_LG {
  color: #313131;
	text-transform:capitalize;
	font-weight: 400;
	text-align: left;
	columns: 6;
	letter-spacing: 0;
  column-gap: 0px;
  }
  .row_platinum p, .row_golden p, .row_crystal p, .row_sterling p, .row_calBears p {
    margin: 0 0 0 0;
  }

  @media screen and (max-width: 1280px) {
	.title p {
		font-size: 13px;
	}
	.row_platinum, .row_golden, .row_crystal, .row_sterling, .row_calBears {
		flex-direction: column;
	}
	.platinum_LG, .golden_LG, .crystal_LG, .sterling_LG, .calBears_LG {
		width: 100%;
		padding-bottom: 2px;
	}
	p.donors_list_SM {
		columns: 3;
	}
}

@media screen and (max-width: 1450px) {
	p.donors_list_LG {
		columns: 4;
		text-align: center;
   }
}
@media screen and (max-width: 1280px) {
	p.donors_list_LG {
		columns: 3;
		text-align: center;
   }
}
@media screen and (max-width: 980px) {
	p.donors_list_LG {
		columns: 2;
		text-align: center;
   }
}
@media screen and (max-width: 600px) {
	p.donors_list_LG {
		columns: 1;
		text-align: center;
   }
}

div#ctl00_ID_MD_divPlatinum {
    border: 3px #0090ca solid;
    border-radius: 10px;
    margin-bottom: 10px;
}
div#ctl00_ID_MD_divGolden {
    border: 3px #ffd400 solid;
    border-radius: 10px;
    margin-bottom: 10px;
}
div#ctl00_ID_MD_divCrystal {
    border: 3px #ed1a3b solid;
    border-radius: 10px;
    margin-bottom: 10px;
}
div#ctl00_ID_MD_divSterling {
    border: 3px #999999 solid;
    border-radius: 10px;
    margin-bottom: 10px;
}