/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.badge-success{color:#ffffff;background-color:#3c763d}
.badge-warning{color:#ffffff;background-color:#8a6d3b}
.badge-danger{color:#ffffff;background-color:#eb2123}
.badge-primary{color:#ffffff;background-color:#006bb7}
.badge-secondary{color:#ffffff;background-color:#006bb7}

iframe {
  border-radius: 10px; overflow: hidden;
}

@media (max-width: 575px) {
	.hidden-xs-down {
	  display: none !important;
     
	}

  iframe {
    border-radius: 10px; overflow: hidden;
    width:100%;
 }
   
  }
  
  @media (min-width: 576px) {
	.hidden-sm-up {
	  display: none !important;
	}

    .wrap-image {
      width:100%;
  }
  }
  
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-mobile {
	  display: none !important;
	}
  }

  @media (max-width: 575px) {
	.hidden-sm-down {
	  display: none !important;
	}

  .wrap-image {
    width:250px;
}
  
  }
  
  @media (min-width: 768px) {
	.hidden-md-up {
	  display: none !important;
	}
  }
  
  @media (max-width: 991px) {
	.hidden-md-down {
	  display: none !important;
	}
    
  }
  
  @media (min-width: 992px) {
	.hidden-lg-up {
	  display: none !important;
	}
    
  }
  
  @media (max-width: 1199px) {
	.hidden-lg-down {
	  display: none !important;
	}
   
  }
  
  @media (min-width: 1200px) {
	.hidden-xl-up {
	  display: none !important;
	}
   
  }
  
  .hidden-xl-down {
	display: none !important;
  }

 .centered-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}



table{
    width:100%; 
    border-collapse:collapse; 
    
}

table th{ 
    padding:10px; border:#C43837 1px solid;
    background:#C43837;
     font-size: 16px;
     font-weight: 700;
     color:#ffffff;
}

table td{ 
    padding:10px; /*border:#006bb7 1px solid; */
     font-size: 14px;
     color:#000000;
    /* font-family: "Nanum Gothic", sans-serif;*/
}
table td p{ 
margin-bottom:10px; 
}
/* provide some minimal visual accomodation for IE8 and below */
table tr{
    background: #ffffff;
}
/*  Define the background color for all the ODD background rows  */

table tr:nth-child(odd){ 
    background: #ffffff;
}
/*  Define the background color for all the EVEN background rows  */
table tr:nth-child(even){
    background: #eef5f7;
}


.mb-10 {
    margin-bottom:10px;
}

.mb-15 {
    margin-bottom:15px;
}

.mb-20 {
    margin-bottom:20px;
}

.mb-30 {
    margin-bottom:30px;
}

.mb-50 {
    margin-bottom:50px;
}

.mb-80 {
    margin-bottom:80px;
}

.mb_30 {
    margin-bottom:-30px;
}

.mb_50 {
    margin-bottom:-50px;
}

.mb_120 {
    margin-bottom:-120px;
}

.mt-10 {
  margin-top:10px;
}

.mt_10 {
    margin-top:-10px;
}

.mt_20 {
    margin-top:-20px;
}

.pl-40 {
    padding-left:40px;
}

.ptb-30 {
    padding-top:30px;padding-bottom:30px;
}

.ptb-10 {
    padding-top:10px;padding-bottom:10px;
}
.pb-50 {
    padding-bottom:50px;
}

.button {
    margin-left:0px;
    padding-left:30px;
    padding-right:30px;
}

.wlink {
    color:#6c757d;
}

.darklink {
    color: #212529;
}
.darklink:hover {
    color: #006bb7;
}

.gray-border {
    border: 1px solid #cccccc;
}

.light-border {
    border: 1px solid #cccccc;
    border-color: rgba(var(--cnvs-contrast-rgb), 0.1) !important;
}

.img-radius {
    border-radius: 0.25rem;
}



.postcontent ul {
    margin-bottom:10px;
}

.ext-header {
    font-size: 20px;
    margin-bottom:15px;
}


   .img-float-left {
    float: left; margin-right: 10px; height:100px;
   }
   .img-float-right {
    float: right;margin-left: 10px;height:100px;
   }

   .img-blockquote {
    height:180px;
   }

   .our-history-header {
    color:#006bb7;
   }

   .color-pink {
    color:#006bb7;
   }

   .bg-pink {
    background:#006bb7;
   }

   .hallfame-text {
    padding:20px;
    color:#ffffff;
   }

   .lower-content p {
    color: #000000; 
    font-size: 14pt;
    line-height:1.5em;	
    margin-bottom: 1.2em;
   }

   .lower-content ul li {
    list-style-type: disc;
    color: #000000; 
    font-size: 14pt;
   }

 


   .lower-content ul {
    margin-left:5px;
    margin-bottom: 1.2em;
   }

   .lower-content ol {
    margin-left:5px;
   }
   .lower-content ol li {
    list-style-type: decimal;
    color: #000000; 
    font-size: 14pt;
    
   }

   .lower-content a {
    color:#c63934;
   }

   .lower-content .red-text {
    color:#c63934;
   }

   .font-label {
    font-size:14px;
   }

   .lower-content .button {
    position:relative;
    padding:10px 35px;
    line-height:40px;
    text-transform:uppercase;
    background:#c63934;
    color:#ffffff;
    letter-spacing:0px;
    border:2px solid #c63934;
    font-size:14px;
    font-weight:600;
    border-radius:26px;
   }

   .lower-content .button:hover{
    background:#000000;
    border:2px solid #000000;
    color:#ffffff;
  }

  .news-style-two .lower-content {
    padding-top:40px;
    padding-bottom:20px;
  }

  .text-black {
    color:#000000;
  }

  .main-content ul li {
    list-style-type: disc;
    font-size: 14pt;
   }