/** President Letter Call Out **/
.fanup-letter .uu-c2a-block {
    border-radius: 8px;
		background-color: #f0f3f6;
}

.fanup-letter .uu-c2a-content {
		flex: 0 1 300px;
    margin: 24px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    height: calc(100% - 88px);
		-webkit-box-shadow: 0px 10px 20px 0px rgba(84, 117, 145, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(84, 117, 145, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(84, 117, 145, 0.2);
}

.fanup-letter .uu-c2a-content h3 {
    color: #372c2c !important;
		font-size: 32px;
		font-family: "industry", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.fanup-letter .uu-c2a-content hr {
		display: none;
}

.fanup-letter .uu-c2a-content .uu-btn.white {
    background-color: #be0000;
    color: #fff !important;
}

.fanup-letter .uu-c2a-content .uu-btn.white:hover,
.fanup-letter .uu-c2a-content .uu-btn.white:focus {
    background-color: #91172c;
}

@media only screen and (max-width: 800px) {
    .fanup-letter .uu-c2a-block {
				align-content: flex-start;
				background-size: 100%;
    		background-position: bottom right !important;
		}
		
		.fanup-letter .uu-c2a-content {
				background: transparent;
				box-shadow: none;
				flex: 0 1 1200px;
				padding: 30px;
				height: auto;
				margin: 24px 24px 45%;
		}
}

@media only screen and (max-width: 375px) {
		.fanup-letter .uu-c2a-content {
        padding: 20px;
        margin: 15px 15px 45%;
    }
}


/** FanUP Pledge **/

ol.fanup-pledge {
		counter-reset: item;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0;
		max-width: 1200px;
		padding: 0;
		box-sizing: border-box;
		list-style-type: none;
}

li.fanup-pledge-card {
		display: flex;
		align-items: center;
		padding: 20px;
		background-color: #fff;
		border-radius: 8px;
		-webkit-box-shadow: 0px 5px 20px 0px rgba(84, 117, 145, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(84, 117, 145, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(84, 117, 145, 0.2);
		counter-increment: item;
		flex: 1 1 calc(50% - 60px);
		max-width: calc(50% - 60px);
}

li.fanup-pledge-card::before {
		content: counter(item);
		background-color: #be0000;
		color: white;
		font-size: 28px;
		font-weight: bold;
		font-family: 'Industry', serif;
		width: 40px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		margin-right: 16px;
		flex-shrink: 0;
		padding-top: 5px;
}

@media only screen and (max-width: 1060px) {
		li.fanup-pledge-card {
				max-width: calc(100% - 40px);
		}
}

@media only screen and (max-width: 820px) {

		ol.fanup-pledge {
				flex-direction: column;
				flex: 1 !important;
		}
		
		li.fanup-pledge-card {
				flex: 1 1 calc(100% - 40px);
		}
		
}

@media only screen and (max-width: 1000px) {
    .fanup-stadium .uu-split-section-widget-img-mobile {
        display: none !important;
    }
		
		.fanup-stadium .uu-split-section-widget {
				height: auto;
				min-height: auto;
		}
}