@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #717070;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}

/* ------------------- */
/* CUSTOM STYLES BELOW */
/* ------------------- */

/* Clean up body background */
body {
    background-color: #f7f7f7 !important;
    font-family: Arial, sans-serif;
}

/* Mission section styling */
.mission {
    background: #ffffff;
    padding: 30px;
    margin: 30px auto;
    width: 85%;
    max-width: 1000px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.mission h2 {
    color: #333;
    margin-bottom: 10px;
}

.mission p {
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

/* Make header more modern */
.primary_header {
    background-color: #0099cc !important;
    padding: 30px 0 !important;
}

.title {
    font-size: 36px !important;
    letter-spacing: 3px !important;
}

/* Navigation bar cleanup */
.secondary_header {
    background-color: #444 !important;
    padding: 20px 0 !important;
}

.secondary_header ul li {
    color: white !important;
    width: auto; 
    margin: 0 25px;
    font-size: 18px;
}

.secondary_header ul li:hover {
    color: #00ccff !important;
}

/* Thumbnail section fix */
.columns h4 {
    color: #0099cc !important;
    text-align: center;
}

/* Social footer fix */
.social {
    background-color: #222 !important;
    padding: 20px 0 !important;
}

.social_icon img {
    border-radius: 100px;
}

/* Footer fix */
.footer {
    background-color: #333 !important;
    padding: 20px 0 !important;
}

.footer .copyright {
    background-color: transparent !important;
    color: #eee !important;
    font-size: 14px;
    letter-spacing: 2px;
}

/* ------------------- */
/* NEW BOXING THEME COLORS */
/* ------------------- */

/* Header color */
.primary_header {
    background-color: #C62828 !important; /* strong red */
}

/* Navigation bar */
.secondary_header {
    background-color: #212121 !important;
}

.secondary_header ul li:hover {
    color: #C62828 !important;  /* hover red */
}

/* Headings */
.title {
    color: #ffffff !important;
}

.columns h4 {
    color: #C62828 !important;
}

/* Social footer */
.social {
    background-color: #212121 !important;
}

/* Footer */
.footer {
    background-color: #212121 !important;
}

.footer .copyright {
    color: #ff8a80 !important;
}

/* Mission section */
.mission {
    background: #ffffff;
    border-left: 6px solid #C62828;
    border-right: 6px solid #C62828;
    padding: 40px;
}

/* Remove leftover spacing from deleted block */
.row.blockDisplay {
    display: none;
}

/* Clean Boxing Layout Grid */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

/* Each benefit card */
.columns {
    width: calc(50% - 40px); /* two per row */
    max-width: 400px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
    text-align: center !important;
}

/* Fix title color and spacing */
.columns h4 {
    color: #b71c1c !important;  /* strong boxing red */
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Fix description text */
.columns p {
    color: #444 !important;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
}

/* Circle image fix */
.thumbnail {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    margin-bottom: 15px;
}

/* On mobile (one card per row) */
@media (max-width: 600px) {
    .columns {
        width: 90%;
    }
}

body {
    background-color: #fafafa;
}

/* Header */
.primary_header {
    background-color: #b71c1c !important; /* boxing red */
    padding: 40px 0 !important;
    text-align: center;
}

.title {
    font-size: 40px !important;
    color: #ffffff !important;
    letter-spacing: 2px;
    font-weight: 700;
}

/* Navigation bar */
.secondary_header {
    background-color: #222 !important;
    padding: 20px 0 !important;
}

.secondary_header ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.secondary_header ul li {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.secondary_header ul li:hover {
    color: #b71c1c !important; /* red highlight */
}

/* ------------------- */
/* CUSTOM STYLES BELOW */
/* ------------------- */

/* Clean background for entire site */
body {
    background-color: #fafafa !important;
    font-family: Arial, sans-serif;
}

/* Header styling - modern boxing look */
.primary_header {
    background-color: #b71c1c !important;  /* boxing red */
    padding: 40px 0 !important;
    text-align: center;
}

.title {
    font-size: 40px !important;
    color: #ffffff !important;
    letter-spacing: 2px;
    font-weight: 700;
}

/* Navigation bar cleanup */
.secondary_header {
    background-color: #222 !important;
    padding: 20px 0 !important;
}

.secondary_header ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.secondary_header ul li {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto !important;
    margin: 0 !important;
}

.secondary_header ul li:hover {
    color: #b71c1c !important; /* red hover */
}

/* Mission section modern box */
.mission {
    background: #ffffff;
    padding: 40px;
    margin: 40px auto;
    width: 85%;
    max-width: 900px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.mission h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.mission p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* Benefit cards layout (columns) */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.columns {
    width: calc(50% - 40px);
    max-width: 400px;
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.columns h4 {
    font-size: 20px;
    font-weight: 700;
    color: #b71c1c;
    margin: 20px 0 10px;
}

.columns p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 15px;
}

/* Footer rebuild */
.custom_footer {
    background-color: #222;
    color: #ffffff;
    padding: 40px 0 20px;
}

.footer_grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.footer_section {
    text-align: left;
    max-width: 300px;
}

.footer_section h3 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}

.footer_section p {
    margin: 5px 0;
    color: #cccccc;
}

.footer_bottom {
    text-align: center;
    color: #aaaaaa;
    margin-top: 20px;
    font-size: 14px;
}

.mission {
  background: #f9f9f9;
  padding: 40px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.custom_footer {
  background: #333;
  color: white;
  padding: 50px 0;
  margin-top: 60px;
}

.footer_grid {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.footer_section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.footer_bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #444;
  margin-top: 20px;
  font-size: 14px;
}

.primary_header {
    border-bottom: none !important;
    background-color: #b00707 !important;
}

