﻿.contentBox14 {
    background: #011d4a;
    color:#fff;
    padding:30px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

    .contentBox14 .contentContainer {
        display: flex;
        flex-direction: row;
        align-items: start;
        max-width: 1280px;
        margin: 30px auto;
        height: 100%;
		justify-content: center;
    }
	
	.contentBox14 h3 {
		margin: 0;
		padding: 0;
		color: #fff;
		white-space: pre-line;
		font-size: 3rem;
		font-weight: 600;
		text-align:center;
		width: 100%;
	}

	.contentBox14 .stylizedText {
		font-family: SaltySoul,Arial, Helvetica, sans-serif;
		font-size: 4rem;
		line-height: 5rem;
		color: #FFD502;
		font-weight: normal;
	}
	
	.contentBox14 .contentContainer .wrapper {
		width:50%;
		text-align:center;
		color:#f7d648;
		display:flex;
		flex-direction:row;
		justify-content: center;
		padding:0 15px;
	}
	
	.contentBox14 .contentContainer .wrapper .indicator {
		font-size: 7rem;
		margin-right: 1rem;
	}
	
	.contentBox14 .contentContainer .wrapper .stat {
		display:flex;
		flex-direction:column;
	}
	
	.contentBox14 .statTitle {
		font-family: SaltySoul,Arial, Helvetica, sans-serif;
		font-size: 6.5rem;
		line-height: 5rem;
		color: #FFD502;
		font-weight: normal;
	}
	
	.contentBox14 .statSubtitle {
		font-size: 2rem;
		line-height: normal;
		font-weight: 600;
	}	

		.contentBox14 .contentCol  {
			max-width:1280px;
			margin:0 auto;
		}

		.contentBox14 .contentCol h1,
		.contentBox14 .contentCol h2,
		.contentBox14 .contentCol h3,
		.contentBox14 .contentCol h4,
		.contentBox14 .contentCol h5,
		.contentBox14 .contentCol h6 {
			font-size: 2rem;
			line-height: normal;
			margin: 1rem 0;
			color: #fff;
			font-weight: 600;
		}

        .contentBox14 .contentCol p {
            margin: 1rem 0 1.75rem;
			/*font-size: 1.6rem;
			line-height: normal;*/
        }
		
		.contentBox14 .contentCol p:last-child {
			margin-bottom:0;
		}

    .contentBox14 .linkButton {
		width: 100%;
		margin-top: 30px;
		text-align: center;
    }
	
	.contentBox14 .linkButton a {
		margin:0;
	}

@media all and (max-width: 800px) {
   /* .contentBox14 .contentContainer {
        flex-wrap: wrap;
    }

    .contentBox14 .rightCol {
        width: calc(100% - 250px);
    }

    .contentBox14 .linkButton {
        width: 100%;
        text-align:center;
        margin-top:30px;
    }*/
	
	.contentBox14 .contentContainer {
		flex-direction: column;
		align-items: center;
	}
	
	.contentBox14 .contentContainer .wrapper {
		width:100%;
	}
	
	.contentBox14 .contentContainer .wrapper:last-child {
		margin-top:45px;
	}
}