main {
    background-color: #eeeeee;
}
main section .container {
    max-width: 750px;
}
@media (max-width: 575px) {
    main section .container {
        padding-top: 5px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .contentHeader h3.d-sm-inline-block {
        display: block !important;
    }
}
.contentHeaderWrapper h1 {
    line-height: 24px;
    padding: 2px 0 2px 12px;
    display: block;
}
.contentHeaderWrapper h1 .relatedLink {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
}
.contentHeaderWrapper h1 a {
    line-height: 14px;
    margin-top: 6px;
    text-decoration: none;
}
.contentHeaderWrapper h1 span {
    white-space: nowrap;
}
.contentHeaderWrapper .contentHeader h1, .contentHeaderWrapper .contentHeader h3 {
    max-width: 710px;
    margin: 0 auto;
}
.contentHeaderWrapper .contentHeader h3 {
    font-size: 14px;
    padding: 0 0 4px 12px;
    display: block;
    text-transform: uppercase;
    color: #83c;
    font-style: italic;
}
.contentHeaderWrapper h3 .relatedLinkMsg, .contentHeaderWrapper h3 span {
    line-height: 16px;
}
.contentHeaderWrapper h3 .relatedLinkMsg {
    color: #0091FE;
}
.contentHeaderWrapper h3 .relatedLinkMsg {
    float: right;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
@media (max-width: 575px) {
    .contentHeaderWrapper h1 .relatedLink, .contentHeaderWrapper h3 .relatedLinkMsg {
        display: none;
    }
}
.multiSportPricing .boxcontent {
    padding:15px 20px;
    max-width: 750px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 auto 16px auto;
    color: #000;
    background-color: #fff;
    text-align: left;
    line-height: normal;
}
@media (max-width: 767px) {
    /*
    .multiSportPricing .boxcontent {
        max-width: 530px;
    }
    */
}
.bootstrap-dialog .btn {
    text-transform: lowercase;
}

.btn, .btn:focus, .btn:active, .btn:link, .btn:visited {
    outline: none !important;
}


.modal-dialog .btn {
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}

.modal-dialog .btn-primary {
    background-color: #27e;
    border: none;
}

.modal-dialog .btn {
    padding: 0 16px;
    line-height: 28px;
    border: none;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}



/*Pricing Cards*/

.pricingCardsContainer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 25px;
	max-width: 1200px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}

.pricingCard {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 10px;
text-align: center;
width: 265px;
border: #bbb 1px solid;
background-color: #fff;
overflow: hidden;
box-shadow: 3px 3px 5px #ddd;
margin-bottom: 40px;
margin-left: 20px;
margin-right: 20px;
position: relative;
transition: box-shadow 0.3s;
}

.pricingCard:hover {
    box-shadow: 3px 3px 5px #bbb;
}

.pricingCardTitle {
font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
font-size: 30px;
line-height: 32px;
padding: 14px 0 8px 0;
text-transform: uppercase;
color: #fff;
margin-bottom: 4px;
border-radius: 15px;
margin-top: 10px;
margin-bottom: 15px;
width: 90%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: baseline;
}

.cardPrice {
color: black;
display: flex;
align-items: center;
}

.pricingCardContent {
font-family: Oswald-Regular, Arial,Helvetica,sans-serif;
font-size: 18px;
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 15px 30px 50px 30px;
font-weight: normal;
}

.card-feature {
margin: 6px 0;
color: #111;
display: flex;
text-align: left;
align-items: baseline;
}

.cardButton {
color: #fff;
font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
font-size: 24px;
line-height: 24px;
border-radius: 999px;
padding-top: 18px;
padding-bottom: 12px;
margin-bottom: 5px;
width: 70%;
text-transform: uppercase;
text-decoration: none;
position: absolute;
bottom: 10px;
left: 15%;
}

.cardButton:hover {
text-decoration: none;
color: #fff;
}

.icon-check-card:before {
font-family: FontAwesome;
content: "\f00c";
font-size: 18px;
padding-right: 8px;
padding-left: 0;
}

.icon-rookie {
color:#919191;
}
.icon-pro {
color:#28a745;
}
.icon-allstar {
color:#256ad4;
}
.icon-champion {
color:#8500b2;
}

.champCardTitle {
background-color: #8500b2;
}

.allstarCardTitle {
background-color: #256ad4;
}

.proCardTitle {
background-color: #28a745;
}

.rookieCardTitle {
background-color: #999;
}

.rookieCardButton {
background-color: #999;
}

.rookieCardButton:hover {
background-color: #777;
}

.proCardButton {
background-color: #28a745;
}

.proCardButton:hover {
background-color: #1f8637;
}

.allstarCardButton {
background-color: #256ad4;
}

.allstarCardButton:hover {
background-color: #0348b2;
}

.championCardButton {
background-color: #8500b2;
}

.championCardButton:hover {
background-color: #630090;
}

.largeCardButton {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #2277EE;
	color: #fff;
	font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
	font-size: 24px;
	width: 90%;
	max-width: 575px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
}

.largeCardButton:hover {
	background-color: #1f6fd4;
	color: #fff;
	text-decoration: none;
}

.largeCardButtonMobile {
	display: none;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #2277EE;
	color: #fff;
	font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
	font-size: 24px;
	width: 90%;
	max-width: 265px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
}

.Icon-Arrow:before {
  font-family: FontAwesome;
  content: "\f064";
  font-size: 24px;
  width: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 686px) {
	.largeCardButton {
		display: none;
	}
	.largeCardButtonMobile {
		display: flex;
	}
}

@media (max-width: 400px) {
	.pricingCardsContainer {
		padding-left: 0;
		padding-right: 0;
	}
}





a.signupButton {
    margin:0;
}






div.singleColumn {
    text-align: left;
    margin-bottom: 16px;
}
.multiSportPricing .boxcontent {
    padding: 15px 20px;
}
.pricingIntro {
    letter-spacing: -0.25px;
    font-size: 24px;
    color:#000;
    margin: 5px 0 20px 0;
}
.boxcontent.pricing .pricingIntro a {
    color:#2277ee;
    text-decoration: none;
}
.boxcontent.pricing .pricingIntro a:hover {
    text-decoration: underline;
}
.contentLine {
    border-top: 1px solid #114499;
}
.pricingRow {
    padding-right: 35px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .pricingRow {
        padding-right: 11px;
    }
}



.pricingLabelHead, .boxcontent.pricing a.pricingLabelHead {
    font-size: 18px;
    font-weight: 1000;
    color: #2277ee;
    text-transform: uppercase;
    background-color: white;
    display: inline-block;
    margin-bottom: 4px;
}

.boxcontent.pricing a.pricingLabelHelp {
    margin-left: 10px;
    font-size: 16px;
    color:#2277ee;
}
.pricingLabelText {
    font-size: 16px;
    color: #777;
    font-weight: bold;
}
.pricingInputs .pricingSubMsg {
    margin-right:78px;
}
.boxcontent.pricing a.packageBundle {
    font-size: 14px;
    color: #000;

}
.pricingSelect.form-control {
    float: right;
    margin-top: 5px;
    width:65px;
    padding:0 6px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pricingSelect.form-control option {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pricingTotal {
    display: block;
    float: right;
    font-family: "Arial Black",Arial,Helvetica,sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 20px;
    color:#2277ee;
    text-transform: uppercase;
}
.largeVal .pricingTotal {
    font-size: 26px;
}

.boxcontent.pricing  a.copyLink {
    float:right;
    text-decoration: none;
    color:#666;
    margin:0 12px
}

.copyLink:before {
  font-family: FontAwesome;
  content: "\f1e0";
  margin-right:6px;
}

#pricePerSportRow {
    color: #666;
    font-weight: bold;
    font-size:15px;
    margin-top:8px;
}


.showTeamsTotal #numTeamsPerSport {
    display: none;
}
#numTeamsTotal {
    display: none;
}
.showTeamsTotal #numTeamsTotal {
    display: inline-block;
}

#perSportLabel
, #perSportTotalLabel {
    text-decoration: underline;
}


.showTeamsTotal #perSportLabel {
    display: none;
}
#perSportTotalLabel {
    display: none;
}
.showTeamsTotal #perSportTotalLabel {
    display: inline-block;
}



.showTeamsTotal #perSportText {
    display: none;
}
#perSportTotalText {
    display: none;
}
.showTeamsTotal #perSportTotalText {
    display: inline-block;
}





#pkgSummary {
    margin-top:14px;
    width:260px;
}


.boxcontent.pricing a.packageLink {
    display: block;
    text-decoration: none;
    color:#000;
    line-height: 38px;
    font-size:14px;
}

.totalTeamsLabel {
    color: #666;
    font-weight: bold;
    margin-top: 8px;
    font-size:15px;
    display: inline-block;
    float: right;

}

.boxcontent.pricing a.packageLink:hover .treeLabel {
    text-decoration: underline;
}

.typeCount {
    float: right;
    font-size: 22px;
    font-weight: 900;
    color: #2277ee;
}


.packageTree {
    position: relative;
}

.treeCorner {
    position: absolute;
    left:-1px;
    top:36px;
    font-size:26px;
    color: #2277ee;
}
.treeVertical {
    position: absolute;
    left:48px;
    top:67px;
    font-size:26px;
    color: #2277ee;
}




.treeLabel {
    margin-left:10px;
    font-size: 16px;
    font-weight: bold;
}


.packageSports {
    padding-left:44px;
}

.packageTeams {
    padding-left:44px;
    padding-top:14px;
}


.pltTotal {

}
.features .pricingLabel {
    margin-bottom: 15px;
}
.featureSummaryRow img {
    vertical-align: bottom;
}
.packageLabel {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}
.packageText {
    margin: 0 0 20px 21px;
}
.packageLabel.rookie {
    color: #bfbfbf;
}
.packageLabel.prostyle {
    color: #68cc5f;
}
.packageLabel.allstar {
    color: #66cdff;
}
.packageLabel.champion {
    color: #8e00cb;
}
.packageText {
    display: block;
}
#signupRow {
    margin-top:20px;
}
#multiSportPricing .btn.btn-signUp {
    font-size: 28px;
    line-height: 58px;
    padding-left: 0;
    padding-right: 0;
    width: 268px;
}
.packagesTable td {
    line-height: 32px;
}




#packagesOverview {
    text-align: left;
    margin-left:0;
    margin-right:0;
    margin-top:48px;
}

@media (max-width: 767px) {
    .packagesDescriptionLeft {
        float: none;
        width:280px;
    }
}


@media (min-width: 768px) {
    #packagesOverview {
        max-width:750px;
        margin: 32px auto 32px auto;
    }
}




#lessFeatures {
    color: #a00;
}
#moreFeatures {
    color: #0b0;
}



.boxcontent.pricing  a.featureToggle {
    text-decoration: none;
    margin: 0 30px 0 2px;
    font-size:16px;
    font-weight: 600;
}
#moreFeatures:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right:6px;
}

#lessFeatures:before {
  font-family: FontAwesome;
  content: "\f056";
  margin-right:6px;
}

